IA2AReplicationDetails.IsClusterInfraReady Property

Definition

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

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

Property Value

Attributes

Applies to