AzureStorageContainer.AcquireStorageAccountLock Property

Definition

Gets or sets whether storage account lock is to be acquired for this container or not. Possible values include: 'Acquire', 'NotAcquire'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to