Namespace Args
data class NamespaceArgs(val alternateName: Output<String>? = null, val clusterArmId: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val encryption: Output<EncryptionArgs>? = null, val identity: Output<IdentityArgs>? = null, val isAutoInflateEnabled: Output<Boolean>? = null, val kafkaEnabled: Output<Boolean>? = null, val location: Output<String>? = null, val maximumThroughputUnits: Output<Int>? = null, val minimumTlsVersion: Output<Either<String, TlsVersion>>? = null, val namespaceName: Output<String>? = null, val privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val zoneRedundant: Output<Boolean>? = null) : ConvertibleToJava<NamespaceArgs>
Single Namespace item in List or Get Operation Azure REST API version: 2022-10-01-preview. Prior API version in Azure Native 1.x: 2017-04-01. Other available API versions: 2015-08-01, 2023-01-01-preview.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:eventhub:Namespace NamespaceSample /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}
Content copied to clipboard
Constructors
Link copied to clipboard
fun NamespaceArgs(alternateName: Output<String>? = null, clusterArmId: Output<String>? = null, disableLocalAuth: Output<Boolean>? = null, encryption: Output<EncryptionArgs>? = null, identity: Output<IdentityArgs>? = null, isAutoInflateEnabled: Output<Boolean>? = null, kafkaEnabled: Output<Boolean>? = null, location: Output<String>? = null, maximumThroughputUnits: Output<Int>? = null, minimumTlsVersion: Output<Either<String, TlsVersion>>? = null, namespaceName: Output<String>? = null, privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null, zoneRedundant: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard