VirtualMachineExtension.ForceUpdateTag Property

Definition

Gets or sets how the extension handler should be forced to update even if the extension configuration has not changed.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.forceUpdateTag")]
public string ForceUpdateTag { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.forceUpdateTag")>]
member this.ForceUpdateTag : string with get, set
Public Property ForceUpdateTag As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to