Get Topic Result
data class GetTopicResult(val dataResidencyBoundary: String? = null, val disableLocalAuth: Boolean? = null, val endpoint: String, val id: String, val identity: IdentityInfoResponse? = null, val inboundIpRules: List<InboundIpRuleResponse>? = null, val inputSchema: String? = null, val inputSchemaMapping: JsonInputSchemaMappingResponse? = null, val location: String, val metricResourceId: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
EventGrid Topic
Constructors
Link copied to clipboard
fun GetTopicResult(dataResidencyBoundary: String? = null, disableLocalAuth: Boolean? = null, endpoint: String, id: String, identity: IdentityInfoResponse? = null, inboundIpRules: List<InboundIpRuleResponse>? = null, inputSchema: String? = null, inputSchemaMapping: JsonInputSchemaMappingResponse? = null, location: String, metricResourceId: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)