StorageAccountProperties.LastGeoFailoverTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public DateTime? LastGeoFailoverTime { get; set; }
member this.LastGeoFailoverTime : Nullable<DateTime> with get, set
Public Property LastGeoFailoverTime As Nullable(Of DateTime)
Property Value
Applies to
Azure SDK for .NET