@datafire/azure_netapp v3.0.0
@datafire/azure_netapp
Client library for Microsoft NetApp
Installation and Usage
npm install --save @datafire/azure_netapp
let azure_netapp = require('@datafire/azure_netapp').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Description
Microsoft NetApp Azure Resource Provider specification
Actions
Operations_List
Lists all of the available Microsoft.NetApp Rest API operations
azure_netapp.Operations_List({
"api-version": ""
}, context)
Input
- input
object
- api-version required
string
: Version of the API to be used with the client request.
- api-version required
Output
- output OperationListResult
CheckFilePathAvailability
Check if a file path is available.
azure_netapp.CheckFilePathAvailability({
"body": {
"name": "",
"type": "",
"resourceGroup": ""
},
"subscriptionId": "",
"location": "",
"api-version": ""
}, context)
Input
- input
object
- body required ResourceNameAvailabilityRequest
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - location required
string
: The location - api-version required
string
: Version of the API to be used with the client request.
Output
- output ResourceNameAvailability
CheckNameAvailability
Check if a resource name is available.
azure_netapp.CheckNameAvailability({
"body": {
"name": "",
"type": "",
"resourceGroup": ""
},
"subscriptionId": "",
"location": "",
"api-version": ""
}, context)
Input
- input
object
- body required ResourceNameAvailabilityRequest
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - location required
string
: The location - api-version required
string
: Version of the API to be used with the client request.
Output
- output ResourceNameAvailability
Accounts_List
List and describe all NetApp accounts in the resource group
azure_netapp.Accounts_List({
"subscriptionId": "",
"resourceGroupName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
- output netAppAccountList
Accounts_Delete
Delete the specified NetApp account
azure_netapp.Accounts_Delete({
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
Output schema unknown
Accounts_Get
Get the NetApp account
azure_netapp.Accounts_Get({
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
- output netAppAccount
Accounts_Update
Patch the specified NetApp account
azure_netapp.Accounts_Update({
"body": {},
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"api-version": ""
}, context)
Input
- input
object
- body required netAppAccountPatch
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - api-version required
string
: Version of the API to be used with the client request.
Output
- output netAppAccount
Accounts_CreateOrUpdate
Create or update the specified NetApp account within the resource group
azure_netapp.Accounts_CreateOrUpdate({
"body": {
"location": ""
},
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"api-version": ""
}, context)
Input
- input
object
- body required netAppAccount
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - api-version required
string
: Version of the API to be used with the client request.
Output
- output netAppAccount
Pools_List
List all capacity pools in the NetApp Account
azure_netapp.Pools_List({
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
- output capacityPoolList
Pools_Delete
Delete the specified capacity pool
azure_netapp.Pools_Delete({
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
Output schema unknown
Pools_Get
Get details of the specified capacity pool
azure_netapp.Pools_Get({
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
- output capacityPool
Pools_Update
Patch the specified capacity pool
azure_netapp.Pools_Update({
"body": {},
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"api-version": ""
}, context)
Input
- input
object
- body required capacityPoolPatch
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - api-version required
string
: Version of the API to be used with the client request.
Output
- output capacityPool
Pools_CreateOrUpdate
Create or Update a capacity pool
azure_netapp.Pools_CreateOrUpdate({
"body": {
"location": "",
"properties": {
"size": 0,
"serviceLevel": ""
}
},
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"api-version": ""
}, context)
Input
- input
object
- body required capacityPool
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - api-version required
string
: Version of the API to be used with the client request.
Output
- output capacityPool
Volumes_List
List all volumes within the capacity pool
azure_netapp.Volumes_List({
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
- output volumeList
Volumes_Delete
Delete the specified volume
azure_netapp.Volumes_Delete({
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"volumeName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - volumeName required
string
: The name of the volume - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
Output schema unknown
Volumes_Get
Get the details of the specified volume
azure_netapp.Volumes_Get({
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"volumeName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - volumeName required
string
: The name of the volume - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
- output volume
Volumes_Update
Patch the specified volume
azure_netapp.Volumes_Update({
"body": {},
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"volumeName": "",
"api-version": ""
}, context)
Input
- input
object
- body required volumePatch
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - volumeName required
string
: The name of the volume - api-version required
string
: Version of the API to be used with the client request.
Output
- output volume
Volumes_CreateOrUpdate
Create or update the specified volume within the capacity pool
azure_netapp.Volumes_CreateOrUpdate({
"body": {
"location": "",
"properties": {
"creationToken": "",
"usageThreshold": 0,
"subnetId": ""
}
},
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"volumeName": "",
"api-version": ""
}, context)
Input
- input
object
- body required volume
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - volumeName required
string
: The name of the volume - api-version required
string
: Version of the API to be used with the client request.
Output
- output volume
MountTargets_List
List all mount targets associated with the volume
azure_netapp.MountTargets_List({
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"volumeName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - volumeName required
string
: The name of the volume - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
- output mountTargetList
Snapshots_List
List all snapshots associated with the volume
azure_netapp.Snapshots_List({
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"volumeName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - volumeName required
string
: The name of the volume - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
- output snapshotsList
Snapshots_Delete
Delete snapshot
azure_netapp.Snapshots_Delete({
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"volumeName": "",
"snapshotName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - volumeName required
string
: The name of the volume - snapshotName required
string
: The name of the mount target - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
Output schema unknown
Snapshots_Get
Get details of the specified snapshot
azure_netapp.Snapshots_Get({
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"volumeName": "",
"snapshotName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - volumeName required
string
: The name of the volume - snapshotName required
string
: The name of the mount target - api-version required
string
: Version of the API to be used with the client request.
- subscriptionId required
Output
- output snapshot
Snapshots_Update
Patch a snapshot
azure_netapp.Snapshots_Update({
"body": {},
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"volumeName": "",
"snapshotName": "",
"api-version": ""
}, context)
Input
- input
object
- body required snapshotPatch
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - volumeName required
string
: The name of the volume - snapshotName required
string
: The name of the mount target - api-version required
string
: Version of the API to be used with the client request.
Output
- output snapshot
Snapshots_Create
Create the specified snapshot within the given volume
azure_netapp.Snapshots_Create({
"body": {
"location": ""
},
"subscriptionId": "",
"resourceGroupName": "",
"accountName": "",
"poolName": "",
"volumeName": "",
"snapshotName": "",
"api-version": ""
}, context)
Input
- input
object
- body required snapshot
- subscriptionId required
string
: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: The name of the resource group. - accountName required
string
: The name of the NetApp account - poolName required
string
: The name of the capacity pool - volumeName required
string
: The name of the volume - snapshotName required
string
: The name of the mount target - api-version required
string
: Version of the API to be used with the client request.
Output
- output snapshot
Definitions
Dimension
- Dimension
object
: Dimension of blobs, possibly be blob type or access tier.- displayName
string
: Display name of dimension. - name
string
: Display name of dimension.
- displayName
MetricSpecification
- MetricSpecification
object
: Metric specification of operation.- aggregationType
string
: Aggregation type could be Average. - category
string
: The category this metric specification belong to, could be Capacity. - dimensions
array
: Dimensions of blobs, including blob type and access tier.- items Dimension
- displayDescription
string
: Display description of metric specification. - displayName
string
: Display name of metric specification. - fillGapWithZero
boolean
: The property to decide fill gap with zero or not. - name
string
: Name of metric specification. - resourceIdDimensionNameOverride
string
: Account Resource Id. - unit
string
: Unit could be Bytes or Count.
- aggregationType
Operation
- Operation
object
: Microsoft.NetApp REST API operation definition.- display
object
: Display metadata associated with the operation.- description
string
: Operation description. - operation
string
: Type of operation: get, read, delete, etc. - provider
string
: Service provider: Microsoft NetApp. - resource
string
: Resource on which the operation is performed etc.
- description
- name
string
: Operation name: {provider}/{resource}/{operation} - origin
string
: The origin of operations. - properties OperationProperties
- display
OperationListResult
- OperationListResult
object
: Result of the request to list Cloud Volume operations. It contains a list of operations and a URL link to get the next set of results.- value
array
: List of Storage operations supported by the Storage resource provider.- items Operation
- value
OperationProperties
- OperationProperties
object
: Properties of operation, include metric specifications.- serviceSpecification ServiceSpecification
ResourceNameAvailability
- ResourceNameAvailability
object
: Information regarding availability of a resource name.- isAvailable
boolean
: true indicates name is valid and available. false indicates the name is invalid, unavailable, or both. - message
string
: If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name. - reason
string
(values: Invalid, AlreadyExists): Invalid indicates the name provided does not match Azure App Service naming requirements. AlreadyExists indicates that the name is already in use and is therefore unavailable.
- isAvailable
ResourceNameAvailabilityRequest
- ResourceNameAvailabilityRequest
object
: Resource name availability request content.- name required
string
: Resource name to verify. - resourceGroup required
string
: Resource group name. - type required
string
(values: Microsoft.NetApp/netAppAccounts, Microsoft.NetApp/netAppAccounts/capacityPools, Microsoft.NetApp/netAppAccounts/capacityPools/volumes, Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots): Resource type used for verification.
- name required
ServiceSpecification
- ServiceSpecification
object
: One property of operation, include metric specifications.- metricSpecifications
array
: Metric specifications of operation.- items MetricSpecification
- metricSpecifications
accountProperties
- accountProperties
object
: NetApp account properties- activeDirectories
array
: Active Directories- items activeDirectory
- provisioningState
string
: Azure lifecycle management
- activeDirectories
activeDirectory
- activeDirectory
object
: Active Directory- activeDirectoryId
string
: Id of the Active Directory - dns
string
: Comma separated list of DNS server IP addresses for the Active Directory domain - domain
string
: Name of the Active Directory domain - organizationalUnit
string
: The Organizational Unit (OU) within the Windows Active Directory - password
string
: Plain text password of Active Directory domain administrator - smbServerName
string
: NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes - status
string
: Status of the Active Directory - username
string
: Username of Active Directory domain administrator
- activeDirectoryId
capacityPool
- capacityPool
object
: Capacity pool resource- id
string
: Resource Id - location required
string
: Resource location - name
string
: Resource name - properties required poolProperties
- tags resourceTags
- type
string
: Resource type
- id
capacityPoolList
- capacityPoolList
object
: List of capacity pool resources- value
array
: List of Capacity pools- items capacityPool
- value
capacityPoolPatch
- capacityPoolPatch
object
: Capacity pool patch resource- id
string
: Resource Id - location
string
: Resource location - name
string
: Resource name - properties poolPatchProperties
- tags resourceTags
- type
string
: Resource type
- id
exportPolicyRule
- exportPolicyRule
object
: Volume Export Policy Rule- allowedClients
string
: Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names - cifs
boolean
: Allows CIFS protocol - nfsv3
boolean
: Allows NFSv3 protocol - nfsv41
boolean
: Allows NFSv4.1 protocol - ruleIndex
integer
: Order index - unixReadOnly
boolean
: Read only access - unixReadWrite
boolean
: Read and write access
- allowedClients
mountTarget
- mountTarget
object
: Mount Target- id
string
: Resource Id - location required
string
: Resource location - name
string
: Resource name - properties required mountTargetProperties
- tags resourceTags
- id
mountTargetList
- mountTargetList
object
: List of Mount Targets- value
array
: A list of Mount targets- items mountTarget
- value
mountTargetProperties
- mountTargetProperties
object
: Mount target properties- endIp
string
: The end of IPv4 address range to use when creating a new mount target - fileSystemId required
string
: UUID v4 used to identify the MountTarget - gateway
string
: The gateway of the IPv4 address range to use when creating a new mount target - ipAddress
string
: The mount target's IPv4 address - mountTargetId
string
: UUID v4 used to identify the MountTarget - netmask
string
: The netmask of the IPv4 address range to use when creating a new mount target - provisioningState
string
: Azure lifecycle management - smbServerFqdn
string
: The SMB server's Fully Qualified Domain Name, FQDN - startIp
string
: The start of IPv4 address range to use when creating a new mount target - subnet
string
: The subnet
- endIp
netAppAccount
- netAppAccount
object
: NetApp account resource- id
string
: Resource Id - location required
string
: Resource location - name
string
: Resource name - properties accountProperties
- tags resourceTags
- type
string
: Resource type
- id
netAppAccountList
- netAppAccountList
object
: List of NetApp account resources- value
array
: Multiple NetApp accounts- items netAppAccount
- value
netAppAccountPatch
- netAppAccountPatch
object
: NetApp account patch resource- id
string
: Resource Id - location
string
: Resource location - name
string
: Resource name - properties accountProperties
- tags resourceTags
- type
string
: Resource type
- id
poolPatchProperties
- poolPatchProperties
object
: Patchable pool properties- serviceLevel
string
(values: Standard, Premium, Ultra): The service level of the file system - size
integer
: Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must be multiply of 4398046511104).
- serviceLevel
poolProperties
- poolProperties
object
: Pool properties- poolId
string
: UUID v4 used to identify the Pool - provisioningState
string
: Azure lifecycle management - serviceLevel required
string
(values: Standard, Premium, Ultra): The service level of the file system - size required
integer
: Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must be multiply of 4398046511104).
- poolId
resourceTags
- resourceTags
object
: Resource tags
snapshot
- snapshot
object
: Snapshot of a Volume- id
string
: Resource Id - location required
string
: Resource location - name
string
: Resource name - properties snapshotProperties
- tags resourceTags
- type
string
: Resource type
- id
snapshotPatch
- snapshotPatch
object
: Snapshot patch- tags resourceTags
snapshotProperties
- snapshotProperties
object
: Snapshot properties- created
string
: The creation date of the snapshot - fileSystemId
string
: UUID v4 used to identify the FileSystem - provisioningState
string
: Azure lifecycle management - snapshotId
string
: UUID v4 used to identify the Snapshot
- created
snapshotsList
- snapshotsList
object
: List of Snapshots- value
array
: A list of Snapshots- items snapshot
- value
volume
- volume
object
: Volume resource- id
string
: Resource Id - location required
string
: Resource location - name
string
: Resource name - properties required volumeProperties
- tags resourceTags
- type
string
: Resource type
- id
volumeList
- volumeList
object
: List of volume resources- value
array
: List of volumes- items volume
- value
volumePatch
- volumePatch
object
: Volume patch resource- id
string
: Resource Id - location
string
: Resource location - name
string
: Resource name - properties volumePatchProperties
- tags resourceTags
- type
string
: Resource type
- id
volumePatchProperties
- volumePatchProperties
object
: Patchable volume properties- exportPolicy
object
: Set of export policy rules- rules
array
: Export policy rule- items exportPolicyRule
- rules
- serviceLevel
string
(values: Standard, Premium, Ultra): The service level of the file system - usageThreshold
integer
: Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
- exportPolicy
volumeProperties
- volumeProperties
object
: Volume properties- baremetalTenantId
string
: Unique Baremetal Tenant Identifier. - creationToken required
string
: A unique file path for the volume. Used when creating mount targets - exportPolicy
object
: Set of export policy rules- rules
array
: Export policy rule- items exportPolicyRule
- rules
- fileSystemId
string
: Unique FileSystem Identifier. - mountTargets: List of mount targets
- items mountTargetList
- protocolTypes
array
: Set of protocol types- items
string
- items
- provisioningState
string
: Azure lifecycle management - serviceLevel
string
(values: Standard, Premium, Ultra): The service level of the file system - snapshotId
string
: UUID v4 or resource identifier used to identify the Snapshot. - subnetId required
string
: The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes - usageThreshold required
integer
: Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
- baremetalTenantId
5 years ago