StorageAccountProperties.StatusOfGeoSecondaryRegion Propriedade
Opcional. Indica se a região de armazenamento secundária está disponível.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models
Assembly: Microsoft.WindowsAzure.Management.Storage (em Microsoft.WindowsAzure.Management.Storage.dll)
Sintaxe
public Nullable<GeoRegionStatus> StatusOfGeoSecondaryRegion { get; set; }
public:
property Nullable<GeoRegionStatus> StatusOfGeoSecondaryRegion {
Nullable<GeoRegionStatus> get();
void set(Nullable<GeoRegionStatus> value);
}
member StatusOfGeoSecondaryRegion : Nullable<GeoRegionStatus> with get, set
Public Property StatusOfGeoSecondaryRegion As Nullable(Of GeoRegionStatus)
Valor de propriedade
Type: System.Nullable<GeoRegionStatus>
Consulte também
Classe StorageAccountProperties
Namespace Microsoft.WindowsAzure.Management.Storage.Models
Retornar ao topo