Extension.ForceUpdateTag Property

Definition

Tag to force apply the provided public and protected settings. Changing the tag value allows for re-running the extension without changing any of the public or protected settings. If forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler. If neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and it is up to handler implementation whether to re-run it or not

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.DoNotFormat]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Inlined)]
public string ForceUpdateTag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.DoNotFormat>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Inlined)>]
member this.ForceUpdateTag : string with get, set
Public Property ForceUpdateTag As String

Property Value

Implements

Attributes

Applies to