GetAccountPlainArgs

data class GetAccountPlainArgs(val minTlsVersion: String? = null, val name: String, val resourceGroupName: String? = null) : ConvertibleToJava<GetAccountPlainArgs>

A collection of arguments for invoking getAccount.

Constructors

Link copied to clipboard
constructor(minTlsVersion: String? = null, name: String, resourceGroupName: String? = null)

Properties

Link copied to clipboard
val minTlsVersion: String? = null

The minimum supported TLS version for this storage account.

Link copied to clipboard

Specifies the name of the Storage Account

Link copied to clipboard

Specifies the name of the resource group the Storage Account is located in.

Functions

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