IotHubDeviceUpdateInstanceDiagnosticStorageAccountArgs

data class IotHubDeviceUpdateInstanceDiagnosticStorageAccountArgs(val connectionString: Output<String>, val id: Output<String>) : ConvertibleToJava<IotHubDeviceUpdateInstanceDiagnosticStorageAccountArgs>

Constructors

constructor(connectionString: Output<String>, id: Output<String>)

Properties

Link copied to clipboard

Connection String of the Diagnostic Storage Account.

Link copied to clipboard
val id: Output<String>

Resource ID of the Diagnostic Storage Account.

Functions

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