Share via


StorageAccountProperties.LastGeoFailoverTime Property

Optional. A timestamp that indicates the most recent instance of a failover to the secondary region. In the case of multiple failovers, only the latest failover date and time is maintained. The format of the returned timestamp is: [4DigitYear]-[2DigitMonth]-[2DigitDay]T[2DigitMinute]:[2DigitSecond]:[7DigitsOfPrecision]Z. LastGeoFailoverTime is not returned if there has not been an instance of a failover.

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

Usage

'Usage
Dim instance As StorageAccountProperties
Dim value As Nullable(Of DateTime)

value = instance.LastGeoFailoverTime

instance.LastGeoFailoverTime = value

Syntax

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

/** @property */
public void set_LastGeoFailoverTime (Nullable<DateTime> value)
public function get LastGeoFailoverTime () : Nullable<DateTime>

public function set LastGeoFailoverTime (value : Nullable<DateTime>)

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

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