Package-level declarations
Types
Link copied to clipboard
ConnectionState information.
Link copied to clipboard
data class GetHybridConnectionAuthorizationRuleResult(val id: String, val location: String, val name: String, val rights: List<String>, val systemData: SystemDataResponse, val type: String)
Single item in a List or Get AuthorizationRule operation
Link copied to clipboard
data class GetHybridConnectionResult(val createdAt: String, val id: String, val listenerCount: Int, val location: String, val name: String, val requiresClientAuthorization: Boolean? = null, val systemData: SystemDataResponse, 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 location: String, val name: String, val rights: List<String>, val systemData: SystemDataResponse, val type: String)
Single item in a List or Get AuthorizationRule operation
Link copied to clipboard
data class GetNamespaceResult(val createdAt: String, val id: String, val location: String, val metricId: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String, val publicNetworkAccess: String? = null, val serviceBusEndpoint: String, val sku: SkuResponse? = null, val status: String, val systemData: SystemDataResponse, 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: ConnectionStateResponse? = null, val provisioningState: String? = null, val systemData: SystemDataResponse, val type: String)
Properties of the PrivateEndpointConnection.
Link copied to clipboard
data class GetWCFRelayAuthorizationRuleResult(val id: String, val location: String, val name: String, val rights: List<String>, val systemData: SystemDataResponse, val type: String)
Single item in a List or Get AuthorizationRule operation
Link copied to clipboard
data class GetWCFRelayResult(val createdAt: String, val id: String, val isDynamic: Boolean, val listenerCount: Int, val location: String, val name: String, val relayType: String? = null, val requiresClientAuthorization: Boolean? = null, val requiresTransportSecurity: Boolean? = null, val systemData: SystemDataResponse, val type: String, val updatedAt: String, val userMetadata: String? = null)
Description of the WCF relay resource.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PrivateEndpointConnectionResponse(val id: String, val location: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: ConnectionStateResponse? = null, val provisioningState: String? = null, val systemData: SystemDataResponse, val type: String)
Properties of the PrivateEndpointConnection.
Link copied to clipboard
PrivateEndpoint information.
Link copied to clipboard
SKU of the namespace.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.