Propriedade StorageAccountProperties.LastGeoFailoverTime
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 (em Microsoft.WindowsAzure.Management.Storage.dll)
Uso
'Uso
Dim instance As StorageAccountProperties
Dim value As Nullable(Of DateTime)
value = instance.LastGeoFailoverTime
instance.LastGeoFailoverTime = value
Sintaxe
'Declaração
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>)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe StorageAccountProperties
Membros StorageAccountProperties
Namespace Microsoft.WindowsAzure.Management.Storage.Models