StorageInfoArgs

data class StorageInfoArgs(val accountName: Output<String>? = null, val location: Output<String>? = null, val resourceGroup: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<StorageInfoArgs>

The information of 'bring your own storage' account binding to the report

Constructors

Link copied to clipboard
constructor(accountName: Output<String>? = null, location: Output<String>? = null, resourceGroup: Output<String>? = null, subscriptionId: Output<String>? = null)

Properties

Link copied to clipboard
val accountName: Output<String>? = null

'bring your own storage' account name

Link copied to clipboard
val location: Output<String>? = null

The region of 'bring your own storage' account

Link copied to clipboard
val resourceGroup: Output<String>? = null

The resourceGroup which 'bring your own storage' account belongs to

Link copied to clipboard
val subscriptionId: Output<String>? = null

The subscription id which 'bring your own storage' account belongs to

Functions

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