IA2AReplicationDetails.IsClusterInfraReady Property

Definition

A value indicating if the cluster infra is ready or not.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="A value indicating if the cluster infra is ready or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isClusterInfraReady", Update=true)]
public bool? IsClusterInfraReady { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="A value indicating if the cluster infra is ready or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isClusterInfraReady", Update=true)>]
member this.IsClusterInfraReady : Nullable<bool> with get, set
Public Property IsClusterInfraReady As Nullable(Of Boolean)

Property Value

Attributes

Applies to