Partager via


ILeaseShareRequest.Action Property

Definition

Specifies the lease action. Can be one of the available actions.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Acquire", "Renew", "Change", "Release", "Break" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Specifies the lease action. Can be one of the available actions.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="action", Update=true)]
public string Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Acquire", "Renew", "Change", "Release", "Break" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Specifies the lease action. Can be one of the available actions.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="action", Update=true)>]
member this.Action : string with get, set
Public Property Action As String

Property Value

Attributes

Applies to