C# 클래스 Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourcesController

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

공개 메소드들

메소드 설명
ResourcesController ( ) : System
RunPsTest ( ) : void
RunPsTestWorkflow ( Func scriptBuilder, Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void
RunPsTestWorkflow ( XunitTracingInterceptor interceptor, Func scriptBuilder, Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void

비공개 메소드들

메소드 설명
GetAuthorizationManagementClient ( ) : Microsoft.Azure.Management.Authorization.AuthorizationManagementClient
GetFeatureClient ( MockContext context ) : FeatureClient
GetGalleryClient ( ) : Microsoft.Azure.Gallery.GalleryClient
GetGraphClient ( MockContext context ) : GraphRbacManagementClient
GetInsightsClient ( ) : InsightsClient
GetLegacyResourceManagementClient ( ) : Microsoft.Azure.Management.Resources.ResourceManagementClient
GetLegacySubscriptionClient ( ) : Microsoft.Azure.Subscriptions.SubscriptionClient
GetResourceManagementClient ( MockContext context ) : Microsoft.Azure.Management.Resources.ResourceManagementClient
GetSubscriptionClient ( MockContext context ) : Microsoft.Azure.Subscriptions.SubscriptionClient
SetupManagementClients ( MockContext context ) : void

메소드 상세

ResourcesController() 공개 메소드

public ResourcesController ( ) : System
리턴 System

RunPsTest() 공개 메소드

public RunPsTest ( ) : void
리턴 void

RunPsTestWorkflow() 공개 메소드

public RunPsTestWorkflow ( Func scriptBuilder, Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void
scriptBuilder Func
initialize Action
cleanup System.Action
callingClassType string
mockName string
리턴 void

RunPsTestWorkflow() 공개 메소드

public RunPsTestWorkflow ( XunitTracingInterceptor interceptor, Func scriptBuilder, Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void
interceptor XunitTracingInterceptor
scriptBuilder Func
initialize Action
cleanup System.Action
callingClassType string
mockName string
리턴 void