Namespace Args
constructor(alternateName: Output<String>? = null, disableLocalAuth: Output<Boolean>? = null, encryption: Output<EncryptionArgs>? = null, identity: Output<IdentityArgs>? = null, location: Output<String>? = null, minimumTlsVersion: Output<Either<String, TlsVersion>>? = null, namespaceName: Output<String>? = null, premiumMessagingPartitions: Output<Int>? = null, privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, sku: Output<SBSkuArgs>? = null, tags: Output<Map<String, String>>? = null, zoneRedundant: Output<Boolean>? = null)