C# Класс Commands.Network.Test.NetworkResourcesController

Показать файл Открыть проект

Открытые методы

Метод Описание
NetworkResourcesController ( ) : Microsoft.Azure.Commands.Common.Authentication
RunPsTest ( ) : void
RunPsTestWorkflow ( Func scriptBuilder, Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void

Приватные методы

Метод Описание
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

Описание методов

NetworkResourcesController() публичный Метод

public NetworkResourcesController ( ) : Microsoft.Azure.Commands.Common.Authentication
Результат Microsoft.Azure.Commands.Common.Authentication

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