다음을 통해 공유


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 계획에서 Virtual Network 경로 만들기 또는 업데이트에 대한 설명입니다.

delete(string, string, AppServicePlansDeleteOptionalParams)

App Service 계획 삭제에 대한 설명입니다.

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

App Service 계획에서 사용 중인 하이브리드 연결 삭제에 대한 설명입니다.

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

App Service 계획에서 Virtual Network 경로 삭제에 대한 설명입니다.

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 계획에서 Virtual Network 경로 가져오기에 대한 설명입니다.

getServerFarmInstanceDetails(string, string, AppServicePlansGetServerFarmInstanceDetailsOptionalParams)

App Service 계획에 대한 인스턴스 세부 정보 가져오기에 대한 설명입니다.

getServerFarmRdpPassword(string, string, AppServicePlansGetServerFarmRdpPasswordOptionalParams)

IsCustomMode ServerFarm에 대한 RDP 암호 가져오기에 대한 설명입니다.

getServerFarmSkus(string, string, AppServicePlansGetServerFarmSkusOptionalParams)

지정된 App Service 계획에 대해 선택할 수 있는 모든 SKU를 가져오는 것에 대한 설명

getVnetFromServerFarm(string, string, string, AppServicePlansGetVnetFromServerFarmOptionalParams)

App Service 계획과 연결된 Virtual Network 가져오기에 대한 설명입니다.

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

Virtual Network 게이트웨이 가져오기에 대한 설명입니다.

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 계획에서 Virtual Network와 연결된 모든 경로 가져오기에 대한 설명입니다.

listUsages(string, string, AppServicePlansListUsagesOptionalParams)

서버 팜 사용 정보를 가져오는 방법에 대한 설명

listVnets(string, string, AppServicePlansListVnetsOptionalParams)

App Service 계획과 연결된 모든 Virtual Network 가져오기에 대한 설명입니다.

listWebApps(string, string, AppServicePlansListWebAppsOptionalParams)

App Service 계획과 연결된 모든 앱 가져오기에 대한 설명입니다.

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

App Service 계획에서 하이브리드 연결을 사용하는 모든 앱 가져오기에 대한 설명입니다.

rebootWorker(string, string, string, AppServicePlansRebootWorkerOptionalParams)

App Service 계획에서 작업자 컴퓨터 다시 부팅에 대한 설명입니다.

recycleManagedInstanceWorker(string, string, string, AppServicePlansRecycleManagedInstanceWorkerOptionalParams)

관리형 인스턴스 작업자 머신을 재활용하는 방법에 대한 설명입니다.

restartWebApps(string, string, AppServicePlansRestartWebAppsOptionalParams)

App Service 계획의 모든 앱 다시 시작에 대한 설명입니다.

update(string, string, AppServicePlanPatchResource, AppServicePlansUpdateOptionalParams)

App Service 계획을 만들거나 업데이트하는 것에 대한 설명입니다.

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

Virtual Network 게이트웨이 업데이트에 대한 설명입니다.

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

App Service 계획에서 Virtual Network 경로 만들기 또는 업데이트에 대한 설명입니다.

메서드 세부 정보

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 계획에서 Virtual Network 경로 만들기 또는 업데이트에 대한 설명입니다.

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

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

name

string

App Service 계획의 이름입니다.

vnetName

string

Virtual Network의 이름입니다.

routeName

string

Virtual Network 경로의 이름입니다.

route
VnetRoute

Virtual Network 경로의 정의입니다.

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 계획에서 Virtual Network 경로 삭제에 대한 설명입니다.

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

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

name

string

App Service 계획의 이름입니다.

vnetName

string

Virtual Network의 이름입니다.

routeName

string

Virtual Network 경로의 이름입니다.

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 계획에서 Virtual Network 경로 가져오기에 대한 설명입니다.

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

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

name

string

App Service 계획의 이름입니다.

vnetName

string

Virtual Network의 이름입니다.

routeName

string

Virtual Network 경로의 이름입니다.

options
AppServicePlansGetRouteForVnetOptionalParams

옵션 매개 변수입니다.

반환

getServerFarmInstanceDetails(string, string, AppServicePlansGetServerFarmInstanceDetailsOptionalParams)

App Service 계획에 대한 인스턴스 세부 정보 가져오기에 대한 설명입니다.

function getServerFarmInstanceDetails(resourceGroupName: string, name: string, options?: AppServicePlansGetServerFarmInstanceDetailsOptionalParams): Promise<ServerFarmInstanceDetails>

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

name

string

App Service 계획의 이름입니다.

options
AppServicePlansGetServerFarmInstanceDetailsOptionalParams

옵션 매개 변수입니다.

반환

getServerFarmRdpPassword(string, string, AppServicePlansGetServerFarmRdpPasswordOptionalParams)

IsCustomMode ServerFarm에 대한 RDP 암호 가져오기에 대한 설명입니다.

function getServerFarmRdpPassword(resourceGroupName: string, name: string, options?: AppServicePlansGetServerFarmRdpPasswordOptionalParams): Promise<ServerFarmRdpDetails>

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

name

string

App Service 계획의 이름입니다.

options
AppServicePlansGetServerFarmRdpPasswordOptionalParams

옵션 매개 변수입니다.

반환

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 계획과 연결된 Virtual Network 가져오기에 대한 설명입니다.

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

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

name

string

App Service 계획의 이름입니다.

vnetName

string

Virtual Network의 이름입니다.

options
AppServicePlansGetVnetFromServerFarmOptionalParams

옵션 매개 변수입니다.

반환

Promise<VnetInfoResource>

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

Virtual Network 게이트웨이 가져오기에 대한 설명입니다.

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

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

name

string

App Service 계획의 이름입니다.

vnetName

string

Virtual Network의 이름입니다.

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 계획에서 Virtual Network와 연결된 모든 경로 가져오기에 대한 설명입니다.

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

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

name

string

App Service 계획의 이름입니다.

vnetName

string

Virtual Network의 이름입니다.

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 계획과 연결된 모든 Virtual Network 가져오기에 대한 설명입니다.

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>

recycleManagedInstanceWorker(string, string, string, AppServicePlansRecycleManagedInstanceWorkerOptionalParams)

관리형 인스턴스 작업자 머신을 재활용하는 방법에 대한 설명입니다.

function recycleManagedInstanceWorker(resourceGroupName: string, name: string, workerName: string, options?: AppServicePlansRecycleManagedInstanceWorkerOptionalParams): Promise<Operation>

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

name

string

App Service 계획의 이름입니다.

workerName

string

작업자 머신의 이름입니다.

options
AppServicePlansRecycleManagedInstanceWorkerOptionalParams

옵션 매개 변수입니다.

반환

Promise<Operation>

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)

Virtual Network 게이트웨이 업데이트에 대한 설명입니다.

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

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

name

string

App Service 계획의 이름입니다.

vnetName

string

Virtual Network의 이름입니다.

gatewayName

string

게이트웨이의 이름입니다. '기본' 게이트웨이만 지원됩니다.

connectionEnvelope
VnetGateway

게이트웨이 정의입니다.

options
AppServicePlansUpdateVnetGatewayOptionalParams

옵션 매개 변수입니다.

반환

Promise<VnetGateway>

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

App Service 계획에서 Virtual Network 경로 만들기 또는 업데이트에 대한 설명입니다.

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

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

name

string

App Service 계획의 이름입니다.

vnetName

string

Virtual Network의 이름입니다.

routeName

string

Virtual Network 경로의 이름입니다.

route
VnetRoute

Virtual Network 경로의 정의입니다.

options
AppServicePlansUpdateVnetRouteOptionalParams

옵션 매개 변수입니다.

반환

Promise<VnetRoute>