Uses of Class
com.azure.resourcemanager.appservice.models.AuthPlatform
Packages that use AuthPlatform
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of AuthPlatform in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AuthPlatformModifier and TypeMethodDescriptionSiteAuthSettingsV2Inner.platform()
Get the platform property: The configuration settings of the platform of App Service Authentication/Authorization.SiteAuthSettingsV2Properties.platform()
Get the platform property: The configuration settings of the platform of App Service Authentication/Authorization.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type AuthPlatformModifier and TypeMethodDescriptionSiteAuthSettingsV2Inner.withPlatform
(AuthPlatform platform) Set the platform property: The configuration settings of the platform of App Service Authentication/Authorization.SiteAuthSettingsV2Properties.withPlatform
(AuthPlatform platform) Set the platform property: The configuration settings of the platform of App Service Authentication/Authorization. -
Uses of AuthPlatform in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AuthPlatformModifier and TypeMethodDescriptionstatic AuthPlatform
AuthPlatform.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AuthPlatform from the JsonReader.AuthPlatform.withConfigFilePath
(String configFilePath) Set the configFilePath property: The path of the config file containing auth settings if they come from a file.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.withRuntimeVersion
(String runtimeVersion) Set the runtimeVersion property: The RuntimeVersion of the Authentication / Authorization feature in use for the current app.