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

Base class for resource lock management cmdlets.
Inheritance: ResourceManagerCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ResourceLockManagementCmdletBase ( ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components

Méthodes protégées

Méthode 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 méthode

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

GetResourceId() protected méthode

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

ResourceLockManagementCmdletBase() public méthode

public ResourceLockManagementCmdletBase ( ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components
Résultat Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components