Get Capacity Pool Bucket Result
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)
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
Provisioning state of the resource
Link copied to clipboard
Properties of the server managing the lifecycle of volume buckets
Link copied to clipboard
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.