Share via


AzureFileShareBackupRequest.RecoveryPointExpiryTimeInUTC Property

Definition

Gets or sets backup copy will expire after the time specified (UTC).

[Newtonsoft.Json.JsonProperty(PropertyName="recoveryPointExpiryTimeInUTC")]
public DateTime? RecoveryPointExpiryTimeInUTC { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recoveryPointExpiryTimeInUTC")>]
member this.RecoveryPointExpiryTimeInUTC : Nullable<DateTime> with get, set
Public Property RecoveryPointExpiryTimeInUTC As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to