Uses of Class
com.microsoft.azure.management.appservice.UnauthenticatedClientAction
-
-
Uses of UnauthenticatedClientAction in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return UnauthenticatedClientAction Modifier and Type Method Description static UnauthenticatedClientActionUnauthenticatedClientAction. fromString(String value)Parses a serialized value to a UnauthenticatedClientAction instance.static UnauthenticatedClientActionUnauthenticatedClientAction. valueOf(String name)Returns the enum constant of this type with the specified name.static UnauthenticatedClientAction[]UnauthenticatedClientAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-