Uses of Class
com.azure.resourcemanager.appservice.models.UnauthenticatedClientActionV2
-
Packages that use UnauthenticatedClientActionV2 Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of UnauthenticatedClientActionV2 in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return UnauthenticatedClientActionV2 Modifier and Type Method Description static UnauthenticatedClientActionV2UnauthenticatedClientActionV2. fromString(String value)Parses a serialized value to a UnauthenticatedClientActionV2 instance.UnauthenticatedClientActionV2GlobalValidation. unauthenticatedClientAction()Get the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.static UnauthenticatedClientActionV2UnauthenticatedClientActionV2. valueOf(String name)Returns the enum constant of this type with the specified name.static UnauthenticatedClientActionV2[]UnauthenticatedClientActionV2. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.appservice.models with parameters of type UnauthenticatedClientActionV2 Modifier and Type Method Description GlobalValidationGlobalValidation. withUnauthenticatedClientAction(UnauthenticatedClientActionV2 unauthenticatedClientAction)Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.
-