StaticSiteResetPropertiesARMResource.ShouldUpdateRepository Property

Definition

Gets or sets determines whether the repository should be updated with the new properties.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.shouldUpdateRepository")]
public bool? ShouldUpdateRepository { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.shouldUpdateRepository")>]
member this.ShouldUpdateRepository : Nullable<bool> with get, set
Public Property ShouldUpdateRepository As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to