ILeaseContainerRequest.LeaseId 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.
Identifies the lease. Can be specified in any valid GUID string format.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Identifies the lease. Can be specified in any valid GUID string format.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="leaseId")]
public string LeaseId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Identifies the lease. Can be specified in any valid GUID string format.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="leaseId")>]
member this.LeaseId : string with get, set
Public Property LeaseId As String
Property Value
- Attributes