LeaseContainerResponse Class
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.
Lease Container response schema.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LeaseContainerResponseTypeConverter))]
public class LeaseContainerResponse : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LeaseContainerResponseTypeConverter))>]
type LeaseContainerResponse = class
interface ILeaseContainerResponse
interface IJsonSerializable
Public Class LeaseContainerResponse
Implements ILeaseContainerResponse
- Inheritance
-
LeaseContainerResponse
- Attributes
- Implements
Constructors
LeaseContainerResponse() |
Creates an new LeaseContainerResponse instance. |
Properties
LeaseId |
Returned unique lease ID that must be included with any request to delete the container, or to renew, change, or release the lease. |
LeaseTimeSecond |
Approximate time remaining in the lease period, in seconds. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LeaseContainerResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LeaseContainerResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerResponse. |
FromJsonString(String) |
Creates a new instance of LeaseContainerResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LeaseContainerResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |