Bicep 資源定義
netAppAccounts 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.NetApp/netAppAccounts 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.NetApp/netAppAccounts@2019-11-01' = {
location: 'string'
name: 'string'
properties: {
activeDirectories: [
{
activeDirectoryId: 'string'
dns: 'string'
domain: 'string'
organizationalUnit: 'string'
password: 'string'
site: 'string'
smbServerName: 'string'
status: 'string'
username: 'string'
}
]
}
tags: {
{customized property}: 'string'
}
}
屬性值
Microsoft.NetApp/netApp帳戶
名稱 |
說明 |
價值觀 |
位置 |
資源位置 |
字串 (必要) |
名稱 |
資源名稱 |
字串 (必要) |
屬性 |
NetApp 帳戶屬性 |
AccountProperties |
標記 |
資源標籤 |
標記名稱和值的字典。 請參閱範本中的 標籤 |
AccountProperties
活動目錄
名稱 |
說明 |
價值觀 |
activeDirectoryId |
Active Directory 的標識符 |
字串 |
域名系統 (DNS) |
Active Directory 網域的 DNS 伺服器 IP 位址逗號分隔清單 (僅限 IPv4) |
字串 |
網域 |
Active Directory 網域的名稱 |
字串 |
organizationUnit |
Windows Active Directory 內的組織單位 (OU) |
字串 |
密碼 |
Active Directory 網域管理員的純文本密碼 |
字串 |
網站 |
服務會將域控制器探索限制為的 Active Directory 月臺 |
字串 |
smbServer名稱 |
SMB 伺服器的 NetBIOS 名稱。 此名稱將會註冊為 AD 中的電腦帳戶,並用來掛接磁碟區 |
字串 |
狀態 |
Active Directory 的狀態 |
字串 |
使用者名稱 |
Active Directory 網域管理員的用戶名稱 |
字串 |
使用範例
Azure 已驗證的模組
下列 Azure 驗證模組 可用來部署此資源類型。
ARM 樣本資源定義
netAppAccounts 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.NetApp/netAppAccounts 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.NetApp/netAppAccounts",
"apiVersion": "2019-11-01",
"name": "string",
"location": "string",
"properties": {
"activeDirectories": [
{
"activeDirectoryId": "string",
"dns": "string",
"domain": "string",
"organizationalUnit": "string",
"password": "string",
"site": "string",
"smbServerName": "string",
"status": "string",
"username": "string"
}
]
},
"tags": {
"{customized property}": "string"
}
}
屬性值
Microsoft.NetApp/netApp帳戶
名稱 |
說明 |
價值觀 |
apiVersion |
API 版本 |
'2019-11-01' |
位置 |
資源位置 |
字串 (必要) |
名稱 |
資源名稱 |
字串 (必要) |
屬性 |
NetApp 帳戶屬性 |
AccountProperties |
標記 |
資源標籤 |
標記名稱和值的字典。 請參閱範本中的 標籤 |
型別 |
資源類型 |
“Microsoft.NetApp/netAppAccounts” |
AccountProperties
活動目錄
名稱 |
說明 |
價值觀 |
activeDirectoryId |
Active Directory 的標識符 |
字串 |
域名系統 (DNS) |
Active Directory 網域的 DNS 伺服器 IP 位址逗號分隔清單 (僅限 IPv4) |
字串 |
網域 |
Active Directory 網域的名稱 |
字串 |
organizationUnit |
Windows Active Directory 內的組織單位 (OU) |
字串 |
密碼 |
Active Directory 網域管理員的純文本密碼 |
字串 |
網站 |
服務會將域控制器探索限制為的 Active Directory 月臺 |
字串 |
smbServer名稱 |
SMB 伺服器的 NetBIOS 名稱。 此名稱將會註冊為 AD 中的電腦帳戶,並用來掛接磁碟區 |
字串 |
狀態 |
Active Directory 的狀態 |
字串 |
使用者名稱 |
Active Directory 網域管理員的用戶名稱 |
字串 |
使用範例
Azure 快速入門範本
下列 Azure 快速入門範本 部署此資源類型。
netAppAccounts 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.NetApp/netAppAccounts 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.NetApp/netAppAccounts@2019-11-01"
name = "string"
parent_id = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
activeDirectories = [
{
activeDirectoryId = "string"
dns = "string"
domain = "string"
organizationalUnit = "string"
password = "string"
site = "string"
smbServerName = "string"
status = "string"
username = "string"
}
]
}
}
}
屬性值
Microsoft.NetApp/netApp帳戶
名稱 |
說明 |
價值觀 |
位置 |
資源位置 |
字串 (必要) |
名稱 |
資源名稱 |
字串 (必要) |
屬性 |
NetApp 帳戶屬性 |
AccountProperties |
標記 |
資源標籤 |
標記名稱和值的字典。 |
型別 |
資源類型 |
“Microsoft.NetApp/netAppAccounts@2019-11-01” |
AccountProperties
活動目錄
名稱 |
說明 |
價值觀 |
activeDirectoryId |
Active Directory 的標識符 |
字串 |
域名系統 (DNS) |
Active Directory 網域的 DNS 伺服器 IP 位址逗號分隔清單 (僅限 IPv4) |
字串 |
網域 |
Active Directory 網域的名稱 |
字串 |
organizationUnit |
Windows Active Directory 內的組織單位 (OU) |
字串 |
密碼 |
Active Directory 網域管理員的純文本密碼 |
字串 |
網站 |
服務會將域控制器探索限制為的 Active Directory 月臺 |
字串 |
smbServer名稱 |
SMB 伺服器的 NetBIOS 名稱。 此名稱將會註冊為 AD 中的電腦帳戶,並用來掛接磁碟區 |
字串 |
狀態 |
Active Directory 的狀態 |
字串 |
使用者名稱 |
Active Directory 網域管理員的用戶名稱 |
字串 |
使用範例
Azure 已驗證的模組
下列 Azure 驗證模組 可用來部署此資源類型。