C# Class Commands.Network.Test.NetworkResourcesController

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
NetworkResourcesController ( ) : Microsoft.Azure.Commands.Common.Authentication
RunPsTest ( ) : void
RunPsTestWorkflow ( Func scriptBuilder, Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void

Private Methods

Method Description
GetAuthorizationManagementClient ( ) : Microsoft.Azure.Management.Authorization.AuthorizationManagementClient
GetGalleryClient ( ) : Microsoft.Azure.Gallery.GalleryClient
GetInsightsManagementClient ( ) : Microsoft.Azure.Management.Insights.InsightsManagementClient
GetNetworkManagementClient ( Microsoft.Rest.ClientRuntime.Azure.TestFramework context ) : NetworkManagementClient
GetRedisManagementClient ( Microsoft.Rest.ClientRuntime.Azure.TestFramework context ) : Microsoft.Azure.Management.Redis.RedisManagementClient
GetResourceManagementClient ( ) : Microsoft.Azure.Management.Resources.ResourceManagementClient
GetSubscriptionClient ( ) : Microsoft.Azure.Subscriptions.SubscriptionClient
SetupManagementClients ( Microsoft.Rest.ClientRuntime.Azure.TestFramework context ) : void

Method Details

NetworkResourcesController() public method

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

RunPsTest() public method

public RunPsTest ( ) : void
return void

RunPsTestWorkflow() public method

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
return void