DatabaseConnectionStringProfile constructor

DatabaseConnectionStringProfile({
  1. String? consumerGroup,
  2. String? displayName,
  3. String? hostFormat,
  4. bool? isRegional,
  5. String? protocol,
  6. String? sessionMode,
  7. String? syntaxFormat,
  8. String? tlsAuthentication,
  9. String? value,
})

Implementation

DatabaseConnectionStringProfile({
  this.consumerGroup,
  this.displayName,
  this.hostFormat,
  this.isRegional,
  this.protocol,
  this.sessionMode,
  this.syntaxFormat,
  this.tlsAuthentication,
  this.value,
});