C# Class Microsoft.Azure.Commands.DataFactories.Test.DataFactoriesScenarioTestsBase

ファイルを表示 Open project: Azure/azure-powershell

Protected Methods

Method Description
DataFactoriesScenarioTestsBase ( ) : Microsoft.Azure.Commands.Common.Authentication
GetAuthorizationManagementClient ( ) : Microsoft.Azure.Management.Authorization.AuthorizationManagementClient
GetDataPipelineManagementClient ( ) : DataFactoryManagementClient
GetGalleryClient ( ) : Microsoft.Azure.Gallery.GalleryClient
GetResourceManagementClient ( ) : Microsoft.Azure.Management.Resources.ResourceManagementClient
GetSubscriptionClient ( ) : Microsoft.Azure.Subscriptions.SubscriptionClient
RunPowerShellTest ( ) : void
SetupManagementClients ( ) : void

Method Details

DataFactoriesScenarioTestsBase() protected method

protected DataFactoriesScenarioTestsBase ( ) : Microsoft.Azure.Commands.Common.Authentication
return Microsoft.Azure.Commands.Common.Authentication

GetAuthorizationManagementClient() protected method

protected GetAuthorizationManagementClient ( ) : Microsoft.Azure.Management.Authorization.AuthorizationManagementClient
return Microsoft.Azure.Management.Authorization.AuthorizationManagementClient

GetDataPipelineManagementClient() protected method

protected GetDataPipelineManagementClient ( ) : DataFactoryManagementClient
return DataFactoryManagementClient

GetGalleryClient() protected method

protected GetGalleryClient ( ) : Microsoft.Azure.Gallery.GalleryClient
return Microsoft.Azure.Gallery.GalleryClient

GetResourceManagementClient() protected method

protected GetResourceManagementClient ( ) : Microsoft.Azure.Management.Resources.ResourceManagementClient
return Microsoft.Azure.Management.Resources.ResourceManagementClient

GetSubscriptionClient() protected method

protected GetSubscriptionClient ( ) : Microsoft.Azure.Subscriptions.SubscriptionClient
return Microsoft.Azure.Subscriptions.SubscriptionClient

RunPowerShellTest() protected method

protected RunPowerShellTest ( ) : void
return void

SetupManagementClients() protected method

protected SetupManagementClients ( ) : void
return void