GetSharePlainArgs

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

A collection of arguments for invoking getShare.

Constructors

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

Functions

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

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 name of the storage account.