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