Get Broker Listener Result
data class GetBrokerListenerResult(val authenticationEnabled: Boolean? = null, val authorizationEnabled: Boolean? = null, val azureApiVersion: String, val brokerRef: String, val extendedLocation: ExtendedLocationPropertyResponse, val id: String, val location: String, val name: String, val nodePort: Int? = null, val port: Int, val provisioningState: String, val serviceName: String? = null, val serviceType: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tls: TlsCertMethodResponse? = null, val type: String)
MQ broker/listener resource
Constructors
Link copied to clipboard
constructor(authenticationEnabled: Boolean? = null, authorizationEnabled: Boolean? = null, azureApiVersion: String, brokerRef: String, extendedLocation: ExtendedLocationPropertyResponse, id: String, location: String, name: String, nodePort: Int? = null, port: Int, provisioningState: String, serviceName: String? = null, serviceType: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, tls: TlsCertMethodResponse? = null, type: String)
Properties
Link copied to clipboard
The flag for enabling Authentication rules on Listener Port.
Link copied to clipboard
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Extended Location
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
The service name to expose Listener port on.
Link copied to clipboard
The Kubernetes Service type to deploy for Listener.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported