C# Класс Microsoft.Azure.Commands.LogicApp.Utilities.WebsitesClient

Website client to perform operation on AppServicePlan
Показать файл Открыть проект

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

Метод Описание
GetAppServicePlan ( string resourceGroupName, string appServicePlanName ) : ServerFarmWithRichSku

Gets the app service plan from the specified resource group

WebsitesClient ( AzureContext context ) : System

Initializes the client instance

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

Метод Описание
WriteError ( string errorFormat ) : void

Write error

WriteVerbose ( string verboseFormat ) : void

Writes verbose

WriteWarning ( string warningFormat ) : void

Write warning

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

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

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
Результат ServerFarmWithRichSku

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

Initializes the client instance
public WebsitesClient ( AzureContext context ) : System
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
Результат System