StorageAccountProperties.StatusOfGeoPrimaryRegion Property
Optional. Indicates whether the primary storage region is available.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Syntax
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)
Property Value
Type: System.Nullable<GeoRegionStatus>
See Also
StorageAccountProperties Class
Microsoft.WindowsAzure.Management.Storage.Models Namespace
Return to top