Get Partner Namespace Result
data class GetPartnerNamespaceResult(val disableLocalAuth: Boolean? = null, val endpoint: String, val id: String, val inboundIpRules: List<InboundIpRuleResponse>? = null, val location: String, val name: String, val partnerRegistrationFullyQualifiedId: String? = null, val partnerTopicRoutingMode: String? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
EventGrid Partner Namespace.
Constructors
Link copied to clipboard
fun GetPartnerNamespaceResult(disableLocalAuth: Boolean? = null, endpoint: String, id: String, inboundIpRules: List<InboundIpRuleResponse>? = null, location: String, name: String, partnerRegistrationFullyQualifiedId: String? = null, partnerTopicRoutingMode: String? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)