NetappFunctions

Functions

Link copied to clipboard

Get the NetApp account Azure REST API version: 2022-11-01. Other available API versions: 2019-07-01, 2022-05-01, 2022-11-01-preview, 2023-05-01.

suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult
suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard

Gets the specified backup of the volume Azure REST API version: 2022-11-01. Other available API versions: 2022-11-01-preview.

suspend fun getBackup(argument: suspend GetBackupPlainArgsBuilder.() -> Unit): GetBackupResult
suspend fun getBackup(accountName: String, backupName: String, poolName: String, resourceGroupName: String, volumeName: String): GetBackupResult
Link copied to clipboard

Get a particular backup Policy Azure REST API version: 2022-11-01. Other available API versions: 2021-04-01, 2021-04-01-preview, 2022-11-01-preview, 2023-05-01.

suspend fun getBackupPolicy(accountName: String, backupPolicyName: String, resourceGroupName: String): GetBackupPolicyResult
Link copied to clipboard

Get the Backup Vault Azure REST API version: 2022-11-01-preview.

suspend fun getBackupVault(accountName: String, backupVaultName: String, resourceGroupName: String): GetBackupVaultResult
Link copied to clipboard
suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Get details of the specified capacity pool Azure REST API version: 2022-11-01. Other available API versions: 2017-08-15, 2019-07-01, 2022-11-01-preview, 2023-05-01.

suspend fun getPool(argument: suspend GetPoolPlainArgsBuilder.() -> Unit): GetPoolResult
suspend fun getPool(accountName: String, poolName: String, resourceGroupName: String): GetPoolResult
Link copied to clipboard

Get details of the specified snapshot Azure REST API version: 2022-11-01. Other available API versions: 2017-08-15, 2019-06-01, 2019-10-01, 2019-11-01, 2022-11-01-preview, 2023-05-01.

suspend fun getSnapshot(argument: suspend GetSnapshotPlainArgsBuilder.() -> Unit): GetSnapshotResult
suspend fun getSnapshot(accountName: String, poolName: String, resourceGroupName: String, snapshotName: String, volumeName: String): GetSnapshotResult
Link copied to clipboard

Get a snapshot Policy Azure REST API version: 2022-11-01. Other available API versions: 2022-11-01-preview, 2023-05-01.

suspend fun getSnapshotPolicy(accountName: String, resourceGroupName: String, snapshotPolicyName: String): GetSnapshotPolicyResult
Link copied to clipboard

Returns the path associated with the subvolumeName provided Azure REST API version: 2022-11-01. Other available API versions: 2022-11-01-preview, 2023-05-01.

suspend fun getSubvolume(accountName: String, poolName: String, resourceGroupName: String, subvolumeName: String, volumeName: String): GetSubvolumeResult
Link copied to clipboard

Get details of the specified subvolume Azure REST API version: 2022-11-01. Other available API versions: 2022-11-01-preview, 2023-05-01.

suspend fun getSubvolumeMetadata(accountName: String, poolName: String, resourceGroupName: String, subvolumeName: String, volumeName: String): GetSubvolumeMetadataResult
Link copied to clipboard

Get the details of the specified volume Azure REST API version: 2022-11-01. Other available API versions: 2017-08-15, 2019-05-01, 2019-07-01, 2019-08-01, 2020-02-01, 2021-10-01, 2022-11-01-preview, 2023-05-01.

suspend fun getVolume(argument: suspend GetVolumePlainArgsBuilder.() -> Unit): GetVolumeResult
suspend fun getVolume(accountName: String, poolName: String, resourceGroupName: String, volumeName: String): GetVolumeResult
Link copied to clipboard

Get details of the specified volume group Azure REST API version: 2022-11-01. Other available API versions: 2021-10-01, 2022-11-01-preview, 2023-05-01.

suspend fun getVolumeGroup(accountName: String, resourceGroupName: String, volumeGroupName: String): GetVolumeGroupResult
Link copied to clipboard

Returns the list of group Ids for a specific LDAP User Azure REST API version: 2022-11-01. Other available API versions: 2022-11-01-preview, 2023-05-01.

suspend fun getVolumeGroupIdForLdapUser(accountName: String, poolName: String, resourceGroupName: String, username: String, volumeName: String): GetVolumeGroupIdForLdapUserResult
Link copied to clipboard

Get details of the specified quota rule Azure REST API version: 2022-11-01. Other available API versions: 2022-11-01-preview, 2023-05-01.

suspend fun getVolumeQuotaRule(accountName: String, poolName: String, resourceGroupName: String, volumeName: String, volumeQuotaRuleName: String): GetVolumeQuotaRuleResult
Link copied to clipboard

List all replications for a specified volume Azure REST API version: 2022-11-01. Other available API versions: 2022-11-01-preview, 2023-05-01.

suspend fun listVolumeReplications(accountName: String, poolName: String, resourceGroupName: String, volumeName: String): ListVolumeReplicationsResult