共用方式為


Microsoft.Web 傳統MobileServices

Bicep 資源定義

傳統MobileServices 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Web/classicMobileServices 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.Web/classicMobileServices@2015-08-01' = {
  name: 'string'
}

屬性值

Microsoft.Web/classicMobileServices

名字 描述 價值
名字 資源名稱 字串 (必要)

ARM 樣本資源定義

傳統MobileServices 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Web/classicMobileServices 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.Web/classicMobileServices",
  "apiVersion": "2015-08-01",
  "name": "string"
}

屬性值

Microsoft.Web/classicMobileServices

名字 描述 價值
apiVersion API 版本 '2015-08-01'
名字 資源名稱 字串 (必要)
類型 資源類型 'Microsoft.Web/classicMobileServices'

使用範例

Terraform (AzAPI 提供者) 資源定義

傳統MobileServices 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Web/classicMobileServices 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Web/classicMobileServices@2015-08-01"
  name = "string"
}

屬性值

Microsoft.Web/classicMobileServices

名字 描述 價值
名字 資源名稱 字串 (必要)
類型 資源類型 “Microsoft.Web/classicMobileServices@2015-08-01”