Package com.azure.resourcemanager.netapp
Class NetAppFilesManager
java.lang.Object
com.azure.resourcemanager.netapp.NetAppFilesManager
Entry point to NetAppFilesManager.
Microsoft NetApp Files Azure Resource Provider specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionaccounts()
Gets the resource collection API of Accounts.static NetAppFilesManager
authenticate
(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of NetAppFiles service API entry point.static NetAppFilesManager
authenticate
(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of NetAppFiles service API entry point.Gets the resource collection API of BackupPolicies.backups()
Gets the resource collection API of Backups.Gets the resource collection API of BackupsUnderAccounts.Gets the resource collection API of BackupsUnderBackupVaults.Gets the resource collection API of BackupsUnderVolumes.Gets the resource collection API of BackupVaults.Gets a Configurable instance that can be used to create NetAppFilesManager with optional configuration.Gets the resource collection API of NetAppResourceQuotaLimits.Gets the resource collection API of NetAppResourceRegionInfos.Gets the resource collection API of NetAppResources.Gets the resource collection API of NetAppResourceUsages.Gets the resource collection API of Operations.pools()
Gets the resource collection API of Pools.Gets wrapped service client NetAppManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.Gets the resource collection API of SnapshotPolicies.Gets the resource collection API of Snapshots.Gets the resource collection API of Subvolumes.Gets the resource collection API of VolumeGroups.Gets the resource collection API of VolumeQuotaRules.volumes()
Gets the resource collection API of Volumes.
-
Method Details
-
authenticate
public static NetAppFilesManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of NetAppFiles service API entry point.- Parameters:
credential
- the credential to use.profile
- the Azure profile for client.- Returns:
- the NetAppFiles service API instance.
-
authenticate
public static NetAppFilesManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of NetAppFiles service API entry point.- Parameters:
httpPipeline
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the NetAppFiles service API instance.
-
configure
Gets a Configurable instance that can be used to create NetAppFilesManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
netAppResources
Gets the resource collection API of NetAppResources.- Returns:
- Resource collection API of NetAppResources.
-
netAppResourceUsages
Gets the resource collection API of NetAppResourceUsages.- Returns:
- Resource collection API of NetAppResourceUsages.
-
netAppResourceQuotaLimits
Gets the resource collection API of NetAppResourceQuotaLimits.- Returns:
- Resource collection API of NetAppResourceQuotaLimits.
-
netAppResourceRegionInfos
Gets the resource collection API of NetAppResourceRegionInfos.- Returns:
- Resource collection API of NetAppResourceRegionInfos.
-
accounts
Gets the resource collection API of Accounts. It manages NetAppAccount.- Returns:
- Resource collection API of Accounts.
-
pools
Gets the resource collection API of Pools. It manages CapacityPool.- Returns:
- Resource collection API of Pools.
-
volumes
Gets the resource collection API of Volumes. It manages Volume.- Returns:
- Resource collection API of Volumes.
-
snapshots
Gets the resource collection API of Snapshots. It manages Snapshot.- Returns:
- Resource collection API of Snapshots.
-
snapshotPolicies
Gets the resource collection API of SnapshotPolicies. It manages SnapshotPolicy.- Returns:
- Resource collection API of SnapshotPolicies.
-
backupPolicies
Gets the resource collection API of BackupPolicies. It manages BackupPolicy.- Returns:
- Resource collection API of BackupPolicies.
-
volumeQuotaRules
Gets the resource collection API of VolumeQuotaRules. It manages VolumeQuotaRule.- Returns:
- Resource collection API of VolumeQuotaRules.
-
volumeGroups
Gets the resource collection API of VolumeGroups. It manages VolumeGroupDetails.- Returns:
- Resource collection API of VolumeGroups.
-
subvolumes
Gets the resource collection API of Subvolumes. It manages SubvolumeInfo.- Returns:
- Resource collection API of Subvolumes.
-
backups
Gets the resource collection API of Backups. It manages Backup.- Returns:
- Resource collection API of Backups.
-
backupVaults
Gets the resource collection API of BackupVaults. It manages BackupVault.- Returns:
- Resource collection API of BackupVaults.
-
backupsUnderBackupVaults
Gets the resource collection API of BackupsUnderBackupVaults.- Returns:
- Resource collection API of BackupsUnderBackupVaults.
-
backupsUnderVolumes
Gets the resource collection API of BackupsUnderVolumes.- Returns:
- Resource collection API of BackupsUnderVolumes.
-
backupsUnderAccounts
Gets the resource collection API of BackupsUnderAccounts.- Returns:
- Resource collection API of BackupsUnderAccounts.
-
serviceClient
Gets wrapped service client NetAppManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.- Returns:
- Wrapped service client NetAppManagementClient.
-