Uses of Class
com.azure.resourcemanager.appservice.models.EnterpriseGradeCdnStatus
-
Packages that use EnterpriseGradeCdnStatus 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 EnterpriseGradeCdnStatus in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return EnterpriseGradeCdnStatus Modifier and Type Method Description EnterpriseGradeCdnStatusStaticSite. enterpriseGradeCdnStatus()Get the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app.EnterpriseGradeCdnStatusStaticSiteArmResourceInner. 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 EnterpriseGradeCdnStatus Modifier and Type Method Description StaticSiteStaticSite. withEnterpriseGradeCdnStatus(EnterpriseGradeCdnStatus enterpriseGradeCdnStatus)Set the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app.StaticSiteArmResourceInnerStaticSiteArmResourceInner. 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 EnterpriseGradeCdnStatus Modifier and Type Field Description static EnterpriseGradeCdnStatusEnterpriseGradeCdnStatus. DISABLEDStatic value Disabled for EnterpriseGradeCdnStatus.static EnterpriseGradeCdnStatusEnterpriseGradeCdnStatus. DISABLINGStatic value Disabling for EnterpriseGradeCdnStatus.static EnterpriseGradeCdnStatusEnterpriseGradeCdnStatus. ENABLEDStatic value Enabled for EnterpriseGradeCdnStatus.static EnterpriseGradeCdnStatusEnterpriseGradeCdnStatus. ENABLINGStatic value Enabling for EnterpriseGradeCdnStatus.Methods in com.azure.resourcemanager.appservice.models that return EnterpriseGradeCdnStatus Modifier and Type Method Description EnterpriseGradeCdnStatusStaticSitePatchResource. enterpriseGradeCdnStatus()Get the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app.static EnterpriseGradeCdnStatusEnterpriseGradeCdnStatus. 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 EnterpriseGradeCdnStatus Modifier and Type Method Description static Collection<EnterpriseGradeCdnStatus>EnterpriseGradeCdnStatus. values()Methods in com.azure.resourcemanager.appservice.models with parameters of type EnterpriseGradeCdnStatus Modifier and Type Method Description StaticSitePatchResourceStaticSitePatchResource. withEnterpriseGradeCdnStatus(EnterpriseGradeCdnStatus enterpriseGradeCdnStatus)Set the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app.
-