npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@datafire/azure_netapp

v3.0.0

Published

DataFire integration for Microsoft NetApp

Downloads

4

Readme

@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.

Output

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

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

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.

Output

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.

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.

Output

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

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

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.

Output

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.

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.

Output

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

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

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.

Output

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.

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.

Output

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

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

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.

Output

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.

Output

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.

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.

Output

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

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

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.

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.
    • 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.

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.
    • name string: Operation name: {provider}/{resource}/{operation}
    • origin string: The origin of operations.
    • properties OperationProperties

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.

OperationProperties

  • OperationProperties object: Properties of operation, include metric specifications.

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.

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.

ServiceSpecification

  • ServiceSpecification object: One property of operation, include metric specifications.

accountProperties

  • accountProperties object: NetApp account properties
    • activeDirectories array: Active Directories
    • provisioningState string: Azure lifecycle management

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

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

capacityPoolList

  • capacityPoolList object: List of capacity pool resources

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

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

mountTarget

  • mountTarget object: Mount Target

mountTargetList

  • mountTargetList object: List of Mount Targets

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

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

netAppAccountList

  • netAppAccountList object: List of NetApp account resources

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

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).

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).

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

snapshotPatch

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

snapshotsList

  • snapshotsList object: List of Snapshots
    • value array: A list of Snapshots

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

volumeList

  • volumeList object: List of volume resources
    • value array: List of volumes

volumePatch

  • volumePatch object: Volume patch resource

volumePatchProperties

  • volumePatchProperties object: Patchable volume properties
    • exportPolicy object: Set of export policy 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.

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
    • fileSystemId string: Unique FileSystem Identifier.
    • mountTargets: List of mount targets
    • protocolTypes array: Set of protocol types
      • items string
    • 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.