StorageAccountProperties::StatusOfGeoSecondaryRegion Property

 

Optional. Indicates whether the secondary storage region is available.

Namespace:   Microsoft.WindowsAzure.Management.Storage.Models
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

public:
property Nullable<GeoRegionStatus> StatusOfGeoSecondaryRegion {
	Nullable<GeoRegionStatus> get();
	void set(Nullable<GeoRegionStatus> value);
}

Property Value

Type: System::Nullable<GeoRegionStatus>
Return to top
Show: