次の方法で共有


AppServicePlans interface

AppServicePlans を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, AppServicePlan, AppServicePlansCreateOrUpdateOptionalParams)

App Service プランの作成または更新に関する説明。

beginCreateOrUpdateAndWait(string, string, AppServicePlan, AppServicePlansCreateOrUpdateOptionalParams)

App Service プランの作成または更新に関する説明。

createOrUpdateVnetRoute(string, string, string, string, VnetRoute, AppServicePlansCreateOrUpdateVnetRouteOptionalParams)

App Service プランでの仮想ネットワーク ルートの作成または更新に関する説明。

delete(string, string, AppServicePlansDeleteOptionalParams)

App Service プランの削除に関する説明。

deleteHybridConnection(string, string, string, string, AppServicePlansDeleteHybridConnectionOptionalParams)

App Service プランで使用中のハイブリッド接続の削除に関する説明。

deleteVnetRoute(string, string, string, string, AppServicePlansDeleteVnetRouteOptionalParams)

App Service プランの仮想ネットワーク ルートの削除に関する説明。

get(string, string, AppServicePlansGetOptionalParams)

App Service プランの取得に関する説明。

getHybridConnection(string, string, string, string, AppServicePlansGetHybridConnectionOptionalParams)

App Service プランで使用中のハイブリッド接続の取得に関する説明。

getHybridConnectionPlanLimit(string, string, AppServicePlansGetHybridConnectionPlanLimitOptionalParams)

App Service プランで許可されるハイブリッド接続の最大数を取得するための説明。

getRouteForVnet(string, string, string, string, AppServicePlansGetRouteForVnetOptionalParams)

App Service プランでの仮想ネットワーク ルートの取得に関する説明。

getServerFarmSkus(string, string, AppServicePlansGetServerFarmSkusOptionalParams)

[指定された App Service プランに対して選択可能なすべての SKU を取得する] の説明

getVnetFromServerFarm(string, string, string, AppServicePlansGetVnetFromServerFarmOptionalParams)

App Service プランに関連付けられている仮想ネットワークの取得に関する説明。

getVnetGateway(string, string, string, string, AppServicePlansGetVnetGatewayOptionalParams)

仮想ネットワーク ゲートウェイの取得に関する説明。

list(AppServicePlansListOptionalParams)

サブスクリプションのすべての App Service プランを取得する方法の説明。

listByResourceGroup(string, AppServicePlansListByResourceGroupOptionalParams)

リソース グループ内のすべての App Service プランを取得するための説明。

listCapabilities(string, string, AppServicePlansListCapabilitiesOptionalParams)

App Service プランのすべての機能を一覧表示する方法の説明。

listHybridConnectionKeys(string, string, string, string, AppServicePlansListHybridConnectionKeysOptionalParams)

ハイブリッド接続の送信キーの名前と値を取得するための説明。

listHybridConnections(string, string, AppServicePlansListHybridConnectionsOptionalParams)

App Service プランで使用中のすべてのハイブリッド接続を取得する方法について説明します。

listRoutesForVnet(string, string, string, AppServicePlansListRoutesForVnetOptionalParams)

App Service プランの仮想ネットワークに関連付けられているすべてのルートを取得するための説明。

listUsages(string, string, AppServicePlansListUsagesOptionalParams)

サーバー ファームの使用状況情報を取得するための説明

listVnets(string, string, AppServicePlansListVnetsOptionalParams)

App Service プランに関連付けられているすべての仮想ネットワークを取得するための説明。

listWebApps(string, string, AppServicePlansListWebAppsOptionalParams)

App Service プランに関連付けられているすべてのアプリを取得するための説明。

listWebAppsByHybridConnection(string, string, string, string, AppServicePlansListWebAppsByHybridConnectionOptionalParams)

App Service プランでハイブリッド接続を使用するすべてのアプリを取得するための説明。

rebootWorker(string, string, string, AppServicePlansRebootWorkerOptionalParams)

App Service プランでワーカー マシンを再起動する方法について説明します。

restartWebApps(string, string, AppServicePlansRestartWebAppsOptionalParams)

App Service プラン内のすべてのアプリを再起動する方法の説明。

update(string, string, AppServicePlanPatchResource, AppServicePlansUpdateOptionalParams)

App Service プランの作成または更新に関する説明。

updateVnetGateway(string, string, string, string, VnetGateway, AppServicePlansUpdateVnetGatewayOptionalParams)

仮想ネットワーク ゲートウェイの更新に関する説明。

updateVnetRoute(string, string, string, string, VnetRoute, AppServicePlansUpdateVnetRouteOptionalParams)

App Service プランでの仮想ネットワーク ルートの作成または更新に関する説明。

メソッドの詳細

beginCreateOrUpdate(string, string, AppServicePlan, AppServicePlansCreateOrUpdateOptionalParams)

App Service プランの作成または更新に関する説明。

function beginCreateOrUpdate(resourceGroupName: string, name: string, appServicePlan: AppServicePlan, options?: AppServicePlansCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AppServicePlan>, AppServicePlan>>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

appServicePlan
AppServicePlan

App Service プランの詳細。

options
AppServicePlansCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<AppServicePlan>, AppServicePlan>>

beginCreateOrUpdateAndWait(string, string, AppServicePlan, AppServicePlansCreateOrUpdateOptionalParams)

App Service プランの作成または更新に関する説明。

function beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, appServicePlan: AppServicePlan, options?: AppServicePlansCreateOrUpdateOptionalParams): Promise<AppServicePlan>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

appServicePlan
AppServicePlan

App Service プランの詳細。

options
AppServicePlansCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<AppServicePlan>

createOrUpdateVnetRoute(string, string, string, string, VnetRoute, AppServicePlansCreateOrUpdateVnetRouteOptionalParams)

App Service プランでの仮想ネットワーク ルートの作成または更新に関する説明。

function createOrUpdateVnetRoute(resourceGroupName: string, name: string, vnetName: string, routeName: string, route: VnetRoute, options?: AppServicePlansCreateOrUpdateVnetRouteOptionalParams): Promise<VnetRoute>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

vnetName

string

仮想ネットワークの名前。

routeName

string

仮想ネットワーク ルートの名前。

route
VnetRoute

仮想ネットワーク ルートの定義。

options
AppServicePlansCreateOrUpdateVnetRouteOptionalParams

オプション パラメーター。

戻り値

Promise<VnetRoute>

delete(string, string, AppServicePlansDeleteOptionalParams)

App Service プランの削除に関する説明。

function delete(resourceGroupName: string, name: string, options?: AppServicePlansDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

options
AppServicePlansDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

deleteHybridConnection(string, string, string, string, AppServicePlansDeleteHybridConnectionOptionalParams)

App Service プランで使用中のハイブリッド接続の削除に関する説明。

function deleteHybridConnection(resourceGroupName: string, name: string, namespaceName: string, relayName: string, options?: AppServicePlansDeleteHybridConnectionOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

namespaceName

string

Service Bus 名前空間の名前。

relayName

string

Service Bus リレーの名前。

options
AppServicePlansDeleteHybridConnectionOptionalParams

オプション パラメーター。

戻り値

Promise<void>

deleteVnetRoute(string, string, string, string, AppServicePlansDeleteVnetRouteOptionalParams)

App Service プランの仮想ネットワーク ルートの削除に関する説明。

function deleteVnetRoute(resourceGroupName: string, name: string, vnetName: string, routeName: string, options?: AppServicePlansDeleteVnetRouteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

vnetName

string

仮想ネットワークの名前。

routeName

string

仮想ネットワーク ルートの名前。

options
AppServicePlansDeleteVnetRouteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, AppServicePlansGetOptionalParams)

App Service プランの取得に関する説明。

function get(resourceGroupName: string, name: string, options?: AppServicePlansGetOptionalParams): Promise<AppServicePlan>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

options
AppServicePlansGetOptionalParams

オプション パラメーター。

戻り値

Promise<AppServicePlan>

getHybridConnection(string, string, string, string, AppServicePlansGetHybridConnectionOptionalParams)

App Service プランで使用中のハイブリッド接続の取得に関する説明。

function getHybridConnection(resourceGroupName: string, name: string, namespaceName: string, relayName: string, options?: AppServicePlansGetHybridConnectionOptionalParams): Promise<HybridConnection>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

namespaceName

string

Service Bus 名前空間の名前。

relayName

string

Service Bus リレーの名前。

options
AppServicePlansGetHybridConnectionOptionalParams

オプション パラメーター。

戻り値

Promise<HybridConnection>

getHybridConnectionPlanLimit(string, string, AppServicePlansGetHybridConnectionPlanLimitOptionalParams)

App Service プランで許可されるハイブリッド接続の最大数を取得するための説明。

function getHybridConnectionPlanLimit(resourceGroupName: string, name: string, options?: AppServicePlansGetHybridConnectionPlanLimitOptionalParams): Promise<HybridConnectionLimits>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

options
AppServicePlansGetHybridConnectionPlanLimitOptionalParams

オプション パラメーター。

戻り値

getRouteForVnet(string, string, string, string, AppServicePlansGetRouteForVnetOptionalParams)

App Service プランでの仮想ネットワーク ルートの取得に関する説明。

function getRouteForVnet(resourceGroupName: string, name: string, vnetName: string, routeName: string, options?: AppServicePlansGetRouteForVnetOptionalParams): Promise<AppServicePlansGetRouteForVnetResponse>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

vnetName

string

仮想ネットワークの名前。

routeName

string

仮想ネットワーク ルートの名前。

options
AppServicePlansGetRouteForVnetOptionalParams

オプション パラメーター。

戻り値

getServerFarmSkus(string, string, AppServicePlansGetServerFarmSkusOptionalParams)

[指定された App Service プランに対して選択可能なすべての SKU を取得する] の説明

function getServerFarmSkus(resourceGroupName: string, name: string, options?: AppServicePlansGetServerFarmSkusOptionalParams): Promise<AppServicePlansGetServerFarmSkusResponse>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前

options
AppServicePlansGetServerFarmSkusOptionalParams

オプション パラメーター。

戻り値

getVnetFromServerFarm(string, string, string, AppServicePlansGetVnetFromServerFarmOptionalParams)

App Service プランに関連付けられている仮想ネットワークの取得に関する説明。

function getVnetFromServerFarm(resourceGroupName: string, name: string, vnetName: string, options?: AppServicePlansGetVnetFromServerFarmOptionalParams): Promise<VnetInfoResource>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

vnetName

string

仮想ネットワークの名前。

options
AppServicePlansGetVnetFromServerFarmOptionalParams

オプション パラメーター。

戻り値

Promise<VnetInfoResource>

getVnetGateway(string, string, string, string, AppServicePlansGetVnetGatewayOptionalParams)

仮想ネットワーク ゲートウェイの取得に関する説明。

function getVnetGateway(resourceGroupName: string, name: string, vnetName: string, gatewayName: string, options?: AppServicePlansGetVnetGatewayOptionalParams): Promise<VnetGateway>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

vnetName

string

仮想ネットワークの名前。

gatewayName

string

ゲートウェイの名前。 "プライマリ" ゲートウェイのみがサポートされています。

options
AppServicePlansGetVnetGatewayOptionalParams

オプション パラメーター。

戻り値

Promise<VnetGateway>

list(AppServicePlansListOptionalParams)

サブスクリプションのすべての App Service プランを取得する方法の説明。

function list(options?: AppServicePlansListOptionalParams): PagedAsyncIterableIterator<AppServicePlan, AppServicePlan[], PageSettings>

パラメーター

options
AppServicePlansListOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, AppServicePlansListByResourceGroupOptionalParams)

リソース グループ内のすべての App Service プランを取得するための説明。

function listByResourceGroup(resourceGroupName: string, options?: AppServicePlansListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AppServicePlan, AppServicePlan[], PageSettings>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

options
AppServicePlansListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listCapabilities(string, string, AppServicePlansListCapabilitiesOptionalParams)

App Service プランのすべての機能を一覧表示する方法の説明。

function listCapabilities(resourceGroupName: string, name: string, options?: AppServicePlansListCapabilitiesOptionalParams): Promise<AppServicePlansListCapabilitiesResponse>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

options
AppServicePlansListCapabilitiesOptionalParams

オプション パラメーター。

戻り値

listHybridConnectionKeys(string, string, string, string, AppServicePlansListHybridConnectionKeysOptionalParams)

ハイブリッド接続の送信キーの名前と値を取得するための説明。

function listHybridConnectionKeys(resourceGroupName: string, name: string, namespaceName: string, relayName: string, options?: AppServicePlansListHybridConnectionKeysOptionalParams): Promise<HybridConnectionKey>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

namespaceName

string

Service Bus 名前空間の名前。

relayName

string

Service Bus リレーの名前。

options
AppServicePlansListHybridConnectionKeysOptionalParams

オプション パラメーター。

戻り値

listHybridConnections(string, string, AppServicePlansListHybridConnectionsOptionalParams)

App Service プランで使用中のすべてのハイブリッド接続を取得する方法について説明します。

function listHybridConnections(resourceGroupName: string, name: string, options?: AppServicePlansListHybridConnectionsOptionalParams): PagedAsyncIterableIterator<HybridConnection, HybridConnection[], PageSettings>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

options
AppServicePlansListHybridConnectionsOptionalParams

オプション パラメーター。

戻り値

listRoutesForVnet(string, string, string, AppServicePlansListRoutesForVnetOptionalParams)

App Service プランの仮想ネットワークに関連付けられているすべてのルートを取得するための説明。

function listRoutesForVnet(resourceGroupName: string, name: string, vnetName: string, options?: AppServicePlansListRoutesForVnetOptionalParams): Promise<AppServicePlansListRoutesForVnetResponse>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

vnetName

string

仮想ネットワークの名前。

options
AppServicePlansListRoutesForVnetOptionalParams

オプション パラメーター。

戻り値

listUsages(string, string, AppServicePlansListUsagesOptionalParams)

サーバー ファームの使用状況情報を取得するための説明

function listUsages(resourceGroupName: string, name: string, options?: AppServicePlansListUsagesOptionalParams): PagedAsyncIterableIterator<CsmUsageQuota, CsmUsageQuota[], PageSettings>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前

options
AppServicePlansListUsagesOptionalParams

オプション パラメーター。

戻り値

listVnets(string, string, AppServicePlansListVnetsOptionalParams)

App Service プランに関連付けられているすべての仮想ネットワークを取得するための説明。

function listVnets(resourceGroupName: string, name: string, options?: AppServicePlansListVnetsOptionalParams): Promise<AppServicePlansListVnetsResponse>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

options
AppServicePlansListVnetsOptionalParams

オプション パラメーター。

戻り値

listWebApps(string, string, AppServicePlansListWebAppsOptionalParams)

App Service プランに関連付けられているすべてのアプリを取得するための説明。

function listWebApps(resourceGroupName: string, name: string, options?: AppServicePlansListWebAppsOptionalParams): PagedAsyncIterableIterator<Site, Site[], PageSettings>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

options
AppServicePlansListWebAppsOptionalParams

オプション パラメーター。

戻り値

listWebAppsByHybridConnection(string, string, string, string, AppServicePlansListWebAppsByHybridConnectionOptionalParams)

App Service プランでハイブリッド接続を使用するすべてのアプリを取得するための説明。

function listWebAppsByHybridConnection(resourceGroupName: string, name: string, namespaceName: string, relayName: string, options?: AppServicePlansListWebAppsByHybridConnectionOptionalParams): PagedAsyncIterableIterator<string, string[], PageSettings>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

namespaceName

string

ハイブリッド接続名前空間の名前。

relayName

string

ハイブリッド接続リレーの名前。

options
AppServicePlansListWebAppsByHybridConnectionOptionalParams

オプション パラメーター。

戻り値

rebootWorker(string, string, string, AppServicePlansRebootWorkerOptionalParams)

App Service プランでワーカー マシンを再起動する方法について説明します。

function rebootWorker(resourceGroupName: string, name: string, workerName: string, options?: AppServicePlansRebootWorkerOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

workerName

string

ワーカー マシンの名前。通常は RD で始まります。

options
AppServicePlansRebootWorkerOptionalParams

オプション パラメーター。

戻り値

Promise<void>

restartWebApps(string, string, AppServicePlansRestartWebAppsOptionalParams)

App Service プラン内のすべてのアプリを再起動する方法の説明。

function restartWebApps(resourceGroupName: string, name: string, options?: AppServicePlansRestartWebAppsOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

options
AppServicePlansRestartWebAppsOptionalParams

オプション パラメーター。

戻り値

Promise<void>

update(string, string, AppServicePlanPatchResource, AppServicePlansUpdateOptionalParams)

App Service プランの作成または更新に関する説明。

function update(resourceGroupName: string, name: string, appServicePlan: AppServicePlanPatchResource, options?: AppServicePlansUpdateOptionalParams): Promise<AppServicePlan>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

appServicePlan
AppServicePlanPatchResource

App Service プランの詳細。

options
AppServicePlansUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<AppServicePlan>

updateVnetGateway(string, string, string, string, VnetGateway, AppServicePlansUpdateVnetGatewayOptionalParams)

仮想ネットワーク ゲートウェイの更新に関する説明。

function updateVnetGateway(resourceGroupName: string, name: string, vnetName: string, gatewayName: string, connectionEnvelope: VnetGateway, options?: AppServicePlansUpdateVnetGatewayOptionalParams): Promise<VnetGateway>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

vnetName

string

仮想ネットワークの名前。

gatewayName

string

ゲートウェイの名前。 "プライマリ" ゲートウェイのみがサポートされています。

connectionEnvelope
VnetGateway

ゲートウェイの定義。

options
AppServicePlansUpdateVnetGatewayOptionalParams

オプション パラメーター。

戻り値

Promise<VnetGateway>

updateVnetRoute(string, string, string, string, VnetRoute, AppServicePlansUpdateVnetRouteOptionalParams)

App Service プランでの仮想ネットワーク ルートの作成または更新に関する説明。

function updateVnetRoute(resourceGroupName: string, name: string, vnetName: string, routeName: string, route: VnetRoute, options?: AppServicePlansUpdateVnetRouteOptionalParams): Promise<VnetRoute>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

App Service プランの名前。

vnetName

string

仮想ネットワークの名前。

routeName

string

仮想ネットワーク ルートの名前。

route
VnetRoute

仮想ネットワーク ルートの定義。

options
AppServicePlansUpdateVnetRouteOptionalParams

オプション パラメーター。

戻り値

Promise<VnetRoute>