AppServiceEnvironments interface
代表 AppServiceEnvironments 的介面。
方法
方法詳細資料
beginApproveOrRejectPrivateEndpointConnection(string, string, string, RemotePrivateEndpointConnectionARMResource, AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams)
核准或拒絕私人端點連線的描述
function beginApproveOrRejectPrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, privateEndpointWrapper: RemotePrivateEndpointConnectionARMResource, options?: AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams): Promise<SimplePollerLike<OperationState<RemotePrivateEndpointConnectionARMResource>, RemotePrivateEndpointConnectionARMResource>>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- privateEndpointConnectionName
-
string
- privateEndpointWrapper
- RemotePrivateEndpointConnectionARMResource
遠端私人端點連線 ARM 資源。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<RemotePrivateEndpointConnectionARMResource>, RemotePrivateEndpointConnectionARMResource>>
beginApproveOrRejectPrivateEndpointConnectionAndWait(string, string, string, RemotePrivateEndpointConnectionARMResource, AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams)
核准或拒絕私人端點連線的描述
function beginApproveOrRejectPrivateEndpointConnectionAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, privateEndpointWrapper: RemotePrivateEndpointConnectionARMResource, options?: AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams): Promise<RemotePrivateEndpointConnectionARMResource>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- privateEndpointConnectionName
-
string
- privateEndpointWrapper
- RemotePrivateEndpointConnectionARMResource
遠端私人端點連線 ARM 資源。
傳回
beginCreateOrUpdate(string, string, AppServiceEnvironmentResource, AppServiceEnvironmentsCreateOrUpdateOptionalParams)
建立或更新 App Service 環境的描述。
function beginCreateOrUpdate(resourceGroupName: string, name: string, hostingEnvironmentEnvelope: AppServiceEnvironmentResource, options?: AppServiceEnvironmentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AppServiceEnvironmentResource>, AppServiceEnvironmentResource>>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- hostingEnvironmentEnvelope
- AppServiceEnvironmentResource
App Service 環境的設定詳細數據。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<AppServiceEnvironmentResource>, AppServiceEnvironmentResource>>
beginCreateOrUpdateAndWait(string, string, AppServiceEnvironmentResource, AppServiceEnvironmentsCreateOrUpdateOptionalParams)
建立或更新 App Service 環境的描述。
function beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, hostingEnvironmentEnvelope: AppServiceEnvironmentResource, options?: AppServiceEnvironmentsCreateOrUpdateOptionalParams): Promise<AppServiceEnvironmentResource>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- hostingEnvironmentEnvelope
- AppServiceEnvironmentResource
App Service 環境的設定詳細數據。
選項參數。
傳回
Promise<AppServiceEnvironmentResource>
beginCreateOrUpdateMultiRolePool(string, string, WorkerPoolResource, AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams)
建立或更新多重角色集區的描述。
function beginCreateOrUpdateMultiRolePool(resourceGroupName: string, name: string, multiRolePoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams): Promise<SimplePollerLike<OperationState<WorkerPoolResource>, WorkerPoolResource>>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- multiRolePoolEnvelope
- WorkerPoolResource
多重角色集區的屬性。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<WorkerPoolResource>, WorkerPoolResource>>
beginCreateOrUpdateMultiRolePoolAndWait(string, string, WorkerPoolResource, AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams)
建立或更新多重角色集區的描述。
function beginCreateOrUpdateMultiRolePoolAndWait(resourceGroupName: string, name: string, multiRolePoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams): Promise<WorkerPoolResource>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- multiRolePoolEnvelope
- WorkerPoolResource
多重角色集區的屬性。
傳回
Promise<WorkerPoolResource>
beginCreateOrUpdateWorkerPool(string, string, string, WorkerPoolResource, AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams)
建立或更新背景工作集區的描述。
function beginCreateOrUpdateWorkerPool(resourceGroupName: string, name: string, workerPoolName: string, workerPoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams): Promise<SimplePollerLike<OperationState<WorkerPoolResource>, WorkerPoolResource>>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- workerPoolName
-
string
背景工作集區的名稱。
- workerPoolEnvelope
- WorkerPoolResource
背景工作集區的屬性。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<WorkerPoolResource>, WorkerPoolResource>>
beginCreateOrUpdateWorkerPoolAndWait(string, string, string, WorkerPoolResource, AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams)
建立或更新背景工作集區的描述。
function beginCreateOrUpdateWorkerPoolAndWait(resourceGroupName: string, name: string, workerPoolName: string, workerPoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams): Promise<WorkerPoolResource>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- workerPoolName
-
string
背景工作集區的名稱。
- workerPoolEnvelope
- WorkerPoolResource
背景工作集區的屬性。
傳回
Promise<WorkerPoolResource>
beginDelete(string, string, AppServiceEnvironmentsDeleteOptionalParams)
刪除 App Service 環境的描述。
function beginDelete(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, AppServiceEnvironmentsDeleteOptionalParams)
刪除 App Service 環境的描述。
function beginDeleteAndWait(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
Promise<void>
beginDeletePrivateEndpointConnection(string, string, string, AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams)
刪除私人端點連線的描述
function beginDeletePrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams): Promise<SimplePollerLike<OperationState<AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse>, AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse>>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- privateEndpointConnectionName
-
string
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse>, AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse>>
beginDeletePrivateEndpointConnectionAndWait(string, string, string, AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams)
刪除私人端點連線的描述
function beginDeletePrivateEndpointConnectionAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams): Promise<AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- privateEndpointConnectionName
-
string
傳回
beginListChangeVnetAndWait(string, string, VirtualNetworkProfile, AppServiceEnvironmentsChangeVnetOptionalParams)
將App Service 環境移至不同 VNET 的描述。
function beginListChangeVnetAndWait(resourceGroupName: string, name: string, vnetInfo: VirtualNetworkProfile, options?: AppServiceEnvironmentsChangeVnetOptionalParams): PagedAsyncIterableIterator<Site, Site[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- vnetInfo
- VirtualNetworkProfile
新虛擬網路的詳細數據。
選項參數。
傳回
beginListResumeAndWait(string, string, AppServiceEnvironmentsResumeOptionalParams)
繼續App Service 環境的描述。
function beginListResumeAndWait(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsResumeOptionalParams): PagedAsyncIterableIterator<Site, Site[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
beginListSuspendAndWait(string, string, AppServiceEnvironmentsSuspendOptionalParams)
暫停 App Service 環境的描述。
function beginListSuspendAndWait(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsSuspendOptionalParams): PagedAsyncIterableIterator<Site, Site[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
beginUpgrade(string, string, AppServiceEnvironmentsUpgradeOptionalParams)
如果 App Service 環境有可用,則起始 App Service 環境升級的描述。
function beginUpgrade(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsUpgradeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginUpgradeAndWait(string, string, AppServiceEnvironmentsUpgradeOptionalParams)
如果 App Service 環境有可用,則起始 App Service 環境升級的描述。
function beginUpgradeAndWait(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsUpgradeOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
Promise<void>
deleteAseCustomDnsSuffixConfiguration(string, string, AppServiceEnvironmentsDeleteAseCustomDnsSuffixConfigurationOptionalParams)
刪除 App Service 環境的自定義 Dns 後綴組態
function deleteAseCustomDnsSuffixConfiguration(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsDeleteAseCustomDnsSuffixConfigurationOptionalParams): Promise<AppServiceEnvironmentsDeleteAseCustomDnsSuffixConfigurationResponse>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
傳回
get(string, string, AppServiceEnvironmentsGetOptionalParams)
取得 App Service 環境屬性的描述。
function get(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetOptionalParams): Promise<AppServiceEnvironmentResource>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
Promise<AppServiceEnvironmentResource>
getAseCustomDnsSuffixConfiguration(string, string, AppServiceEnvironmentsGetAseCustomDnsSuffixConfigurationOptionalParams)
取得 App Service 環境的自定義 Dns 後綴組態
function getAseCustomDnsSuffixConfiguration(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetAseCustomDnsSuffixConfigurationOptionalParams): Promise<CustomDnsSuffixConfiguration>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
傳回
Promise<CustomDnsSuffixConfiguration>
getAseV3NetworkingConfiguration(string, string, AppServiceEnvironmentsGetAseV3NetworkingConfigurationOptionalParams)
取得 App Service 環境網路設定的描述
function getAseV3NetworkingConfiguration(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetAseV3NetworkingConfigurationOptionalParams): Promise<AseV3NetworkingConfiguration>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
傳回
Promise<AseV3NetworkingConfiguration>
getDiagnosticsItem(string, string, string, AppServiceEnvironmentsGetDiagnosticsItemOptionalParams)
取得 App Service 環境的診斷專案描述。
function getDiagnosticsItem(resourceGroupName: string, name: string, diagnosticsName: string, options?: AppServiceEnvironmentsGetDiagnosticsItemOptionalParams): Promise<HostingEnvironmentDiagnostics>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- diagnosticsName
-
string
診斷項目的名稱。
選項參數。
傳回
Promise<HostingEnvironmentDiagnostics>
getMultiRolePool(string, string, AppServiceEnvironmentsGetMultiRolePoolOptionalParams)
取得多重角色集區屬性的描述。
function getMultiRolePool(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetMultiRolePoolOptionalParams): Promise<WorkerPoolResource>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
Promise<WorkerPoolResource>
getPrivateEndpointConnection(string, string, string, AppServiceEnvironmentsGetPrivateEndpointConnectionOptionalParams)
取得私人端點連線的描述
function getPrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: AppServiceEnvironmentsGetPrivateEndpointConnectionOptionalParams): Promise<RemotePrivateEndpointConnectionARMResource>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- privateEndpointConnectionName
-
string
私人端點連線的名稱。
傳回
getPrivateLinkResources(string, string, AppServiceEnvironmentsGetPrivateLinkResourcesOptionalParams)
取得私人鏈接資源的描述
function getPrivateLinkResources(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetPrivateLinkResourcesOptionalParams): Promise<PrivateLinkResourcesWrapper>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
傳回
Promise<PrivateLinkResourcesWrapper>
getVipInfo(string, string, AppServiceEnvironmentsGetVipInfoOptionalParams)
取得指派給 App Service 環境之 IP 位址的描述。
function getVipInfo(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetVipInfoOptionalParams): Promise<AddressResponse>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
Promise<AddressResponse>
getWorkerPool(string, string, string, AppServiceEnvironmentsGetWorkerPoolOptionalParams)
取得背景工作集區屬性的描述。
function getWorkerPool(resourceGroupName: string, name: string, workerPoolName: string, options?: AppServiceEnvironmentsGetWorkerPoolOptionalParams): Promise<WorkerPoolResource>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- workerPoolName
-
string
背景工作集區的名稱。
選項參數。
傳回
Promise<WorkerPoolResource>
list(AppServiceEnvironmentsListOptionalParams)
取得訂用帳戶的所有App Service環境的描述。
function list(options?: AppServiceEnvironmentsListOptionalParams): PagedAsyncIterableIterator<AppServiceEnvironmentResource, AppServiceEnvironmentResource[], PageSettings>
參數
選項參數。
傳回
listAppServicePlans(string, string, AppServiceEnvironmentsListAppServicePlansOptionalParams)
取得 App Service 環境中所有 App Service 方案的描述。
function listAppServicePlans(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListAppServicePlansOptionalParams): PagedAsyncIterableIterator<AppServicePlan, AppServicePlan[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
listByResourceGroup(string, AppServiceEnvironmentsListByResourceGroupOptionalParams)
取得資源群組中所有App Service環境的描述。
function listByResourceGroup(resourceGroupName: string, options?: AppServiceEnvironmentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AppServiceEnvironmentResource, AppServiceEnvironmentResource[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
選項參數。
傳回
listCapacities(string, string, AppServiceEnvironmentsListCapacitiesOptionalParams)
取得 App Service 環境的已使用、可用和總背景工作角色容量的描述。
function listCapacities(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListCapacitiesOptionalParams): PagedAsyncIterableIterator<StampCapacity, StampCapacity[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
listDiagnostics(string, string, AppServiceEnvironmentsListDiagnosticsOptionalParams)
取得 App Service 環境的診斷資訊的描述。
function listDiagnostics(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListDiagnosticsOptionalParams): Promise<AppServiceEnvironmentsListDiagnosticsResponse>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
listInboundNetworkDependenciesEndpoints(string, string, AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsOptionalParams)
取得 App Service 環境所有輸入相依性的網路端點描述。
function listInboundNetworkDependenciesEndpoints(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<InboundEnvironmentEndpoint, InboundEnvironmentEndpoint[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
傳回
listMultiRoleMetricDefinitions(string, string, AppServiceEnvironmentsListMultiRoleMetricDefinitionsOptionalParams)
取得 App Service 環境多重角色集區之計量定義的描述。
function listMultiRoleMetricDefinitions(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListMultiRoleMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition, ResourceMetricDefinition[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
傳回
listMultiRolePoolInstanceMetricDefinitions(string, string, string, AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsOptionalParams)
取得 App Service 環境之多重角色集區之特定實例的計量定義描述。
function listMultiRolePoolInstanceMetricDefinitions(resourceGroupName: string, name: string, instance: string, options?: AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition, ResourceMetricDefinition[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- instance
-
string
多重角色集區中的實例名稱。
傳回
listMultiRolePools(string, string, AppServiceEnvironmentsListMultiRolePoolsOptionalParams)
取得所有多重角色集區的描述。
function listMultiRolePools(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListMultiRolePoolsOptionalParams): PagedAsyncIterableIterator<WorkerPoolResource, WorkerPoolResource[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
listMultiRolePoolSkus(string, string, AppServiceEnvironmentsListMultiRolePoolSkusOptionalParams)
取得調整多重角色集區可用 SKU 的描述。
function listMultiRolePoolSkus(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListMultiRolePoolSkusOptionalParams): PagedAsyncIterableIterator<SkuInfo, SkuInfo[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
傳回
listMultiRoleUsages(string, string, AppServiceEnvironmentsListMultiRoleUsagesOptionalParams)
取得 App Service 環境的多重角色集區使用計量的描述。
function listMultiRoleUsages(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListMultiRoleUsagesOptionalParams): PagedAsyncIterableIterator<Usage, Usage[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
listOperations(string, string, AppServiceEnvironmentsListOperationsOptionalParams)
列出 App Service 環境上目前正在執行的所有作業的描述。
function listOperations(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListOperationsOptionalParams): Promise<AppServiceEnvironmentsListOperationsResponse>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
listOutboundNetworkDependenciesEndpoints(string, string, AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsOptionalParams)
取得 App Service 環境所有輸出相依性之網路端點的描述。
function listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint, OutboundEnvironmentEndpoint[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
傳回
listPrivateEndpointConnectionList(string, string, AppServiceEnvironmentsGetPrivateEndpointConnectionListOptionalParams)
描述 取得與裝載環境相關聯的私人端點清單
function listPrivateEndpointConnectionList(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetPrivateEndpointConnectionListOptionalParams): PagedAsyncIterableIterator<RemotePrivateEndpointConnectionARMResource, RemotePrivateEndpointConnectionARMResource[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
傳回
listUsages(string, string, AppServiceEnvironmentsListUsagesOptionalParams)
取得 App Service 環境的全域使用計量的描述。
function listUsages(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListUsagesOptionalParams): PagedAsyncIterableIterator<CsmUsageQuota, CsmUsageQuota[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
listWebApps(string, string, AppServiceEnvironmentsListWebAppsOptionalParams)
取得 App Service 環境中所有應用程式的描述。
function listWebApps(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListWebAppsOptionalParams): PagedAsyncIterableIterator<Site, Site[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
listWebWorkerMetricDefinitions(string, string, string, AppServiceEnvironmentsListWebWorkerMetricDefinitionsOptionalParams)
取得 App Service 環境背景工作集區之計量定義的描述。
function listWebWorkerMetricDefinitions(resourceGroupName: string, name: string, workerPoolName: string, options?: AppServiceEnvironmentsListWebWorkerMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition, ResourceMetricDefinition[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- workerPoolName
-
string
背景工作集區的名稱。
傳回
listWebWorkerUsages(string, string, string, AppServiceEnvironmentsListWebWorkerUsagesOptionalParams)
取得 App Service 環境背景工作集區使用計量的描述。
function listWebWorkerUsages(resourceGroupName: string, name: string, workerPoolName: string, options?: AppServiceEnvironmentsListWebWorkerUsagesOptionalParams): PagedAsyncIterableIterator<Usage, Usage[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- workerPoolName
-
string
背景工作集區的名稱。
選項參數。
傳回
listWorkerPoolInstanceMetricDefinitions(string, string, string, string, AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsOptionalParams)
取得 App Service 環境背景工作集區之特定實例的計量定義描述。
function listWorkerPoolInstanceMetricDefinitions(resourceGroupName: string, name: string, workerPoolName: string, instance: string, options?: AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition, ResourceMetricDefinition[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- workerPoolName
-
string
背景工作集區的名稱。
- instance
-
string
背景工作集區中實例的名稱。
傳回
listWorkerPools(string, string, AppServiceEnvironmentsListWorkerPoolsOptionalParams)
取得 App Service 環境的所有背景工作集區的描述。
function listWorkerPools(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListWorkerPoolsOptionalParams): PagedAsyncIterableIterator<WorkerPoolResource, WorkerPoolResource[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
listWorkerPoolSkus(string, string, string, AppServiceEnvironmentsListWorkerPoolSkusOptionalParams)
取得用於調整背景工作集區之可用 SKU 的描述。
function listWorkerPoolSkus(resourceGroupName: string, name: string, workerPoolName: string, options?: AppServiceEnvironmentsListWorkerPoolSkusOptionalParams): PagedAsyncIterableIterator<SkuInfo, SkuInfo[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- workerPoolName
-
string
背景工作集區的名稱。
選項參數。
傳回
reboot(string, string, AppServiceEnvironmentsRebootOptionalParams)
重新啟動App Service 環境中所有機器的描述。
function reboot(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsRebootOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
選項參數。
傳回
Promise<void>
testUpgradeAvailableNotification(string, string, AppServiceEnvironmentsTestUpgradeAvailableNotificationOptionalParams)
傳送測試通知,指出此 App Service 環境有可用的升級。
function testUpgradeAvailableNotification(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsTestUpgradeAvailableNotificationOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
傳回
Promise<void>
update(string, string, AppServiceEnvironmentPatchResource, AppServiceEnvironmentsUpdateOptionalParams)
建立或更新 App Service 環境的描述。
function update(resourceGroupName: string, name: string, hostingEnvironmentEnvelope: AppServiceEnvironmentPatchResource, options?: AppServiceEnvironmentsUpdateOptionalParams): Promise<AppServiceEnvironmentResource>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- hostingEnvironmentEnvelope
- AppServiceEnvironmentPatchResource
App Service 環境的設定詳細數據。
選項參數。
傳回
Promise<AppServiceEnvironmentResource>
updateAseCustomDnsSuffixConfiguration(string, string, CustomDnsSuffixConfiguration, AppServiceEnvironmentsUpdateAseCustomDnsSuffixConfigurationOptionalParams)
更新 App Service 環境的自定義 Dns 後綴組態
function updateAseCustomDnsSuffixConfiguration(resourceGroupName: string, name: string, customDnsSuffixConfiguration: CustomDnsSuffixConfiguration, options?: AppServiceEnvironmentsUpdateAseCustomDnsSuffixConfigurationOptionalParams): Promise<CustomDnsSuffixConfiguration>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- customDnsSuffixConfiguration
- CustomDnsSuffixConfiguration
ASEv3 自定義網域後綴組態的完整檢視。
傳回
Promise<CustomDnsSuffixConfiguration>
updateAseNetworkingConfiguration(string, string, AseV3NetworkingConfiguration, AppServiceEnvironmentsUpdateAseNetworkingConfigurationOptionalParams)
更新 App Service 環境網路設定的描述
function updateAseNetworkingConfiguration(resourceGroupName: string, name: string, aseNetworkingConfiguration: AseV3NetworkingConfiguration, options?: AppServiceEnvironmentsUpdateAseNetworkingConfigurationOptionalParams): Promise<AseV3NetworkingConfiguration>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- aseNetworkingConfiguration
- AseV3NetworkingConfiguration
ASE 網路設定的完整檢視。
傳回
Promise<AseV3NetworkingConfiguration>
updateMultiRolePool(string, string, WorkerPoolResource, AppServiceEnvironmentsUpdateMultiRolePoolOptionalParams)
建立或更新多重角色集區的描述。
function updateMultiRolePool(resourceGroupName: string, name: string, multiRolePoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsUpdateMultiRolePoolOptionalParams): Promise<WorkerPoolResource>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- multiRolePoolEnvelope
- WorkerPoolResource
多重角色集區的屬性。
選項參數。
傳回
Promise<WorkerPoolResource>
updateWorkerPool(string, string, string, WorkerPoolResource, AppServiceEnvironmentsUpdateWorkerPoolOptionalParams)
建立或更新背景工作集區的描述。
function updateWorkerPool(resourceGroupName: string, name: string, workerPoolName: string, workerPoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsUpdateWorkerPoolOptionalParams): Promise<WorkerPoolResource>
參數
- resourceGroupName
-
string
資源所屬的資源群組名稱。
- name
-
string
App Service 環境的名稱。
- workerPoolName
-
string
背景工作集區的名稱。
- workerPoolEnvelope
- WorkerPoolResource
背景工作集區的屬性。
選項參數。
傳回
Promise<WorkerPoolResource>