IStaticSitePatchResource.EnterpriseGradeCdnStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State indicating the status of the enterprise grade CDN serving traffic to the static web app.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Enabled", "Enabling", "Disabled", "Disabling" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="State indicating the status of the enterprise grade CDN serving traffic to the static web app.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="enterpriseGradeCdnStatus", Update=true)]
public string EnterpriseGradeCdnStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Enabled", "Enabling", "Disabled", "Disabling" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="State indicating the status of the enterprise grade CDN serving traffic to the static web app.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="enterpriseGradeCdnStatus", Update=true)>]
member this.EnterpriseGradeCdnStatus : string with get, set
Public Property EnterpriseGradeCdnStatus As String
Property Value
- Attributes