Uses of Class
com.azure.resourcemanager.appservice.models.EnterpriseGradeCdnStatus
Packages that use EnterpriseGradeCdnStatus
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of EnterpriseGradeCdnStatus in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return EnterpriseGradeCdnStatusModifier and TypeMethodDescriptionStaticSite.enterpriseGradeCdnStatus()
Get the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app.StaticSiteArmResourceInner.enterpriseGradeCdnStatus()
Get the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type EnterpriseGradeCdnStatusModifier and TypeMethodDescriptionStaticSite.withEnterpriseGradeCdnStatus
(EnterpriseGradeCdnStatus enterpriseGradeCdnStatus) Set the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app.StaticSiteArmResourceInner.withEnterpriseGradeCdnStatus
(EnterpriseGradeCdnStatus enterpriseGradeCdnStatus) Set the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app. -
Uses of EnterpriseGradeCdnStatus in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as EnterpriseGradeCdnStatusModifier and TypeFieldDescriptionstatic final EnterpriseGradeCdnStatus
EnterpriseGradeCdnStatus.DISABLED
Static value Disabled for EnterpriseGradeCdnStatus.static final EnterpriseGradeCdnStatus
EnterpriseGradeCdnStatus.DISABLING
Static value Disabling for EnterpriseGradeCdnStatus.static final EnterpriseGradeCdnStatus
EnterpriseGradeCdnStatus.ENABLED
Static value Enabled for EnterpriseGradeCdnStatus.static final EnterpriseGradeCdnStatus
EnterpriseGradeCdnStatus.ENABLING
Static value Enabling for EnterpriseGradeCdnStatus.Methods in com.azure.resourcemanager.appservice.models that return EnterpriseGradeCdnStatusModifier and TypeMethodDescriptionStaticSitePatchResource.enterpriseGradeCdnStatus()
Get the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app.static EnterpriseGradeCdnStatus
EnterpriseGradeCdnStatus.fromString
(String name) Creates or finds a EnterpriseGradeCdnStatus from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type EnterpriseGradeCdnStatusModifier and TypeMethodDescriptionstatic Collection
<EnterpriseGradeCdnStatus> EnterpriseGradeCdnStatus.values()
Gets known EnterpriseGradeCdnStatus values.Methods in com.azure.resourcemanager.appservice.models with parameters of type EnterpriseGradeCdnStatusModifier and TypeMethodDescriptionStaticSitePatchResource.withEnterpriseGradeCdnStatus
(EnterpriseGradeCdnStatus enterpriseGradeCdnStatus) Set the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app.