Get Namespace Result
data class GetNamespaceResult(val id: String, val identity: IdentityInfoResponse? = null, val inboundIpRules: List<InboundIpRuleResponse>? = null, val isZoneRedundant: Boolean? = null, val location: String, val minimumTlsVersionAllowed: String? = null, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String, val publicNetworkAccess: String? = null, val sku: NamespaceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val topicSpacesConfiguration: TopicSpacesConfigurationResponse? = null, val topicsConfiguration: TopicsConfigurationResponse? = null, val type: String)
Namespace resource.
Constructors
Link copied to clipboard
fun GetNamespaceResult(id: String, identity: IdentityInfoResponse? = null, inboundIpRules: List<InboundIpRuleResponse>? = null, isZoneRedundant: Boolean? = null, location: String, minimumTlsVersionAllowed: String? = null, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, provisioningState: String, publicNetworkAccess: String? = null, sku: NamespaceSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, topicSpacesConfiguration: TopicSpacesConfigurationResponse? = null, topicsConfiguration: TopicsConfigurationResponse? = null, type: String)