IStaticSiteArmResource.Provider Property

Definition

The provider that submitted the last deployment to the primary environment of the static site.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The provider that submitted the last deployment to the primary environment of the static site.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="provider", Update=true)]
public string Provider { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The provider that submitted the last deployment to the primary environment of the static site.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="provider", Update=true)>]
member this.Provider : string with get, set
Public Property Provider As String

Property Value

Attributes

Applies to