IStaticSiteResetPropertiesArmResourceProperties.ShouldUpdateRepository Property

Definition

Determines whether the repository should be updated with the new properties.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Determines whether the repository should be updated with the new properties.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="shouldUpdateRepository", Update=true)]
public bool? ShouldUpdateRepository { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Determines whether the repository should be updated with the new properties.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="shouldUpdateRepository", Update=true)>]
member this.ShouldUpdateRepository : Nullable<bool> with get, set
Public Property ShouldUpdateRepository As Nullable(Of Boolean)

Property Value

Attributes

Applies to