Microsoft.Azure.Management.NetApp 1.2.0 Microsoft Microsoft true https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE https://github.com/Azure/azure-sdk-for-net http://go.microsoft.com/fwlink/?LinkID=288890 Provides NetApp storage management capabilities for Microsoft Azure. Version 1.2.0 relates to NetApp Files (ANF) RP R5 GA. Azure NetApp Files provides the capability to create multiple file system volumes through Microsoft Azure. Volumes reside within an account pool, a container representing the total data allocation available. A typical usage might be: Create an account and pool: var accountResource = CreateAccount(netAppMgmtClient, accountName); var poolResource = netAppMgmtClient.Pools.CreateOrUpdate(pool, resourceGroup, accountName, poolName); Create the volume (a mount target for this is automatically generated and returned) var volumeResource = netAppMgmtClient.Volumes.CreateOrUpdate(volume, resourceGroup, accountName, poolName, volumeName); Create a snapshot of the volume var snapshotResource = netAppMgmtClient.Snapshots.Create(snapshot, resourceGroup, accountName, poolName, volumeName, snapshotName); © Microsoft Corporation. All rights reserved. MicrosoftAzure Management NetApp NetApp_2019-07-01