Microsoft.NetApp netAppAccounts/volumeGroups 2023-05-01
Bicep 資源定義
netAppAccounts/volumeGroups 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.NetApp/netAppAccounts/volumeGroups 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.NetApp/netAppAccounts/volumeGroups@2023-05-01' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
properties: {
groupMetaData: {
applicationIdentifier: 'string'
applicationType: 'string'
deploymentSpecId: 'string'
globalPlacementRules: [
{
key: 'string'
value: 'string'
}
]
groupDescription: 'string'
}
volumes: [
{
name: 'string'
properties: {
avsDataStore: 'string'
backupId: 'string'
capacityPoolResourceId: 'string'
coolAccess: bool
coolAccessRetrievalPolicy: 'string'
coolnessPeriod: int
creationToken: 'string'
dataProtection: {
replication: {
endpointType: 'string'
remoteVolumeRegion: 'string'
remoteVolumeResourceId: 'string'
replicationSchedule: 'string'
}
snapshot: {
snapshotPolicyId: 'string'
}
volumeRelocation: {
relocationRequested: bool
}
}
defaultGroupQuotaInKiBs: int
defaultUserQuotaInKiBs: int
deleteBaseSnapshot: bool
enableSubvolumes: 'string'
encryptionKeySource: 'string'
exportPolicy: {
rules: [
{
allowedClients: 'string'
chownMode: 'string'
cifs: bool
hasRootAccess: bool
kerberos5iReadOnly: bool
kerberos5iReadWrite: bool
kerberos5pReadOnly: bool
kerberos5pReadWrite: bool
kerberos5ReadOnly: bool
kerberos5ReadWrite: bool
nfsv3: bool
nfsv41: bool
ruleIndex: int
unixReadOnly: bool
unixReadWrite: bool
}
]
}
isDefaultQuotaEnabled: bool
isLargeVolume: bool
isRestoring: bool
kerberosEnabled: bool
keyVaultPrivateEndpointResourceId: 'string'
ldapEnabled: bool
networkFeatures: 'string'
placementRules: [
{
key: 'string'
value: 'string'
}
]
protocolTypes: [
'string'
]
proximityPlacementGroup: 'string'
securityStyle: 'string'
serviceLevel: 'string'
smbAccessBasedEnumeration: 'string'
smbContinuouslyAvailable: bool
smbEncryption: bool
smbNonBrowsable: 'string'
snapshotDirectoryVisible: bool
snapshotId: 'string'
subnetId: 'string'
throughputMibps: int
unixPermissions: 'string'
usageThreshold: int
volumeSpecName: 'string'
volumeType: 'string'
}
tags: {
{customized property}: 'string'
}
zones: [
'string'
]
}
]
}
}
屬性值
ExportPolicyRule
名字 | 描述 | 價值 |
---|---|---|
allowedClients | 用戶端輸入規格以逗號分隔字串,其中包含IPv4CIDR、IPv4 主機名和主機名 | 字串 |
chownMode | 此參數會指定誰有權變更檔案的擁有權。 受限制 - 只有根使用者可以變更檔案的擁有權。 不受限制 - 非根使用者可以變更其擁有的檔案擁有權。 | 'Restricted' 'Unrestricted' |
cifs | 允許 CIFS 通訊協定 | bool |
hasRootAccess | 具有磁碟區的根存取權 | bool |
kerberos5iReadOnly | Kerberos5i 唯讀存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5iReadWrite | Kerberos5i 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5pReadOnly | Kerberos5p 唯讀存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5pReadWrite | Kerberos5p 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5ReadOnly | Kerberos5 只讀存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5ReadWrite | Kerberos5 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
nfsv3 | 允許 NFSv3 通訊協定。 僅針對 NFSv3 類型磁碟區啟用 | bool |
nfsv41 | 允許 NFSv4.1 通訊協定。 僅針對 NFSv4.1 類型磁碟區啟用 | bool |
ruleIndex | 訂單索引 | int |
unixReadOnly | 唯讀存取 | bool |
unixReadWrite | 讀取和寫入存取權 | bool |
Microsoft.NetApp/netAppAccounts/volumeGroups
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源位置 | 字串 |
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 1 模式 = ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$ (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型資源的符號名稱:netAppAccounts |
性能 | 磁碟區群組屬性 | VolumeGroupProperties |
PlacementKeyValuePairs
名字 | 描述 | 價值 |
---|---|---|
鑰匙 | 磁碟區群組中磁碟區放置的應用程式特定參數索引鍵 | 字串 (必要) |
價值 | 磁碟區群組中磁碟區放置的應用程式特定參數值 | 字串 (必要) |
ReplicationObject
名字 | 描述 | 價值 |
---|---|---|
endpointType | 指出本機磁碟區是磁碟區復寫的來源或目的地 | 'dst' 'src' |
remoteVolumeRegion | 磁碟區復寫另一端的遠端區域。 | 字串 |
remoteVolumeResourceId | 遠端磁碟區的資源標識碼。 | 字串 (必要) |
replicationSchedule | 附表 | 'daily' 'hourly' '_10minutely' |
ResourceTags
名字 | 描述 | 價值 |
---|
VolumeGroupMetaData
名字 | 描述 | 價值 |
---|---|---|
applicationIdentifier | 應用程式特定標識碼 | 字串 |
applicationType | 應用程式類型 | 'ORACLE' 'SAP-HANA' |
deploymentSpecId | 磁碟區群組之部署規則的應用程式特定標識碼 | 字串 |
globalPlacementRules | 磁碟區群組的應用程式特定放置規則 | PlacementKeyValuePairs[] |
groupDescription | 群組描述 | 字串 |
VolumeGroupProperties
名字 | 描述 | 價值 |
---|---|---|
groupMetaData | 磁碟區群組詳細數據 | VolumeGroupMetaData |
卷 | 群組中的磁碟區清單 | VolumeGroupVolumeProperties[] |
VolumeGroupVolumeProperties
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 |
性能 | 磁碟區屬性 | VolumeProperties (必要) |
標籤 | 資源標籤 | ResourceTags |
區 | 可用性區域 | 字串 約束: 最小長度 = 1 最大長度 = 1[] |
VolumeProperties
名字 | 描述 | 價值 |
---|---|---|
avsDataStore | 指定磁碟區是否已啟用 Azure VMware 解決方案 (AVS) 資料存放區用途 | 'Disabled' 'Enabled' |
backupId | 用來識別備份的 UUID v4 或資源識別碼。 | 字串 |
capacityPoolResourceId | 透過磁碟區群組建立磁碟區時所使用的集區資源標識碼 | 字串 |
coolAccess | 指定是否為磁碟區啟用非經常性存取(階層處理)。 | bool |
coolAccessRetrievalPolicy | coolAccessRetrievalPolicy 會根據已啟用非經常性存取的磁碟區讀取模式,決定從非經常性存取層到標準記憶體的數據擷取行為。 此欄位的可能值為: 預設值 - 資料會從非經常性存取層提取到隨機讀取的標準記憶體。 此原則是預設值。 OnRead - 所有用戶端驅動數據讀取都會從非經常性存取層提取到循序和隨機讀取的標準記憶體。 永不 - 不會從非經常性存取層提取任何用戶端驅動數據到標準記憶體。 |
'Default' 'Never' 'OnRead' |
coolnessPeriod | 指定用戶端不會存取資料的天數。 | int 約束: 最小值 = 7 最大值 = 63 |
creationToken | 磁碟區的唯一檔案路徑。 建立掛接目標時使用 | 字串 約束: 最小長度 = 1 最大長度 = 1 模式 = ^[a-zA-Z][a-zA-Z0-9\-]{0,79}$ (必要) |
dataProtection | DataProtection 類型磁碟區包含包含複寫詳細數據的物件 | VolumePropertiesDataProtection |
defaultGroupQuotaInKiBs | KiB 中磁碟區的預設群組配額。 如果已設定 isDefaultQuotaEnabled,則會套用 4 KiBs 的最小值。 | int |
defaultUserQuotaInKiBs | KiBs 中磁碟區的預設使用者配額。 如果已設定 isDefaultQuotaEnabled,則會套用 4 KiBs 的最小值。 | int |
deleteBaseSnapshot | 如果已啟用 (true),則磁碟區建立的快照集會在磁碟區建立作業完成之後自動刪除。 默認值為 false | bool |
enableSubvolumes | 指出磁碟區上是否啟用子捲作業的旗標 | 'Disabled' 'Enabled' |
encryptionKeySource | 用來加密磁碟區中數據的金鑰來源。 如果 NetApp 帳戶具有 encryption.keySource = 'Microsoft.KeyVault',則適用。 可能的值(不區分大小寫)為:'Microsoft.NetApp,Microsoft.KeyVault' | 'Microsoft.KeyVault' 'Microsoft.NetApp' |
exportPolicy | 一組導出原則規則 | VolumePropertiesExportPolicy |
isDefaultQuotaEnabled | 指定磁碟區是否啟用預設配額。 | bool |
isLargeVolume | 指定磁碟區是大型磁碟區還是一般磁碟區。 | bool |
isRestoring | 恢復 | bool |
kerberosEnabled | 描述磁碟區是否為 KerberosEnabled。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
keyVaultPrivateEndpointResourceId | KeyVault 私人端點的資源標識碼。 它必須位於與磁碟區相同的 VNET 中。 只有在 encryptionKeySource = 'Microsoft.KeyVault' 時才適用。 | 字串 |
ldapEnabled | 指定指定的NFS磁碟區是否啟用LDAP。 | bool |
networkFeatures | 磁碟區可用的網路功能,或更新的目前狀態。 | 'Basic' 'Basic_Standard' 'Standard' 'Standard_Basic' |
placementRules | 特定磁碟區的應用程式特定放置規則 | PlacementKeyValuePairs[] |
protocolTypes | 一組通訊協定類型、預設的 NFSv3、SMB 通訊協定的 CIFS | string[] |
proximityPlacementGroup | 與磁碟區相關聯的鄰近放置群組 | 字串 |
securityStyle | 磁碟區的安全性樣式,預設 unix,預設為 ntfs 的雙重通訊協定或 CIFS 通訊協定 | 'ntfs' 'unix' |
serviceLevel | 檔系統的服務等級 | 'Premium' 'Standard' 'StandardZRS' 'Ultra' |
smbAccessBasedEnumeration | 啟用SMB共用的存取型列舉共享屬性。 僅適用於SMB/DualProtocol磁碟區 | 'Disabled' 'Enabled' |
smbContinuouslyAvailable | 為smb磁碟區啟用持續可用的共享屬性。 僅適用於SMB磁碟區 | bool |
smbEncryption | 啟用內部 smb3 資料的加密。 僅適用於SMB/DualProtocol磁碟區。 與 Swagger 版本 2020-08-01 或更新版本搭配使用 | bool |
smbNonBrowsable | 啟用SMB共用不可瀏覽的屬性。 僅適用於SMB/DualProtocol磁碟區 | 'Disabled' 'Enabled' |
snapshotDirectoryVisible | 如果啟用 (true), 磁碟區將包含唯讀快照集目錄,可提供每個磁碟區快照集的存取權(預設值為 true)。 | bool |
snapshotId | 用來識別快照集的 UUID v4 或資源識別碼。 | 字串 |
subnetId | 委派子網的 Azure 資源 URI。 必須有委派Microsoft.NetApp/volumes | 字串 (必要) |
throughputMibps | MiB/s 中可透過此磁碟區達到的最大輸送量,這隻會接受為手動 qosType 磁碟區的輸入 | int |
unixPermissions | 以八進位 4 位數格式接受的 NFS 磁碟區 UNIX 許可權。 第一個數字會選取設定的使用者標識元(4)、設定群組標識碼 (2) 和黏性 (1) 屬性。 第二位數會選取檔案擁有者的許可權:讀取 (4)、寫入 (2) 和執行 (1)。 第三個會選取相同群組中其他用戶的許可權。 群組中其他使用者的第四個。 0755 - 提供擁有者讀取/寫入/執行許可權給群組和其他使用者。 | 字串 約束: 最小長度 = 4 最大長度 = 4 |
usageThreshold | 文件系統允許的記憶體配額上限,以位元組為單位。 這是僅用於警示的軟配額。 大小下限為 100 GiB。 上限為 100TiB、500Tib for LargeVolume 或 2400Tib for LargeVolume。 以位元組指定。 | int 約束: 最小值 = 107374182400 最大值 = 2638827906662400 (必要) |
volumeSpecName | 磁碟區規格名稱是磁碟區群組中特定磁碟區的應用程式特定指定或標識元,例如數據、記錄 | 字串 |
volumeType | 此磁碟區的類型為何。 針對跨區域復寫中的目的地磁碟區,請將類型設定為 DataProtection | 字串 |
VolumePropertiesDataProtection
名字 | 描述 | 價值 |
---|---|---|
複製 | 複寫屬性 | ReplicationObject |
快照 | 快照集屬性。 | VolumeSnapshotProperties |
volumeRelocation | VolumeRelocation 屬性 | VolumeRelocationProperties |
VolumePropertiesExportPolicy
名字 | 描述 | 價值 |
---|---|---|
規則 | 匯出原則規則 | ExportPolicyRule[] |
VolumeRelocationProperties
名字 | 描述 | 價值 |
---|---|---|
relocationRequested | 已要求重新配置此磁碟區 | bool |
VolumeSnapshotProperties
名字 | 描述 | 價值 |
---|---|---|
snapshotPolicyId | 快照集原則 ResourceId | 字串 |
快速入門範例
下列快速入門範例會部署此資源類型。
Bicep 檔案 | 描述 |
---|---|
ORACLE Azure NetApp Files 記憶體 | 此範本會部署 ORACLE 部署的記憶體。 記憶體是使用以 NetApp ONTAP 記憶體 OS 為基礎的 Azure NetApp Files 來提供。 |
ARM 樣本資源定義
netAppAccounts/volumeGroups 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.NetApp/netAppAccounts/volumeGroups 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.NetApp/netAppAccounts/volumeGroups",
"apiVersion": "2023-05-01",
"name": "string",
"location": "string",
"properties": {
"groupMetaData": {
"applicationIdentifier": "string",
"applicationType": "string",
"deploymentSpecId": "string",
"globalPlacementRules": [
{
"key": "string",
"value": "string"
}
],
"groupDescription": "string"
},
"volumes": [
{
"name": "string",
"properties": {
"avsDataStore": "string",
"backupId": "string",
"capacityPoolResourceId": "string",
"coolAccess": "bool",
"coolAccessRetrievalPolicy": "string",
"coolnessPeriod": "int",
"creationToken": "string",
"dataProtection": {
"replication": {
"endpointType": "string",
"remoteVolumeRegion": "string",
"remoteVolumeResourceId": "string",
"replicationSchedule": "string"
},
"snapshot": {
"snapshotPolicyId": "string"
},
"volumeRelocation": {
"relocationRequested": "bool"
}
},
"defaultGroupQuotaInKiBs": "int",
"defaultUserQuotaInKiBs": "int",
"deleteBaseSnapshot": "bool",
"enableSubvolumes": "string",
"encryptionKeySource": "string",
"exportPolicy": {
"rules": [
{
"allowedClients": "string",
"chownMode": "string",
"cifs": "bool",
"hasRootAccess": "bool",
"kerberos5iReadOnly": "bool",
"kerberos5iReadWrite": "bool",
"kerberos5pReadOnly": "bool",
"kerberos5pReadWrite": "bool",
"kerberos5ReadOnly": "bool",
"kerberos5ReadWrite": "bool",
"nfsv3": "bool",
"nfsv41": "bool",
"ruleIndex": "int",
"unixReadOnly": "bool",
"unixReadWrite": "bool"
}
]
},
"isDefaultQuotaEnabled": "bool",
"isLargeVolume": "bool",
"isRestoring": "bool",
"kerberosEnabled": "bool",
"keyVaultPrivateEndpointResourceId": "string",
"ldapEnabled": "bool",
"networkFeatures": "string",
"placementRules": [
{
"key": "string",
"value": "string"
}
],
"protocolTypes": [ "string" ],
"proximityPlacementGroup": "string",
"securityStyle": "string",
"serviceLevel": "string",
"smbAccessBasedEnumeration": "string",
"smbContinuouslyAvailable": "bool",
"smbEncryption": "bool",
"smbNonBrowsable": "string",
"snapshotDirectoryVisible": "bool",
"snapshotId": "string",
"subnetId": "string",
"throughputMibps": "int",
"unixPermissions": "string",
"usageThreshold": "int",
"volumeSpecName": "string",
"volumeType": "string"
},
"tags": {
"{customized property}": "string"
},
"zones": [ "string" ]
}
]
}
}
屬性值
ExportPolicyRule
名字 | 描述 | 價值 |
---|---|---|
allowedClients | 用戶端輸入規格以逗號分隔字串,其中包含IPv4CIDR、IPv4 主機名和主機名 | 字串 |
chownMode | 此參數會指定誰有權變更檔案的擁有權。 受限制 - 只有根使用者可以變更檔案的擁有權。 不受限制 - 非根使用者可以變更其擁有的檔案擁有權。 | 'Restricted' 'Unrestricted' |
cifs | 允許 CIFS 通訊協定 | bool |
hasRootAccess | 具有磁碟區的根存取權 | bool |
kerberos5iReadOnly | Kerberos5i 唯讀存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5iReadWrite | Kerberos5i 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5pReadOnly | Kerberos5p 唯讀存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5pReadWrite | Kerberos5p 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5ReadOnly | Kerberos5 只讀存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5ReadWrite | Kerberos5 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
nfsv3 | 允許 NFSv3 通訊協定。 僅針對 NFSv3 類型磁碟區啟用 | bool |
nfsv41 | 允許 NFSv4.1 通訊協定。 僅針對 NFSv4.1 類型磁碟區啟用 | bool |
ruleIndex | 訂單索引 | int |
unixReadOnly | 唯讀存取 | bool |
unixReadWrite | 讀取和寫入存取權 | bool |
Microsoft.NetApp/netAppAccounts/volumeGroups
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2023-05-01' |
位置 | 資源位置 | 字串 |
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 1 模式 = ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$ (必要) |
性能 | 磁碟區群組屬性 | VolumeGroupProperties |
類型 | 資源類型 | 'Microsoft.NetApp/netAppAccounts/volumeGroups' |
PlacementKeyValuePairs
名字 | 描述 | 價值 |
---|---|---|
鑰匙 | 磁碟區群組中磁碟區放置的應用程式特定參數索引鍵 | 字串 (必要) |
價值 | 磁碟區群組中磁碟區放置的應用程式特定參數值 | 字串 (必要) |
ReplicationObject
名字 | 描述 | 價值 |
---|---|---|
endpointType | 指出本機磁碟區是磁碟區復寫的來源或目的地 | 'dst' 'src' |
remoteVolumeRegion | 磁碟區復寫另一端的遠端區域。 | 字串 |
remoteVolumeResourceId | 遠端磁碟區的資源標識碼。 | 字串 (必要) |
replicationSchedule | 附表 | 'daily' 'hourly' '_10minutely' |
ResourceTags
名字 | 描述 | 價值 |
---|
VolumeGroupMetaData
名字 | 描述 | 價值 |
---|---|---|
applicationIdentifier | 應用程式特定標識碼 | 字串 |
applicationType | 應用程式類型 | 'ORACLE' 'SAP-HANA' |
deploymentSpecId | 磁碟區群組之部署規則的應用程式特定標識碼 | 字串 |
globalPlacementRules | 磁碟區群組的應用程式特定放置規則 | PlacementKeyValuePairs[] |
groupDescription | 群組描述 | 字串 |
VolumeGroupProperties
名字 | 描述 | 價值 |
---|---|---|
groupMetaData | 磁碟區群組詳細數據 | VolumeGroupMetaData |
卷 | 群組中的磁碟區清單 | VolumeGroupVolumeProperties[] |
VolumeGroupVolumeProperties
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 |
性能 | 磁碟區屬性 | VolumeProperties (必要) |
標籤 | 資源標籤 | ResourceTags |
區 | 可用性區域 | 字串 約束: 最小長度 = 1 最大長度 = 1[] |
VolumeProperties
名字 | 描述 | 價值 |
---|---|---|
avsDataStore | 指定磁碟區是否已啟用 Azure VMware 解決方案 (AVS) 資料存放區用途 | 'Disabled' 'Enabled' |
backupId | 用來識別備份的 UUID v4 或資源識別碼。 | 字串 |
capacityPoolResourceId | 透過磁碟區群組建立磁碟區時所使用的集區資源標識碼 | 字串 |
coolAccess | 指定是否為磁碟區啟用非經常性存取(階層處理)。 | bool |
coolAccessRetrievalPolicy | coolAccessRetrievalPolicy 會根據已啟用非經常性存取的磁碟區讀取模式,決定從非經常性存取層到標準記憶體的數據擷取行為。 此欄位的可能值為: 預設值 - 資料會從非經常性存取層提取到隨機讀取的標準記憶體。 此原則是預設值。 OnRead - 所有用戶端驅動數據讀取都會從非經常性存取層提取到循序和隨機讀取的標準記憶體。 永不 - 不會從非經常性存取層提取任何用戶端驅動數據到標準記憶體。 |
'Default' 'Never' 'OnRead' |
coolnessPeriod | 指定用戶端不會存取資料的天數。 | int 約束: 最小值 = 7 最大值 = 63 |
creationToken | 磁碟區的唯一檔案路徑。 建立掛接目標時使用 | 字串 約束: 最小長度 = 1 最大長度 = 1 模式 = ^[a-zA-Z][a-zA-Z0-9\-]{0,79}$ (必要) |
dataProtection | DataProtection 類型磁碟區包含包含複寫詳細數據的物件 | VolumePropertiesDataProtection |
defaultGroupQuotaInKiBs | KiB 中磁碟區的預設群組配額。 如果已設定 isDefaultQuotaEnabled,則會套用 4 KiBs 的最小值。 | int |
defaultUserQuotaInKiBs | KiBs 中磁碟區的預設使用者配額。 如果已設定 isDefaultQuotaEnabled,則會套用 4 KiBs 的最小值。 | int |
deleteBaseSnapshot | 如果已啟用 (true),則磁碟區建立的快照集會在磁碟區建立作業完成之後自動刪除。 默認值為 false | bool |
enableSubvolumes | 指出磁碟區上是否啟用子捲作業的旗標 | 'Disabled' 'Enabled' |
encryptionKeySource | 用來加密磁碟區中數據的金鑰來源。 如果 NetApp 帳戶具有 encryption.keySource = 'Microsoft.KeyVault',則適用。 可能的值(不區分大小寫)為:'Microsoft.NetApp,Microsoft.KeyVault' | 'Microsoft.KeyVault' 'Microsoft.NetApp' |
exportPolicy | 一組導出原則規則 | VolumePropertiesExportPolicy |
isDefaultQuotaEnabled | 指定磁碟區是否啟用預設配額。 | bool |
isLargeVolume | 指定磁碟區是大型磁碟區還是一般磁碟區。 | bool |
isRestoring | 恢復 | bool |
kerberosEnabled | 描述磁碟區是否為 KerberosEnabled。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
keyVaultPrivateEndpointResourceId | KeyVault 私人端點的資源標識碼。 它必須位於與磁碟區相同的 VNET 中。 只有在 encryptionKeySource = 'Microsoft.KeyVault' 時才適用。 | 字串 |
ldapEnabled | 指定指定的NFS磁碟區是否啟用LDAP。 | bool |
networkFeatures | 磁碟區可用的網路功能,或更新的目前狀態。 | 'Basic' 'Basic_Standard' 'Standard' 'Standard_Basic' |
placementRules | 特定磁碟區的應用程式特定放置規則 | PlacementKeyValuePairs[] |
protocolTypes | 一組通訊協定類型、預設的 NFSv3、SMB 通訊協定的 CIFS | string[] |
proximityPlacementGroup | 與磁碟區相關聯的鄰近放置群組 | 字串 |
securityStyle | 磁碟區的安全性樣式,預設 unix,預設為 ntfs 的雙重通訊協定或 CIFS 通訊協定 | 'ntfs' 'unix' |
serviceLevel | 檔系統的服務等級 | 'Premium' 'Standard' 'StandardZRS' 'Ultra' |
smbAccessBasedEnumeration | 啟用SMB共用的存取型列舉共享屬性。 僅適用於SMB/DualProtocol磁碟區 | 'Disabled' 'Enabled' |
smbContinuouslyAvailable | 為smb磁碟區啟用持續可用的共享屬性。 僅適用於SMB磁碟區 | bool |
smbEncryption | 啟用內部 smb3 資料的加密。 僅適用於SMB/DualProtocol磁碟區。 與 Swagger 版本 2020-08-01 或更新版本搭配使用 | bool |
smbNonBrowsable | 啟用SMB共用不可瀏覽的屬性。 僅適用於SMB/DualProtocol磁碟區 | 'Disabled' 'Enabled' |
snapshotDirectoryVisible | 如果啟用 (true), 磁碟區將包含唯讀快照集目錄,可提供每個磁碟區快照集的存取權(預設值為 true)。 | bool |
snapshotId | 用來識別快照集的 UUID v4 或資源識別碼。 | 字串 |
subnetId | 委派子網的 Azure 資源 URI。 必須有委派Microsoft.NetApp/volumes | 字串 (必要) |
throughputMibps | MiB/s 中可透過此磁碟區達到的最大輸送量,這隻會接受為手動 qosType 磁碟區的輸入 | int |
unixPermissions | 以八進位 4 位數格式接受的 NFS 磁碟區 UNIX 許可權。 第一個數字會選取設定的使用者標識元(4)、設定群組標識碼 (2) 和黏性 (1) 屬性。 第二位數會選取檔案擁有者的許可權:讀取 (4)、寫入 (2) 和執行 (1)。 第三個會選取相同群組中其他用戶的許可權。 群組中其他使用者的第四個。 0755 - 提供擁有者讀取/寫入/執行許可權給群組和其他使用者。 | 字串 約束: 最小長度 = 4 最大長度 = 4 |
usageThreshold | 文件系統允許的記憶體配額上限,以位元組為單位。 這是僅用於警示的軟配額。 大小下限為 100 GiB。 上限為 100TiB、500Tib for LargeVolume 或 2400Tib for LargeVolume。 以位元組指定。 | int 約束: 最小值 = 107374182400 最大值 = 2638827906662400 (必要) |
volumeSpecName | 磁碟區規格名稱是磁碟區群組中特定磁碟區的應用程式特定指定或標識元,例如數據、記錄 | 字串 |
volumeType | 此磁碟區的類型為何。 針對跨區域復寫中的目的地磁碟區,請將類型設定為 DataProtection | 字串 |
VolumePropertiesDataProtection
名字 | 描述 | 價值 |
---|---|---|
複製 | 複寫屬性 | ReplicationObject |
快照 | 快照集屬性。 | VolumeSnapshotProperties |
volumeRelocation | VolumeRelocation 屬性 | VolumeRelocationProperties |
VolumePropertiesExportPolicy
名字 | 描述 | 價值 |
---|---|---|
規則 | 匯出原則規則 | ExportPolicyRule[] |
VolumeRelocationProperties
名字 | 描述 | 價值 |
---|---|---|
relocationRequested | 已要求重新配置此磁碟區 | bool |
VolumeSnapshotProperties
名字 | 描述 | 價值 |
---|---|---|
snapshotPolicyId | 快照集原則 ResourceId | 字串 |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
ORACLE Azure NetApp Files 記憶體 |
此範本會部署 ORACLE 部署的記憶體。 記憶體是使用以 NetApp ONTAP 記憶體 OS 為基礎的 Azure NetApp Files 來提供。 |
SAP HANA Azure NetApp Files 跨區域複寫記憶體 |
此範本會部署 SAP HANA 災害復原部署的記憶體。 記憶體是使用以 NetApp ONTAP 記憶體 OS 為基礎的 Azure NetApp Files 來提供。 |
SAP HANA Azure NetApp Files 記憶體 |
此範本會部署 SAP HANA 部署的記憶體。 記憶體是使用以 NetApp ONTAP 記憶體 OS 為基礎的 Azure NetApp Files 來提供。 |
Terraform (AzAPI 提供者) 資源定義
netAppAccounts/volumeGroups 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.NetApp/netAppAccounts/volumeGroups 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.NetApp/netAppAccounts/volumeGroups@2023-05-01"
name = "string"
location = "string"
body = jsonencode({
properties = {
groupMetaData = {
applicationIdentifier = "string"
applicationType = "string"
deploymentSpecId = "string"
globalPlacementRules = [
{
key = "string"
value = "string"
}
]
groupDescription = "string"
}
volumes = [
{
name = "string"
properties = {
avsDataStore = "string"
backupId = "string"
capacityPoolResourceId = "string"
coolAccess = bool
coolAccessRetrievalPolicy = "string"
coolnessPeriod = int
creationToken = "string"
dataProtection = {
replication = {
endpointType = "string"
remoteVolumeRegion = "string"
remoteVolumeResourceId = "string"
replicationSchedule = "string"
}
snapshot = {
snapshotPolicyId = "string"
}
volumeRelocation = {
relocationRequested = bool
}
}
defaultGroupQuotaInKiBs = int
defaultUserQuotaInKiBs = int
deleteBaseSnapshot = bool
enableSubvolumes = "string"
encryptionKeySource = "string"
exportPolicy = {
rules = [
{
allowedClients = "string"
chownMode = "string"
cifs = bool
hasRootAccess = bool
kerberos5iReadOnly = bool
kerberos5iReadWrite = bool
kerberos5pReadOnly = bool
kerberos5pReadWrite = bool
kerberos5ReadOnly = bool
kerberos5ReadWrite = bool
nfsv3 = bool
nfsv41 = bool
ruleIndex = int
unixReadOnly = bool
unixReadWrite = bool
}
]
}
isDefaultQuotaEnabled = bool
isLargeVolume = bool
isRestoring = bool
kerberosEnabled = bool
keyVaultPrivateEndpointResourceId = "string"
ldapEnabled = bool
networkFeatures = "string"
placementRules = [
{
key = "string"
value = "string"
}
]
protocolTypes = [
"string"
]
proximityPlacementGroup = "string"
securityStyle = "string"
serviceLevel = "string"
smbAccessBasedEnumeration = "string"
smbContinuouslyAvailable = bool
smbEncryption = bool
smbNonBrowsable = "string"
snapshotDirectoryVisible = bool
snapshotId = "string"
subnetId = "string"
throughputMibps = int
unixPermissions = "string"
usageThreshold = int
volumeSpecName = "string"
volumeType = "string"
}
tags = {
{customized property} = "string"
}
zones = [
"string"
]
}
]
}
})
}
屬性值
ExportPolicyRule
名字 | 描述 | 價值 |
---|---|---|
allowedClients | 用戶端輸入規格以逗號分隔字串,其中包含IPv4CIDR、IPv4 主機名和主機名 | 字串 |
chownMode | 此參數會指定誰有權變更檔案的擁有權。 受限制 - 只有根使用者可以變更檔案的擁有權。 不受限制 - 非根使用者可以變更其擁有的檔案擁有權。 | 'Restricted' 'Unrestricted' |
cifs | 允許 CIFS 通訊協定 | bool |
hasRootAccess | 具有磁碟區的根存取權 | bool |
kerberos5iReadOnly | Kerberos5i 唯讀存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5iReadWrite | Kerberos5i 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5pReadOnly | Kerberos5p 唯讀存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5pReadWrite | Kerberos5p 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5ReadOnly | Kerberos5 只讀存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5ReadWrite | Kerberos5 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
nfsv3 | 允許 NFSv3 通訊協定。 僅針對 NFSv3 類型磁碟區啟用 | bool |
nfsv41 | 允許 NFSv4.1 通訊協定。 僅針對 NFSv4.1 類型磁碟區啟用 | bool |
ruleIndex | 訂單索引 | int |
unixReadOnly | 唯讀存取 | bool |
unixReadWrite | 讀取和寫入存取權 | bool |
Microsoft.NetApp/netAppAccounts/volumeGroups
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源位置 | 字串 |
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 1 模式 = ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$ (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:netAppAccounts |
性能 | 磁碟區群組屬性 | VolumeGroupProperties |
類型 | 資源類型 | “Microsoft.NetApp/netAppAccounts/volumeGroups@2023-05-01” |
PlacementKeyValuePairs
名字 | 描述 | 價值 |
---|---|---|
鑰匙 | 磁碟區群組中磁碟區放置的應用程式特定參數索引鍵 | 字串 (必要) |
價值 | 磁碟區群組中磁碟區放置的應用程式特定參數值 | 字串 (必要) |
ReplicationObject
名字 | 描述 | 價值 |
---|---|---|
endpointType | 指出本機磁碟區是磁碟區復寫的來源或目的地 | 'dst' 'src' |
remoteVolumeRegion | 磁碟區復寫另一端的遠端區域。 | 字串 |
remoteVolumeResourceId | 遠端磁碟區的資源標識碼。 | 字串 (必要) |
replicationSchedule | 附表 | 'daily' 'hourly' '_10minutely' |
ResourceTags
名字 | 描述 | 價值 |
---|
VolumeGroupMetaData
名字 | 描述 | 價值 |
---|---|---|
applicationIdentifier | 應用程式特定標識碼 | 字串 |
applicationType | 應用程式類型 | 'ORACLE' 'SAP-HANA' |
deploymentSpecId | 磁碟區群組之部署規則的應用程式特定標識碼 | 字串 |
globalPlacementRules | 磁碟區群組的應用程式特定放置規則 | PlacementKeyValuePairs[] |
groupDescription | 群組描述 | 字串 |
VolumeGroupProperties
名字 | 描述 | 價值 |
---|---|---|
groupMetaData | 磁碟區群組詳細數據 | VolumeGroupMetaData |
卷 | 群組中的磁碟區清單 | VolumeGroupVolumeProperties[] |
VolumeGroupVolumeProperties
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 |
性能 | 磁碟區屬性 | VolumeProperties (必要) |
標籤 | 資源標籤 | ResourceTags |
區 | 可用性區域 | 字串 約束: 最小長度 = 1 最大長度 = 1[] |
VolumeProperties
名字 | 描述 | 價值 |
---|---|---|
avsDataStore | 指定磁碟區是否已啟用 Azure VMware 解決方案 (AVS) 資料存放區用途 | 'Disabled' 'Enabled' |
backupId | 用來識別備份的 UUID v4 或資源識別碼。 | 字串 |
capacityPoolResourceId | 透過磁碟區群組建立磁碟區時所使用的集區資源標識碼 | 字串 |
coolAccess | 指定是否為磁碟區啟用非經常性存取(階層處理)。 | bool |
coolAccessRetrievalPolicy | coolAccessRetrievalPolicy 會根據已啟用非經常性存取的磁碟區讀取模式,決定從非經常性存取層到標準記憶體的數據擷取行為。 此欄位的可能值為: 預設值 - 資料會從非經常性存取層提取到隨機讀取的標準記憶體。 此原則是預設值。 OnRead - 所有用戶端驅動數據讀取都會從非經常性存取層提取到循序和隨機讀取的標準記憶體。 永不 - 不會從非經常性存取層提取任何用戶端驅動數據到標準記憶體。 |
'Default' 'Never' 'OnRead' |
coolnessPeriod | 指定用戶端不會存取資料的天數。 | int 約束: 最小值 = 7 最大值 = 63 |
creationToken | 磁碟區的唯一檔案路徑。 建立掛接目標時使用 | 字串 約束: 最小長度 = 1 最大長度 = 1 模式 = ^[a-zA-Z][a-zA-Z0-9\-]{0,79}$ (必要) |
dataProtection | DataProtection 類型磁碟區包含包含複寫詳細數據的物件 | VolumePropertiesDataProtection |
defaultGroupQuotaInKiBs | KiB 中磁碟區的預設群組配額。 如果已設定 isDefaultQuotaEnabled,則會套用 4 KiBs 的最小值。 | int |
defaultUserQuotaInKiBs | KiBs 中磁碟區的預設使用者配額。 如果已設定 isDefaultQuotaEnabled,則會套用 4 KiBs 的最小值。 | int |
deleteBaseSnapshot | 如果已啟用 (true),則磁碟區建立的快照集會在磁碟區建立作業完成之後自動刪除。 默認值為 false | bool |
enableSubvolumes | 指出磁碟區上是否啟用子捲作業的旗標 | 'Disabled' 'Enabled' |
encryptionKeySource | 用來加密磁碟區中數據的金鑰來源。 如果 NetApp 帳戶具有 encryption.keySource = 'Microsoft.KeyVault',則適用。 可能的值(不區分大小寫)為:'Microsoft.NetApp,Microsoft.KeyVault' | 'Microsoft.KeyVault' 'Microsoft.NetApp' |
exportPolicy | 一組導出原則規則 | VolumePropertiesExportPolicy |
isDefaultQuotaEnabled | 指定磁碟區是否啟用預設配額。 | bool |
isLargeVolume | 指定磁碟區是大型磁碟區還是一般磁碟區。 | bool |
isRestoring | 恢復 | bool |
kerberosEnabled | 描述磁碟區是否為 KerberosEnabled。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
keyVaultPrivateEndpointResourceId | KeyVault 私人端點的資源標識碼。 它必須位於與磁碟區相同的 VNET 中。 只有在 encryptionKeySource = 'Microsoft.KeyVault' 時才適用。 | 字串 |
ldapEnabled | 指定指定的NFS磁碟區是否啟用LDAP。 | bool |
networkFeatures | 磁碟區可用的網路功能,或更新的目前狀態。 | 'Basic' 'Basic_Standard' 'Standard' 'Standard_Basic' |
placementRules | 特定磁碟區的應用程式特定放置規則 | PlacementKeyValuePairs[] |
protocolTypes | 一組通訊協定類型、預設的 NFSv3、SMB 通訊協定的 CIFS | string[] |
proximityPlacementGroup | 與磁碟區相關聯的鄰近放置群組 | 字串 |
securityStyle | 磁碟區的安全性樣式,預設 unix,預設為 ntfs 的雙重通訊協定或 CIFS 通訊協定 | 'ntfs' 'unix' |
serviceLevel | 檔系統的服務等級 | 'Premium' 'Standard' 'StandardZRS' 'Ultra' |
smbAccessBasedEnumeration | 啟用SMB共用的存取型列舉共享屬性。 僅適用於SMB/DualProtocol磁碟區 | 'Disabled' 'Enabled' |
smbContinuouslyAvailable | 為smb磁碟區啟用持續可用的共享屬性。 僅適用於SMB磁碟區 | bool |
smbEncryption | 啟用內部 smb3 資料的加密。 僅適用於SMB/DualProtocol磁碟區。 與 Swagger 版本 2020-08-01 或更新版本搭配使用 | bool |
smbNonBrowsable | 啟用SMB共用不可瀏覽的屬性。 僅適用於SMB/DualProtocol磁碟區 | 'Disabled' 'Enabled' |
snapshotDirectoryVisible | 如果啟用 (true), 磁碟區將包含唯讀快照集目錄,可提供每個磁碟區快照集的存取權(預設值為 true)。 | bool |
snapshotId | 用來識別快照集的 UUID v4 或資源識別碼。 | 字串 |
subnetId | 委派子網的 Azure 資源 URI。 必須有委派Microsoft.NetApp/volumes | 字串 (必要) |
throughputMibps | MiB/s 中可透過此磁碟區達到的最大輸送量,這隻會接受為手動 qosType 磁碟區的輸入 | int |
unixPermissions | 以八進位 4 位數格式接受的 NFS 磁碟區 UNIX 許可權。 第一個數字會選取設定的使用者標識元(4)、設定群組標識碼 (2) 和黏性 (1) 屬性。 第二位數會選取檔案擁有者的許可權:讀取 (4)、寫入 (2) 和執行 (1)。 第三個會選取相同群組中其他用戶的許可權。 群組中其他使用者的第四個。 0755 - 提供擁有者讀取/寫入/執行許可權給群組和其他使用者。 | 字串 約束: 最小長度 = 4 最大長度 = 4 |
usageThreshold | 文件系統允許的記憶體配額上限,以位元組為單位。 這是僅用於警示的軟配額。 大小下限為 100 GiB。 上限為 100TiB、500Tib for LargeVolume 或 2400Tib for LargeVolume。 以位元組指定。 | int 約束: 最小值 = 107374182400 最大值 = 2638827906662400 (必要) |
volumeSpecName | 磁碟區規格名稱是磁碟區群組中特定磁碟區的應用程式特定指定或標識元,例如數據、記錄 | 字串 |
volumeType | 此磁碟區的類型為何。 針對跨區域復寫中的目的地磁碟區,請將類型設定為 DataProtection | 字串 |
VolumePropertiesDataProtection
名字 | 描述 | 價值 |
---|---|---|
複製 | 複寫屬性 | ReplicationObject |
快照 | 快照集屬性。 | VolumeSnapshotProperties |
volumeRelocation | VolumeRelocation 屬性 | VolumeRelocationProperties |
VolumePropertiesExportPolicy
名字 | 描述 | 價值 |
---|---|---|
規則 | 匯出原則規則 | ExportPolicyRule[] |
VolumeRelocationProperties
名字 | 描述 | 價值 |
---|---|---|
relocationRequested | 已要求重新配置此磁碟區 | bool |
VolumeSnapshotProperties
名字 | 描述 | 價值 |
---|---|---|
snapshotPolicyId | 快照集原則 ResourceId | 字串 |