Partilhar via


ResourceLockManagementCmdletBase.LockId Property

Definition

The Id of the lock.

[System.Management.Automation.Alias(new System.String[] { "Id", "ResourceId" })]
[System.Management.Automation.Parameter(HelpMessage="The Id of the lock.", Mandatory=true, ParameterSetName="ByLockId", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string LockId { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "Id", "ResourceId" })>]
[<System.Management.Automation.Parameter(HelpMessage="The Id of the lock.", Mandatory=true, ParameterSetName="ByLockId", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.LockId : string with get, set
Public Property LockId As String

Property Value

Attributes

Applies to