getCapacityPoolBucket

Get the details of the specified volume's bucket. A bucket allows additional services, such as AI services, connect to the volume data contained in those buckets. Uses Azure REST API version 2025-01-01-preview.

Return

Bucket resource

Parameters

argument

null


suspend fun getCapacityPoolBucket(accountName: String, bucketName: String, poolName: String, resourceGroupName: String, volumeName: String): GetCapacityPoolBucketResult

Return

Bucket resource

Parameters

accountName

The name of the NetApp account

bucketName

The name of the bucket

poolName

The name of the capacity pool

resourceGroupName

The name of the resource group. The name is case insensitive.

volumeName

The name of the volume

See also


Return

Bucket resource

Parameters

argument

Builder for com.pulumi.azurenative.netapp.kotlin.inputs.GetCapacityPoolBucketPlainArgs.

See also