Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Private endpoint object properties.
Link copied to clipboard
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
SKU of the namespace.