Package-level declarations

Types

data class GetHybridConnectionAuthorizationRuleResult(val id: String, val name: String, val rights: List<String>, val type: String)

Description of a namespace authorization rule.

Link copied to clipboard
data class GetHybridConnectionResult(val createdAt: String, val id: String, val listenerCount: Int, val name: String, val requiresClientAuthorization: Boolean? = null, val type: String, val updatedAt: String, val userMetadata: String? = null)

Description of hybrid connection resource.

Link copied to clipboard
data class GetNamespaceAuthorizationRuleResult(val id: String, val name: String, val rights: List<String>, val type: String)

Description of a namespace authorization rule.

Link copied to clipboard
data class GetNamespaceResult(val createdAt: String, val id: String, val location: String, val metricId: String, val name: String, val provisioningState: String, val serviceBusEndpoint: String, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val updatedAt: String)

Description of a namespace resource.

Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val id: String, val location: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val tags: Map<String, String>? = null, val type: String)

Private endpoint connection resource.

Link copied to clipboard
data class GetWCFRelayAuthorizationRuleResult(val id: String, val name: String, val rights: List<String>, val type: String)

Description of a namespace authorization rule.

Link copied to clipboard
data class GetWCFRelayResult(val createdAt: String, val id: String, val isDynamic: Boolean, val listenerCount: Int, val name: String, val relayType: String? = null, val requiresClientAuthorization: Boolean? = null, val requiresTransportSecurity: Boolean? = null, val type: String, val updatedAt: String, val userMetadata: String? = null)

Description of the WCF relay resource.

Link copied to clipboard
data class ListHybridConnectionKeysResult(val keyName: String? = null, val primaryConnectionString: String? = null, val primaryKey: String? = null, val secondaryConnectionString: String? = null, val secondaryKey: String? = null)

Namespace/Relay Connection String

Link copied to clipboard
data class ListNamespaceKeysResult(val keyName: String? = null, val primaryConnectionString: String? = null, val primaryKey: String? = null, val secondaryConnectionString: String? = null, val secondaryKey: String? = null)

Namespace/Relay Connection String

Link copied to clipboard
data class ListWCFRelayKeysResult(val keyName: String? = null, val primaryConnectionString: String? = null, val primaryKey: String? = null, val secondaryConnectionString: String? = null, val secondaryKey: String? = null)

Namespace/Relay Connection String

Link copied to clipboard
data class PrivateEndpointResponse(val id: String? = null)

Private endpoint object properties.

data class PrivateLinkServiceConnectionStateResponse(val actionRequired: String? = null, val description: String? = null, val status: String? = null)

An object that represents the approval state of the private link connection.

Link copied to clipboard
data class SkuResponse(val name: String, val tier: String? = null)

SKU of the namespace.