Microsoft.Azure.Management.NetApp
1.16.0
Thank you for the interest in this package.
If you are looking for the latest packages to interact with Azure NetApp, please use the following libraries:
Azure.ResourceManager
Azure.ResourceManager.NetApp
You can refer to this https://aka.ms/dotnet/t2/migration for more details about how to migrate your current code to our new SDK.
This package will continue to be supported for a period of time and will stop receiving support based on the dates listed on https://aka.ms/azsdk/deprecated.
dotnet add package Microsoft.Azure.Management.NetApp --version 1.16.0
NuGet\Install-Package Microsoft.Azure.Management.NetApp -Version 1.16.0
<PackageReference Include="Microsoft.Azure.Management.NetApp" Version="1.16.0" />
paket add Microsoft.Azure.Management.NetApp --version 1.16.0
#r "nuget: Microsoft.Azure.Management.NetApp, 1.16.0"
// Install Microsoft.Azure.Management.NetApp as a Cake Addin
#addin nuget:?package=Microsoft.Azure.Management.NetApp&version=1.16.0
// Install Microsoft.Azure.Management.NetApp as a Cake Tool
#tool nuget:?package=Microsoft.Azure.Management.NetApp&version=1.16.0
Provides NetApp storage management capabilities for Microsoft Azure.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.4 is compatible. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- Microsoft.Rest.ClientRuntime (>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.19 && < 4.0.0)
- Newtonsoft.Json (>= 6.0.8)
- System.Net.Http (>= 4.3.0)
-
.NETFramework 4.6.1
- Microsoft.Rest.ClientRuntime (>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.19 && < 4.0.0)
- Newtonsoft.Json (>= 10.0.3)
-
.NETStandard 1.4
- Microsoft.Rest.ClientRuntime (>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.19 && < 4.0.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.3)
- System.Net.Http (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.Rest.ClientRuntime (>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.19 && < 4.0.0)
- Newtonsoft.Json (>= 10.0.3)
- System.Net.Http (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.16.0 | 10,118 | 3/8/2022 | |
1.15.0 | 9,336 | 1/4/2022 | |
1.14.0 | 4,468 | 9/23/2021 | |
1.13.0 | 3,625 | 7/13/2021 | |
1.12.0 | 3,506 | 5/21/2021 | |
1.11.0 | 2,321 | 4/6/2021 | |
1.10.0 | 4,691 | 3/1/2021 | |
1.9.0 | 757 | 1/12/2021 | |
1.8.0 | 8,114 | 11/18/2020 | |
1.7.0 | 6,615 | 10/6/2020 | |
1.6.0 | 13,234 | 9/3/2020 | |
1.5.1 | 1,347 | 5/7/2020 | |
1.5.0 | 697 | 4/27/2020 | |
1.4.0 | 25,019 | 1/10/2020 | |
1.3.0 | 17,038 | 11/12/2019 | |
1.2.0 | 3,294 | 10/10/2019 | |
1.1.0 | 11,606 | 7/17/2019 | |
1.0.0 | 5,003 | 5/15/2019 |
Version 1.16.0.0 relates to NetApp Files (ANF) 2021-10-01.
- Added support for Subvolumes
- Added support for Volume Groups https://docs.microsoft.com/en-us/azure/azure-netapp-files/application-volume-group-introduction
- Added RestoreFiles operation to Snapshots, To restore the specified files from the specified snapshot to the active filesystem
- Added LdapSearchScope to ActiveDirectory
- Added SystemData to BackupPolicy, CapacityPool, Volumes and SnapshotPolicy
- Added RestoreFiles operation to Snapshots for Single File Snapshot Restore
- Added MaximumNumberOfFiles and EnableSubvolumes to Volume
- Added UnixPermissions to volumePatch
- Added forceDelete flag to volume delete, An option to force delete the volume in case of failed replication for example. Will cleanup resources connected to the particular volume
Breaking changes:
- Minimum and maximum size for capacity pool has changed to allow for smaller capacitypools
- Snapshots operation signagure has changed in line with Azure SDK conventions.
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);