Share via


IClusterDeployParameters.SkipValidationsForMachine Property

Definition

The names of bare metal machines in the cluster that should be skipped during environment validation.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The names of bare metal machines in the cluster that should be skipped during environment validation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="skipValidationsForMachines", Update=true)]
public System.Collections.Generic.List<string> SkipValidationsForMachine { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The names of bare metal machines in the cluster that should be skipped during environment validation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="skipValidationsForMachines", Update=true)>]
member this.SkipValidationsForMachine : System.Collections.Generic.List<string> with get, set
Public Property SkipValidationsForMachine As List(Of String)

Property Value

Attributes

Applies to