Microsoft.Maps 帳戶 2021-12-01-preview
本文內容
Bicep 資源定義
帳戶資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔 。
若要建立 Microsoft.Maps/accounts 資源,請將下列 Bicep 新增至您的範本。
resource symbolicname 'Microsoft.Maps/accounts@2021-12-01-preview' = {
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
kind: 'string'
location: 'string'
name: 'string'
properties: {
cors: {
corsRules: [
{
allowedOrigins: [
'string'
]
}
]
}
disableLocalAuth: bool
linkedResources: [
{
id: 'string'
uniqueName: 'string'
}
]
}
sku: {
name: 'string'
}
tags: {
{customized property}: 'string'
}
}
屬性值
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
CorsRule
名字
描述
價值
allowedOrigins
如果 CorsRule 元素存在,則為必要專案。 允許透過 CORS 或 「*」 允許所有網域的原始網域清單
string[] (必要)
CorsRules
名字
描述
價值
corsRules
CORS 規則的清單。 您可以在要求中包含最多五個 CorsRule 元素。
CorsRule []
LinkedResource
名字
描述
價值
id
ARM 資源標識符的格式為:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}'。
字串 (必要)
uniqueName
提供的名稱,可唯一識別鏈接的資源。
字串 (必要)
ManagedServiceIdentity
名字
描述
價值
類型
識別類型。
'None' 'SystemAssigned' 'SystemAssigned, UserAssigned' 'UserAssigned'
userAssignedIdentities
與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。
ManagedServiceIdentityUserAssignedIdentities
ManagedServiceIdentityUserAssignedIdentities
MapsAccountProperties
名字
描述
價值
cors
指定 Blob 服務的 CORS 規則。 您可以在要求中包含最多五個 CorsRule 元素。 如果要求本文中未包含 CorsRule 元素,則會刪除所有 CORS 規則,而且 Blob 服務會停用 CORS。
CorsRules
disableLocalAuth
允許在 Azure 原則上切換功能,以停用 Azure 地圖服務本機驗證支援。 這會停用任何使用量的共用金鑰驗證。
bool
linkedResources
設定對應帳戶資源要用於受控識別型作業的資源。
LinkedResource []
Microsoft.Maps/accounts
Sku
名字
描述
價值
名字
SKU 的名稱,格式為標準格式(例如 S0)。
'G2' 'S0' 'S1' (必要)
快速入門範例
下列快速入門範例會部署此資源類型。
ARM 樣本資源定義
帳戶資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔 。
若要建立 Microsoft.Maps/accounts 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Maps/accounts",
"apiVersion": "2021-12-01-preview",
"name": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"kind": "string",
"location": "string",
"properties": {
"cors": {
"corsRules": [
{
"allowedOrigins": [ "string" ]
}
]
},
"disableLocalAuth": "bool",
"linkedResources": [
{
"id": "string",
"uniqueName": "string"
}
]
},
"sku": {
"name": "string"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
CorsRule
名字
描述
價值
allowedOrigins
如果 CorsRule 元素存在,則為必要專案。 允許透過 CORS 或 「*」 允許所有網域的原始網域清單
string[] (必要)
CorsRules
名字
描述
價值
corsRules
CORS 規則的清單。 您可以在要求中包含最多五個 CorsRule 元素。
CorsRule []
LinkedResource
名字
描述
價值
id
ARM 資源標識符的格式為:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}'。
字串 (必要)
uniqueName
提供的名稱,可唯一識別鏈接的資源。
字串 (必要)
ManagedServiceIdentity
名字
描述
價值
類型
識別類型。
'None' 'SystemAssigned' 'SystemAssigned, UserAssigned' 'UserAssigned'
userAssignedIdentities
與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。
ManagedServiceIdentityUserAssignedIdentities
ManagedServiceIdentityUserAssignedIdentities
MapsAccountProperties
名字
描述
價值
cors
指定 Blob 服務的 CORS 規則。 您可以在要求中包含最多五個 CorsRule 元素。 如果要求本文中未包含 CorsRule 元素,則會刪除所有 CORS 規則,而且 Blob 服務會停用 CORS。
CorsRules
disableLocalAuth
允許在 Azure 原則上切換功能,以停用 Azure 地圖服務本機驗證支援。 這會停用任何使用量的共用金鑰驗證。
bool
linkedResources
設定對應帳戶資源要用於受控識別型作業的資源。
LinkedResource []
Microsoft.Maps/accounts
名字
描述
價值
apiVersion
API 版本
'2021-12-01-preview'
身份
設定地圖帳戶的識別屬性。
ManagedServiceIdentity
類
取得或設定Kind屬性。
'Gen1' 'Gen2'
位置
資源所在的地理位置
字串 (必要)
名字
資源名稱
字串 (必要)
性能
對應帳戶屬性。
MapsAccountProperties
sku
此帳戶的 SKU。
Sku (必要)
標籤
資源標籤
標記名稱和值的字典。 請參閱範本中的 標籤
類型
資源類型
'Microsoft.Maps/accounts'
Sku
名字
描述
價值
名字
SKU 的名稱,格式為標準格式(例如 S0)。
'G2' 'S0' 'S1' (必要)
快速入門範本
下列快速入門範本會部署此資源類型。
帳戶資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔 。
若要建立 Microsoft.Maps/accounts 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Maps/accounts@2021-12-01-preview"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
kind = "string"
location = "string"
sku = {
name = "string"
}
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
cors = {
corsRules = [
{
allowedOrigins = [
"string"
]
}
]
}
disableLocalAuth = bool
linkedResources = [
{
id = "string"
uniqueName = "string"
}
]
}
})
}
屬性值
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
CorsRule
名字
描述
價值
allowedOrigins
如果 CorsRule 元素存在,則為必要專案。 允許透過 CORS 或 「*」 允許所有網域的原始網域清單
string[] (必要)
CorsRules
名字
描述
價值
corsRules
CORS 規則的清單。 您可以在要求中包含最多五個 CorsRule 元素。
CorsRule []
LinkedResource
名字
描述
價值
id
ARM 資源標識符的格式為:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}'。
字串 (必要)
uniqueName
提供的名稱,可唯一識別鏈接的資源。
字串 (必要)
ManagedServiceIdentity
名字
描述
價值
類型
識別類型。
'None' 'SystemAssigned' 'SystemAssigned, UserAssigned' 'UserAssigned'
userAssignedIdentities
與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。
ManagedServiceIdentityUserAssignedIdentities
ManagedServiceIdentityUserAssignedIdentities
MapsAccountProperties
名字
描述
價值
cors
指定 Blob 服務的 CORS 規則。 您可以在要求中包含最多五個 CorsRule 元素。 如果要求本文中未包含 CorsRule 元素,則會刪除所有 CORS 規則,而且 Blob 服務會停用 CORS。
CorsRules
disableLocalAuth
允許在 Azure 原則上切換功能,以停用 Azure 地圖服務本機驗證支援。 這會停用任何使用量的共用金鑰驗證。
bool
linkedResources
設定對應帳戶資源要用於受控識別型作業的資源。
LinkedResource []
Microsoft.Maps/accounts
名字
描述
價值
身份
設定地圖帳戶的識別屬性。
ManagedServiceIdentity
類
取得或設定Kind屬性。
'Gen1' 'Gen2'
位置
資源所在的地理位置
字串 (必要)
名字
資源名稱
字串 (必要)
性能
對應帳戶屬性。
MapsAccountProperties
sku
此帳戶的 SKU。
Sku (必要)
標籤
資源標籤
標記名稱和值的字典。
類型
資源類型
“Microsoft.Maps/accounts@2021-12-01-preview”
Sku
名字
描述
價值
名字
SKU 的名稱,格式為標準格式(例如 S0)。
'G2' 'S0' 'S1' (必要)