Uses of Class
com.azure.resourcemanager.appservice.models.AuthPlatform
-
Packages that use AuthPlatform 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. -
-
Uses of AuthPlatform in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AuthPlatform Modifier and Type Method Description AuthPlatformSiteAuthSettingsV2Inner. platform()Get the platform property: The configuration settings of the platform of App Service Authentication/Authorization.AuthPlatformSiteAuthSettingsV2Properties. 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 AuthPlatform Modifier and Type Method Description SiteAuthSettingsV2InnerSiteAuthSettingsV2Inner. withPlatform(AuthPlatform platform)Set the platform property: The configuration settings of the platform of App Service Authentication/Authorization.SiteAuthSettingsV2PropertiesSiteAuthSettingsV2Properties. 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 AuthPlatform Modifier and Type Method Description AuthPlatformAuthPlatform. withConfigFilePath(String configFilePath)Set the configFilePath property: The path of the config file containing auth settings if they come from a file.AuthPlatformAuthPlatform. 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>.AuthPlatformAuthPlatform. withRuntimeVersion(String runtimeVersion)Set the runtimeVersion property: The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
-