GetEncryptionScopePlainArgs

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

A collection of arguments for invoking getEncryptionScope.

Constructors

Link copied to clipboard
fun GetEncryptionScopePlainArgs(name: String, storageAccountId: String)

Functions

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

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.