DiagnosticStoragePropertiesArgs

data class DiagnosticStoragePropertiesArgs(val authenticationType: Output<Either<String, AuthenticationType>>, val connectionString: Output<String>? = null, val resourceId: Output<String>) : ConvertibleToJava<DiagnosticStoragePropertiesArgs>

Customer-initiated diagnostic log collection storage properties

Constructors

Link copied to clipboard
constructor(authenticationType: Output<Either<String, AuthenticationType>>, connectionString: Output<String>? = null, resourceId: Output<String>)

Properties

Link copied to clipboard

Authentication Type

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

ConnectionString of the diagnostic storage account

Link copied to clipboard
val resourceId: Output<String>

ResourceId of the diagnostic storage account

Functions

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