C# 클래스 Microsoft.Azure.Commands.Resources.Models.ResourcesClient

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

공개 프로퍼티들

프로퍼티 타입 설명
KnownLocations List

공개 메소드들

메소드 설명
FilterPSResources ( BasePSResourceParameters parameters ) : List

Get an existing resource or resources.

FilterResources ( FilterResourcesOptions options ) : List

Filters a given resource group resources.

GetProviderOperationsMetadata ( string providerNamespace ) : ProviderOperationsMetadata
ListProviderOperationsMetadata ( ) : IList
ParseDetailErrorMessage ( string statusMessage ) : List
ParseErrorMessage ( string statusMessage ) : string
ProvisionDeploymentStatus ( string resourceGroup, string deploymentName, Deployment deployment ) : DeploymentExtended
ResourcesClient ( ) : Hyak.Common

Parameterless constructor for mocking

ResourcesClient ( AzureContext context ) : Hyak.Common

Creates new ResourceManagementClient

ResourcesClient ( IResourceManagementClient resourceManagementClient, GalleryTemplatesClient galleryTemplatesClient, IAuthorizationManagementClient authorizationManagementClient ) : Hyak.Common

Creates new ResourcesClient instance

비공개 메소드들

메소드 설명
GetNewOperations ( List old, IList current ) : List
GetResourcePermissions ( ResourceIdentifier identity ) : List
WaitDeploymentStatus ( string resourceGroup, string deploymentName, Deployment basicDeployment, Action job ) : DeploymentExtended
WriteDeploymentProgress ( string resourceGroup, string deploymentName, Deployment deployment ) : void
WriteError ( string error ) : void
WriteVerbose ( string progress ) : void
WriteWarning ( string warning ) : void

메소드 상세

FilterPSResources() 공개 메소드

Get an existing resource or resources.
public FilterPSResources ( BasePSResourceParameters parameters ) : List
parameters BasePSResourceParameters The get parameters
리턴 List

FilterResources() 공개 메소드

Filters a given resource group resources.
public FilterResources ( FilterResourcesOptions options ) : List
options FilterResourcesOptions The filtering options
리턴 List

GetProviderOperationsMetadata() 공개 메소드

public GetProviderOperationsMetadata ( string providerNamespace ) : ProviderOperationsMetadata
providerNamespace string
리턴 ProviderOperationsMetadata

ListProviderOperationsMetadata() 공개 메소드

public ListProviderOperationsMetadata ( ) : IList
리턴 IList

ParseDetailErrorMessage() 공개 정적인 메소드

public static ParseDetailErrorMessage ( string statusMessage ) : List
statusMessage string
리턴 List

ParseErrorMessage() 공개 정적인 메소드

public static ParseErrorMessage ( string statusMessage ) : string
statusMessage string
리턴 string

ProvisionDeploymentStatus() 공개 메소드

public ProvisionDeploymentStatus ( string resourceGroup, string deploymentName, Deployment deployment ) : DeploymentExtended
resourceGroup string
deploymentName string
deployment Deployment
리턴 DeploymentExtended

ResourcesClient() 공개 메소드

Parameterless constructor for mocking
public ResourcesClient ( ) : Hyak.Common
리턴 Hyak.Common

ResourcesClient() 공개 메소드

Creates new ResourceManagementClient
public ResourcesClient ( AzureContext context ) : Hyak.Common
context AzureContext Profile containing resources to manipulate
리턴 Hyak.Common

ResourcesClient() 공개 메소드

Creates new ResourcesClient instance
public ResourcesClient ( IResourceManagementClient resourceManagementClient, GalleryTemplatesClient galleryTemplatesClient, IAuthorizationManagementClient authorizationManagementClient ) : Hyak.Common
resourceManagementClient IResourceManagementClient The IResourceManagementClient instance
galleryTemplatesClient GalleryTemplatesClient The IGalleryClient instance
authorizationManagementClient IAuthorizationManagementClient The management client instance
리턴 Hyak.Common

프로퍼티 상세

KnownLocations 공개적으로 정적으로 프로퍼티

public static List KnownLocations
리턴 List