DatasetBlobStorageStorageAccountArgs

data class DatasetBlobStorageStorageAccountArgs(val name: Output<String>, val resourceGroupName: Output<String>, val subscriptionId: Output<String>) : ConvertibleToJava<DatasetBlobStorageStorageAccountArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, resourceGroupName: Output<String>, subscriptionId: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.

Link copied to clipboard

The resource group name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.

Link copied to clipboard
val subscriptionId: Output<String>

The subscription id of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.

Functions

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