NetAppFilesManager Class

  • java.lang.Object
    • com.azure.resourcemanager.netapp.NetAppFilesManager

public final class NetAppFilesManager

Entry point to NetAppFilesManager. Microsoft NetApp Files Azure Resource Provider specification.

Method Summary

Modifier and Type Method and Description
AccountBackups accountBackups()

Gets the resource collection API of AccountBackups.

Accounts accounts()

Gets the resource collection API of Accounts.

static NetAppFilesManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of NetAppFiles service API entry point.

static NetAppFilesManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of NetAppFiles service API entry point.

BackupPolicies backupPolicies()

Gets the resource collection API of BackupPolicies.

BackupVaults backupVaults()

Gets the resource collection API of BackupVaults.

Backups backups()

Gets the resource collection API of Backups.

BackupsUnderAccounts backupsUnderAccounts()

Gets the resource collection API of BackupsUnderAccounts.

BackupsUnderBackupVaults backupsUnderBackupVaults()

Gets the resource collection API of BackupsUnderBackupVaults.

BackupsUnderVolumes backupsUnderVolumes()

Gets the resource collection API of BackupsUnderVolumes.

static Configurable configure()

Gets a Configurable instance that can be used to create NetAppFilesManager with optional configuration.

NetAppResourceQuotaLimits netAppResourceQuotaLimits()

Gets the resource collection API of NetAppResourceQuotaLimits.

NetAppResourceRegionInfos netAppResourceRegionInfos()

Gets the resource collection API of NetAppResourceRegionInfos.

NetAppResources netAppResources()

Gets the resource collection API of NetAppResources.

Operations operations()

Gets the resource collection API of Operations.

Pools pools()

Gets the resource collection API of Pools.

NetAppManagementClient serviceClient()

Gets wrapped service client NetAppManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

SnapshotPolicies snapshotPolicies()

Gets the resource collection API of SnapshotPolicies.

Snapshots snapshots()

Gets the resource collection API of Snapshots.

Subvolumes subvolumes()

Gets the resource collection API of Subvolumes.

VolumeGroups volumeGroups()

Gets the resource collection API of VolumeGroups.

VolumeQuotaRules volumeQuotaRules()

Gets the resource collection API of VolumeQuotaRules.

Volumes volumes()

Gets the resource collection API of Volumes.

Methods inherited from java.lang.Object

Method Details

accountBackups

public AccountBackups accountBackups()

Gets the resource collection API of AccountBackups.

Returns:

Resource collection API of AccountBackups.

accounts

public Accounts accounts()

Gets the resource collection API of Accounts. It manages NetAppAccount.

Returns:

Resource collection API of Accounts.

authenticate

public static NetAppFilesManager authenticate(TokenCredential credential, 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(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of NetAppFiles service API entry point.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the NetAppFiles service API instance.

backupPolicies

public BackupPolicies backupPolicies()

Gets the resource collection API of BackupPolicies. It manages BackupPolicy.

Returns:

Resource collection API of BackupPolicies.

backupVaults

public BackupVaults backupVaults()

Gets the resource collection API of BackupVaults. It manages BackupVault.

Returns:

Resource collection API of BackupVaults.

backups

public Backups backups()

Gets the resource collection API of Backups. It manages Backup.

Returns:

Resource collection API of Backups.

backupsUnderAccounts

public BackupsUnderAccounts backupsUnderAccounts()

Gets the resource collection API of BackupsUnderAccounts.

Returns:

Resource collection API of BackupsUnderAccounts.

backupsUnderBackupVaults

public BackupsUnderBackupVaults backupsUnderBackupVaults()

Gets the resource collection API of BackupsUnderBackupVaults.

Returns:

Resource collection API of BackupsUnderBackupVaults.

backupsUnderVolumes

public BackupsUnderVolumes backupsUnderVolumes()

Gets the resource collection API of BackupsUnderVolumes.

Returns:

Resource collection API of BackupsUnderVolumes.

configure

public static NetAppFilesManager.Configurable configure()

Gets a Configurable instance that can be used to create NetAppFilesManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

netAppResourceQuotaLimits

public NetAppResourceQuotaLimits netAppResourceQuotaLimits()

Gets the resource collection API of NetAppResourceQuotaLimits.

Returns:

Resource collection API of NetAppResourceQuotaLimits.

netAppResourceRegionInfos

public NetAppResourceRegionInfos netAppResourceRegionInfos()

Gets the resource collection API of NetAppResourceRegionInfos.

Returns:

Resource collection API of NetAppResourceRegionInfos.

netAppResources

public NetAppResources netAppResources()

Gets the resource collection API of NetAppResources.

Returns:

Resource collection API of NetAppResources.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

pools

public Pools pools()

Gets the resource collection API of Pools. It manages CapacityPool.

Returns:

Resource collection API of Pools.

serviceClient

public NetAppManagementClient 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.

snapshotPolicies

public SnapshotPolicies snapshotPolicies()

Gets the resource collection API of SnapshotPolicies. It manages SnapshotPolicy.

Returns:

Resource collection API of SnapshotPolicies.

snapshots

public Snapshots snapshots()

Gets the resource collection API of Snapshots. It manages Snapshot.

Returns:

Resource collection API of Snapshots.

subvolumes

public Subvolumes subvolumes()

Gets the resource collection API of Subvolumes. It manages SubvolumeInfo.

Returns:

Resource collection API of Subvolumes.

volumeGroups

public VolumeGroups volumeGroups()

Gets the resource collection API of VolumeGroups. It manages VolumeGroupDetails.

Returns:

Resource collection API of VolumeGroups.

volumeQuotaRules

public VolumeQuotaRules volumeQuotaRules()

Gets the resource collection API of VolumeQuotaRules. It manages VolumeQuotaRule.

Returns:

Resource collection API of VolumeQuotaRules.

volumes

public Volumes volumes()

Gets the resource collection API of Volumes. It manages Volume.

Returns:

Resource collection API of Volumes.

Applies to