Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSiteCustomDomainOverviewArmResourceInner
Packages that use StaticSiteCustomDomainOverviewArmResourceInner
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 StaticSiteCustomDomainOverviewArmResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return StaticSiteCustomDomainOverviewArmResourceInnerModifier and TypeMethodDescriptionStaticSitesClient.createOrUpdateStaticSiteCustomDomain(String resourceGroupName, String name, String domainName, StaticSiteCustomDomainRequestPropertiesArmResource staticSiteCustomDomainRequestPropertiesEnvelope) Creates a new static site custom domain in an existing resource group and static site.StaticSitesClient.createOrUpdateStaticSiteCustomDomain(String resourceGroupName, String name, String domainName, StaticSiteCustomDomainRequestPropertiesArmResource staticSiteCustomDomainRequestPropertiesEnvelope, com.azure.core.util.Context context) Creates a new static site custom domain in an existing resource group and static site.StaticSitesClient.getStaticSiteCustomDomain(String resourceGroupName, String name, String domainName) Gets an existing custom domain for a particular static site.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type StaticSiteCustomDomainOverviewArmResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StaticSiteCustomDomainOverviewArmResourceInner>, StaticSiteCustomDomainOverviewArmResourceInner> StaticSitesClient.beginCreateOrUpdateStaticSiteCustomDomain(String resourceGroupName, String name, String domainName, StaticSiteCustomDomainRequestPropertiesArmResource staticSiteCustomDomainRequestPropertiesEnvelope) Creates a new static site custom domain in an existing resource group and static site.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StaticSiteCustomDomainOverviewArmResourceInner>, StaticSiteCustomDomainOverviewArmResourceInner> StaticSitesClient.beginCreateOrUpdateStaticSiteCustomDomain(String resourceGroupName, String name, String domainName, StaticSiteCustomDomainRequestPropertiesArmResource staticSiteCustomDomainRequestPropertiesEnvelope) Creates a new static site custom domain in an existing resource group and static site.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StaticSiteCustomDomainOverviewArmResourceInner>, StaticSiteCustomDomainOverviewArmResourceInner> StaticSitesClient.beginCreateOrUpdateStaticSiteCustomDomain(String resourceGroupName, String name, String domainName, StaticSiteCustomDomainRequestPropertiesArmResource staticSiteCustomDomainRequestPropertiesEnvelope, com.azure.core.util.Context context) Creates a new static site custom domain in an existing resource group and static site.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StaticSiteCustomDomainOverviewArmResourceInner>, StaticSiteCustomDomainOverviewArmResourceInner> StaticSitesClient.beginCreateOrUpdateStaticSiteCustomDomain(String resourceGroupName, String name, String domainName, StaticSiteCustomDomainRequestPropertiesArmResource staticSiteCustomDomainRequestPropertiesEnvelope, com.azure.core.util.Context context) Creates a new static site custom domain in an existing resource group and static site.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StaticSiteCustomDomainOverviewArmResourceInner>, StaticSiteCustomDomainOverviewArmResourceInner> StaticSitesClient.beginCreateOrUpdateStaticSiteCustomDomainAsync(String resourceGroupName, String name, String domainName, StaticSiteCustomDomainRequestPropertiesArmResource staticSiteCustomDomainRequestPropertiesEnvelope) Creates a new static site custom domain in an existing resource group and static site.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StaticSiteCustomDomainOverviewArmResourceInner>, StaticSiteCustomDomainOverviewArmResourceInner> StaticSitesClient.beginCreateOrUpdateStaticSiteCustomDomainAsync(String resourceGroupName, String name, String domainName, StaticSiteCustomDomainRequestPropertiesArmResource staticSiteCustomDomainRequestPropertiesEnvelope) Creates a new static site custom domain in an existing resource group and static site.StaticSitesClient.createOrUpdateStaticSiteCustomDomainAsync(String resourceGroupName, String name, String domainName, StaticSiteCustomDomainRequestPropertiesArmResource staticSiteCustomDomainRequestPropertiesEnvelope) Creates a new static site custom domain in an existing resource group and static site.StaticSitesClient.getStaticSiteCustomDomainAsync(String resourceGroupName, String name, String domainName) Gets an existing custom domain for a particular static site.com.azure.core.http.rest.Response<StaticSiteCustomDomainOverviewArmResourceInner> StaticSitesClient.getStaticSiteCustomDomainWithResponse(String resourceGroupName, String name, String domainName, com.azure.core.util.Context context) Gets an existing custom domain for a particular static site.Mono<com.azure.core.http.rest.Response<StaticSiteCustomDomainOverviewArmResourceInner>> StaticSitesClient.getStaticSiteCustomDomainWithResponseAsync(String resourceGroupName, String name, String domainName) Gets an existing custom domain for a particular static site.com.azure.core.http.rest.PagedIterable<StaticSiteCustomDomainOverviewArmResourceInner> StaticSitesClient.listStaticSiteCustomDomains(String resourceGroupName, String name) Gets all static site custom domains for a particular static site.com.azure.core.http.rest.PagedIterable<StaticSiteCustomDomainOverviewArmResourceInner> StaticSitesClient.listStaticSiteCustomDomains(String resourceGroupName, String name, com.azure.core.util.Context context) Gets all static site custom domains for a particular static site.com.azure.core.http.rest.PagedFlux<StaticSiteCustomDomainOverviewArmResourceInner> StaticSitesClient.listStaticSiteCustomDomainsAsync(String resourceGroupName, String name) Gets all static site custom domains for a particular static site. -
Uses of StaticSiteCustomDomainOverviewArmResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StaticSiteCustomDomainOverviewArmResourceInnerModifier and TypeMethodDescriptionStaticSiteCustomDomainOverviewArmResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSiteCustomDomainOverviewArmResourceInner from the JsonReader.Set the kind property: Kind of resource. -
Uses of StaticSiteCustomDomainOverviewArmResourceInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type StaticSiteCustomDomainOverviewArmResourceInnerModifier and TypeMethodDescriptionStaticSiteCustomDomainOverviewCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type StaticSiteCustomDomainOverviewArmResourceInnerModifier and TypeMethodDescriptionStaticSiteCustomDomainOverviewCollection.withValue(List<StaticSiteCustomDomainOverviewArmResourceInner> value) Set the value property: Collection of resources.