LeaseContainerRequest.ProposedLeaseId Property

Definition

Gets or sets optional for acquire, required for change. Proposed lease ID, in a GUID string format.

[Newtonsoft.Json.JsonProperty(PropertyName="proposedLeaseId")]
public string ProposedLeaseId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="proposedLeaseId")>]
member this.ProposedLeaseId : string with get, set
Public Property ProposedLeaseId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to