Uses of Enum
com.azure.resourcemanager.appservice.models.UnauthenticatedClientAction
Packages that use UnauthenticatedClientAction
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 UnauthenticatedClientActionModifier and TypeMethodDescriptionSiteAuthSettingsInner.unauthenticatedClientAction()
Get the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.SiteAuthSettingsProperties.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 UnauthenticatedClientActionModifier and TypeMethodDescriptionSiteAuthSettingsInner.withUnauthenticatedClientAction
(UnauthenticatedClientAction unauthenticatedClientAction) Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.SiteAuthSettingsProperties.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 UnauthenticatedClientActionModifier and TypeMethodDescriptionstatic UnauthenticatedClientAction
UnauthenticatedClientAction.fromString
(String value) Parses a serialized value to a UnauthenticatedClientAction instance.static UnauthenticatedClientAction
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.