Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSiteBasicAuthPropertiesArmResourceProperties
Packages that use StaticSiteBasicAuthPropertiesArmResourceProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of StaticSiteBasicAuthPropertiesArmResourceProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StaticSiteBasicAuthPropertiesArmResourcePropertiesModifier and TypeMethodDescriptionStaticSiteBasicAuthPropertiesArmResourceProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSiteBasicAuthPropertiesArmResourceProperties from the JsonReader.StaticSiteBasicAuthPropertiesArmResourceProperties.withApplicableEnvironmentsMode
(String applicableEnvironmentsMode) Set the applicableEnvironmentsMode property: State indicating if basic auth is enabled and for what environments it is active.StaticSiteBasicAuthPropertiesArmResourceProperties.withEnvironments
(List<String> environments) Set the environments property: The list of enabled environments for Basic Auth if ApplicableEnvironmentsMode is set to SpecifiedEnvironments.StaticSiteBasicAuthPropertiesArmResourceProperties.withPassword
(String password) Set the password property: The password for basic auth.StaticSiteBasicAuthPropertiesArmResourceProperties.withSecretUrl
(String secretUrl) Set the secretUrl property: Url to the secret in Key Vault.