C# Class Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ProfileController

Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
ProfileController ( ) : Microsoft.Azure.Commands.Common.Authentication
RunPsTest ( XunitTracingInterceptor logger, string tenant ) : void

Private Methods

Method Description
GetSubscriptionClient ( ) : Microsoft.Azure.Subscriptions.SubscriptionClient
RunPsTestWorkflow ( Func scriptBuilder, Action initialize, System.Action cleanup, string callingClassType, string mockName, string tenant ) : void
SetupManagementClients ( ) : void

Method Details

ProfileController() public method

public ProfileController ( ) : Microsoft.Azure.Commands.Common.Authentication
return Microsoft.Azure.Commands.Common.Authentication

RunPsTest() public method

public RunPsTest ( XunitTracingInterceptor logger, string tenant ) : void
logger XunitTracingInterceptor
tenant string
return void