IStaticSiteTemplateOptions.RepositoryName Property

Definition

Name of the newly generated repository.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Name of the newly generated repository.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="repositoryName", Update=true)]
public string RepositoryName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Name of the newly generated repository.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="repositoryName", Update=true)>]
member this.RepositoryName : string with get, set
Public Property RepositoryName As String

Property Value

Attributes

Applies to