Microsoft.DataLakeStore 帳戶 2015-10-01-preview
Bicep 資源定義
帳戶資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DataLakeStore/accounts 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.DataLakeStore/accounts@2015-10-01-preview' = {
identity: {
type: 'SystemAssigned'
}
location: 'string'
name: 'string'
properties: {
defaultGroup: 'string'
encryptionConfig: {
keyVaultMetaInfo: {
encryptionKeyName: 'string'
encryptionKeyVersion: 'string'
keyVaultResourceId: 'string'
}
type: 'string'
}
encryptionState: 'string'
endpoint: 'string'
}
tags: {
{customized property}: 'string'
}
}
屬性值
DataLakeStoreAccountProperties
名字 |
描述 |
價值 |
defaultGroup |
Data Lake Store 帳戶中建立之所有新資料夾和檔案的預設擁有者群組。 |
字串 |
encryptionConfig |
金鑰保存庫加密組態。 |
EncryptionConfig |
encryptionState |
此 Data Lake Store 帳戶的目前加密狀態。 |
'Disabled' 'Enabled' |
端點 |
閘道主機。 |
字串 |
EncryptionConfig
名字 |
描述 |
價值 |
keyVaultMetaInfo |
線上到使用者受控加密金鑰的金鑰保存庫資訊。 |
KeyVaultMetaInfo |
類型 |
所使用的加密組態類型。 目前唯一支援的類型是 『UserManaged』 和 'ServiceManaged'。 |
'ServiceManaged' 'UserManaged' |
EncryptionIdentity
名字 |
描述 |
價值 |
類型 |
所使用的加密類型。 目前唯一支持的類型是 『SystemAssigned』。 |
'SystemAssigned' |
名字 |
描述 |
價值 |
encryptionKeyName |
使用者管理加密金鑰的名稱。 |
字串 |
encryptionKeyVersion |
使用者管理的加密金鑰版本。 |
字串 |
keyVaultResourceId |
用來加密之使用者受控 Key Vault 的資源識別碼。 |
字串 |
Microsoft.DataLakeStore/accounts
使用範例
Azure 快速入門範例
下列 Azure 快速入門範本 包含用於部署此資源類型的 Bicep 範例。
ARM 樣本資源定義
帳戶資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DataLakeStore/accounts 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.DataLakeStore/accounts",
"apiVersion": "2015-10-01-preview",
"name": "string",
"identity": {
"type": "SystemAssigned"
},
"location": "string",
"properties": {
"defaultGroup": "string",
"encryptionConfig": {
"keyVaultMetaInfo": {
"encryptionKeyName": "string",
"encryptionKeyVersion": "string",
"keyVaultResourceId": "string"
},
"type": "string"
},
"encryptionState": "string",
"endpoint": "string"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
DataLakeStoreAccountProperties
名字 |
描述 |
價值 |
defaultGroup |
Data Lake Store 帳戶中建立之所有新資料夾和檔案的預設擁有者群組。 |
字串 |
encryptionConfig |
金鑰保存庫加密組態。 |
EncryptionConfig |
encryptionState |
此 Data Lake Store 帳戶的目前加密狀態。 |
'Disabled' 'Enabled' |
端點 |
閘道主機。 |
字串 |
EncryptionConfig
名字 |
描述 |
價值 |
keyVaultMetaInfo |
線上到使用者受控加密金鑰的金鑰保存庫資訊。 |
KeyVaultMetaInfo |
類型 |
所使用的加密組態類型。 目前唯一支援的類型是 『UserManaged』 和 'ServiceManaged'。 |
'ServiceManaged' 'UserManaged' |
EncryptionIdentity
名字 |
描述 |
價值 |
類型 |
所使用的加密類型。 目前唯一支持的類型是 『SystemAssigned』。 |
'SystemAssigned' |
名字 |
描述 |
價值 |
encryptionKeyName |
使用者管理加密金鑰的名稱。 |
字串 |
encryptionKeyVersion |
使用者管理的加密金鑰版本。 |
字串 |
keyVaultResourceId |
用來加密之使用者受控 Key Vault 的資源識別碼。 |
字串 |
Microsoft.DataLakeStore/accounts
使用範例
Azure 快速入門範本
下列 Azure 快速入門範本 部署此資源類型。
帳戶資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DataLakeStore/accounts 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DataLakeStore/accounts@2015-10-01-preview"
name = "string"
identity = {
type = "SystemAssigned"
}
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
defaultGroup = "string"
encryptionConfig = {
keyVaultMetaInfo = {
encryptionKeyName = "string"
encryptionKeyVersion = "string"
keyVaultResourceId = "string"
}
type = "string"
}
encryptionState = "string"
endpoint = "string"
}
})
}
屬性值
DataLakeStoreAccountProperties
名字 |
描述 |
價值 |
defaultGroup |
Data Lake Store 帳戶中建立之所有新資料夾和檔案的預設擁有者群組。 |
字串 |
encryptionConfig |
金鑰保存庫加密組態。 |
EncryptionConfig |
encryptionState |
此 Data Lake Store 帳戶的目前加密狀態。 |
'Disabled' 'Enabled' |
端點 |
閘道主機。 |
字串 |
EncryptionConfig
名字 |
描述 |
價值 |
keyVaultMetaInfo |
線上到使用者受控加密金鑰的金鑰保存庫資訊。 |
KeyVaultMetaInfo |
類型 |
所使用的加密組態類型。 目前唯一支援的類型是 『UserManaged』 和 'ServiceManaged'。 |
'ServiceManaged' 'UserManaged' |
EncryptionIdentity
名字 |
描述 |
價值 |
類型 |
所使用的加密類型。 目前唯一支持的類型是 『SystemAssigned』。 |
'SystemAssigned' |
名字 |
描述 |
價值 |
encryptionKeyName |
使用者管理加密金鑰的名稱。 |
字串 |
encryptionKeyVersion |
使用者管理的加密金鑰版本。 |
字串 |
keyVaultResourceId |
用來加密之使用者受控 Key Vault 的資源識別碼。 |
字串 |
Microsoft.DataLakeStore/accounts