C# Class Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase

Base class for resource lock management cmdlets.
Inheritance: ResourceManagerCmdletBase
ファイルを表示 Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

Method Description
ResourceLockManagementCmdletBase ( ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components

Protected Methods

Method Description
GetOutputObjects ( ) : System.Management.Automation.PSObject[]

Converts the resource object to output that can be piped to the lock cmdlets.

GetResourceId ( string lockName ) : string

Gets the resource Id from the supplied PowerShell parameters.

Method Details

GetOutputObjects() protected method

Converts the resource object to output that can be piped to the lock cmdlets.
protected GetOutputObjects ( ) : System.Management.Automation.PSObject[]
return System.Management.Automation.PSObject[]

GetResourceId() protected method

Gets the resource Id from the supplied PowerShell parameters.
protected GetResourceId ( string lockName ) : string
lockName string The name of the lock.
return string

ResourceLockManagementCmdletBase() public method

public ResourceLockManagementCmdletBase ( ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components
return Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components