ExtensionImage.BlockRoleUponFailure 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.
Optional. Optional. Its value has to be 'true' or 'false' (case-sensitive) When set to 'true', the role startup will be blocked till the extension installation completes. This flag should be set to 'true' when the role cannot start without the extension being installed. If set to 'false' (default value), the role will be started without waiting for the extension installation to complete. Supported on WebRole or WorkerRole, but ignored on VmRole.
public bool? BlockRoleUponFailure { get; set; }
member this.BlockRoleUponFailure : Nullable<bool> with get, set
Public Property BlockRoleUponFailure As Nullable(Of Boolean)