Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSiteBasicAuthPropertiesArmResourceInner
Packages that use StaticSiteBasicAuthPropertiesArmResourceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of StaticSiteBasicAuthPropertiesArmResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return StaticSiteBasicAuthPropertiesArmResourceInnerModifier and TypeMethodDescriptionStaticSitesClient.createOrUpdateBasicAuth
(String resourceGroupName, String name, BasicAuthName basicAuthName, StaticSiteBasicAuthPropertiesArmResourceInner basicAuthEnvelope) Adds or updates basic auth for a static site.StaticSitesClient.getBasicAuth
(String resourceGroupName, String name, BasicAuthName basicAuthName) Gets the basic auth properties for a static site.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type StaticSiteBasicAuthPropertiesArmResourceInnerModifier and TypeMethodDescriptionStaticSitesClient.createOrUpdateBasicAuthAsync
(String resourceGroupName, String name, BasicAuthName basicAuthName, StaticSiteBasicAuthPropertiesArmResourceInner basicAuthEnvelope) Adds or updates basic auth for a static site.com.azure.core.http.rest.Response
<StaticSiteBasicAuthPropertiesArmResourceInner> StaticSitesClient.createOrUpdateBasicAuthWithResponse
(String resourceGroupName, String name, BasicAuthName basicAuthName, StaticSiteBasicAuthPropertiesArmResourceInner basicAuthEnvelope, com.azure.core.util.Context context) Adds or updates basic auth for a static site.Mono
<com.azure.core.http.rest.Response<StaticSiteBasicAuthPropertiesArmResourceInner>> StaticSitesClient.createOrUpdateBasicAuthWithResponseAsync
(String resourceGroupName, String name, BasicAuthName basicAuthName, StaticSiteBasicAuthPropertiesArmResourceInner basicAuthEnvelope) Adds or updates basic auth for a static site.StaticSitesClient.getBasicAuthAsync
(String resourceGroupName, String name, BasicAuthName basicAuthName) Gets the basic auth properties for a static site.com.azure.core.http.rest.Response
<StaticSiteBasicAuthPropertiesArmResourceInner> StaticSitesClient.getBasicAuthWithResponse
(String resourceGroupName, String name, BasicAuthName basicAuthName, com.azure.core.util.Context context) Gets the basic auth properties for a static site.Mono
<com.azure.core.http.rest.Response<StaticSiteBasicAuthPropertiesArmResourceInner>> StaticSitesClient.getBasicAuthWithResponseAsync
(String resourceGroupName, String name, BasicAuthName basicAuthName) Gets the basic auth properties for a static site.com.azure.core.http.rest.PagedIterable
<StaticSiteBasicAuthPropertiesArmResourceInner> StaticSitesClient.listBasicAuth
(String resourceGroupName, String name) Gets the basic auth properties for a static site as a collection.com.azure.core.http.rest.PagedIterable
<StaticSiteBasicAuthPropertiesArmResourceInner> StaticSitesClient.listBasicAuth
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the basic auth properties for a static site as a collection.com.azure.core.http.rest.PagedFlux
<StaticSiteBasicAuthPropertiesArmResourceInner> StaticSitesClient.listBasicAuthAsync
(String resourceGroupName, String name) Gets the basic auth properties for a static site as a collection.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type StaticSiteBasicAuthPropertiesArmResourceInnerModifier and TypeMethodDescriptionStaticSitesClient.createOrUpdateBasicAuth
(String resourceGroupName, String name, BasicAuthName basicAuthName, StaticSiteBasicAuthPropertiesArmResourceInner basicAuthEnvelope) Adds or updates basic auth for a static site.StaticSitesClient.createOrUpdateBasicAuthAsync
(String resourceGroupName, String name, BasicAuthName basicAuthName, StaticSiteBasicAuthPropertiesArmResourceInner basicAuthEnvelope) Adds or updates basic auth for a static site.com.azure.core.http.rest.Response
<StaticSiteBasicAuthPropertiesArmResourceInner> StaticSitesClient.createOrUpdateBasicAuthWithResponse
(String resourceGroupName, String name, BasicAuthName basicAuthName, StaticSiteBasicAuthPropertiesArmResourceInner basicAuthEnvelope, com.azure.core.util.Context context) Adds or updates basic auth for a static site.Mono
<com.azure.core.http.rest.Response<StaticSiteBasicAuthPropertiesArmResourceInner>> StaticSitesClient.createOrUpdateBasicAuthWithResponseAsync
(String resourceGroupName, String name, BasicAuthName basicAuthName, StaticSiteBasicAuthPropertiesArmResourceInner basicAuthEnvelope) Adds or updates basic auth for a static site. -
Uses of StaticSiteBasicAuthPropertiesArmResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StaticSiteBasicAuthPropertiesArmResourceInnerModifier and TypeMethodDescriptionStaticSiteBasicAuthPropertiesArmResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSiteBasicAuthPropertiesArmResourceInner from the JsonReader.StaticSiteBasicAuthPropertiesArmResourceInner.withApplicableEnvironmentsMode
(String applicableEnvironmentsMode) Set the applicableEnvironmentsMode property: State indicating if basic auth is enabled and for what environments it is active.StaticSiteBasicAuthPropertiesArmResourceInner.withEnvironments
(List<String> environments) Set the environments property: The list of enabled environments for Basic Auth if ApplicableEnvironmentsMode is set to SpecifiedEnvironments.Set the kind property: Kind of resource.StaticSiteBasicAuthPropertiesArmResourceInner.withPassword
(String password) Set the password property: The password for basic auth.StaticSiteBasicAuthPropertiesArmResourceInner.withSecretUrl
(String secretUrl) Set the secretUrl property: Url to the secret in Key Vault. -
Uses of StaticSiteBasicAuthPropertiesArmResourceInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type StaticSiteBasicAuthPropertiesArmResourceInnerModifier and TypeMethodDescriptionStaticSiteBasicAuthPropertiesCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type StaticSiteBasicAuthPropertiesArmResourceInnerModifier and TypeMethodDescriptionStaticSiteBasicAuthPropertiesCollection.withValue
(List<StaticSiteBasicAuthPropertiesArmResourceInner> value) Set the value property: Collection of resources.