IDeployment.Author Property

Definition

Who authored the deployment.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Who authored the deployment.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="author", Update=true)]
public string Author { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Who authored the deployment.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="author", Update=true)>]
member this.Author : string with get, set
Public Property Author As String

Property Value

Attributes

Applies to