StorageAccountProperties.StatusOfGeoPrimaryRegion Propriedade
Opcional. Indica se a região de armazenamento primá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> StatusOfGeoPrimaryRegion { get; set; }
public:
property Nullable<GeoRegionStatus> StatusOfGeoPrimaryRegion {
Nullable<GeoRegionStatus> get();
void set(Nullable<GeoRegionStatus> value);
}
member StatusOfGeoPrimaryRegion : Nullable<GeoRegionStatus> with get, set
Public Property StatusOfGeoPrimaryRegion 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