StorageServiceProperties.StatusOfGeoSecondaryRegion Property

Gets or sets the status of the secondary storage region.

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

Usage

'Usage
Dim instance As StorageServiceProperties
Dim value As Nullable(Of GeoRegionStatus)

value = instance.StatusOfGeoSecondaryRegion

instance.StatusOfGeoSecondaryRegion = value

Syntax

'Declaration
Public Property StatusOfGeoSecondaryRegion As Nullable(Of GeoRegionStatus)
public Nullable<GeoRegionStatus> StatusOfGeoSecondaryRegion { get; set; }
public:
property Nullable<GeoRegionStatus> StatusOfGeoSecondaryRegion {
    Nullable<GeoRegionStatus> get ();
    void set (Nullable<GeoRegionStatus> value);
}
/** @property */
public Nullable<GeoRegionStatus> get_StatusOfGeoSecondaryRegion ()

/** @property */
public void set_StatusOfGeoSecondaryRegion (Nullable<GeoRegionStatus> value)
public function get StatusOfGeoSecondaryRegion () : Nullable<GeoRegionStatus>

public function set StatusOfGeoSecondaryRegion (value : Nullable<GeoRegionStatus>)

Property Value

The secondary storage region status.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

StorageServiceProperties Class
StorageServiceProperties Members
Microsoft.WindowsAzure.Management.Storage.Models Namespace