IBareMetalMachineReplaceParameters.SafeguardMode Property

Definition

The safeguard mode to use for the replace action, where None indicates to bypass safeguards and All indicates to utilize all safeguards.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "All", "None" })]
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The safeguard mode to use for the replace action, where None indicates to bypass safeguards and All indicates to utilize all safeguards.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="safeguardMode", Update=true)]
public string SafeguardMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "All", "None" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The safeguard mode to use for the replace action, where None indicates to bypass safeguards and All indicates to utilize all safeguards.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="safeguardMode", Update=true)>]
member this.SafeguardMode : string with get, set
Public Property SafeguardMode As String

Property Value

Attributes

Applies to