Share via


StorageAccountInner.StatusOfSecondary Property

Definition

Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS. Possible values include: 'available', 'unavailable'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.statusOfSecondary")]
public Microsoft.Azure.Management.Storage.Fluent.Models.AccountStatus? StatusOfSecondary { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.statusOfSecondary")>]
member this.StatusOfSecondary : Nullable<Microsoft.Azure.Management.Storage.Fluent.Models.AccountStatus>
Public ReadOnly Property StatusOfSecondary As Nullable(Of AccountStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to