| 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 |
|---|---|
GlobalValidation |
SiteAuthSettingsV2Inner.globalValidation()
Get the globalValidation property: The globalValidation property.
|
| Modifier and Type | Method and Description |
|---|---|
SiteAuthSettingsV2Inner |
SiteAuthSettingsV2Inner.withGlobalValidation(GlobalValidation globalValidation)
Set the globalValidation property: The globalValidation property.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalValidation |
GlobalValidation.withExcludedPaths(List<String> excludedPaths)
Set the excludedPaths property: The excludedPaths property.
|
GlobalValidation |
GlobalValidation.withKind(String kind)
Set the kind property: Kind of resource.
|
GlobalValidation |
GlobalValidation.withRedirectToProvider(String redirectToProvider)
Set the redirectToProvider property: The redirectToProvider property.
|
GlobalValidation |
GlobalValidation.withRequireAuthentication(Boolean requireAuthentication)
Set the requireAuthentication property: The requireAuthentication property.
|
GlobalValidation |
GlobalValidation.withUnauthenticatedClientAction(UnauthenticatedClientActionV2 unauthenticatedClientAction)
Set the unauthenticatedClientAction property: The unauthenticatedClientAction property.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.