C# Class Microsoft.Azure.Commands.LogicApp.Utilities.WebsitesClient

Website client to perform operation on AppServicePlan
Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
GetAppServicePlan ( string resourceGroupName, string appServicePlanName ) : ServerFarmWithRichSku

Gets the app service plan from the specified resource group

WebsitesClient ( AzureContext context ) : System

Initializes the client instance

Private Methods

Method Description
WriteError ( string errorFormat ) : void

Write error

WriteVerbose ( string verboseFormat ) : void

Writes verbose

WriteWarning ( string warningFormat ) : void

Write warning

Method Details

GetAppServicePlan() public method

Gets the app service plan from the specified resource group
public GetAppServicePlan ( string resourceGroupName, string appServicePlanName ) : ServerFarmWithRichSku
resourceGroupName string Name of the resource group
appServicePlanName string Name of the App Service Plan name
return ServerFarmWithRichSku

WebsitesClient() public method

Initializes the client instance
public WebsitesClient ( AzureContext context ) : System
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
return System