GetEncryptionScopePlainArgs

data class GetEncryptionScopePlainArgs(val name: String, val storageAccountId: String) : ConvertibleToJava<GetEncryptionScopePlainArgs>

A collection of arguments for invoking getEncryptionScope.

Constructors

Link copied to clipboard
constructor(name: String, storageAccountId: String)

Properties

Link copied to clipboard

The name of this Storage Encryption Scope.

Link copied to clipboard

The ID of the Storage Account where this Storage Encryption Scope exists.

Functions

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