C# 클래스 Microsoft.Azure.Commands.Resources.GetAzureProviderOperationCommand

상속: ResourcesBaseCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

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