GetStorageClassPlainArgs

data class GetStorageClassPlainArgs(val resourceUri: String, val storageClassName: String) : ConvertibleToJava<GetStorageClassPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceUri: String, storageClassName: String)

Properties

Link copied to clipboard

The fully qualified Azure Resource manager identifier of the resource.

Link copied to clipboard

The name of the the storage class

Functions

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