C# Class Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebsitesController

显示文件 Open project: Azure/azure-powershell

Public Methods

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

Protected Methods

Method Description
GetArmStorageManagementClient ( ) : StorageManagementClient

Private Methods

Method Description
GetAuthorizationManagementClient ( ) : Microsoft.Azure.Management.Authorization.AuthorizationManagementClient
GetGalleryClient ( ) : Microsoft.Azure.Gallery.GalleryClient
GetResourceManagementClient ( ) : Microsoft.Azure.Management.Resources.ResourceManagementClient
GetSubscriptionClient ( ) : Microsoft.Azure.Subscriptions.SubscriptionClient
GetWebsitesManagementClient ( MockContext context ) : Microsoft.Azure.Management.WebSites.WebSiteManagementClient
SetupManagementClients ( MockContext context ) : void

Method Details

GetArmStorageManagementClient() protected method

protected GetArmStorageManagementClient ( ) : StorageManagementClient
return StorageManagementClient

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

WebsitesController() public method

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