GetPolicyPlainArgs

data class GetPolicyPlainArgs(val storageAccountId: String) : ConvertibleToJava<GetPolicyPlainArgs>

A collection of arguments for invoking getPolicy.

Constructors

Link copied to clipboard
constructor(storageAccountId: String)

Properties

Link copied to clipboard

Specifies the id of the storage account to retrieve the management policy for.

Functions

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