Package-level declarations

Types

Link copied to clipboard
data class GetNamespaceAuthorizationRulePlainArgs(val name: String, val namespaceId: String? = null, val namespaceName: String? = null, val resourceGroupName: String? = null) : ConvertibleToJava<GetNamespaceAuthorizationRulePlainArgs>

A collection of arguments for invoking getNamespaceAuthorizationRule.

data class GetNamespaceDisasterRecoveryConfigPlainArgs(val aliasAuthorizationRuleId: String? = null, val name: String, val namespaceId: String? = null, val namespaceName: String? = null, val resourceGroupName: String? = null) : ConvertibleToJava<GetNamespaceDisasterRecoveryConfigPlainArgs>

A collection of arguments for invoking getNamespaceDisasterRecoveryConfig.

Link copied to clipboard
data class GetNamespacePlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetNamespacePlainArgs>

A collection of arguments for invoking getNamespace.

Link copied to clipboard
data class GetQueueAuthorizationRulePlainArgs(val name: String, val namespaceName: String? = null, val queueId: String? = null, val queueName: String? = null, val resourceGroupName: String? = null) : ConvertibleToJava<GetQueueAuthorizationRulePlainArgs>

A collection of arguments for invoking getQueueAuthorizationRule.

Link copied to clipboard
data class GetQueuePlainArgs(val name: String, val namespaceId: String? = null, val namespaceName: String? = null, val resourceGroupName: String? = null) : ConvertibleToJava<GetQueuePlainArgs>

A collection of arguments for invoking getQueue.

Link copied to clipboard
Link copied to clipboard
data class GetSubscriptionPlainArgs(val name: String, val namespaceName: String? = null, val resourceGroupName: String? = null, val topicId: String? = null, val topicName: String? = null) : ConvertibleToJava<GetSubscriptionPlainArgs>

A collection of arguments for invoking getSubscription.

Link copied to clipboard
data class GetTopicAuthorizationRulePlainArgs(val name: String, val namespaceName: String? = null, val queueName: String? = null, val resourceGroupName: String? = null, val topicId: String? = null, val topicName: String? = null) : ConvertibleToJava<GetTopicAuthorizationRulePlainArgs>

A collection of arguments for invoking getTopicAuthorizationRule.

Link copied to clipboard
data class GetTopicPlainArgs(val name: String, val namespaceId: String? = null, val namespaceName: String? = null, val resourceGroupName: String? = null) : ConvertibleToJava<GetTopicPlainArgs>

A collection of arguments for invoking getTopic.

Link copied to clipboard
Link copied to clipboard
data class NamespaceCustomerManagedKeyArgs(val identityId: Output<String>, val infrastructureEncryptionEnabled: Output<Boolean>? = null, val keyVaultKeyId: Output<String>) : ConvertibleToJava<NamespaceCustomerManagedKeyArgs>
Link copied to clipboard
data class NamespaceIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<NamespaceIdentityArgs>
Link copied to clipboard
data class NamespaceNetworkRuleSetArgs(val defaultAction: Output<String>? = null, val ipRules: Output<List<String>>? = null, val networkRules: Output<List<NamespaceNetworkRuleSetNetworkRuleArgs>>? = null, val publicNetworkAccessEnabled: Output<Boolean>? = null, val trustedServicesAllowed: Output<Boolean>? = null) : ConvertibleToJava<NamespaceNetworkRuleSetArgs>
Link copied to clipboard
data class NamespaceNetworkRuleSetNetworkRuleArgs(val ignoreMissingVnetServiceEndpoint: Output<Boolean>? = null, val subnetId: Output<String>) : ConvertibleToJava<NamespaceNetworkRuleSetNetworkRuleArgs>
Link copied to clipboard
data class SubscriptionClientScopedSubscriptionArgs(val clientId: Output<String>? = null, val isClientScopedSubscriptionDurable: Output<Boolean>? = null, val isClientScopedSubscriptionShareable: Output<Boolean>? = null) : ConvertibleToJava<SubscriptionClientScopedSubscriptionArgs>
Link copied to clipboard
data class SubscriptionRuleCorrelationFilterArgs(val contentType: Output<String>? = null, val correlationId: Output<String>? = null, val label: Output<String>? = null, val messageId: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val replyTo: Output<String>? = null, val replyToSessionId: Output<String>? = null, val sessionId: Output<String>? = null, val to: Output<String>? = null) : ConvertibleToJava<SubscriptionRuleCorrelationFilterArgs>