StorageAccountDetailsResponse

data class StorageAccountDetailsResponse(val dataAccountType: String, val storageAccountId: String)

Details for the storage account.

Constructors

Link copied to clipboard
constructor(dataAccountType: String, storageAccountId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account Type of the data to be transferred. Expected value is 'StorageAccount'.

Link copied to clipboard

Storage Account Resource Id.