ArmStorageModelFactory.LeaseContainerResponse(String, String) Method
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.
Initializes a new instance of LeaseContainerResponse.
public static Azure.ResourceManager.Storage.Models.LeaseContainerResponse LeaseContainerResponse (string leaseId = default, string leaseTimeSeconds = default);
static member LeaseContainerResponse : string * string -> Azure.ResourceManager.Storage.Models.LeaseContainerResponse
Public Shared Function LeaseContainerResponse (Optional leaseId As String = Nothing, Optional leaseTimeSeconds As String = Nothing) As LeaseContainerResponse
Parameters
- leaseId
- String
Returned unique lease ID that must be included with any request to delete the container, or to renew, change, or release the lease.
- leaseTimeSeconds
- String
Approximate time remaining in the lease period, in seconds.
Returns
A new LeaseContainerResponse instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.