C# Класс Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase

Base class for resource lock management cmdlets.
Наследование: ResourceManagerCmdletBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ResourceLockManagementCmdletBase ( ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components

Защищенные методы

Метод Описание
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.

Описание методов

GetOutputObjects() защищенный Метод

Converts the resource object to output that can be piped to the lock cmdlets.
protected GetOutputObjects ( ) : System.Management.Automation.PSObject[]
Результат System.Management.Automation.PSObject[]

GetResourceId() защищенный Метод

Gets the resource Id from the supplied PowerShell parameters.
protected GetResourceId ( string lockName ) : string
lockName string The name of the lock.
Результат string

ResourceLockManagementCmdletBase() публичный Метод

public ResourceLockManagementCmdletBase ( ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components
Результат Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components