Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class DomainInputMappingDefaultValues(val dataVersion: String? = null, val eventType: String? = null, val subject: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class EventGridTopicInputMappingDefaultValues(val dataVersion: String? = null, val eventType: String? = null, val subject: String? = null)
Link copied to clipboard
Link copied to clipboard
data class EventHubCaptureDescription(val destination: EventHubCaptureDescriptionDestination, val enabled: Boolean, val encoding: String, val intervalInSeconds: Int? = null, val sizeLimitInBytes: Int? = null, val skipEmptyArchives: Boolean? = null)
Link copied to clipboard
data class EventHubCaptureDescriptionDestination(val archiveNameFormat: String, val blobContainerName: String, val name: String, val storageAccountId: String)
Link copied to clipboard
Link copied to clipboard
data class EventHubNamespaceNetworkRulesets(val defaultAction: String, val ipRules: List<EventHubNamespaceNetworkRulesetsIpRule>? = null, val publicNetworkAccessEnabled: Boolean? = null, val trustedServiceAccessEnabled: Boolean? = null, val virtualNetworkRules: List<EventHubNamespaceNetworkRulesetsVirtualNetworkRule>? = null)
Link copied to clipboard
Link copied to clipboard
data class EventHubNamespaceNetworkRulesetsVirtualNetworkRule(val ignoreMissingVirtualNetworkServiceEndpoint: Boolean? = null, val subnetId: String)
Link copied to clipboard
data class EventSubscriptionAdvancedFilter(val boolEquals: List<EventSubscriptionAdvancedFilterBoolEqual>? = null, val isNotNulls: List<EventSubscriptionAdvancedFilterIsNotNull>? = null, val isNullOrUndefineds: List<EventSubscriptionAdvancedFilterIsNullOrUndefined>? = null, val numberGreaterThanOrEquals: List<EventSubscriptionAdvancedFilterNumberGreaterThanOrEqual>? = null, val numberGreaterThans: List<EventSubscriptionAdvancedFilterNumberGreaterThan>? = null, val numberInRanges: List<EventSubscriptionAdvancedFilterNumberInRange>? = null, val numberIns: List<EventSubscriptionAdvancedFilterNumberIn>? = null, val numberLessThanOrEquals: List<EventSubscriptionAdvancedFilterNumberLessThanOrEqual>? = null, val numberLessThans: List<EventSubscriptionAdvancedFilterNumberLessThan>? = null, val numberNotInRanges: List<EventSubscriptionAdvancedFilterNumberNotInRange>? = null, val numberNotIns: List<EventSubscriptionAdvancedFilterNumberNotIn>? = null, val stringBeginsWiths: List<EventSubscriptionAdvancedFilterStringBeginsWith>? = null, val stringContains: List<EventSubscriptionAdvancedFilterStringContain>? = null, val stringEndsWiths: List<EventSubscriptionAdvancedFilterStringEndsWith>? = null, val stringIns: List<EventSubscriptionAdvancedFilterStringIn>? = null, val stringNotBeginsWiths: List<EventSubscriptionAdvancedFilterStringNotBeginsWith>? = null, val stringNotContains: List<EventSubscriptionAdvancedFilterStringNotContain>? = null, val stringNotEndsWiths: List<EventSubscriptionAdvancedFilterStringNotEndsWith>? = null, val stringNotIns: List<EventSubscriptionAdvancedFilterStringNotIn>? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterNumberGreaterThanOrEqual(val key: String, val value: Double)
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterNumberInRange(val key: String, val values: List<List<Double>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterNumberNotInRange(val key: String, val values: List<List<Double>>)
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringBeginsWith(val key: String, val values: List<String>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringNotBeginsWith(val key: String, val values: List<String>)
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringNotContain(val key: String, val values: List<String>)
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringNotEndsWith(val key: String, val values: List<String>)
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAzureFunctionEndpoint(val functionId: String, val maxEventsPerBatch: Int? = null, val preferredBatchSizeInKilobytes: Int? = null)
Link copied to clipboard
data class EventSubscriptionDeadLetterIdentity(val type: String, val userAssignedIdentity: String? = null)
Link copied to clipboard
data class EventSubscriptionDeliveryIdentity(val type: String, val userAssignedIdentity: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionStorageBlobDeadLetterDestination(val storageAccountId: String, val storageBlobContainerName: String)
Link copied to clipboard
data class EventSubscriptionStorageQueueEndpoint(val queueMessageTimeToLiveInSeconds: Int? = null, val queueName: String, val storageAccountId: String)
Link copied to clipboard
data class EventSubscriptionSubjectFilter(val caseSensitive: Boolean? = null, val subjectBeginsWith: String? = null, val subjectEndsWith: String? = null)
Link copied to clipboard
Link copied to clipboard
data class GetAuthorizationRuleResult(val eventhubName: String, val id: String, val listen: Boolean? = null, val manage: Boolean? = null, val name: String, val namespaceName: String, val primaryConnectionString: String, val primaryConnectionStringAlias: String, val primaryKey: String, val resourceGroupName: String, val secondaryConnectionString: String, val secondaryConnectionStringAlias: String, val secondaryKey: String, val send: Boolean? = null)
A collection of values returned by getAuthorizationRule.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetEventhubNamespaceResult(val autoInflateEnabled: Boolean, val capacity: Int, val dedicatedClusterId: String, val defaultPrimaryConnectionString: String, val defaultPrimaryConnectionStringAlias: String, val defaultPrimaryKey: String, val defaultSecondaryConnectionString: String, val defaultSecondaryConnectionStringAlias: String, val defaultSecondaryKey: String, val id: String, val kafkaEnabled: Boolean, val location: String, val maximumThroughputUnits: Int, val name: String, val resourceGroupName: String, val sku: String, val tags: Map<String, String>)
A collection of values returned by getEventhubNamespace.
Link copied to clipboard
Link copied to clipboard
data class GetNamespaceAuthorizationRuleResult(val id: String, val listen: Boolean, val manage: Boolean, val name: String, val namespaceName: String, val primaryConnectionString: String, val primaryConnectionStringAlias: String, val primaryKey: String, val resourceGroupName: String, val secondaryConnectionString: String, val secondaryConnectionStringAlias: String, val secondaryKey: String, val send: Boolean)
A collection of values returned by getNamespaceAuthorizationRule.
Link copied to clipboard
data class GetNamespaceResult(val autoInflateEnabled: Boolean, val capacity: Int, val dedicatedClusterId: String, val defaultPrimaryConnectionString: String, val defaultPrimaryConnectionStringAlias: String, val defaultPrimaryKey: String, val defaultSecondaryConnectionString: String, val defaultSecondaryConnectionStringAlias: String, val defaultSecondaryKey: String, val id: String, val kafkaEnabled: Boolean, val location: String, val maximumThroughputUnits: Int, val name: String, val resourceGroupName: String, val sku: String, val tags: Map<String, String>)
A collection of values returned by getNamespace.
Link copied to clipboard
data class GetSasResult(val connectionString: String, val expiry: String, val id: String, val sas: String)
A collection of values returned by getSas.
Link copied to clipboard
data class GetServiceBusNamespaceResult(val capacity: Int, val defaultPrimaryConnectionString: String, val defaultPrimaryKey: String, val defaultSecondaryConnectionString: String, val defaultSecondaryKey: String, val endpoint: String, val id: String, val location: String, val name: String, val premiumMessagingPartitions: Int, val resourceGroupName: String, val sku: String, val tags: Map<String, String>)
A collection of values returned by getServiceBusNamespace.
Link copied to clipboard
data class NamespaceCustomerManagedKey(val identityId: String, val infrastructureEncryptionEnabled: Boolean? = null, val keyVaultKeyId: String)
Link copied to clipboard
Link copied to clipboard
data class NamespaceNetworkRuleSet(val defaultAction: String? = null, val ipRules: List<String>? = null, val networkRules: List<NamespaceNetworkRuleSetNetworkRule>? = null, val publicNetworkAccessEnabled: Boolean? = null, val trustedServicesAllowed: Boolean? = null)
Link copied to clipboard
data class NamespaceNetworkRuleSetNetworkRule(val ignoreMissingVnetServiceEndpoint: Boolean? = null, val subnetId: String)
Link copied to clipboard
data class SubscriptionClientScopedSubscription(val clientId: String? = null, val isClientScopedSubscriptionDurable: Boolean? = null, val isClientScopedSubscriptionShareable: Boolean? = null)
Link copied to clipboard
data class SubscriptionRuleCorrelationFilter(val contentType: String? = null, val correlationId: String? = null, val label: String? = null, val messageId: String? = null, val properties: Map<String, String>? = null, val replyTo: String? = null, val replyToSessionId: String? = null, val sessionId: String? = null, val to: String? = null)