GetSharePlainArgs

data class GetSharePlainArgs(val acls: List<GetShareAcl>? = null, val metadata: Map<String, String>? = null, val name: String, val storageAccountId: String? = null, val storageAccountName: String? = null) : ConvertibleToJava<GetSharePlainArgs>

A collection of arguments for invoking getShare.

Constructors

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

Properties

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

One or more acl blocks as defined below.

Link copied to clipboard
val metadata: Map<String, String>? = null

A map of custom file share metadata.

Link copied to clipboard

The name of the share.

Link copied to clipboard

The ID of the storage account in which the share exists.

Link copied to clipboard

The name of the storage account in which the share exists. This property is deprecated in favour of storage_account_id.

Functions

Link copied to clipboard
open override fun toJava(): GetSharePlainArgs