다음을 통해 공유


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 경로를 가져옵니다.

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 계획에서 사용 중인 모든 하이브리드 연결을 검색합니다.

listMetricDefintions(string, string, AppServicePlansListMetricDefintionsOptionalParams)

App Service 계획 및 해당 정의에 대해 쿼리할 수 있는 메트릭을 가져옵니다.

listMetrics(string, string, AppServicePlansListMetricsOptionalParams)

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 계획에서 작업자 컴퓨터를 다시 부팅합니다.

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<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 계획에서 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

옵션 매개 변수입니다.

반환

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<VnetInfo>

매개 변수

resourceGroupName

string

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

name

string

App Service 플랜의 이름입니다.

vnetName

string

Virtual Network 이름입니다.

options
AppServicePlansGetVnetFromServerFarmOptionalParams

옵션 매개 변수입니다.

반환

Promise<VnetInfo>

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

옵션 매개 변수입니다.

반환

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 계획에서 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>

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>