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

The base class for manipulating resources.
Наследование: ResourceManagerCmdletBase
Показать файл Открыть проект

Private Properties

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

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

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

Initializes the default subscription id if needed.

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

Метод Описание
GetResourceId ( ) : string

Gets the resource Id from the supplied PowerShell parameters.

OnProcessRecord ( ) : void

Приватные методы

Метод Описание
GetResourceIdWithoutParentResource ( ) : string

Gets the resource Id from the supplied PowerShell parameters.

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

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

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

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

protected OnProcessRecord ( ) : void
Результат void

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

Initializes the default subscription id if needed.
public ResourceManipulationCmdletBase ( ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components
Результат Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components