Uses of Class
com.azure.resourcemanager.appservice.models.UnauthenticatedClientAction
-
Packages that use UnauthenticatedClientAction Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of UnauthenticatedClientAction in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return UnauthenticatedClientAction Modifier and Type Method Description UnauthenticatedClientActionSiteAuthSettingsInner. unauthenticatedClientAction()Get the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.UnauthenticatedClientActionSiteAuthSettingsProperties. unauthenticatedClientAction()Get the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type UnauthenticatedClientAction Modifier and Type Method Description SiteAuthSettingsInnerSiteAuthSettingsInner. withUnauthenticatedClientAction(UnauthenticatedClientAction unauthenticatedClientAction)Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.SiteAuthSettingsPropertiesSiteAuthSettingsProperties. withUnauthenticatedClientAction(UnauthenticatedClientAction unauthenticatedClientAction)Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app. -
Uses of UnauthenticatedClientAction in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models 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.
-