Microsoft.Compute cloudServices 2020-10-01-preview
Bicep 資源定義
cloudServices 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Compute/cloudServices 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Compute/cloudServices@2020-10-01-preview' = {
location: 'string'
name: 'string'
properties: {
configuration: 'string'
configurationUrl: 'string'
extensionProfile: {
extensions: [
{
name: 'string'
properties: {
autoUpgradeMinorVersion: bool
forceUpdateTag: 'string'
protectedSettings: 'string'
protectedSettingsFromKeyVault: {
secretUrl: 'string'
sourceVault: {
id: 'string'
}
}
publisher: 'string'
rolesAppliedTo: [
'string'
]
settings: 'string'
type: 'string'
typeHandlerVersion: 'string'
}
}
]
}
networkProfile: {
loadBalancerConfigurations: [
{
name: 'string'
properties: {
frontendIPConfigurations: [
{
name: 'string'
properties: {
privateIPAddress: 'string'
publicIPAddress: {
id: 'string'
}
subnet: {
id: 'string'
}
}
}
]
}
}
]
swappableCloudService: {
id: 'string'
}
}
osProfile: {
secrets: [
{
sourceVault: {
id: 'string'
}
vaultCertificates: [
{
certificateUrl: 'string'
}
]
}
]
}
packageUrl: 'string'
roleProfile: {
roles: [
{
name: 'string'
sku: {
capacity: int
name: 'string'
tier: 'string'
}
}
]
}
startCloudService: bool
upgradeMode: 'string'
}
tags: {
{customized property}: 'string'
}
}
屬性值
CloudServiceExtensionProfile
名字 | 描述 | 價值 |
---|---|---|
擴展 | 雲端服務的擴充功能清單。 | 擴充功能[] |
CloudServiceExtensionProperties
名字 | 描述 | 價值 |
---|---|---|
autoUpgradeMinorVersion | 明確指定平臺是否可以在提供時自動將 typeHandlerVersion 升級至較高的次要版本。 | bool |
forceUpdateTag | 要強制套用提供的公用和受保護設定的標籤。 變更標籤值可讓您重新執行延伸模組,而不需要變更任何公用或受保護的設定。 如果未變更 forceUpdateTag,處理程式仍會套用對公用或受保護設定的更新。 如果 forceUpdateTag 和任何公用或受保護的設定都未變更,擴充功能就會流向具有相同序號的角色實例, 它由處理程序實作決定是否要重新執行 |
字串 |
protectedSettings | 在傳送至角色實例之前加密之延伸模組的受保護設定。 | 字串 |
protectedSettingsFromKeyVault | CloudServiceVaultAndSecretReference | |
發行人 | 擴充處理程序發行者的名稱。 | 字串 |
rolesAppliedTo | 要套用此擴充功能的選擇性角色清單。 如果未指定 屬性或指定 『*』,擴充功能會套用至雲端服務中的所有角色。 | string[] |
設置 | 延伸模組的公用設定。 針對 JSON 擴充功能,這是擴充功能的 JSON 設定。 對於 XML 延伸模組 (例如 RDP),這是延伸模組的 XML 設定。 | 字串 |
類型 | 指定延伸模組的類型。 | 字串 |
typeHandlerVersion | 指定延伸模組的版本。 指定延伸模組的版本。 如果未指定這個專案,或使用星號 \ 作為值,則會使用最新版本的延伸模組。 如果值是以主要版本號碼和星號指定為次要版本號碼 (X.),則會選取指定主要版本的最新次要版本。 如果指定了主要版本號碼和次要版本號碼(X.Y),則會選取特定的擴充功能版本。 如果指定版本,就會在角色實例上執行自動升級。 | 字串 |
CloudServiceNetworkProfile
名字 | 描述 | 價值 |
---|---|---|
loadBalancerConfigurations | 雲端服務的負載平衡器組態清單。 | LoadBalancerConfiguration[] |
swappableCloudService | SubResource |
CloudServiceOsProfile
名字 | 描述 | 價值 |
---|---|---|
秘密 | 指定應該安裝在角色實例上的憑證集。 | CloudServiceVaultSecretGroup[] |
CloudServiceProperties
名字 | 描述 | 價值 |
---|---|---|
配置 | 指定雲端服務的 XML 服務組態 (.cscfg)。 | 字串 |
configurationUrl | 指定 URL,參考 Blob 服務中服務組態的位置。 服務套件 URL 可以是來自任何記憶體帳戶的共用存取簽章 (SAS) URI。 這是唯寫屬性,而且不會在 GET 呼叫中傳回。 |
字串 |
extensionProfile | 描述雲端服務擴充功能配置檔。 | CloudServiceExtensionProfile |
networkProfile | 雲端服務的網路配置檔。 | CloudServiceNetworkProfile |
osProfile | 描述雲端服務的 OS 配置檔。 | CloudServiceOsProfile |
packageUrl | 指定參考 Blob 服務中服務套件位置的 URL。 服務套件 URL 可以是來自任何記憶體帳戶的共用存取簽章 (SAS) URI。 這是唯寫屬性,而且不會在 GET 呼叫中傳回。 |
字串 |
roleProfile | 描述雲端服務的角色配置檔。 | CloudServiceRoleProfile |
startCloudService | (選擇性)指出是否要在建立雲端服務之後立即啟動。 預設值為 true 。如果為 false,服務模型仍會部署,但程式代碼不會立即執行。 相反地,服務會是PoweredOff,直到您呼叫 Start 為止,此時服務將會啟動。 即使已部署的服務已關閉,仍會產生費用。 |
bool |
upgradeMode | 雲端服務的更新模式。 角色實例會配置在部署服務時更新網域。 更新可以在每個更新網域中手動起始,或在所有更新網域中自動起始。 可能的值為 自動 手動 同時 如果未指定,預設值為 Auto。如果設定為 Manual,則必須呼叫 PUT UpdateDomain 以套用更新。 如果設定為 [自動],則會自動將更新套用至每個循序更新網域。 |
'Auto' 'Manual' 'Simultaneous' |
CloudServiceRoleProfile
名字 | 描述 | 價值 |
---|---|---|
角色 | 雲端服務的角色清單。 | CloudServiceRoleProfileProperties[] |
CloudServiceRoleProfileProperties
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱。 | 字串 |
sku | 描述雲端服務角色 SKU。 | CloudServiceRoleSku |
CloudServiceRoleSku
名字 | 描述 | 價值 |
---|---|---|
能力 | 指定雲端服務中的角色實例數目。 | int |
名字 | SKU 名稱。 注意:如果雲端服務目前所在的硬體不支援新的 SKU,您需要刪除並重新建立雲端服務,或移回舊的 SKU。 | 字串 |
層 | 指定雲端服務的層級。 可能的值為 Standard 基本 |
字串 |
CloudServiceTags
名字 | 描述 | 價值 |
---|
CloudServiceVaultAndSecretReference
名字 | 描述 | 價值 |
---|---|---|
secretUrl | 字串 | |
sourceVault | SubResource |
CloudServiceVaultCertificate
名字 | 描述 | 價值 |
---|---|---|
certificateUrl | 這是已上傳至 Key Vault 做為秘密之憑證的 URL。 | 字串 |
CloudServiceVaultSecretGroup
名字 | 描述 | 價值 |
---|---|---|
sourceVault | Key Vault 的相對 URL,其中包含 VaultCertificates 中的所有憑證。 | SubResource |
vaultCertificates | SourceVault 中包含憑證的金鑰保存庫參考清單。 | CloudServiceVaultCertificate[] |
外延
名字 | 描述 | 價值 |
---|---|---|
名字 | 延伸模組的名稱。 | 字串 |
性能 | 延伸模組屬性。 | CloudServiceExtensionProperties |
LoadBalancerConfiguration
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 |
性能 | LoadBalancerConfigurationProperties |
LoadBalancerConfigurationProperties
名字 | 描述 | 價值 |
---|---|---|
frontendIPConfigurations | IP 清單 | LoadBalancerFrontendIPConfiguration[] |
LoadBalancerFrontendIPConfiguration
名字 | 描述 | 價值 |
---|---|---|
名字 | 字串 | |
性能 | 描述雲端服務IP組態 | LoadBalancerFrontendIPConfigurationProperties |
LoadBalancerFrontendIPConfigurationProperties
名字 | 描述 | 價值 |
---|---|---|
privateIPAddress | 雲端服務所參考的私人IP位址。 | 字串 |
publicIPAddress | SubResource | |
子 | SubResource |
Microsoft.Compute/cloudServices
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源位置。 | 字串 (必要) |
名字 | 資源名稱 | 字串 (必要) |
性能 | 雲端服務屬性 | CloudServiceProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
SubResource
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼 | 字串 |
ARM 樣本資源定義
cloudServices 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Compute/cloudServices 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Compute/cloudServices",
"apiVersion": "2020-10-01-preview",
"name": "string",
"location": "string",
"properties": {
"configuration": "string",
"configurationUrl": "string",
"extensionProfile": {
"extensions": [
{
"name": "string",
"properties": {
"autoUpgradeMinorVersion": "bool",
"forceUpdateTag": "string",
"protectedSettings": "string",
"protectedSettingsFromKeyVault": {
"secretUrl": "string",
"sourceVault": {
"id": "string"
}
},
"publisher": "string",
"rolesAppliedTo": [ "string" ],
"settings": "string",
"type": "string",
"typeHandlerVersion": "string"
}
}
]
},
"networkProfile": {
"loadBalancerConfigurations": [
{
"name": "string",
"properties": {
"frontendIPConfigurations": [
{
"name": "string",
"properties": {
"privateIPAddress": "string",
"publicIPAddress": {
"id": "string"
},
"subnet": {
"id": "string"
}
}
}
]
}
}
],
"swappableCloudService": {
"id": "string"
}
},
"osProfile": {
"secrets": [
{
"sourceVault": {
"id": "string"
},
"vaultCertificates": [
{
"certificateUrl": "string"
}
]
}
]
},
"packageUrl": "string",
"roleProfile": {
"roles": [
{
"name": "string",
"sku": {
"capacity": "int",
"name": "string",
"tier": "string"
}
}
]
},
"startCloudService": "bool",
"upgradeMode": "string"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
CloudServiceExtensionProfile
名字 | 描述 | 價值 |
---|---|---|
擴展 | 雲端服務的擴充功能清單。 | 擴充功能[] |
CloudServiceExtensionProperties
名字 | 描述 | 價值 |
---|---|---|
autoUpgradeMinorVersion | 明確指定平臺是否可以在提供時自動將 typeHandlerVersion 升級至較高的次要版本。 | bool |
forceUpdateTag | 要強制套用提供的公用和受保護設定的標籤。 變更標籤值可讓您重新執行延伸模組,而不需要變更任何公用或受保護的設定。 如果未變更 forceUpdateTag,處理程式仍會套用對公用或受保護設定的更新。 如果 forceUpdateTag 和任何公用或受保護的設定都未變更,擴充功能就會流向具有相同序號的角色實例, 它由處理程序實作決定是否要重新執行 |
字串 |
protectedSettings | 在傳送至角色實例之前加密之延伸模組的受保護設定。 | 字串 |
protectedSettingsFromKeyVault | CloudServiceVaultAndSecretReference | |
發行人 | 擴充處理程序發行者的名稱。 | 字串 |
rolesAppliedTo | 要套用此擴充功能的選擇性角色清單。 如果未指定 屬性或指定 『*』,擴充功能會套用至雲端服務中的所有角色。 | string[] |
設置 | 延伸模組的公用設定。 針對 JSON 擴充功能,這是擴充功能的 JSON 設定。 對於 XML 延伸模組 (例如 RDP),這是延伸模組的 XML 設定。 | 字串 |
類型 | 指定延伸模組的類型。 | 字串 |
typeHandlerVersion | 指定延伸模組的版本。 指定延伸模組的版本。 如果未指定這個專案,或使用星號 \ 作為值,則會使用最新版本的延伸模組。 如果值是以主要版本號碼和星號指定為次要版本號碼 (X.),則會選取指定主要版本的最新次要版本。 如果指定了主要版本號碼和次要版本號碼(X.Y),則會選取特定的擴充功能版本。 如果指定版本,就會在角色實例上執行自動升級。 | 字串 |
CloudServiceNetworkProfile
名字 | 描述 | 價值 |
---|---|---|
loadBalancerConfigurations | 雲端服務的負載平衡器組態清單。 | LoadBalancerConfiguration[] |
swappableCloudService | SubResource |
CloudServiceOsProfile
名字 | 描述 | 價值 |
---|---|---|
秘密 | 指定應該安裝在角色實例上的憑證集。 | CloudServiceVaultSecretGroup[] |
CloudServiceProperties
名字 | 描述 | 價值 |
---|---|---|
配置 | 指定雲端服務的 XML 服務組態 (.cscfg)。 | 字串 |
configurationUrl | 指定 URL,參考 Blob 服務中服務組態的位置。 服務套件 URL 可以是來自任何記憶體帳戶的共用存取簽章 (SAS) URI。 這是唯寫屬性,而且不會在 GET 呼叫中傳回。 |
字串 |
extensionProfile | 描述雲端服務擴充功能配置檔。 | CloudServiceExtensionProfile |
networkProfile | 雲端服務的網路配置檔。 | CloudServiceNetworkProfile |
osProfile | 描述雲端服務的 OS 配置檔。 | CloudServiceOsProfile |
packageUrl | 指定參考 Blob 服務中服務套件位置的 URL。 服務套件 URL 可以是來自任何記憶體帳戶的共用存取簽章 (SAS) URI。 這是唯寫屬性,而且不會在 GET 呼叫中傳回。 |
字串 |
roleProfile | 描述雲端服務的角色配置檔。 | CloudServiceRoleProfile |
startCloudService | (選擇性)指出是否要在建立雲端服務之後立即啟動。 預設值為 true 。如果為 false,服務模型仍會部署,但程式代碼不會立即執行。 相反地,服務會是PoweredOff,直到您呼叫 Start 為止,此時服務將會啟動。 即使已部署的服務已關閉,仍會產生費用。 |
bool |
upgradeMode | 雲端服務的更新模式。 角色實例會配置在部署服務時更新網域。 更新可以在每個更新網域中手動起始,或在所有更新網域中自動起始。 可能的值為 自動 手動 同時 如果未指定,預設值為 Auto。如果設定為 Manual,則必須呼叫 PUT UpdateDomain 以套用更新。 如果設定為 [自動],則會自動將更新套用至每個循序更新網域。 |
'Auto' 'Manual' 'Simultaneous' |
CloudServiceRoleProfile
名字 | 描述 | 價值 |
---|---|---|
角色 | 雲端服務的角色清單。 | CloudServiceRoleProfileProperties[] |
CloudServiceRoleProfileProperties
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱。 | 字串 |
sku | 描述雲端服務角色 SKU。 | CloudServiceRoleSku |
CloudServiceRoleSku
名字 | 描述 | 價值 |
---|---|---|
能力 | 指定雲端服務中的角色實例數目。 | int |
名字 | SKU 名稱。 注意:如果雲端服務目前所在的硬體不支援新的 SKU,您需要刪除並重新建立雲端服務,或移回舊的 SKU。 | 字串 |
層 | 指定雲端服務的層級。 可能的值為 Standard 基本 |
字串 |
CloudServiceTags
名字 | 描述 | 價值 |
---|
CloudServiceVaultAndSecretReference
名字 | 描述 | 價值 |
---|---|---|
secretUrl | 字串 | |
sourceVault | SubResource |
CloudServiceVaultCertificate
名字 | 描述 | 價值 |
---|---|---|
certificateUrl | 這是已上傳至 Key Vault 做為秘密之憑證的 URL。 | 字串 |
CloudServiceVaultSecretGroup
名字 | 描述 | 價值 |
---|---|---|
sourceVault | Key Vault 的相對 URL,其中包含 VaultCertificates 中的所有憑證。 | SubResource |
vaultCertificates | SourceVault 中包含憑證的金鑰保存庫參考清單。 | CloudServiceVaultCertificate[] |
外延
名字 | 描述 | 價值 |
---|---|---|
名字 | 延伸模組的名稱。 | 字串 |
性能 | 延伸模組屬性。 | CloudServiceExtensionProperties |
LoadBalancerConfiguration
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 |
性能 | LoadBalancerConfigurationProperties |
LoadBalancerConfigurationProperties
名字 | 描述 | 價值 |
---|---|---|
frontendIPConfigurations | IP 清單 | LoadBalancerFrontendIPConfiguration[] |
LoadBalancerFrontendIPConfiguration
名字 | 描述 | 價值 |
---|---|---|
名字 | 字串 | |
性能 | 描述雲端服務IP組態 | LoadBalancerFrontendIPConfigurationProperties |
LoadBalancerFrontendIPConfigurationProperties
名字 | 描述 | 價值 |
---|---|---|
privateIPAddress | 雲端服務所參考的私人IP位址。 | 字串 |
publicIPAddress | SubResource | |
子 | SubResource |
Microsoft.Compute/cloudServices
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2020-10-01-preview' |
位置 | 資源位置。 | 字串 (必要) |
名字 | 資源名稱 | 字串 (必要) |
性能 | 雲端服務屬性 | CloudServiceProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.Compute/cloudServices' |
SubResource
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼 | 字串 |
Terraform (AzAPI 提供者) 資源定義
cloudServices 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Compute/cloudServices 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Compute/cloudServices@2020-10-01-preview"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
configuration = "string"
configurationUrl = "string"
extensionProfile = {
extensions = [
{
name = "string"
properties = {
autoUpgradeMinorVersion = bool
forceUpdateTag = "string"
protectedSettings = "string"
protectedSettingsFromKeyVault = {
secretUrl = "string"
sourceVault = {
id = "string"
}
}
publisher = "string"
rolesAppliedTo = [
"string"
]
settings = "string"
type = "string"
typeHandlerVersion = "string"
}
}
]
}
networkProfile = {
loadBalancerConfigurations = [
{
name = "string"
properties = {
frontendIPConfigurations = [
{
name = "string"
properties = {
privateIPAddress = "string"
publicIPAddress = {
id = "string"
}
subnet = {
id = "string"
}
}
}
]
}
}
]
swappableCloudService = {
id = "string"
}
}
osProfile = {
secrets = [
{
sourceVault = {
id = "string"
}
vaultCertificates = [
{
certificateUrl = "string"
}
]
}
]
}
packageUrl = "string"
roleProfile = {
roles = [
{
name = "string"
sku = {
capacity = int
name = "string"
tier = "string"
}
}
]
}
startCloudService = bool
upgradeMode = "string"
}
})
}
屬性值
CloudServiceExtensionProfile
名字 | 描述 | 價值 |
---|---|---|
擴展 | 雲端服務的擴充功能清單。 | 擴充功能[] |
CloudServiceExtensionProperties
名字 | 描述 | 價值 |
---|---|---|
autoUpgradeMinorVersion | 明確指定平臺是否可以在提供時自動將 typeHandlerVersion 升級至較高的次要版本。 | bool |
forceUpdateTag | 要強制套用提供的公用和受保護設定的標籤。 變更標籤值可讓您重新執行延伸模組,而不需要變更任何公用或受保護的設定。 如果未變更 forceUpdateTag,處理程式仍會套用對公用或受保護設定的更新。 如果 forceUpdateTag 和任何公用或受保護的設定都未變更,擴充功能就會流向具有相同序號的角色實例, 它由處理程序實作決定是否要重新執行 |
字串 |
protectedSettings | 在傳送至角色實例之前加密之延伸模組的受保護設定。 | 字串 |
protectedSettingsFromKeyVault | CloudServiceVaultAndSecretReference | |
發行人 | 擴充處理程序發行者的名稱。 | 字串 |
rolesAppliedTo | 要套用此擴充功能的選擇性角色清單。 如果未指定 屬性或指定 『*』,擴充功能會套用至雲端服務中的所有角色。 | string[] |
設置 | 延伸模組的公用設定。 針對 JSON 擴充功能,這是擴充功能的 JSON 設定。 對於 XML 延伸模組 (例如 RDP),這是延伸模組的 XML 設定。 | 字串 |
類型 | 指定延伸模組的類型。 | 字串 |
typeHandlerVersion | 指定延伸模組的版本。 指定延伸模組的版本。 如果未指定這個專案,或使用星號 \ 作為值,則會使用最新版本的延伸模組。 如果值是以主要版本號碼和星號指定為次要版本號碼 (X.),則會選取指定主要版本的最新次要版本。 如果指定了主要版本號碼和次要版本號碼(X.Y),則會選取特定的擴充功能版本。 如果指定版本,就會在角色實例上執行自動升級。 | 字串 |
CloudServiceNetworkProfile
名字 | 描述 | 價值 |
---|---|---|
loadBalancerConfigurations | 雲端服務的負載平衡器組態清單。 | LoadBalancerConfiguration[] |
swappableCloudService | SubResource |
CloudServiceOsProfile
名字 | 描述 | 價值 |
---|---|---|
秘密 | 指定應該安裝在角色實例上的憑證集。 | CloudServiceVaultSecretGroup[] |
CloudServiceProperties
名字 | 描述 | 價值 |
---|---|---|
配置 | 指定雲端服務的 XML 服務組態 (.cscfg)。 | 字串 |
configurationUrl | 指定 URL,參考 Blob 服務中服務組態的位置。 服務套件 URL 可以是來自任何記憶體帳戶的共用存取簽章 (SAS) URI。 這是唯寫屬性,而且不會在 GET 呼叫中傳回。 |
字串 |
extensionProfile | 描述雲端服務擴充功能配置檔。 | CloudServiceExtensionProfile |
networkProfile | 雲端服務的網路配置檔。 | CloudServiceNetworkProfile |
osProfile | 描述雲端服務的 OS 配置檔。 | CloudServiceOsProfile |
packageUrl | 指定參考 Blob 服務中服務套件位置的 URL。 服務套件 URL 可以是來自任何記憶體帳戶的共用存取簽章 (SAS) URI。 這是唯寫屬性,而且不會在 GET 呼叫中傳回。 |
字串 |
roleProfile | 描述雲端服務的角色配置檔。 | CloudServiceRoleProfile |
startCloudService | (選擇性)指出是否要在建立雲端服務之後立即啟動。 預設值為 true 。如果為 false,服務模型仍會部署,但程式代碼不會立即執行。 相反地,服務會是PoweredOff,直到您呼叫 Start 為止,此時服務將會啟動。 即使已部署的服務已關閉,仍會產生費用。 |
bool |
upgradeMode | 雲端服務的更新模式。 角色實例會配置在部署服務時更新網域。 更新可以在每個更新網域中手動起始,或在所有更新網域中自動起始。 可能的值為 自動 手動 同時 如果未指定,預設值為 Auto。如果設定為 Manual,則必須呼叫 PUT UpdateDomain 以套用更新。 如果設定為 [自動],則會自動將更新套用至每個循序更新網域。 |
'Auto' 'Manual' 'Simultaneous' |
CloudServiceRoleProfile
名字 | 描述 | 價值 |
---|---|---|
角色 | 雲端服務的角色清單。 | CloudServiceRoleProfileProperties[] |
CloudServiceRoleProfileProperties
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱。 | 字串 |
sku | 描述雲端服務角色 SKU。 | CloudServiceRoleSku |
CloudServiceRoleSku
名字 | 描述 | 價值 |
---|---|---|
能力 | 指定雲端服務中的角色實例數目。 | int |
名字 | SKU 名稱。 注意:如果雲端服務目前所在的硬體不支援新的 SKU,您需要刪除並重新建立雲端服務,或移回舊的 SKU。 | 字串 |
層 | 指定雲端服務的層級。 可能的值為 Standard 基本 |
字串 |
CloudServiceTags
名字 | 描述 | 價值 |
---|
CloudServiceVaultAndSecretReference
名字 | 描述 | 價值 |
---|---|---|
secretUrl | 字串 | |
sourceVault | SubResource |
CloudServiceVaultCertificate
名字 | 描述 | 價值 |
---|---|---|
certificateUrl | 這是已上傳至 Key Vault 做為秘密之憑證的 URL。 | 字串 |
CloudServiceVaultSecretGroup
名字 | 描述 | 價值 |
---|---|---|
sourceVault | Key Vault 的相對 URL,其中包含 VaultCertificates 中的所有憑證。 | SubResource |
vaultCertificates | SourceVault 中包含憑證的金鑰保存庫參考清單。 | CloudServiceVaultCertificate[] |
外延
名字 | 描述 | 價值 |
---|---|---|
名字 | 延伸模組的名稱。 | 字串 |
性能 | 延伸模組屬性。 | CloudServiceExtensionProperties |
LoadBalancerConfiguration
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 |
性能 | LoadBalancerConfigurationProperties |
LoadBalancerConfigurationProperties
名字 | 描述 | 價值 |
---|---|---|
frontendIPConfigurations | IP 清單 | LoadBalancerFrontendIPConfiguration[] |
LoadBalancerFrontendIPConfiguration
名字 | 描述 | 價值 |
---|---|---|
名字 | 字串 | |
性能 | 描述雲端服務IP組態 | LoadBalancerFrontendIPConfigurationProperties |
LoadBalancerFrontendIPConfigurationProperties
名字 | 描述 | 價值 |
---|---|---|
privateIPAddress | 雲端服務所參考的私人IP位址。 | 字串 |
publicIPAddress | SubResource | |
子 | SubResource |
Microsoft.Compute/cloudServices
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源位置。 | 字串 (必要) |
名字 | 資源名稱 | 字串 (必要) |
性能 | 雲端服務屬性 | CloudServiceProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.Compute/cloudServices@2020-10-01-preview” |
SubResource
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼 | 字串 |