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

Наследование: PolicyAssignmentCmdletBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetExistingResource Task
GetResource JToken

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

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

Gets the resource Id from the supplied PowerShell parameters.

OnProcessRecord ( ) : void

Executes the cmdlet.

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

Метод Описание
GetExistingResource ( string resourceId, string apiVersion ) : Task

Gets a resource.

GetResource ( string resourceId, string apiVersion ) : JToken

Constructs the resource

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

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

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

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

Executes the cmdlet.
protected OnProcessRecord ( ) : void
Результат void