CloudServiceExtension.ForceUpdateTag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
public string ForceUpdateTag { get; set; }
member this.ForceUpdateTag : string with get, set
Public Property ForceUpdateTag As String
Property Value
Applies to
Azure SDK for .NET