Diagnostic Storage Properties Response
data class DiagnosticStoragePropertiesResponse(val authenticationType: String, val connectionString: String? = null, val resourceId: String)
Customer-initiated diagnostic log collection storage properties
Constructors
Link copied to clipboard
fun DiagnosticStoragePropertiesResponse(authenticationType: String, connectionString: String? = null, resourceId: String)