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