LoadBalancerResourceSettings interface
定義負載平衡器資源設定。
- Extends
屬性
backend |
取得或設定負載平衡器的後端位址池。 |
frontend |
取得或設定負載平衡器的前端IP組態。 |
resource |
多型歧視性,指定這個物件可以是的不同類型 |
sku | 取得或設定負載平衡器 SKU (基本/標準)。 |
tags | 取得或設定資源標籤。 |
zones | 取得或設定所有前端IP組態通用區域的 csv 清單。 請注意,只有在前端IP組態設定不存在時,才會獲得此優先順序。 |
繼承的屬性
target |
取得或設定目標資源組名。 |
target |
取得或設定目標資源名稱。 |
屬性詳細資料
backendAddressPools
取得或設定負載平衡器的後端位址池。
backendAddressPools?: LBBackendAddressPoolResourceSettings[]
屬性值
frontendIPConfigurations
取得或設定負載平衡器的前端IP組態。
frontendIPConfigurations?: LBFrontendIPConfigurationResourceSettings[]
屬性值
resourceType
多型歧視性,指定這個物件可以是的不同類型
resourceType: "Microsoft.Network/loadBalancers"
屬性值
"Microsoft.Network/loadBalancers"
sku
取得或設定負載平衡器 SKU (基本/標準)。
sku?: string
屬性值
string
tags
取得或設定資源標籤。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
zones
取得或設定所有前端IP組態通用區域的 csv 清單。 請注意,只有在前端IP組態設定不存在時,才會獲得此優先順序。
zones?: string
屬性值
string
繼承的屬性詳細資料
targetResourceGroupName
取得或設定目標資源組名。
targetResourceGroupName?: string
屬性值
string