| 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.
|
| Modifier and Type | Method and Description |
|---|---|
UnauthenticatedClientAction |
SiteAuthSettingsInner.unauthenticatedClientAction()
Get the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to
access the app.
|
UnauthenticatedClientAction |
SiteAuthSettingsProperties.unauthenticatedClientAction()
Get the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to
access the app.
|
| Modifier and Type | Method and Description |
|---|---|
SiteAuthSettingsInner |
SiteAuthSettingsInner.withUnauthenticatedClientAction(UnauthenticatedClientAction unauthenticatedClientAction)
Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to
access the app.
|
SiteAuthSettingsProperties |
SiteAuthSettingsProperties.withUnauthenticatedClientAction(UnauthenticatedClientAction unauthenticatedClientAction)
Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to
access the app.
|
| Modifier and Type | Method and Description |
|---|---|
static UnauthenticatedClientAction |
UnauthenticatedClientAction.fromString(String value)
Parses a serialized value to a UnauthenticatedClientAction instance.
|
static UnauthenticatedClientAction |
UnauthenticatedClientAction.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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.