| 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 |
|---|---|
AuthPlatform |
SiteAuthSettingsV2Properties.platform()
Get the platform property: The configuration settings of the platform of App Service
Authentication/Authorization.
|
AuthPlatform |
SiteAuthSettingsV2Inner.platform()
Get the platform property: The configuration settings of the platform of App Service
Authentication/Authorization.
|
| Modifier and Type | Method and Description |
|---|---|
SiteAuthSettingsV2Properties |
SiteAuthSettingsV2Properties.withPlatform(AuthPlatform platform)
Set the platform property: The configuration settings of the platform of App Service
Authentication/Authorization.
|
SiteAuthSettingsV2Inner |
SiteAuthSettingsV2Inner.withPlatform(AuthPlatform platform)
Set the platform property: The configuration settings of the platform of App Service
Authentication/Authorization.
|
| Modifier and Type | Method and Description |
|---|---|
AuthPlatform |
AuthPlatform.withConfigFilePath(String configFilePath)
Set the configFilePath property: The path of the config file containing auth settings if they come from a file.
|
AuthPlatform |
AuthPlatform.withEnabled(Boolean enabled)
Set the enabled property: <code>true</code> if the Authentication / Authorization feature is enabled
for the current app; otherwise, <code>false</code>.
|
AuthPlatform |
AuthPlatform.withRuntimeVersion(String runtimeVersion)
Set the runtimeVersion property: The RuntimeVersion of the Authentication / Authorization feature in use for the
current app.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.