GetShareResult

data class GetShareResult(val acls: List<GetShareAcl>? = null, val id: String, val metadata: Map<String, String>, val name: String, val quota: Int, val resourceManagerId: String, val storageAccountId: String? = null, val storageAccountName: String? = null)

A collection of values returned by getShare.

Constructors

Link copied to clipboard
constructor(acls: List<GetShareAcl>? = null, id: String, metadata: Map<String, String>, name: String, quota: Int, resourceManagerId: String, storageAccountId: String? = null, storageAccountName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acls: List<GetShareAcl>? = null

One or more acl blocks as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A map of custom file share metadata.

Link copied to clipboard
Link copied to clipboard
val quota: Int

The quota of the File Share in GB.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard