Microsoft.Web hostingEnvironments 2015-08-01
Bicep 資源定義
hostingEnvironments 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Web/hostingEnvironments 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Web/hostingEnvironments@2015-08-01' = {
kind: 'string'
location: 'string'
name: 'string'
properties: {
allowedMultiSizes: 'string'
allowedWorkerSizes: 'string'
apiManagementAccountId: 'string'
clusterSettings: [
{
name: 'string'
value: 'string'
}
]
databaseEdition: 'string'
databaseServiceObjective: 'string'
dnsSuffix: 'string'
environmentCapacities: [
{
availableCapacity: int
computeMode: 'string'
excludeFromCapacityAllocation: bool
isApplicableForAllComputeModes: bool
name: 'string'
siteMode: 'string'
totalCapacity: int
unit: 'string'
workerSize: 'string'
workerSizeId: int
}
]
environmentIsHealthy: bool
environmentStatus: 'string'
internalLoadBalancingMode: 'string'
ipsslAddressCount: int
lastAction: 'string'
lastActionResult: 'string'
location: 'string'
maximumNumberOfMachines: int
multiRoleCount: int
multiSize: 'string'
name: 'string'
networkAccessControlList: [
{
action: 'string'
description: 'string'
order: int
remoteSubnet: 'string'
}
]
provisioningState: 'string'
resourceGroup: 'string'
status: 'string'
subscriptionId: 'string'
suspended: bool
upgradeDomains: int
vipMappings: [
{
internalHttpPort: int
internalHttpsPort: int
inUse: bool
virtualIP: 'string'
}
]
virtualNetwork: {
id: 'string'
name: 'string'
subnet: 'string'
type: 'string'
}
vnetName: 'string'
vnetResourceGroupName: 'string'
vnetSubnetName: 'string'
workerPools: [
{
id: 'string'
kind: 'string'
location: 'string'
name: 'string'
properties: {
computeMode: 'string'
instanceNames: [
'string'
]
workerCount: int
workerSize: 'string'
workerSizeId: int
}
sku: {
capacity: int
family: 'string'
name: 'string'
size: 'string'
tier: 'string'
}
tags: {
{customized property}: 'string'
}
type: 'string'
}
]
}
tags: {
{customized property}: 'string'
}
}
屬性值
HostingEnvironmentProperties
名字 | 描述 | 價值 |
---|---|---|
allowedMultiSizes | 以逗號分隔的字串清單,描述前端允許哪些 VM 大小 | 字串 |
allowedWorkerSizes | 描述背景工作角色允許哪些 VM 大小的逗號分隔字串清單 | 字串 |
apiManagementAccountId | 與此裝載環境相關聯的 Api 管理帳戶 | 字串 |
clusterSettings | 變更主控環境行為的自定義設定 | NameValuePair[] |
databaseEdition | hostingEnvironment (App Service Environment) 的元數據資料庫版本,例如 “Standard” | 字串 |
databaseServiceObjective | hostingEnvironment (App Service Environment) 元數據資料庫的服務目標,例如 “S0” | 字串 |
dnsSuffix | hostingEnvironment 的 DNS 後綴(App Service 環境) | 字串 |
environmentCapacities | 目前的總、已使用和可用的背景工作角色容量 | StampCapacity[] |
environmentIsHealthy | True/false 表示 hostingEnvironment (App Service Environment) 是否狀況良好 | bool |
environmentStatus | 關於主機環境最後檢查結果的詳細訊息(App Service 環境) | 字串 |
internalLoadBalancingMode | 指定要在 hostingEnvironment 的 (App Service Environment) VNET 中內部提供服務的端點 | 'None' 'Publishing' 'Web' |
ipsslAddressCount | 此載入環境保留的 IP SSL 位址數目(App Service 環境) | int |
lastAction | 此 hostingEnvironment 上最後一個部署動作 (App Service 環境) | 字串 |
lastActionResult | 此 hostingEnvironment 上最後一個部署動作的結果(App Service 環境) | 字串 |
位置 | hostingEnvironment (App Service Environment) 的位置,例如“美國西部” | 字串 |
maximumNumberOfMachines | 此 hostingEnvironment 中的 VM 數目上限 (App Service Environment) | int |
multiRoleCount | 前端實例數目 | int |
multiSize | 前端 VM 大小,例如“中型”、“大型” | 字串 |
名字 | hostingEnvironment 的名稱 (App Service Environment) | 字串 |
networkAccessControlList | 控制裝載環境流量的存取控制清單 (App Service 環境) | NetworkAccessControlEntry[] |
provisioningState | hostingEnvironment 的布建狀態 (App Service 環境) | 'Canceled' '刪除' 'Failed' 'InProgress' 'Succeeded' |
resourceGroup | hostingEnvironment 的資源群組 (App Service 環境) | 字串 |
地位 | hostingEnvironment 的目前狀態 (App Service Environment) | '刪除' '準備' 'Ready' '調整' (必要) |
subscriptionId | hostingEnvironment 的訂用帳戶 (App Service Environment) | 字串 |
暫停 | True/false 表示 hostingEnvironment 是否暫停。 環境可以暫停,例如當不再提供管理端點時 (最有可能是因為 NSG 封鎖了連入流量) |
bool |
upgradeDomains | 此 hostingEnvironment 的升級網域數目 (App Service Environment) | int |
vipMappings | 此 hostingEnvironment 的 IP SSL 對應描述 (App Service 環境) | VirtualIPMapping[] |
virtualNetwork | hostingEnvironment (App Service Environment) 虛擬網路的描述 | VirtualNetworkProfile |
vnetName | hostingEnvironment 之 (App Service Environment) 虛擬網路的名稱 | 字串 |
vnetResourceGroupName | hostingEnvironment 之 (App Service Environment) 虛擬網路的資源群組 | 字串 |
vnetSubnetName | hostingEnvironment 之 (App Service Environment) 虛擬網路的子網 | 字串 |
workerPools | 描述每個集區中具有背景工作角色大小標識碼、VM 大小和背景工作角色數目 | WorkerPool[] |
Microsoft.Web/hostingEnvironments
名字 | 描述 | 價值 |
---|---|---|
類 | 資源種類 | 字串 |
位置 | 資源位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 (必要) |
性能 | HostingEnvironmentProperties | |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
NameValuePair
名字 | 描述 | 價值 |
---|---|---|
名字 | 配對名稱 | 字串 |
價值 | 配對值 | 字串 |
NetworkAccessControlEntry
名字 | 描述 | 價值 |
---|---|---|
行動 | 'Deny' 'Permit' |
|
描述 | 字串 | |
次序 | int | |
remoteSubnet | 字串 |
ResourceTags
名字 | 描述 | 價值 |
---|
ResourceTags
名字 | 描述 | 價值 |
---|
SkuDescription
名字 | 描述 | 價值 |
---|---|---|
能力 | 目前指派給資源的實例數目 | int |
家庭 | 資源 SKU 的系列程式代碼 | 字串 |
名字 | 資源 SKU 的名稱 | 字串 |
大小 | 資源 SKU 的大小規範 | 字串 |
層 | 資源 SKU 的服務層級 | 字串 |
StampCapacity
名字 | 描述 | 價值 |
---|---|---|
availableCapacity | 可用容量(機器的#、記憶體位元組等等...) | int |
computeMode | 共用/專用背景工作角色 | 'Dedicated' 'Dynamic' 'Shared' |
excludeFromCapacityAllocation | 如果為 true,則包含基本網站 基本月臺不會用於容量配置。 |
bool |
isApplicableForAllComputeModes | 容量是否適用於所有網站? | bool |
名字 | 戳記的名稱 | 字串 |
siteMode | 共用或專用 | 字串 |
totalCapacity | 總容量(機器數目、記憶體位元組等...) | int |
單位 | 單位的名稱 | 字串 |
workerSize | 機器的大小 | 'Default' 'Large' 'Medium' 'Small' |
workerSizeId | 電腦的大小識別碼: 0 - 小型 1 - 中 2 - 大型 |
int |
VirtualIPMapping
名字 | 描述 | 價值 |
---|---|---|
internalHttpPort | 內部 HTTP 埠 | int |
internalHttpsPort | 內部 HTTPS 連接埠 | int |
inUse | 是否使用中的VIP對應 | bool |
virtualIP | 虛擬IP位址 | 字串 |
VirtualNetworkProfile
名字 | 描述 | 價值 |
---|---|---|
id | 虛擬網路的資源識別碼 | 字串 |
名字 | 虛擬網路名稱(唯讀) | 字串 |
子 | 虛擬網路內的子網 | 字串 |
類型 | 虛擬網路的資源類型(唯讀) | 字串 |
WorkerPool
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼 | 字串 |
類 | 資源種類 | 字串 |
位置 | 資源位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 |
性能 | WorkerPoolProperties | |
sku | 描述可調整資源的 SKU | SkuDescription |
標籤 | 資源標籤 | ResourceTags |
類型 | 資源類型 | 字串 |
WorkerPoolProperties
名字 | 描述 | 價值 |
---|---|---|
computeMode | 共用或專用 Web 應用程式裝載 | 'Dedicated' 'Dynamic' 'Shared' |
instanceNames | 背景工作集區中所有實體的名稱(唯讀) | string[] |
workerCount | 背景工作集區中的實例數目 | int |
workerSize | 背景工作集區實例的 VM 大小 | 字串 |
workerSizeId | 參考此背景工作集區的背景工作大小標識碼 | int |
快速入門範例
下列快速入門範例會部署此資源類型。
Bicep 檔案 | 描述 |
---|---|
使用主控方案和 Azure WebApp |
在現有的虛擬網路中建立具有 ILB 位址的 App Service Environment v2,以便私下使用。 App Service 環境將包含主控方案和 Azure Web 應用程式 |
建立 App Service Environment v2 | 在您的虛擬網路中建立App Service Environment v2 |
在 ASEv3 中建立 AppServicePlan 和 App | 在 ASEv3 中建立 AppServicePlan 和 App |
ARM 樣本資源定義
hostingEnvironments 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Web/hostingEnvironments 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Web/hostingEnvironments",
"apiVersion": "2015-08-01",
"name": "string",
"kind": "string",
"location": "string",
"properties": {
"allowedMultiSizes": "string",
"allowedWorkerSizes": "string",
"apiManagementAccountId": "string",
"clusterSettings": [
{
"name": "string",
"value": "string"
}
],
"databaseEdition": "string",
"databaseServiceObjective": "string",
"dnsSuffix": "string",
"environmentCapacities": [
{
"availableCapacity": "int",
"computeMode": "string",
"excludeFromCapacityAllocation": "bool",
"isApplicableForAllComputeModes": "bool",
"name": "string",
"siteMode": "string",
"totalCapacity": "int",
"unit": "string",
"workerSize": "string",
"workerSizeId": "int"
}
],
"environmentIsHealthy": "bool",
"environmentStatus": "string",
"internalLoadBalancingMode": "string",
"ipsslAddressCount": "int",
"lastAction": "string",
"lastActionResult": "string",
"location": "string",
"maximumNumberOfMachines": "int",
"multiRoleCount": "int",
"multiSize": "string",
"name": "string",
"networkAccessControlList": [
{
"action": "string",
"description": "string",
"order": "int",
"remoteSubnet": "string"
}
],
"provisioningState": "string",
"resourceGroup": "string",
"status": "string",
"subscriptionId": "string",
"suspended": "bool",
"upgradeDomains": "int",
"vipMappings": [
{
"internalHttpPort": "int",
"internalHttpsPort": "int",
"inUse": "bool",
"virtualIP": "string"
}
],
"virtualNetwork": {
"id": "string",
"name": "string",
"subnet": "string",
"type": "string"
},
"vnetName": "string",
"vnetResourceGroupName": "string",
"vnetSubnetName": "string",
"workerPools": [
{
"id": "string",
"kind": "string",
"location": "string",
"name": "string",
"properties": {
"computeMode": "string",
"instanceNames": [ "string" ],
"workerCount": "int",
"workerSize": "string",
"workerSizeId": "int"
},
"sku": {
"capacity": "int",
"family": "string",
"name": "string",
"size": "string",
"tier": "string"
},
"tags": {
"{customized property}": "string"
},
"type": "string"
}
]
},
"tags": {
"{customized property}": "string"
}
}
屬性值
HostingEnvironmentProperties
名字 | 描述 | 價值 |
---|---|---|
allowedMultiSizes | 以逗號分隔的字串清單,描述前端允許哪些 VM 大小 | 字串 |
allowedWorkerSizes | 描述背景工作角色允許哪些 VM 大小的逗號分隔字串清單 | 字串 |
apiManagementAccountId | 與此裝載環境相關聯的 Api 管理帳戶 | 字串 |
clusterSettings | 變更主控環境行為的自定義設定 | NameValuePair[] |
databaseEdition | hostingEnvironment (App Service Environment) 的元數據資料庫版本,例如 “Standard” | 字串 |
databaseServiceObjective | hostingEnvironment (App Service Environment) 元數據資料庫的服務目標,例如 “S0” | 字串 |
dnsSuffix | hostingEnvironment 的 DNS 後綴(App Service 環境) | 字串 |
environmentCapacities | 目前的總、已使用和可用的背景工作角色容量 | StampCapacity[] |
environmentIsHealthy | True/false 表示 hostingEnvironment (App Service Environment) 是否狀況良好 | bool |
environmentStatus | 關於主機環境最後檢查結果的詳細訊息(App Service 環境) | 字串 |
internalLoadBalancingMode | 指定要在 hostingEnvironment 的 (App Service Environment) VNET 中內部提供服務的端點 | 'None' 'Publishing' 'Web' |
ipsslAddressCount | 此載入環境保留的 IP SSL 位址數目(App Service 環境) | int |
lastAction | 此 hostingEnvironment 上最後一個部署動作 (App Service 環境) | 字串 |
lastActionResult | 此 hostingEnvironment 上最後一個部署動作的結果(App Service 環境) | 字串 |
位置 | hostingEnvironment (App Service Environment) 的位置,例如“美國西部” | 字串 |
maximumNumberOfMachines | 此 hostingEnvironment 中的 VM 數目上限 (App Service Environment) | int |
multiRoleCount | 前端實例數目 | int |
multiSize | 前端 VM 大小,例如“中型”、“大型” | 字串 |
名字 | hostingEnvironment 的名稱 (App Service Environment) | 字串 |
networkAccessControlList | 控制裝載環境流量的存取控制清單 (App Service 環境) | NetworkAccessControlEntry[] |
provisioningState | hostingEnvironment 的布建狀態 (App Service 環境) | 'Canceled' '刪除' 'Failed' 'InProgress' 'Succeeded' |
resourceGroup | hostingEnvironment 的資源群組 (App Service 環境) | 字串 |
地位 | hostingEnvironment 的目前狀態 (App Service Environment) | '刪除' '準備' 'Ready' '調整' (必要) |
subscriptionId | hostingEnvironment 的訂用帳戶 (App Service Environment) | 字串 |
暫停 | True/false 表示 hostingEnvironment 是否暫停。 環境可以暫停,例如當不再提供管理端點時 (最有可能是因為 NSG 封鎖了連入流量) |
bool |
upgradeDomains | 此 hostingEnvironment 的升級網域數目 (App Service Environment) | int |
vipMappings | 此 hostingEnvironment 的 IP SSL 對應描述 (App Service 環境) | VirtualIPMapping[] |
virtualNetwork | hostingEnvironment (App Service Environment) 虛擬網路的描述 | VirtualNetworkProfile |
vnetName | hostingEnvironment 之 (App Service Environment) 虛擬網路的名稱 | 字串 |
vnetResourceGroupName | hostingEnvironment 之 (App Service Environment) 虛擬網路的資源群組 | 字串 |
vnetSubnetName | hostingEnvironment 之 (App Service Environment) 虛擬網路的子網 | 字串 |
workerPools | 描述每個集區中具有背景工作角色大小標識碼、VM 大小和背景工作角色數目 | WorkerPool[] |
Microsoft.Web/hostingEnvironments
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2015-08-01' |
類 | 資源種類 | 字串 |
位置 | 資源位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 (必要) |
性能 | HostingEnvironmentProperties | |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.Web/hostingEnvironments' |
NameValuePair
名字 | 描述 | 價值 |
---|---|---|
名字 | 配對名稱 | 字串 |
價值 | 配對值 | 字串 |
NetworkAccessControlEntry
名字 | 描述 | 價值 |
---|---|---|
行動 | 'Deny' 'Permit' |
|
描述 | 字串 | |
次序 | int | |
remoteSubnet | 字串 |
ResourceTags
名字 | 描述 | 價值 |
---|
ResourceTags
名字 | 描述 | 價值 |
---|
SkuDescription
名字 | 描述 | 價值 |
---|---|---|
能力 | 目前指派給資源的實例數目 | int |
家庭 | 資源 SKU 的系列程式代碼 | 字串 |
名字 | 資源 SKU 的名稱 | 字串 |
大小 | 資源 SKU 的大小規範 | 字串 |
層 | 資源 SKU 的服務層級 | 字串 |
StampCapacity
名字 | 描述 | 價值 |
---|---|---|
availableCapacity | 可用容量(機器的#、記憶體位元組等等...) | int |
computeMode | 共用/專用背景工作角色 | 'Dedicated' 'Dynamic' 'Shared' |
excludeFromCapacityAllocation | 如果為 true,則包含基本網站 基本月臺不會用於容量配置。 |
bool |
isApplicableForAllComputeModes | 容量是否適用於所有網站? | bool |
名字 | 戳記的名稱 | 字串 |
siteMode | 共用或專用 | 字串 |
totalCapacity | 總容量(機器數目、記憶體位元組等...) | int |
單位 | 單位的名稱 | 字串 |
workerSize | 機器的大小 | 'Default' 'Large' 'Medium' 'Small' |
workerSizeId | 電腦的大小識別碼: 0 - 小型 1 - 中 2 - 大型 |
int |
VirtualIPMapping
名字 | 描述 | 價值 |
---|---|---|
internalHttpPort | 內部 HTTP 埠 | int |
internalHttpsPort | 內部 HTTPS 連接埠 | int |
inUse | 是否使用中的VIP對應 | bool |
virtualIP | 虛擬IP位址 | 字串 |
VirtualNetworkProfile
名字 | 描述 | 價值 |
---|---|---|
id | 虛擬網路的資源識別碼 | 字串 |
名字 | 虛擬網路名稱(唯讀) | 字串 |
子 | 虛擬網路內的子網 | 字串 |
類型 | 虛擬網路的資源類型(唯讀) | 字串 |
WorkerPool
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼 | 字串 |
類 | 資源種類 | 字串 |
位置 | 資源位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 |
性能 | WorkerPoolProperties | |
sku | 描述可調整資源的 SKU | SkuDescription |
標籤 | 資源標籤 | ResourceTags |
類型 | 資源類型 | 字串 |
WorkerPoolProperties
名字 | 描述 | 價值 |
---|---|---|
computeMode | 共用或專用 Web 應用程式裝載 | 'Dedicated' 'Dynamic' 'Shared' |
instanceNames | 背景工作集區中所有實體的名稱(唯讀) | string[] |
workerCount | 背景工作集區中的實例數目 | int |
workerSize | 背景工作集區實例的 VM 大小 | 字串 |
workerSizeId | 參考此背景工作集區的背景工作大小標識碼 | int |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
使用 Azure SQL 後端 |
此範本會建立具有 Azure SQL 後端的 App Service 環境,以及私人端點,以及通常用於私人/隔離環境中的相關聯資源。 |
使用主控方案和 Azure WebApp |
在現有的虛擬網路中建立具有 ILB 位址的 App Service Environment v2,以便私下使用。 App Service 環境將包含主控方案和 Azure Web 應用程式 |
建立 App Service 環境 |
在您的虛擬網路中建立App Service環境 |
建立 App Service Environment v2 |
在您的虛擬網路中建立App Service Environment v2 |
在 ASEv3 中建立 AppServicePlan 和 App |
在 ASEv3 中建立 AppServicePlan 和 App |
使用 ILB 位址建立 App Service Environment v2 |
使用私人內部負載平衡器位址在虛擬網路中建立App Service Environment v2 |
使用 ILB 位址建立 App Service 環境 |
使用私人內部負載平衡器位址在虛擬網路中建立App Service環境 |
使用新增的 Web 應用程式建立 Azure App Service 環境 |
在虛擬網路子網內建立 Azure App Service 環境。 此範本也會在 App Service 環境內新增 Azure Web 應用程式。 範本最初由 PixelPin 的 Callum Brankin 撰寫 |
使用 Azure 防火牆 |
Resource Manager 範本和參數,示範如何使用 Azure 防火牆整合來部署 App Service 環境 |
ILB ASE 或 ILB ASE v2 的 SSL 憑證 |
設定 ILB ASE 或 ILB ASE v2 的預設 SSL 憑證 |
Terraform (AzAPI 提供者) 資源定義
hostingEnvironments 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Web/hostingEnvironments 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Web/hostingEnvironments@2015-08-01"
name = "string"
kind = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
allowedMultiSizes = "string"
allowedWorkerSizes = "string"
apiManagementAccountId = "string"
clusterSettings = [
{
name = "string"
value = "string"
}
]
databaseEdition = "string"
databaseServiceObjective = "string"
dnsSuffix = "string"
environmentCapacities = [
{
availableCapacity = int
computeMode = "string"
excludeFromCapacityAllocation = bool
isApplicableForAllComputeModes = bool
name = "string"
siteMode = "string"
totalCapacity = int
unit = "string"
workerSize = "string"
workerSizeId = int
}
]
environmentIsHealthy = bool
environmentStatus = "string"
internalLoadBalancingMode = "string"
ipsslAddressCount = int
lastAction = "string"
lastActionResult = "string"
location = "string"
maximumNumberOfMachines = int
multiRoleCount = int
multiSize = "string"
name = "string"
networkAccessControlList = [
{
action = "string"
description = "string"
order = int
remoteSubnet = "string"
}
]
provisioningState = "string"
resourceGroup = "string"
status = "string"
subscriptionId = "string"
suspended = bool
upgradeDomains = int
vipMappings = [
{
internalHttpPort = int
internalHttpsPort = int
inUse = bool
virtualIP = "string"
}
]
virtualNetwork = {
id = "string"
name = "string"
subnet = "string"
type = "string"
}
vnetName = "string"
vnetResourceGroupName = "string"
vnetSubnetName = "string"
workerPools = [
{
id = "string"
kind = "string"
location = "string"
name = "string"
properties = {
computeMode = "string"
instanceNames = [
"string"
]
workerCount = int
workerSize = "string"
workerSizeId = int
}
sku = {
capacity = int
family = "string"
name = "string"
size = "string"
tier = "string"
}
tags = {
{customized property} = "string"
}
type = "string"
}
]
}
})
}
屬性值
HostingEnvironmentProperties
名字 | 描述 | 價值 |
---|---|---|
allowedMultiSizes | 以逗號分隔的字串清單,描述前端允許哪些 VM 大小 | 字串 |
allowedWorkerSizes | 描述背景工作角色允許哪些 VM 大小的逗號分隔字串清單 | 字串 |
apiManagementAccountId | 與此裝載環境相關聯的 Api 管理帳戶 | 字串 |
clusterSettings | 變更主控環境行為的自定義設定 | NameValuePair[] |
databaseEdition | hostingEnvironment (App Service Environment) 的元數據資料庫版本,例如 “Standard” | 字串 |
databaseServiceObjective | hostingEnvironment (App Service Environment) 元數據資料庫的服務目標,例如 “S0” | 字串 |
dnsSuffix | hostingEnvironment 的 DNS 後綴(App Service 環境) | 字串 |
environmentCapacities | 目前的總、已使用和可用的背景工作角色容量 | StampCapacity[] |
environmentIsHealthy | True/false 表示 hostingEnvironment (App Service Environment) 是否狀況良好 | bool |
environmentStatus | 關於主機環境最後檢查結果的詳細訊息(App Service 環境) | 字串 |
internalLoadBalancingMode | 指定要在 hostingEnvironment 的 (App Service Environment) VNET 中內部提供服務的端點 | 'None' 'Publishing' 'Web' |
ipsslAddressCount | 此載入環境保留的 IP SSL 位址數目(App Service 環境) | int |
lastAction | 此 hostingEnvironment 上最後一個部署動作 (App Service 環境) | 字串 |
lastActionResult | 此 hostingEnvironment 上最後一個部署動作的結果(App Service 環境) | 字串 |
位置 | hostingEnvironment (App Service Environment) 的位置,例如“美國西部” | 字串 |
maximumNumberOfMachines | 此 hostingEnvironment 中的 VM 數目上限 (App Service Environment) | int |
multiRoleCount | 前端實例數目 | int |
multiSize | 前端 VM 大小,例如“中型”、“大型” | 字串 |
名字 | hostingEnvironment 的名稱 (App Service Environment) | 字串 |
networkAccessControlList | 控制裝載環境流量的存取控制清單 (App Service 環境) | NetworkAccessControlEntry[] |
provisioningState | hostingEnvironment 的布建狀態 (App Service 環境) | 'Canceled' '刪除' 'Failed' 'InProgress' 'Succeeded' |
resourceGroup | hostingEnvironment 的資源群組 (App Service 環境) | 字串 |
地位 | hostingEnvironment 的目前狀態 (App Service Environment) | '刪除' '準備' 'Ready' '調整' (必要) |
subscriptionId | hostingEnvironment 的訂用帳戶 (App Service Environment) | 字串 |
暫停 | True/false 表示 hostingEnvironment 是否暫停。 環境可以暫停,例如當不再提供管理端點時 (最有可能是因為 NSG 封鎖了連入流量) |
bool |
upgradeDomains | 此 hostingEnvironment 的升級網域數目 (App Service Environment) | int |
vipMappings | 此 hostingEnvironment 的 IP SSL 對應描述 (App Service 環境) | VirtualIPMapping[] |
virtualNetwork | hostingEnvironment (App Service Environment) 虛擬網路的描述 | VirtualNetworkProfile |
vnetName | hostingEnvironment 之 (App Service Environment) 虛擬網路的名稱 | 字串 |
vnetResourceGroupName | hostingEnvironment 之 (App Service Environment) 虛擬網路的資源群組 | 字串 |
vnetSubnetName | hostingEnvironment 之 (App Service Environment) 虛擬網路的子網 | 字串 |
workerPools | 描述每個集區中具有背景工作角色大小標識碼、VM 大小和背景工作角色數目 | WorkerPool[] |
Microsoft.Web/hostingEnvironments
名字 | 描述 | 價值 |
---|---|---|
類 | 資源種類 | 字串 |
位置 | 資源位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 (必要) |
性能 | HostingEnvironmentProperties | |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.Web/hostingEnvironments@2015-08-01” |
NameValuePair
名字 | 描述 | 價值 |
---|---|---|
名字 | 配對名稱 | 字串 |
價值 | 配對值 | 字串 |
NetworkAccessControlEntry
名字 | 描述 | 價值 |
---|---|---|
行動 | 'Deny' 'Permit' |
|
描述 | 字串 | |
次序 | int | |
remoteSubnet | 字串 |
ResourceTags
名字 | 描述 | 價值 |
---|
ResourceTags
名字 | 描述 | 價值 |
---|
SkuDescription
名字 | 描述 | 價值 |
---|---|---|
能力 | 目前指派給資源的實例數目 | int |
家庭 | 資源 SKU 的系列程式代碼 | 字串 |
名字 | 資源 SKU 的名稱 | 字串 |
大小 | 資源 SKU 的大小規範 | 字串 |
層 | 資源 SKU 的服務層級 | 字串 |
StampCapacity
名字 | 描述 | 價值 |
---|---|---|
availableCapacity | 可用容量(機器的#、記憶體位元組等等...) | int |
computeMode | 共用/專用背景工作角色 | 'Dedicated' 'Dynamic' 'Shared' |
excludeFromCapacityAllocation | 如果為 true,則包含基本網站 基本月臺不會用於容量配置。 |
bool |
isApplicableForAllComputeModes | 容量是否適用於所有網站? | bool |
名字 | 戳記的名稱 | 字串 |
siteMode | 共用或專用 | 字串 |
totalCapacity | 總容量(機器數目、記憶體位元組等...) | int |
單位 | 單位的名稱 | 字串 |
workerSize | 機器的大小 | 'Default' 'Large' 'Medium' 'Small' |
workerSizeId | 電腦的大小識別碼: 0 - 小型 1 - 中 2 - 大型 |
int |
VirtualIPMapping
名字 | 描述 | 價值 |
---|---|---|
internalHttpPort | 內部 HTTP 埠 | int |
internalHttpsPort | 內部 HTTPS 連接埠 | int |
inUse | 是否使用中的VIP對應 | bool |
virtualIP | 虛擬IP位址 | 字串 |
VirtualNetworkProfile
名字 | 描述 | 價值 |
---|---|---|
id | 虛擬網路的資源識別碼 | 字串 |
名字 | 虛擬網路名稱(唯讀) | 字串 |
子 | 虛擬網路內的子網 | 字串 |
類型 | 虛擬網路的資源類型(唯讀) | 字串 |
WorkerPool
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼 | 字串 |
類 | 資源種類 | 字串 |
位置 | 資源位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 |
性能 | WorkerPoolProperties | |
sku | 描述可調整資源的 SKU | SkuDescription |
標籤 | 資源標籤 | ResourceTags |
類型 | 資源類型 | 字串 |
WorkerPoolProperties
名字 | 描述 | 價值 |
---|---|---|
computeMode | 共用或專用 Web 應用程式裝載 | 'Dedicated' 'Dynamic' 'Shared' |
instanceNames | 背景工作集區中所有實體的名稱(唯讀) | string[] |
workerCount | 背景工作集區中的實例數目 | int |
workerSize | 背景工作集區實例的 VM 大小 | 字串 |
workerSizeId | 參考此背景工作集區的背景工作大小標識碼 | int |