get Capacity Pool Bucket
suspend fun getCapacityPoolBucket(argument: GetCapacityPoolBucketPlainArgs): GetCapacityPoolBucketResult
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
account Name
The name of the NetApp account
bucket Name
The name of the bucket
pool Name
The name of the capacity pool
resource Group Name
The name of the resource group. The name is case insensitive.
volume Name
The name of the volume
See also
suspend fun getCapacityPoolBucket(argument: suspend GetCapacityPoolBucketPlainArgsBuilder.() -> Unit): GetCapacityPoolBucketResult
Return
Bucket resource
Parameters
argument
Builder for com.pulumi.azurenative.netapp.kotlin.inputs.GetCapacityPoolBucketPlainArgs.