次の方法で共有


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 プランで使用中のすべてのハイブリッド接続を取得します。

listMetricDefintions(string, string, AppServicePlansListMetricDefintionsOptionalParams)

App Service プランのクエリを実行できるメトリックとその定義を取得します。

listMetrics(string, string, AppServicePlansListMetricsOptionalParams)

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<PollerLike<PollOperationState<AppServicePlan>, AppServicePlan>>

パラメーター

resourceGroupName

string

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

name

string

App Service プランの名前。

appServicePlan
AppServicePlan

App Service プランの詳細。

options
AppServicePlansCreateOrUpdateOptionalParams

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

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<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<VnetInfo>

パラメーター

resourceGroupName

string

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

name

string

App Service プランの名前。

vnetName

string

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

options
AppServicePlansGetVnetFromServerFarmOptionalParams

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

戻り値

Promise<VnetInfo>

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

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

戻り値

listMetricDefintions(string, string, AppServicePlansListMetricDefintionsOptionalParams)

App Service プランのクエリを実行できるメトリックとその定義を取得します。

function listMetricDefintions(resourceGroupName: string, name: string, options?: AppServicePlansListMetricDefintionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition, ResourceMetricDefinition[], PageSettings>

パラメーター

resourceGroupName

string

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

name

string

App Service プランの名前。

options
AppServicePlansListMetricDefintionsOptionalParams

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

戻り値

listMetrics(string, string, AppServicePlansListMetricsOptionalParams)

App Service プランのメトリックを取得します。

function listMetrics(resourceGroupName: string, name: string, options?: AppServicePlansListMetricsOptionalParams): PagedAsyncIterableIterator<ResourceMetric, ResourceMetric[], PageSettings>

パラメーター

resourceGroupName

string

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

name

string

App Service プランの名前。

options
AppServicePlansListMetricsOptionalParams

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

戻り値

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>