GetBrokerListenerResult

data class GetBrokerListenerResult(val authenticationEnabled: Boolean? = null, val authorizationEnabled: Boolean? = null, 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, 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)

Types

Link copied to clipboard
object Companion

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 k8s cr/resource reference of mq/broker.

Link copied to clipboard
Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard
val nodePort: Int? = null

The node port to use on the Host node.

Link copied to clipboard
val port: Int

The port to start Listening for connections on.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard
val serviceName: String? = null

The service name to expose Listener port on.

Link copied to clipboard
val serviceType: String? = null

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
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"