C# Класс Microsoft.Azure.Commands.Resources.GetAzureProviderOperationCommand

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

Private Properties

Свойство Тип Описание
GetNonWildcardPrefix string
GetPSOperationsFromProviderOperationsMetadata IEnumerable
GetResourceProviderFullName string
IsUserOperation bool
ProcessProviderOperationsWithWildCard List
ProcessProviderOperationsWithoutWildCard List
ToPSResourceProviderOperation Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation
ValidateActionSearchString void

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

Метод Описание
ExecuteCmdlet ( ) : void

Executes the cmdlet

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

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

Extracts the portion of the actionstring before the first wildcard character (*)

GetPSOperationsFromProviderOperationsMetadata ( Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadata providerOperationsMetadata ) : IEnumerable
GetResourceProviderFullName ( string nonWildCardPrefix ) : string

Extracts the resource provider's full name - i.e portion of the non-wildcard prefix before the '/' Returns null if the nonWildCardPrefix does not contain a '/'

IsUserOperation ( Operation operation ) : bool
ProcessProviderOperationsWithWildCard ( string actionSearchString ) : List

Get a list of Provider operations in the case that the Actionstring input contains a wildcard

ProcessProviderOperationsWithoutWildCard ( string operationString ) : List

Gets a list of Provider operations in the case that the Actionstring input does not contain a wildcard

ToPSResourceProviderOperation ( Operation operation, string provider, string resource = null ) : Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation
ValidateActionSearchString ( string actionSearchString ) : void

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

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

Executes the cmdlet
public ExecuteCmdlet ( ) : void
Результат void