Share via


StaticSiteTemplateOptions.IsPrivate Property

Definition

Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public).

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)]
public bool? IsPrivate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)>]
member this.IsPrivate : Nullable<bool> with get, set
Public Property IsPrivate As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to