共用方式為


StatefulServiceUpdateProperties.StandByReplicaKeepDuration Property

Definition

Gets or sets the definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format (hh:mm:ss.s).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to