GetCapacityPoolBucketResult

data class GetCapacityPoolBucketResult(val azureApiVersion: String, val fileSystemUser: FileSystemUserResponse? = null, val id: String, val name: String, val path: String? = null, val provisioningState: String, val server: BucketServerPropertiesResponse? = null, val status: String, val systemData: SystemDataResponse, val type: String)

Bucket resource

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, fileSystemUser: FileSystemUserResponse? = null, id: String, name: String, path: String? = null, provisioningState: String, server: BucketServerPropertiesResponse? = null, status: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

Link copied to clipboard
val path: String? = null

The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created.

Link copied to clipboard

Provisioning state of the resource

Link copied to clipboard

Properties of the server managing the lifecycle of volume buckets

Link copied to clipboard

The bucket credentials status. There states: "NoCredentialsSet": Access and Secret key pair have not been generated. "CredentialsExpired": Access and Secret key pair have expired. "Active": The certificate has been installed and credentials are unexpired.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"