Dela via


IStorageAccount.FailoverInProgress Property

Definition

If the failover is in progress, the value will be true, otherwise, it will be null.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="If the failover is in progress, the value will be true, otherwise, it will be null.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="failoverInProgress", Update=false)]
public bool? FailoverInProgress { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="If the failover is in progress, the value will be true, otherwise, it will be null.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="failoverInProgress", Update=false)>]
member this.FailoverInProgress : Nullable<bool>
Public ReadOnly Property FailoverInProgress As Nullable(Of Boolean)

Property Value

Attributes

Applies to