Share via


IStorageAccountProperties.GeoReplicationStatCanFailover Property

Definition

A boolean flag which indicates whether or not account failover is supported for the account.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="A boolean flag which indicates whether or not account failover is supported for the account.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="canFailover", Update=false)]
public bool? GeoReplicationStatCanFailover { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="A boolean flag which indicates whether or not account failover is supported for the account.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="canFailover", Update=false)>]
member this.GeoReplicationStatCanFailover : Nullable<bool>
Public ReadOnly Property GeoReplicationStatCanFailover As Nullable(Of Boolean)

Property Value

Attributes

Applies to