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

Website client to perform operation on AppServicePlan
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode 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

Méthode Description
WriteError ( string errorFormat ) : void

Write error

WriteVerbose ( string verboseFormat ) : void

Writes verbose

WriteWarning ( string warningFormat ) : void

Write warning

Method Details

GetAppServicePlan() public méthode

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
Résultat ServerFarmWithRichSku

WebsitesClient() public méthode

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