| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static UnauthenticatedClientActionV2 |
UnauthenticatedClientActionV2.fromString(String value)
Parses a serialized value to a UnauthenticatedClientActionV2 instance.
|
UnauthenticatedClientActionV2 |
GlobalValidation.unauthenticatedClientAction()
Get the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to
access the app.
|
static UnauthenticatedClientActionV2 |
UnauthenticatedClientActionV2.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.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalValidation |
GlobalValidation.withUnauthenticatedClientAction(UnauthenticatedClientActionV2 unauthenticatedClientAction)
Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to
access the app.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.