@azure/arm-eventgrid 30.0.0-alpha.20210929.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/LICENSE +21 -0
- package/README.md +94 -0
- package/dist/index.js +10620 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/eventGridManagementClient.d.ts +31 -0
- package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
- package/dist-esm/src/eventGridManagementClient.js +38 -0
- package/dist-esm/src/eventGridManagementClient.js.map +1 -0
- package/dist-esm/src/eventGridManagementClientContext.d.ts +17 -0
- package/dist-esm/src/eventGridManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/eventGridManagementClientContext.js +50 -0
- package/dist-esm/src/eventGridManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2765 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +289 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +139 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +2979 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +53 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +415 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/domainTopics.d.ts +79 -0
- package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/domainTopics.js +310 -0
- package/dist-esm/src/operations/domainTopics.js.map +1 -0
- package/dist-esm/src/operations/domains.d.ts +122 -0
- package/dist-esm/src/operations/domains.d.ts.map +1 -0
- package/dist-esm/src/operations/domains.js +522 -0
- package/dist-esm/src/operations/domains.js.map +1 -0
- package/dist-esm/src/operations/eventChannels.d.ts +72 -0
- package/dist-esm/src/operations/eventChannels.d.ts.map +1 -0
- package/dist-esm/src/operations/eventChannels.js +269 -0
- package/dist-esm/src/operations/eventChannels.js.map +1 -0
- package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
- package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
- package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
- package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/extensionTopics.js +50 -0
- package/dist-esm/src/operations/extensionTopics.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +17 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +24 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +88 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/partnerNamespaces.d.ts +122 -0
- package/dist-esm/src/operations/partnerNamespaces.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerNamespaces.js +537 -0
- package/dist-esm/src/operations/partnerNamespaces.js.map +1 -0
- package/dist-esm/src/operations/partnerRegistrations.d.ts +83 -0
- package/dist-esm/src/operations/partnerRegistrations.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerRegistrations.js +349 -0
- package/dist-esm/src/operations/partnerRegistrations.js.map +1 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts +128 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js +483 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/partnerTopics.d.ts +97 -0
- package/dist-esm/src/operations/partnerTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerTopics.js +408 -0
- package/dist-esm/src/operations/partnerTopics.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +105 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +362 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +58 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +184 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/systemTopics.d.ts +107 -0
- package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/systemTopics.js +482 -0
- package/dist-esm/src/operations/systemTopics.js.map +1 -0
- package/dist-esm/src/operations/topicTypes.d.ts +46 -0
- package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
- package/dist-esm/src/operations/topicTypes.js +175 -0
- package/dist-esm/src/operations/topicTypes.js.map +1 -0
- package/dist-esm/src/operations/topics.d.ts +150 -0
- package/dist-esm/src/operations/topics.d.ts.map +1 -0
- package/dist-esm/src/operations/topics.js +656 -0
- package/dist-esm/src/operations/topics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/domains.js +9 -0
- package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.js +9 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +24 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +27 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topics.js +9 -0
- package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
- package/dist-esm/test/eventgrid_examples.d.ts +2 -0
- package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
- package/dist-esm/test/eventgrid_examples.js +163 -0
- package/dist-esm/test/eventgrid_examples.js.map +1 -0
- package/package.json +102 -0
- package/review/arm-eventgrid.api.md +2518 -0
- package/rollup.config.js +188 -0
- package/src/eventGridManagementClient.ts +101 -0
- package/src/eventGridManagementClientContext.ts +71 -0
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +3297 -0
- package/src/models/mappers.ts +3334 -0
- package/src/models/parameters.ts +490 -0
- package/src/operations/domainTopics.ts +452 -0
- package/src/operations/domains.ts +713 -0
- package/src/operations/eventChannels.ts +382 -0
- package/src/operations/eventSubscriptions.ts +2077 -0
- package/src/operations/extensionTopics.ts +67 -0
- package/src/operations/index.ts +24 -0
- package/src/operations/operations.ts +96 -0
- package/src/operations/partnerNamespaces.ts +729 -0
- package/src/operations/partnerRegistrations.ts +440 -0
- package/src/operations/partnerTopicEventSubscriptions.ts +699 -0
- package/src/operations/partnerTopics.ts +532 -0
- package/src/operations/privateEndpointConnections.ts +529 -0
- package/src/operations/privateLinkResources.ts +259 -0
- package/src/operations/systemTopicEventSubscriptions.ts +699 -0
- package/src/operations/systemTopics.ts +656 -0
- package/src/operations/topicTypes.ts +202 -0
- package/src/operations/topics.ts +921 -0
- package/src/operationsInterfaces/domainTopics.ts +105 -0
- package/src/operationsInterfaces/domains.ts +162 -0
- package/src/operationsInterfaces/eventChannels.ts +89 -0
- package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
- package/src/operationsInterfaces/extensionTopics.ts +30 -0
- package/src/operationsInterfaces/index.ts +24 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/partnerNamespaces.ts +162 -0
- package/src/operationsInterfaces/partnerRegistrations.ts +91 -0
- package/src/operationsInterfaces/partnerTopicEventSubscriptions.ts +190 -0
- package/src/operationsInterfaces/partnerTopics.ts +114 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +137 -0
- package/src/operationsInterfaces/privateLinkResources.ts +52 -0
- package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
- package/src/operationsInterfaces/systemTopics.ts +139 -0
- package/src/operationsInterfaces/topicTypes.ts +47 -0
- package/src/operationsInterfaces/topics.ts +197 -0
- package/tsconfig.json +19 -0
- package/types/arm-eventgrid.d.ts +4299 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,2765 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare type InputSchemaMappingUnion = InputSchemaMapping | JsonInputSchemaMapping;
|
|
3
|
+
export declare type AdvancedFilterUnion = AdvancedFilter | NumberInAdvancedFilter | NumberNotInAdvancedFilter | NumberLessThanAdvancedFilter | NumberGreaterThanAdvancedFilter | NumberLessThanOrEqualsAdvancedFilter | NumberGreaterThanOrEqualsAdvancedFilter | BoolEqualsAdvancedFilter | StringInAdvancedFilter | StringNotInAdvancedFilter | StringBeginsWithAdvancedFilter | StringEndsWithAdvancedFilter | StringContainsAdvancedFilter | NumberInRangeAdvancedFilter | NumberNotInRangeAdvancedFilter | StringNotBeginsWithAdvancedFilter | StringNotEndsWithAdvancedFilter | StringNotContainsAdvancedFilter | IsNullOrUndefinedAdvancedFilter | IsNotNullAdvancedFilter;
|
|
4
|
+
export declare type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination;
|
|
5
|
+
export declare type DeadLetterDestinationUnion = DeadLetterDestination | StorageBlobDeadLetterDestination;
|
|
6
|
+
export declare type DeliveryAttributeMappingUnion = DeliveryAttributeMapping | StaticDeliveryAttributeMapping | DynamicDeliveryAttributeMapping;
|
|
7
|
+
/** Definition of a Resource */
|
|
8
|
+
export interface Resource {
|
|
9
|
+
/**
|
|
10
|
+
* Fully qualified identifier of the resource.
|
|
11
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
+
*/
|
|
13
|
+
readonly id?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Name of the resource.
|
|
16
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
+
*/
|
|
18
|
+
readonly name?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Type of the resource.
|
|
21
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
22
|
+
*/
|
|
23
|
+
readonly type?: string;
|
|
24
|
+
}
|
|
25
|
+
/** PrivateEndpoint information. */
|
|
26
|
+
export interface PrivateEndpoint {
|
|
27
|
+
/** The ARM identifier for Private Endpoint. */
|
|
28
|
+
id?: string;
|
|
29
|
+
}
|
|
30
|
+
/** ConnectionState information. */
|
|
31
|
+
export interface ConnectionState {
|
|
32
|
+
/** Status of the connection. */
|
|
33
|
+
status?: PersistedConnectionStatus;
|
|
34
|
+
/** Description of the connection state. */
|
|
35
|
+
description?: string;
|
|
36
|
+
/** Actions required (if any). */
|
|
37
|
+
actionsRequired?: string;
|
|
38
|
+
}
|
|
39
|
+
/** By default, Event Grid expects events to be in the Event Grid event schema. Specifying an input schema mapping enables publishing to Event Grid using a custom input schema. Currently, the only supported type of InputSchemaMapping is 'JsonInputSchemaMapping'. */
|
|
40
|
+
export interface InputSchemaMapping {
|
|
41
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
42
|
+
inputSchemaMappingType: "Json";
|
|
43
|
+
}
|
|
44
|
+
export interface InboundIpRule {
|
|
45
|
+
/** IP Address in CIDR notation e.g., 10.0.0.0/8. */
|
|
46
|
+
ipMask?: string;
|
|
47
|
+
/** Action to perform based on the match or no match of the IpMask. */
|
|
48
|
+
action?: IpActionType;
|
|
49
|
+
}
|
|
50
|
+
/** Describes an EventGrid Resource Sku. */
|
|
51
|
+
export interface ResourceSku {
|
|
52
|
+
/** The Sku name of the resource. The possible values are: Basic or Premium. */
|
|
53
|
+
name?: Sku;
|
|
54
|
+
}
|
|
55
|
+
/** The identity information for the resource. */
|
|
56
|
+
export interface IdentityInfo {
|
|
57
|
+
/** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. */
|
|
58
|
+
type?: IdentityType;
|
|
59
|
+
/** The principal ID of resource identity. */
|
|
60
|
+
principalId?: string;
|
|
61
|
+
/** The tenant ID of resource. */
|
|
62
|
+
tenantId?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:
|
|
65
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
66
|
+
* This property is currently not used and reserved for future usage.
|
|
67
|
+
*/
|
|
68
|
+
userAssignedIdentities?: {
|
|
69
|
+
[propertyName: string]: UserIdentityProperties;
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
/** The information about the user identity. */
|
|
73
|
+
export interface UserIdentityProperties {
|
|
74
|
+
/** The principal id of user assigned identity. */
|
|
75
|
+
principalId?: string;
|
|
76
|
+
/** The client id of user assigned identity. */
|
|
77
|
+
clientId?: string;
|
|
78
|
+
}
|
|
79
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
80
|
+
export interface SystemData {
|
|
81
|
+
/** The identity that created the resource. */
|
|
82
|
+
createdBy?: string;
|
|
83
|
+
/** The type of identity that created the resource. */
|
|
84
|
+
createdByType?: CreatedByType;
|
|
85
|
+
/** The timestamp of resource creation (UTC). */
|
|
86
|
+
createdAt?: Date;
|
|
87
|
+
/** The identity that last modified the resource. */
|
|
88
|
+
lastModifiedBy?: string;
|
|
89
|
+
/** The type of identity that last modified the resource. */
|
|
90
|
+
lastModifiedByType?: CreatedByType;
|
|
91
|
+
/** The timestamp of resource last modification (UTC) */
|
|
92
|
+
lastModifiedAt?: Date;
|
|
93
|
+
}
|
|
94
|
+
/** Properties of the Domain update. */
|
|
95
|
+
export interface DomainUpdateParameters {
|
|
96
|
+
/** Tags of the domains resource. */
|
|
97
|
+
tags?: {
|
|
98
|
+
[propertyName: string]: string;
|
|
99
|
+
};
|
|
100
|
+
/** Identity information for the resource. */
|
|
101
|
+
identity?: IdentityInfo;
|
|
102
|
+
/** The Sku pricing tier for the domain. */
|
|
103
|
+
sku?: ResourceSku;
|
|
104
|
+
/**
|
|
105
|
+
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
106
|
+
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainUpdateParameterProperties.InboundIpRules" />
|
|
107
|
+
*/
|
|
108
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
109
|
+
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
110
|
+
inboundIpRules?: InboundIpRule[];
|
|
111
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the domain. */
|
|
112
|
+
disableLocalAuth?: boolean;
|
|
113
|
+
/**
|
|
114
|
+
* This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
|
|
115
|
+
* In this context, creation of domain topic can be auto-managed (when true) or self-managed (when false). The default value for this property is true.
|
|
116
|
+
* When this property is null or set to true, Event Grid is responsible of automatically creating the domain topic when the first event subscription is
|
|
117
|
+
* created at the scope of the domain topic. If this property is set to false, then creating the first event subscription will require creating a domain topic
|
|
118
|
+
* by the user. The self-management mode can be used if the user wants full control of when the domain topic is created, while auto-managed mode provides the
|
|
119
|
+
* flexibility to perform less operations and manage fewer resources by the user. Also, note that in auto-managed creation mode, user is allowed to create the
|
|
120
|
+
* domain topic on demand if needed.
|
|
121
|
+
*/
|
|
122
|
+
autoCreateTopicWithFirstSubscription?: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
|
|
125
|
+
* In this context, deletion of domain topic can be auto-managed (when true) or self-managed (when false). The default value for this property is true.
|
|
126
|
+
* When this property is set to true, Event Grid is responsible of automatically deleting the domain topic when the last event subscription at the scope
|
|
127
|
+
* of the domain topic is deleted. If this property is set to false, then the user needs to manually delete the domain topic when it is no longer needed
|
|
128
|
+
* (e.g., when last event subscription is deleted and the resource needs to be cleaned up). The self-management mode can be used if the user wants full
|
|
129
|
+
* control of when the domain topic needs to be deleted, while auto-managed mode provides the flexibility to perform less operations and manage fewer
|
|
130
|
+
* resources by the user.
|
|
131
|
+
*/
|
|
132
|
+
autoDeleteTopicWithLastSubscription?: boolean;
|
|
133
|
+
}
|
|
134
|
+
/** Result of the List Domains operation */
|
|
135
|
+
export interface DomainsListResult {
|
|
136
|
+
/** A collection of Domains */
|
|
137
|
+
value?: Domain[];
|
|
138
|
+
/** A link for the next page of domains */
|
|
139
|
+
nextLink?: string;
|
|
140
|
+
}
|
|
141
|
+
/** Shared access keys of the Domain. */
|
|
142
|
+
export interface DomainSharedAccessKeys {
|
|
143
|
+
/** Shared access key1 for the domain. */
|
|
144
|
+
key1?: string;
|
|
145
|
+
/** Shared access key2 for the domain. */
|
|
146
|
+
key2?: string;
|
|
147
|
+
}
|
|
148
|
+
/** Domain regenerate share access key request. */
|
|
149
|
+
export interface DomainRegenerateKeyRequest {
|
|
150
|
+
/** Key name to regenerate key1 or key2. */
|
|
151
|
+
keyName: string;
|
|
152
|
+
}
|
|
153
|
+
/** Result of the List Domain Topics operation. */
|
|
154
|
+
export interface DomainTopicsListResult {
|
|
155
|
+
/** A collection of Domain Topics. */
|
|
156
|
+
value?: DomainTopic[];
|
|
157
|
+
/** A link for the next page of domain topics. */
|
|
158
|
+
nextLink?: string;
|
|
159
|
+
}
|
|
160
|
+
/** Properties of the source of an event channel. */
|
|
161
|
+
export interface EventChannelSource {
|
|
162
|
+
/**
|
|
163
|
+
* The identifier of the resource that's the source of the events.
|
|
164
|
+
* This represents a unique resource in the partner's resource model.
|
|
165
|
+
*/
|
|
166
|
+
source?: string;
|
|
167
|
+
}
|
|
168
|
+
/** Properties of the destination of an event channel. */
|
|
169
|
+
export interface EventChannelDestination {
|
|
170
|
+
/**
|
|
171
|
+
* Azure subscription ID of the customer creating the event channel. The partner topic
|
|
172
|
+
* associated with the event channel will be created under this Azure subscription.
|
|
173
|
+
*/
|
|
174
|
+
azureSubscriptionId?: string;
|
|
175
|
+
/**
|
|
176
|
+
* Azure Resource Group of the customer creating the event channel. The partner topic
|
|
177
|
+
* associated with the event channel will be created under this resource group.
|
|
178
|
+
*/
|
|
179
|
+
resourceGroup?: string;
|
|
180
|
+
/** Name of the partner topic associated with the event channel. */
|
|
181
|
+
partnerTopicName?: string;
|
|
182
|
+
}
|
|
183
|
+
/** Filter for the Event Channel. */
|
|
184
|
+
export interface EventChannelFilter {
|
|
185
|
+
/** Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. The default value is either false or null. */
|
|
186
|
+
enableAdvancedFilteringOnArrays?: boolean;
|
|
187
|
+
/** An array of advanced filters that are used for filtering event channels. */
|
|
188
|
+
advancedFilters?: AdvancedFilterUnion[];
|
|
189
|
+
}
|
|
190
|
+
/** This is the base type that represents an advanced filter. To configure an advanced filter, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class such as BoolEqualsAdvancedFilter, NumberInAdvancedFilter, StringEqualsAdvancedFilter etc. depending on the type of the key based on which you want to filter. */
|
|
191
|
+
export interface AdvancedFilter {
|
|
192
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
193
|
+
operatorType: "NumberIn" | "NumberNotIn" | "NumberLessThan" | "NumberGreaterThan" | "NumberLessThanOrEquals" | "NumberGreaterThanOrEquals" | "BoolEquals" | "StringIn" | "StringNotIn" | "StringBeginsWith" | "StringEndsWith" | "StringContains" | "NumberInRange" | "NumberNotInRange" | "StringNotBeginsWith" | "StringNotEndsWith" | "StringNotContains" | "IsNullOrUndefined" | "IsNotNull";
|
|
194
|
+
/** The field/property in the event based on which you want to filter. */
|
|
195
|
+
key?: string;
|
|
196
|
+
}
|
|
197
|
+
/** Result of the List Event Channels operation */
|
|
198
|
+
export interface EventChannelsListResult {
|
|
199
|
+
/** A collection of Event Channels */
|
|
200
|
+
value?: EventChannel[];
|
|
201
|
+
/** A link for the next page of event channels */
|
|
202
|
+
nextLink?: string;
|
|
203
|
+
}
|
|
204
|
+
/** Information about the destination for an event subscription. */
|
|
205
|
+
export interface EventSubscriptionDestination {
|
|
206
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
207
|
+
endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction";
|
|
208
|
+
}
|
|
209
|
+
/** Information about the delivery for an event subscription with resource identity. */
|
|
210
|
+
export interface DeliveryWithResourceIdentity {
|
|
211
|
+
/** The identity to use when delivering events. */
|
|
212
|
+
identity?: EventSubscriptionIdentity;
|
|
213
|
+
/**
|
|
214
|
+
* Information about the destination where events have to be delivered for the event subscription.
|
|
215
|
+
* Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
216
|
+
*/
|
|
217
|
+
destination?: EventSubscriptionDestinationUnion;
|
|
218
|
+
}
|
|
219
|
+
/** The identity information with the event subscription. */
|
|
220
|
+
export interface EventSubscriptionIdentity {
|
|
221
|
+
/** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. */
|
|
222
|
+
type?: EventSubscriptionIdentityType;
|
|
223
|
+
/** The user identity associated with the resource. */
|
|
224
|
+
userAssignedIdentity?: string;
|
|
225
|
+
}
|
|
226
|
+
/** Filter for the Event Subscription. */
|
|
227
|
+
export interface EventSubscriptionFilter {
|
|
228
|
+
/**
|
|
229
|
+
* An optional string to filter events for an event subscription based on a resource path prefix.
|
|
230
|
+
* The format of this depends on the publisher of the events.
|
|
231
|
+
* Wildcard characters are not supported in this path.
|
|
232
|
+
*/
|
|
233
|
+
subjectBeginsWith?: string;
|
|
234
|
+
/**
|
|
235
|
+
* An optional string to filter events for an event subscription based on a resource path suffix.
|
|
236
|
+
* Wildcard characters are not supported in this path.
|
|
237
|
+
*/
|
|
238
|
+
subjectEndsWith?: string;
|
|
239
|
+
/** A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. */
|
|
240
|
+
includedEventTypes?: string[];
|
|
241
|
+
/**
|
|
242
|
+
* Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter
|
|
243
|
+
* should be compared in a case sensitive manner.
|
|
244
|
+
*/
|
|
245
|
+
isSubjectCaseSensitive?: boolean;
|
|
246
|
+
/** Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. */
|
|
247
|
+
enableAdvancedFilteringOnArrays?: boolean;
|
|
248
|
+
/** An array of advanced filters that are used for filtering event subscriptions. */
|
|
249
|
+
advancedFilters?: AdvancedFilterUnion[];
|
|
250
|
+
}
|
|
251
|
+
/** Information about the retry policy for an event subscription. */
|
|
252
|
+
export interface RetryPolicy {
|
|
253
|
+
/** Maximum number of delivery retry attempts for events. */
|
|
254
|
+
maxDeliveryAttempts?: number;
|
|
255
|
+
/** Time To Live (in minutes) for events. */
|
|
256
|
+
eventTimeToLiveInMinutes?: number;
|
|
257
|
+
}
|
|
258
|
+
/** Information about the dead letter destination for an event subscription. To configure a deadletter destination, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class. Currently, StorageBlobDeadLetterDestination is the only class that derives from this class. */
|
|
259
|
+
export interface DeadLetterDestination {
|
|
260
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
261
|
+
endpointType: "StorageBlob";
|
|
262
|
+
}
|
|
263
|
+
/** Information about the deadletter destination with resource identity. */
|
|
264
|
+
export interface DeadLetterWithResourceIdentity {
|
|
265
|
+
/** The identity to use when dead-lettering events. */
|
|
266
|
+
identity?: EventSubscriptionIdentity;
|
|
267
|
+
/**
|
|
268
|
+
* Information about the destination where events have to be delivered for the event subscription.
|
|
269
|
+
* Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
270
|
+
*/
|
|
271
|
+
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
272
|
+
}
|
|
273
|
+
/** Properties of the Event Subscription update. */
|
|
274
|
+
export interface EventSubscriptionUpdateParameters {
|
|
275
|
+
/**
|
|
276
|
+
* Information about the destination where events have to be delivered for the event subscription.
|
|
277
|
+
* Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
278
|
+
*/
|
|
279
|
+
destination?: EventSubscriptionDestinationUnion;
|
|
280
|
+
/**
|
|
281
|
+
* Information about the destination where events have to be delivered for the event subscription.
|
|
282
|
+
* Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
283
|
+
*/
|
|
284
|
+
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
|
|
285
|
+
/** Information about the filter for the event subscription. */
|
|
286
|
+
filter?: EventSubscriptionFilter;
|
|
287
|
+
/** List of user defined labels. */
|
|
288
|
+
labels?: string[];
|
|
289
|
+
/** Information about the expiration time for the event subscription. */
|
|
290
|
+
expirationTimeUtc?: Date;
|
|
291
|
+
/** The event delivery schema for the event subscription. */
|
|
292
|
+
eventDeliverySchema?: EventDeliverySchema;
|
|
293
|
+
/** The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. */
|
|
294
|
+
retryPolicy?: RetryPolicy;
|
|
295
|
+
/**
|
|
296
|
+
* The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
297
|
+
* Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
298
|
+
*/
|
|
299
|
+
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
300
|
+
/**
|
|
301
|
+
* The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
302
|
+
* Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
303
|
+
*/
|
|
304
|
+
deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
305
|
+
}
|
|
306
|
+
/** Full endpoint url of an event subscription */
|
|
307
|
+
export interface EventSubscriptionFullUrl {
|
|
308
|
+
/** The URL that represents the endpoint of the destination of an event subscription. */
|
|
309
|
+
endpointUrl?: string;
|
|
310
|
+
}
|
|
311
|
+
/** Result of the List EventSubscriptions operation */
|
|
312
|
+
export interface EventSubscriptionsListResult {
|
|
313
|
+
/** A collection of EventSubscriptions */
|
|
314
|
+
value?: EventSubscription[];
|
|
315
|
+
/** A link for the next page of event subscriptions */
|
|
316
|
+
nextLink?: string;
|
|
317
|
+
}
|
|
318
|
+
/** Result of the Get delivery attributes operation. */
|
|
319
|
+
export interface DeliveryAttributeListResult {
|
|
320
|
+
/** A collection of DeliveryAttributeMapping */
|
|
321
|
+
value?: DeliveryAttributeMappingUnion[];
|
|
322
|
+
}
|
|
323
|
+
/** Delivery attribute mapping details. */
|
|
324
|
+
export interface DeliveryAttributeMapping {
|
|
325
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
326
|
+
type: "Static" | "Dynamic";
|
|
327
|
+
/** Name of the delivery attribute or header. */
|
|
328
|
+
name?: string;
|
|
329
|
+
}
|
|
330
|
+
/** Result of the List Operations operation */
|
|
331
|
+
export interface OperationsListResult {
|
|
332
|
+
/** A collection of operations */
|
|
333
|
+
value?: Operation[];
|
|
334
|
+
}
|
|
335
|
+
/** Represents an operation returned by the GetOperations request */
|
|
336
|
+
export interface Operation {
|
|
337
|
+
/** Name of the operation */
|
|
338
|
+
name?: string;
|
|
339
|
+
/** Display name of the operation */
|
|
340
|
+
display?: OperationInfo;
|
|
341
|
+
/** Origin of the operation */
|
|
342
|
+
origin?: string;
|
|
343
|
+
/** This Boolean is used to determine if the operation is a data plane action or not. */
|
|
344
|
+
isDataAction?: boolean;
|
|
345
|
+
/** Properties of the operation */
|
|
346
|
+
properties?: Record<string, unknown>;
|
|
347
|
+
}
|
|
348
|
+
/** Information about an operation */
|
|
349
|
+
export interface OperationInfo {
|
|
350
|
+
/** Name of the provider */
|
|
351
|
+
provider?: string;
|
|
352
|
+
/** Name of the resource type */
|
|
353
|
+
resource?: string;
|
|
354
|
+
/** Name of the operation */
|
|
355
|
+
operation?: string;
|
|
356
|
+
/** Description of the operation */
|
|
357
|
+
description?: string;
|
|
358
|
+
}
|
|
359
|
+
/** Properties of the PartnerNamespace update. */
|
|
360
|
+
export interface PartnerNamespaceUpdateParameters {
|
|
361
|
+
/** Tags of the partner namespace. */
|
|
362
|
+
tags?: {
|
|
363
|
+
[propertyName: string]: string;
|
|
364
|
+
};
|
|
365
|
+
/**
|
|
366
|
+
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
367
|
+
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceUpdateParameterProperties.InboundIpRules" />
|
|
368
|
+
*/
|
|
369
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
370
|
+
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
371
|
+
inboundIpRules?: InboundIpRule[];
|
|
372
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the partner namespace. */
|
|
373
|
+
disableLocalAuth?: boolean;
|
|
374
|
+
}
|
|
375
|
+
/** Result of the List Partner Namespaces operation */
|
|
376
|
+
export interface PartnerNamespacesListResult {
|
|
377
|
+
/** A collection of partner namespaces. */
|
|
378
|
+
value?: PartnerNamespace[];
|
|
379
|
+
/** A link for the next page of partner namespaces. */
|
|
380
|
+
nextLink?: string;
|
|
381
|
+
}
|
|
382
|
+
/** Shared access keys of the partner namespace. */
|
|
383
|
+
export interface PartnerNamespaceSharedAccessKeys {
|
|
384
|
+
/** Shared access key1 for the partner namespace. */
|
|
385
|
+
key1?: string;
|
|
386
|
+
/** Shared access key2 for the partner namespace. */
|
|
387
|
+
key2?: string;
|
|
388
|
+
}
|
|
389
|
+
/** PartnerNamespace regenerate shared access key request. */
|
|
390
|
+
export interface PartnerNamespaceRegenerateKeyRequest {
|
|
391
|
+
/** Key name to regenerate (key1 or key2). */
|
|
392
|
+
keyName: string;
|
|
393
|
+
}
|
|
394
|
+
/** Properties of the Partner Registration update. */
|
|
395
|
+
export interface PartnerRegistrationUpdateParameters {
|
|
396
|
+
/** Tags of the partner registration resource. */
|
|
397
|
+
tags?: {
|
|
398
|
+
[propertyName: string]: string;
|
|
399
|
+
};
|
|
400
|
+
/** Name of the partner topic type. */
|
|
401
|
+
partnerTopicTypeName?: string;
|
|
402
|
+
/** Display name of the partner topic type. */
|
|
403
|
+
partnerTopicTypeDisplayName?: string;
|
|
404
|
+
/** Description of the partner topic type. */
|
|
405
|
+
partnerTopicTypeDescription?: string;
|
|
406
|
+
/**
|
|
407
|
+
* URI of the partner website that can be used by Azure customers to setup Event Grid
|
|
408
|
+
* integration on an event source.
|
|
409
|
+
*/
|
|
410
|
+
setupUri?: string;
|
|
411
|
+
/** URI of the partner logo. */
|
|
412
|
+
logoUri?: string;
|
|
413
|
+
/**
|
|
414
|
+
* List of IDs of Azure AD applications that are authorized to create a partner namespace
|
|
415
|
+
* associated with this partner registration. This is an optional property. Creating
|
|
416
|
+
* partner namespaces is always permitted under the same Azure subscription as the one used
|
|
417
|
+
* for creating the partner registration.
|
|
418
|
+
*/
|
|
419
|
+
authorizedAzureSubscriptionIds?: string[];
|
|
420
|
+
}
|
|
421
|
+
/** Result of the List Partner Registrations operation. */
|
|
422
|
+
export interface PartnerRegistrationsListResult {
|
|
423
|
+
/** A collection of partner registrations. */
|
|
424
|
+
value?: PartnerRegistration[];
|
|
425
|
+
/** A link for the next page of partner registrations. */
|
|
426
|
+
nextLink?: string;
|
|
427
|
+
}
|
|
428
|
+
/** Properties of the Partner Topic update. */
|
|
429
|
+
export interface PartnerTopicUpdateParameters {
|
|
430
|
+
/** Tags of the Partner Topic resource. */
|
|
431
|
+
tags?: {
|
|
432
|
+
[propertyName: string]: string;
|
|
433
|
+
};
|
|
434
|
+
/** Identity information for the Partner Topic resource. */
|
|
435
|
+
identity?: IdentityInfo;
|
|
436
|
+
}
|
|
437
|
+
/** Result of the List Partner Topics operation. */
|
|
438
|
+
export interface PartnerTopicsListResult {
|
|
439
|
+
/** A collection of partner topics. */
|
|
440
|
+
value?: PartnerTopic[];
|
|
441
|
+
/** A link for the next page of partner topics. */
|
|
442
|
+
nextLink?: string;
|
|
443
|
+
}
|
|
444
|
+
/** Result of the list of all private endpoint connections operation. */
|
|
445
|
+
export interface PrivateEndpointConnectionListResult {
|
|
446
|
+
/** A collection of private endpoint connection resources. */
|
|
447
|
+
value?: PrivateEndpointConnection[];
|
|
448
|
+
/** A link for the next page of private endpoint connection resources. */
|
|
449
|
+
nextLink?: string;
|
|
450
|
+
}
|
|
451
|
+
/** Information of the private link resource. */
|
|
452
|
+
export interface PrivateLinkResource {
|
|
453
|
+
/** Fully qualified identifier of the resource. */
|
|
454
|
+
id?: string;
|
|
455
|
+
/** Name of the resource. */
|
|
456
|
+
name?: string;
|
|
457
|
+
/** Type of the resource. */
|
|
458
|
+
type?: string;
|
|
459
|
+
groupId?: string;
|
|
460
|
+
displayName?: string;
|
|
461
|
+
requiredMembers?: string[];
|
|
462
|
+
requiredZoneNames?: string[];
|
|
463
|
+
}
|
|
464
|
+
/** Result of the List private link resources operation. */
|
|
465
|
+
export interface PrivateLinkResourcesListResult {
|
|
466
|
+
/** A collection of private link resources */
|
|
467
|
+
value?: PrivateLinkResource[];
|
|
468
|
+
/** A link for the next page of private link resources. */
|
|
469
|
+
nextLink?: string;
|
|
470
|
+
}
|
|
471
|
+
/** Properties of the System Topic update. */
|
|
472
|
+
export interface SystemTopicUpdateParameters {
|
|
473
|
+
/** Tags of the system topic. */
|
|
474
|
+
tags?: {
|
|
475
|
+
[propertyName: string]: string;
|
|
476
|
+
};
|
|
477
|
+
/** Resource identity information. */
|
|
478
|
+
identity?: IdentityInfo;
|
|
479
|
+
}
|
|
480
|
+
/** Result of the List System topics operation. */
|
|
481
|
+
export interface SystemTopicsListResult {
|
|
482
|
+
/** A collection of system Topics. */
|
|
483
|
+
value?: SystemTopic[];
|
|
484
|
+
/** A link for the next page of topics. */
|
|
485
|
+
nextLink?: string;
|
|
486
|
+
}
|
|
487
|
+
/** Definition of an Extended Location */
|
|
488
|
+
export interface ExtendedLocation {
|
|
489
|
+
/** Fully qualified name of the extended location. */
|
|
490
|
+
name?: string;
|
|
491
|
+
/** Type of the extended location. */
|
|
492
|
+
type?: string;
|
|
493
|
+
}
|
|
494
|
+
/** Properties of the Topic update */
|
|
495
|
+
export interface TopicUpdateParameters {
|
|
496
|
+
/** Tags of the Topic resource. */
|
|
497
|
+
tags?: {
|
|
498
|
+
[propertyName: string]: string;
|
|
499
|
+
};
|
|
500
|
+
/** Topic resource identity information. */
|
|
501
|
+
identity?: IdentityInfo;
|
|
502
|
+
/** The Sku pricing tier for the topic. */
|
|
503
|
+
sku?: ResourceSku;
|
|
504
|
+
/**
|
|
505
|
+
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
506
|
+
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" />
|
|
507
|
+
*/
|
|
508
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
509
|
+
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
510
|
+
inboundIpRules?: InboundIpRule[];
|
|
511
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic. */
|
|
512
|
+
disableLocalAuth?: boolean;
|
|
513
|
+
}
|
|
514
|
+
/** Result of the List Topics operation */
|
|
515
|
+
export interface TopicsListResult {
|
|
516
|
+
/** A collection of Topics */
|
|
517
|
+
value?: Topic[];
|
|
518
|
+
/** A link for the next page of topics */
|
|
519
|
+
nextLink?: string;
|
|
520
|
+
}
|
|
521
|
+
/** Shared access keys of the Topic */
|
|
522
|
+
export interface TopicSharedAccessKeys {
|
|
523
|
+
/** Shared access key1 for the topic. */
|
|
524
|
+
key1?: string;
|
|
525
|
+
/** Shared access key2 for the topic. */
|
|
526
|
+
key2?: string;
|
|
527
|
+
}
|
|
528
|
+
/** Topic regenerate share access key request */
|
|
529
|
+
export interface TopicRegenerateKeyRequest {
|
|
530
|
+
/** Key name to regenerate key1 or key2 */
|
|
531
|
+
keyName: string;
|
|
532
|
+
}
|
|
533
|
+
/** Result of the List Event Types operation */
|
|
534
|
+
export interface EventTypesListResult {
|
|
535
|
+
/** A collection of event types */
|
|
536
|
+
value?: EventType[];
|
|
537
|
+
}
|
|
538
|
+
/** Result of the List Topic Types operation */
|
|
539
|
+
export interface TopicTypesListResult {
|
|
540
|
+
/** A collection of topic types */
|
|
541
|
+
value?: TopicTypeInfo[];
|
|
542
|
+
}
|
|
543
|
+
/** This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id', 'topic' and 'eventtime' properties. This represents a field in the input event schema. */
|
|
544
|
+
export interface JsonField {
|
|
545
|
+
/** Name of a field in the input event schema that's to be used as the source of a mapping. */
|
|
546
|
+
sourceField?: string;
|
|
547
|
+
}
|
|
548
|
+
/**
|
|
549
|
+
* This is used to express the source of an input schema mapping for a single target field
|
|
550
|
+
* in the Event Grid Event schema. This is currently used in the mappings for the 'subject',
|
|
551
|
+
* 'eventtype' and 'dataversion' properties. This represents a field in the input event schema
|
|
552
|
+
* along with a default value to be used, and at least one of these two properties should be provided.
|
|
553
|
+
*/
|
|
554
|
+
export interface JsonFieldWithDefault {
|
|
555
|
+
/** Name of a field in the input event schema that's to be used as the source of a mapping. */
|
|
556
|
+
sourceField?: string;
|
|
557
|
+
/** The default value to be used for mapping when a SourceField is not provided or if there's no property with the specified name in the published JSON event payload. */
|
|
558
|
+
defaultValue?: string;
|
|
559
|
+
}
|
|
560
|
+
/** Definition of a Tracked Resource. */
|
|
561
|
+
export declare type TrackedResource = Resource & {
|
|
562
|
+
/** Location of the resource. */
|
|
563
|
+
location: string;
|
|
564
|
+
/** Tags of the resource. */
|
|
565
|
+
tags?: {
|
|
566
|
+
[propertyName: string]: string;
|
|
567
|
+
};
|
|
568
|
+
};
|
|
569
|
+
export declare type PrivateEndpointConnection = Resource & {
|
|
570
|
+
/** The Private Endpoint resource for this Connection. */
|
|
571
|
+
privateEndpoint?: PrivateEndpoint;
|
|
572
|
+
/** GroupIds from the private link service resource. */
|
|
573
|
+
groupIds?: string[];
|
|
574
|
+
/** Details about the state of the connection. */
|
|
575
|
+
privateLinkServiceConnectionState?: ConnectionState;
|
|
576
|
+
/** Provisioning state of the Private Endpoint Connection. */
|
|
577
|
+
provisioningState?: ResourceProvisioningState;
|
|
578
|
+
};
|
|
579
|
+
/** Domain Topic. */
|
|
580
|
+
export declare type DomainTopic = Resource & {
|
|
581
|
+
/**
|
|
582
|
+
* The system metadata relating to Domain Topic resource.
|
|
583
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
584
|
+
*/
|
|
585
|
+
readonly systemData?: SystemData;
|
|
586
|
+
/**
|
|
587
|
+
* Provisioning state of the domain topic.
|
|
588
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
589
|
+
*/
|
|
590
|
+
readonly provisioningState?: DomainTopicProvisioningState;
|
|
591
|
+
};
|
|
592
|
+
/** Event Channel. */
|
|
593
|
+
export declare type EventChannel = Resource & {
|
|
594
|
+
/**
|
|
595
|
+
* The system metadata relating to Event Channel resource.
|
|
596
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
597
|
+
*/
|
|
598
|
+
readonly systemData?: SystemData;
|
|
599
|
+
/** Source of the event channel. This represents a unique resource in the partner's resource model. */
|
|
600
|
+
source?: EventChannelSource;
|
|
601
|
+
/** Represents the destination of an event channel. */
|
|
602
|
+
destination?: EventChannelDestination;
|
|
603
|
+
/**
|
|
604
|
+
* Provisioning state of the event channel.
|
|
605
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
606
|
+
*/
|
|
607
|
+
readonly provisioningState?: EventChannelProvisioningState;
|
|
608
|
+
/**
|
|
609
|
+
* The readiness state of the corresponding partner topic.
|
|
610
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
611
|
+
*/
|
|
612
|
+
readonly partnerTopicReadinessState?: PartnerTopicReadinessState;
|
|
613
|
+
/**
|
|
614
|
+
* Expiration time of the event channel. If this timer expires while the corresponding partner topic is never activated,
|
|
615
|
+
* the event channel and corresponding partner topic are deleted.
|
|
616
|
+
*/
|
|
617
|
+
expirationTimeIfNotActivatedUtc?: Date;
|
|
618
|
+
/** Information about the filter for the event channel. */
|
|
619
|
+
filter?: EventChannelFilter;
|
|
620
|
+
/**
|
|
621
|
+
* Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.
|
|
622
|
+
* This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
|
|
623
|
+
*/
|
|
624
|
+
partnerTopicFriendlyDescription?: string;
|
|
625
|
+
};
|
|
626
|
+
/** Event Subscription */
|
|
627
|
+
export declare type EventSubscription = Resource & {
|
|
628
|
+
/**
|
|
629
|
+
* The system metadata relating to Event Subscription resource.
|
|
630
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
631
|
+
*/
|
|
632
|
+
readonly systemData?: SystemData;
|
|
633
|
+
/**
|
|
634
|
+
* Name of the topic of the event subscription.
|
|
635
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
636
|
+
*/
|
|
637
|
+
readonly topic?: string;
|
|
638
|
+
/**
|
|
639
|
+
* Provisioning state of the event subscription.
|
|
640
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
641
|
+
*/
|
|
642
|
+
readonly provisioningState?: EventSubscriptionProvisioningState;
|
|
643
|
+
/**
|
|
644
|
+
* Information about the destination where events have to be delivered for the event subscription.
|
|
645
|
+
* Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
646
|
+
*/
|
|
647
|
+
destination?: EventSubscriptionDestinationUnion;
|
|
648
|
+
/**
|
|
649
|
+
* Information about the destination where events have to be delivered for the event subscription.
|
|
650
|
+
* Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
651
|
+
*/
|
|
652
|
+
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
|
|
653
|
+
/** Information about the filter for the event subscription. */
|
|
654
|
+
filter?: EventSubscriptionFilter;
|
|
655
|
+
/** List of user defined labels. */
|
|
656
|
+
labels?: string[];
|
|
657
|
+
/** Expiration time of the event subscription. */
|
|
658
|
+
expirationTimeUtc?: Date;
|
|
659
|
+
/** The event delivery schema for the event subscription. */
|
|
660
|
+
eventDeliverySchema?: EventDeliverySchema;
|
|
661
|
+
/** The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. */
|
|
662
|
+
retryPolicy?: RetryPolicy;
|
|
663
|
+
/**
|
|
664
|
+
* The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
665
|
+
* Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
666
|
+
*/
|
|
667
|
+
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
668
|
+
/**
|
|
669
|
+
* The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
670
|
+
* Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
671
|
+
*/
|
|
672
|
+
deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
673
|
+
};
|
|
674
|
+
/** Event Type for a subject under a topic */
|
|
675
|
+
export declare type EventType = Resource & {
|
|
676
|
+
/** Display name of the event type. */
|
|
677
|
+
displayName?: string;
|
|
678
|
+
/** Description of the event type. */
|
|
679
|
+
description?: string;
|
|
680
|
+
/** Url of the schema for this event type. */
|
|
681
|
+
schemaUrl?: string;
|
|
682
|
+
/** IsInDefaultSet flag of the event type. */
|
|
683
|
+
isInDefaultSet?: boolean;
|
|
684
|
+
};
|
|
685
|
+
/** Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure resources. */
|
|
686
|
+
export declare type ExtensionTopic = Resource & {
|
|
687
|
+
/** Description of the extension topic. */
|
|
688
|
+
description?: string;
|
|
689
|
+
/** System topic resource id which is mapped to the source. */
|
|
690
|
+
systemTopic?: string;
|
|
691
|
+
};
|
|
692
|
+
/** Properties of a topic type info. */
|
|
693
|
+
export declare type TopicTypeInfo = Resource & {
|
|
694
|
+
/** Namespace of the provider of the topic type. */
|
|
695
|
+
provider?: string;
|
|
696
|
+
/** Display Name for the topic type. */
|
|
697
|
+
displayName?: string;
|
|
698
|
+
/** Description of the topic type. */
|
|
699
|
+
description?: string;
|
|
700
|
+
/** Region type of the resource. */
|
|
701
|
+
resourceRegionType?: ResourceRegionType;
|
|
702
|
+
/** Provisioning state of the topic type */
|
|
703
|
+
provisioningState?: TopicTypeProvisioningState;
|
|
704
|
+
/** List of locations supported by this topic type. */
|
|
705
|
+
supportedLocations?: string[];
|
|
706
|
+
/** Source resource format. */
|
|
707
|
+
sourceResourceFormat?: string;
|
|
708
|
+
/** Supported source scopes. */
|
|
709
|
+
supportedScopesForSource?: TopicTypePropertiesSupportedScopesForSourceItem[];
|
|
710
|
+
};
|
|
711
|
+
/** This enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema. */
|
|
712
|
+
export declare type JsonInputSchemaMapping = InputSchemaMapping & {
|
|
713
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
714
|
+
inputSchemaMappingType: "Json";
|
|
715
|
+
/** The mapping information for the Id property of the Event Grid Event. */
|
|
716
|
+
id?: JsonField;
|
|
717
|
+
/** The mapping information for the Topic property of the Event Grid Event. */
|
|
718
|
+
topic?: JsonField;
|
|
719
|
+
/** The mapping information for the EventTime property of the Event Grid Event. */
|
|
720
|
+
eventTime?: JsonField;
|
|
721
|
+
/** The mapping information for the EventType property of the Event Grid Event. */
|
|
722
|
+
eventType?: JsonFieldWithDefault;
|
|
723
|
+
/** The mapping information for the Subject property of the Event Grid Event. */
|
|
724
|
+
subject?: JsonFieldWithDefault;
|
|
725
|
+
/** The mapping information for the DataVersion property of the Event Grid Event. */
|
|
726
|
+
dataVersion?: JsonFieldWithDefault;
|
|
727
|
+
};
|
|
728
|
+
/** NumberIn Advanced Filter. */
|
|
729
|
+
export declare type NumberInAdvancedFilter = AdvancedFilter & {
|
|
730
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
731
|
+
operatorType: "NumberIn";
|
|
732
|
+
/** The set of filter values. */
|
|
733
|
+
values?: number[];
|
|
734
|
+
};
|
|
735
|
+
/** NumberNotIn Advanced Filter. */
|
|
736
|
+
export declare type NumberNotInAdvancedFilter = AdvancedFilter & {
|
|
737
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
738
|
+
operatorType: "NumberNotIn";
|
|
739
|
+
/** The set of filter values. */
|
|
740
|
+
values?: number[];
|
|
741
|
+
};
|
|
742
|
+
/** NumberLessThan Advanced Filter. */
|
|
743
|
+
export declare type NumberLessThanAdvancedFilter = AdvancedFilter & {
|
|
744
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
745
|
+
operatorType: "NumberLessThan";
|
|
746
|
+
/** The filter value. */
|
|
747
|
+
value?: number;
|
|
748
|
+
};
|
|
749
|
+
/** NumberGreaterThan Advanced Filter. */
|
|
750
|
+
export declare type NumberGreaterThanAdvancedFilter = AdvancedFilter & {
|
|
751
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
752
|
+
operatorType: "NumberGreaterThan";
|
|
753
|
+
/** The filter value. */
|
|
754
|
+
value?: number;
|
|
755
|
+
};
|
|
756
|
+
/** NumberLessThanOrEquals Advanced Filter. */
|
|
757
|
+
export declare type NumberLessThanOrEqualsAdvancedFilter = AdvancedFilter & {
|
|
758
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
759
|
+
operatorType: "NumberLessThanOrEquals";
|
|
760
|
+
/** The filter value. */
|
|
761
|
+
value?: number;
|
|
762
|
+
};
|
|
763
|
+
/** NumberGreaterThanOrEquals Advanced Filter. */
|
|
764
|
+
export declare type NumberGreaterThanOrEqualsAdvancedFilter = AdvancedFilter & {
|
|
765
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
766
|
+
operatorType: "NumberGreaterThanOrEquals";
|
|
767
|
+
/** The filter value. */
|
|
768
|
+
value?: number;
|
|
769
|
+
};
|
|
770
|
+
/** BoolEquals Advanced Filter. */
|
|
771
|
+
export declare type BoolEqualsAdvancedFilter = AdvancedFilter & {
|
|
772
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
773
|
+
operatorType: "BoolEquals";
|
|
774
|
+
/** The boolean filter value. */
|
|
775
|
+
value?: boolean;
|
|
776
|
+
};
|
|
777
|
+
/** StringIn Advanced Filter. */
|
|
778
|
+
export declare type StringInAdvancedFilter = AdvancedFilter & {
|
|
779
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
780
|
+
operatorType: "StringIn";
|
|
781
|
+
/** The set of filter values. */
|
|
782
|
+
values?: string[];
|
|
783
|
+
};
|
|
784
|
+
/** StringNotIn Advanced Filter. */
|
|
785
|
+
export declare type StringNotInAdvancedFilter = AdvancedFilter & {
|
|
786
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
787
|
+
operatorType: "StringNotIn";
|
|
788
|
+
/** The set of filter values. */
|
|
789
|
+
values?: string[];
|
|
790
|
+
};
|
|
791
|
+
/** StringBeginsWith Advanced Filter. */
|
|
792
|
+
export declare type StringBeginsWithAdvancedFilter = AdvancedFilter & {
|
|
793
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
794
|
+
operatorType: "StringBeginsWith";
|
|
795
|
+
/** The set of filter values. */
|
|
796
|
+
values?: string[];
|
|
797
|
+
};
|
|
798
|
+
/** StringEndsWith Advanced Filter. */
|
|
799
|
+
export declare type StringEndsWithAdvancedFilter = AdvancedFilter & {
|
|
800
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
801
|
+
operatorType: "StringEndsWith";
|
|
802
|
+
/** The set of filter values. */
|
|
803
|
+
values?: string[];
|
|
804
|
+
};
|
|
805
|
+
/** StringContains Advanced Filter. */
|
|
806
|
+
export declare type StringContainsAdvancedFilter = AdvancedFilter & {
|
|
807
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
808
|
+
operatorType: "StringContains";
|
|
809
|
+
/** The set of filter values. */
|
|
810
|
+
values?: string[];
|
|
811
|
+
};
|
|
812
|
+
/** NumberInRange Advanced Filter. */
|
|
813
|
+
export declare type NumberInRangeAdvancedFilter = AdvancedFilter & {
|
|
814
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
815
|
+
operatorType: "NumberInRange";
|
|
816
|
+
/** The set of filter values. */
|
|
817
|
+
values?: number[][];
|
|
818
|
+
};
|
|
819
|
+
/** NumberNotInRange Advanced Filter. */
|
|
820
|
+
export declare type NumberNotInRangeAdvancedFilter = AdvancedFilter & {
|
|
821
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
822
|
+
operatorType: "NumberNotInRange";
|
|
823
|
+
/** The set of filter values. */
|
|
824
|
+
values?: number[][];
|
|
825
|
+
};
|
|
826
|
+
/** StringNotBeginsWith Advanced Filter. */
|
|
827
|
+
export declare type StringNotBeginsWithAdvancedFilter = AdvancedFilter & {
|
|
828
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
829
|
+
operatorType: "StringNotBeginsWith";
|
|
830
|
+
/** The set of filter values. */
|
|
831
|
+
values?: string[];
|
|
832
|
+
};
|
|
833
|
+
/** StringNotEndsWith Advanced Filter. */
|
|
834
|
+
export declare type StringNotEndsWithAdvancedFilter = AdvancedFilter & {
|
|
835
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
836
|
+
operatorType: "StringNotEndsWith";
|
|
837
|
+
/** The set of filter values. */
|
|
838
|
+
values?: string[];
|
|
839
|
+
};
|
|
840
|
+
/** StringNotContains Advanced Filter. */
|
|
841
|
+
export declare type StringNotContainsAdvancedFilter = AdvancedFilter & {
|
|
842
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
843
|
+
operatorType: "StringNotContains";
|
|
844
|
+
/** The set of filter values. */
|
|
845
|
+
values?: string[];
|
|
846
|
+
};
|
|
847
|
+
/** IsNullOrUndefined Advanced Filter. */
|
|
848
|
+
export declare type IsNullOrUndefinedAdvancedFilter = AdvancedFilter & {
|
|
849
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
850
|
+
operatorType: "IsNullOrUndefined";
|
|
851
|
+
};
|
|
852
|
+
/** IsNotNull Advanced Filter. */
|
|
853
|
+
export declare type IsNotNullAdvancedFilter = AdvancedFilter & {
|
|
854
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
855
|
+
operatorType: "IsNotNull";
|
|
856
|
+
};
|
|
857
|
+
/** Information about the webhook destination for an event subscription. */
|
|
858
|
+
export declare type WebHookEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
859
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
860
|
+
endpointType: "WebHook";
|
|
861
|
+
/** The URL that represents the endpoint of the destination of an event subscription. */
|
|
862
|
+
endpointUrl?: string;
|
|
863
|
+
/**
|
|
864
|
+
* The base URL that represents the endpoint of the destination of an event subscription.
|
|
865
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
866
|
+
*/
|
|
867
|
+
readonly endpointBaseUrl?: string;
|
|
868
|
+
/** Maximum number of events per batch. */
|
|
869
|
+
maxEventsPerBatch?: number;
|
|
870
|
+
/** Preferred batch size in Kilobytes. */
|
|
871
|
+
preferredBatchSizeInKilobytes?: number;
|
|
872
|
+
/** The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. */
|
|
873
|
+
azureActiveDirectoryTenantId?: string;
|
|
874
|
+
/** The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */
|
|
875
|
+
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
876
|
+
/** Delivery attribute details. */
|
|
877
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
878
|
+
};
|
|
879
|
+
/** Information about the event hub destination for an event subscription. */
|
|
880
|
+
export declare type EventHubEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
881
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
882
|
+
endpointType: "EventHub";
|
|
883
|
+
/** The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. */
|
|
884
|
+
resourceId?: string;
|
|
885
|
+
/** Delivery attribute details. */
|
|
886
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
887
|
+
};
|
|
888
|
+
/** Information about the storage queue destination for an event subscription. */
|
|
889
|
+
export declare type StorageQueueEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
890
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
891
|
+
endpointType: "StorageQueue";
|
|
892
|
+
/** The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. */
|
|
893
|
+
resourceId?: string;
|
|
894
|
+
/** The name of the Storage queue under a storage account that is the destination of an event subscription. */
|
|
895
|
+
queueName?: string;
|
|
896
|
+
/** Storage queue message time to live in seconds. */
|
|
897
|
+
queueMessageTimeToLiveInSeconds?: number;
|
|
898
|
+
};
|
|
899
|
+
/** Information about the HybridConnection destination for an event subscription. */
|
|
900
|
+
export declare type HybridConnectionEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
901
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
902
|
+
endpointType: "HybridConnection";
|
|
903
|
+
/** The Azure Resource ID of an hybrid connection that is the destination of an event subscription. */
|
|
904
|
+
resourceId?: string;
|
|
905
|
+
/** Delivery attribute details. */
|
|
906
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
907
|
+
};
|
|
908
|
+
/** Information about the service bus destination for an event subscription. */
|
|
909
|
+
export declare type ServiceBusQueueEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
910
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
911
|
+
endpointType: "ServiceBusQueue";
|
|
912
|
+
/** The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription. */
|
|
913
|
+
resourceId?: string;
|
|
914
|
+
/** Delivery attribute details. */
|
|
915
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
916
|
+
};
|
|
917
|
+
/** Information about the service bus topic destination for an event subscription. */
|
|
918
|
+
export declare type ServiceBusTopicEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
919
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
920
|
+
endpointType: "ServiceBusTopic";
|
|
921
|
+
/** The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription. */
|
|
922
|
+
resourceId?: string;
|
|
923
|
+
/** Delivery attribute details. */
|
|
924
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
925
|
+
};
|
|
926
|
+
/** Information about the azure function destination for an event subscription. */
|
|
927
|
+
export declare type AzureFunctionEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
928
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
929
|
+
endpointType: "AzureFunction";
|
|
930
|
+
/** The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. */
|
|
931
|
+
resourceId?: string;
|
|
932
|
+
/** Maximum number of events per batch. */
|
|
933
|
+
maxEventsPerBatch?: number;
|
|
934
|
+
/** Preferred batch size in Kilobytes. */
|
|
935
|
+
preferredBatchSizeInKilobytes?: number;
|
|
936
|
+
/** Delivery attribute details. */
|
|
937
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
938
|
+
};
|
|
939
|
+
/** Information about the storage blob based dead letter destination. */
|
|
940
|
+
export declare type StorageBlobDeadLetterDestination = DeadLetterDestination & {
|
|
941
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
942
|
+
endpointType: "StorageBlob";
|
|
943
|
+
/** The Azure Resource ID of the storage account that is the destination of the deadletter events */
|
|
944
|
+
resourceId?: string;
|
|
945
|
+
/** The name of the Storage blob container that is the destination of the deadletter events */
|
|
946
|
+
blobContainerName?: string;
|
|
947
|
+
};
|
|
948
|
+
/** Static delivery attribute mapping details. */
|
|
949
|
+
export declare type StaticDeliveryAttributeMapping = DeliveryAttributeMapping & {
|
|
950
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
951
|
+
type: "Static";
|
|
952
|
+
/** Value of the delivery attribute. */
|
|
953
|
+
value?: string;
|
|
954
|
+
/** Boolean flag to tell if the attribute contains sensitive information . */
|
|
955
|
+
isSecret?: boolean;
|
|
956
|
+
};
|
|
957
|
+
/** Dynamic delivery attribute mapping details. */
|
|
958
|
+
export declare type DynamicDeliveryAttributeMapping = DeliveryAttributeMapping & {
|
|
959
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
960
|
+
type: "Dynamic";
|
|
961
|
+
/** JSON path in the event which contains attribute value. */
|
|
962
|
+
sourceField?: string;
|
|
963
|
+
};
|
|
964
|
+
/** EventGrid Domain. */
|
|
965
|
+
export declare type Domain = TrackedResource & {
|
|
966
|
+
/** The Sku pricing tier for the Event Grid Domain resource. */
|
|
967
|
+
sku?: ResourceSku;
|
|
968
|
+
/** Identity information for the Event Grid Domain resource. */
|
|
969
|
+
identity?: IdentityInfo;
|
|
970
|
+
/**
|
|
971
|
+
* The system metadata relating to the Event Grid Domain resource.
|
|
972
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
973
|
+
*/
|
|
974
|
+
readonly systemData?: SystemData;
|
|
975
|
+
/**
|
|
976
|
+
* List of private endpoint connections.
|
|
977
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
978
|
+
*/
|
|
979
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
980
|
+
/**
|
|
981
|
+
* Provisioning state of the Event Grid Domain Resource.
|
|
982
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
983
|
+
*/
|
|
984
|
+
readonly provisioningState?: DomainProvisioningState;
|
|
985
|
+
/**
|
|
986
|
+
* Endpoint for the Event Grid Domain Resource which is used for publishing the events.
|
|
987
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
988
|
+
*/
|
|
989
|
+
readonly endpoint?: string;
|
|
990
|
+
/** This determines the format that Event Grid should expect for incoming events published to the Event Grid Domain Resource. */
|
|
991
|
+
inputSchema?: InputSchema;
|
|
992
|
+
/** Information about the InputSchemaMapping which specified the info about mapping event payload. */
|
|
993
|
+
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
994
|
+
/**
|
|
995
|
+
* Metric resource id for the Event Grid Domain Resource.
|
|
996
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
997
|
+
*/
|
|
998
|
+
readonly metricResourceId?: string;
|
|
999
|
+
/**
|
|
1000
|
+
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
1001
|
+
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules" />
|
|
1002
|
+
*/
|
|
1003
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1004
|
+
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
1005
|
+
inboundIpRules?: InboundIpRule[];
|
|
1006
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the domain. */
|
|
1007
|
+
disableLocalAuth?: boolean;
|
|
1008
|
+
/**
|
|
1009
|
+
* This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
|
|
1010
|
+
* In this context, creation of domain topic can be auto-managed (when true) or self-managed (when false). The default value for this property is true.
|
|
1011
|
+
* When this property is null or set to true, Event Grid is responsible of automatically creating the domain topic when the first event subscription is
|
|
1012
|
+
* created at the scope of the domain topic. If this property is set to false, then creating the first event subscription will require creating a domain topic
|
|
1013
|
+
* by the user. The self-management mode can be used if the user wants full control of when the domain topic is created, while auto-managed mode provides the
|
|
1014
|
+
* flexibility to perform less operations and manage fewer resources by the user. Also, note that in auto-managed creation mode, user is allowed to create the
|
|
1015
|
+
* domain topic on demand if needed.
|
|
1016
|
+
*/
|
|
1017
|
+
autoCreateTopicWithFirstSubscription?: boolean;
|
|
1018
|
+
/**
|
|
1019
|
+
* This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
|
|
1020
|
+
* In this context, deletion of domain topic can be auto-managed (when true) or self-managed (when false). The default value for this property is true.
|
|
1021
|
+
* When this property is set to true, Event Grid is responsible of automatically deleting the domain topic when the last event subscription at the scope
|
|
1022
|
+
* of the domain topic is deleted. If this property is set to false, then the user needs to manually delete the domain topic when it is no longer needed
|
|
1023
|
+
* (e.g., when last event subscription is deleted and the resource needs to be cleaned up). The self-management mode can be used if the user wants full
|
|
1024
|
+
* control of when the domain topic needs to be deleted, while auto-managed mode provides the flexibility to perform less operations and manage fewer
|
|
1025
|
+
* resources by the user.
|
|
1026
|
+
*/
|
|
1027
|
+
autoDeleteTopicWithLastSubscription?: boolean;
|
|
1028
|
+
};
|
|
1029
|
+
/** EventGrid Partner Namespace. */
|
|
1030
|
+
export declare type PartnerNamespace = TrackedResource & {
|
|
1031
|
+
/**
|
|
1032
|
+
* The system metadata relating to Partner Namespace resource.
|
|
1033
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1034
|
+
*/
|
|
1035
|
+
readonly systemData?: SystemData;
|
|
1036
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1037
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1038
|
+
/**
|
|
1039
|
+
* Provisioning state of the partner namespace.
|
|
1040
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1041
|
+
*/
|
|
1042
|
+
readonly provisioningState?: PartnerNamespaceProvisioningState;
|
|
1043
|
+
/**
|
|
1044
|
+
* The fully qualified ARM Id of the partner registration that should be associated with this partner namespace. This takes the following format:
|
|
1045
|
+
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}.
|
|
1046
|
+
*/
|
|
1047
|
+
partnerRegistrationFullyQualifiedId?: string;
|
|
1048
|
+
/**
|
|
1049
|
+
* Endpoint for the partner namespace.
|
|
1050
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1051
|
+
*/
|
|
1052
|
+
readonly endpoint?: string;
|
|
1053
|
+
/**
|
|
1054
|
+
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
1055
|
+
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceProperties.InboundIpRules" />
|
|
1056
|
+
*/
|
|
1057
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1058
|
+
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
1059
|
+
inboundIpRules?: InboundIpRule[];
|
|
1060
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the partner namespace. */
|
|
1061
|
+
disableLocalAuth?: boolean;
|
|
1062
|
+
};
|
|
1063
|
+
/** Information about a partner registration. */
|
|
1064
|
+
export declare type PartnerRegistration = TrackedResource & {
|
|
1065
|
+
/**
|
|
1066
|
+
* The system metadata relating to Partner Registration resource.
|
|
1067
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1068
|
+
*/
|
|
1069
|
+
readonly systemData?: SystemData;
|
|
1070
|
+
/**
|
|
1071
|
+
* Provisioning state of the partner registration.
|
|
1072
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1073
|
+
*/
|
|
1074
|
+
readonly provisioningState?: PartnerRegistrationProvisioningState;
|
|
1075
|
+
/** Official name of the partner name. For example: "Contoso". */
|
|
1076
|
+
partnerName?: string;
|
|
1077
|
+
/** Name of the partner resource type. */
|
|
1078
|
+
partnerResourceTypeName?: string;
|
|
1079
|
+
/** Display name of the partner resource type. */
|
|
1080
|
+
partnerResourceTypeDisplayName?: string;
|
|
1081
|
+
/** Short description of the partner resource type. The length of this description should not exceed 256 characters. */
|
|
1082
|
+
partnerResourceTypeDescription?: string;
|
|
1083
|
+
/**
|
|
1084
|
+
* Long description for the custom scenarios and integration to be displayed in the portal if needed.
|
|
1085
|
+
* Length of this description should not exceed 2048 characters.
|
|
1086
|
+
*/
|
|
1087
|
+
longDescription?: string;
|
|
1088
|
+
/**
|
|
1089
|
+
* The customer service number of the publisher. The expected phone format should start with a '+' sign
|
|
1090
|
+
* followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its
|
|
1091
|
+
* length cannot exceed 16 digits including country code. Examples of valid phone numbers are: +1 515 123 4567 and
|
|
1092
|
+
* +966 7 5115 2471. Examples of invalid phone numbers are: +1 (515) 123-4567, 1 515 123 4567 and +966 121 5115 24 7 551 1234 43
|
|
1093
|
+
*/
|
|
1094
|
+
partnerCustomerServiceNumber?: string;
|
|
1095
|
+
/** The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10. */
|
|
1096
|
+
partnerCustomerServiceExtension?: string;
|
|
1097
|
+
/** The extension of the customer service URI of the publisher. */
|
|
1098
|
+
customerServiceUri?: string;
|
|
1099
|
+
/**
|
|
1100
|
+
* URI of the partner website that can be used by Azure customers to setup Event Grid
|
|
1101
|
+
* integration on an event source.
|
|
1102
|
+
*/
|
|
1103
|
+
setupUri?: string;
|
|
1104
|
+
/** URI of the logo. */
|
|
1105
|
+
logoUri?: string;
|
|
1106
|
+
/** Visibility state of the partner registration. */
|
|
1107
|
+
visibilityState?: PartnerRegistrationVisibilityState;
|
|
1108
|
+
/**
|
|
1109
|
+
* List of Azure subscription Ids that are authorized to create a partner namespace
|
|
1110
|
+
* associated with this partner registration. This is an optional property. Creating
|
|
1111
|
+
* partner namespaces is always permitted under the same Azure subscription as the one used
|
|
1112
|
+
* for creating the partner registration.
|
|
1113
|
+
*/
|
|
1114
|
+
authorizedAzureSubscriptionIds?: string[];
|
|
1115
|
+
};
|
|
1116
|
+
/** EventGrid Partner Topic. */
|
|
1117
|
+
export declare type PartnerTopic = TrackedResource & {
|
|
1118
|
+
/**
|
|
1119
|
+
* The system metadata relating to Partner Topic resource.
|
|
1120
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1121
|
+
*/
|
|
1122
|
+
readonly systemData?: SystemData;
|
|
1123
|
+
/** Identity information for the Partner Topic resource. */
|
|
1124
|
+
identity?: IdentityInfo;
|
|
1125
|
+
/** Source associated with this partner topic. This represents a unique partner resource. */
|
|
1126
|
+
source?: string;
|
|
1127
|
+
/**
|
|
1128
|
+
* Expiration time of the partner topic. If this timer expires while the partner topic is still never activated,
|
|
1129
|
+
* the partner topic and corresponding event channel are deleted.
|
|
1130
|
+
*/
|
|
1131
|
+
expirationTimeIfNotActivatedUtc?: Date;
|
|
1132
|
+
/**
|
|
1133
|
+
* Provisioning state of the partner topic.
|
|
1134
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1135
|
+
*/
|
|
1136
|
+
readonly provisioningState?: PartnerTopicProvisioningState;
|
|
1137
|
+
/** Activation state of the partner topic. */
|
|
1138
|
+
activationState?: PartnerTopicActivationState;
|
|
1139
|
+
/**
|
|
1140
|
+
* Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.
|
|
1141
|
+
* This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
|
|
1142
|
+
*/
|
|
1143
|
+
partnerTopicFriendlyDescription?: string;
|
|
1144
|
+
};
|
|
1145
|
+
/** EventGrid System Topic. */
|
|
1146
|
+
export declare type SystemTopic = TrackedResource & {
|
|
1147
|
+
/**
|
|
1148
|
+
* The system metadata relating to System Topic resource.
|
|
1149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1150
|
+
*/
|
|
1151
|
+
readonly systemData?: SystemData;
|
|
1152
|
+
/** Identity information for the resource. */
|
|
1153
|
+
identity?: IdentityInfo;
|
|
1154
|
+
/**
|
|
1155
|
+
* Provisioning state of the system topic.
|
|
1156
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1157
|
+
*/
|
|
1158
|
+
readonly provisioningState?: ResourceProvisioningState;
|
|
1159
|
+
/** Source for the system topic. */
|
|
1160
|
+
source?: string;
|
|
1161
|
+
/** TopicType for the system topic. */
|
|
1162
|
+
topicType?: string;
|
|
1163
|
+
/**
|
|
1164
|
+
* Metric resource id for the system topic.
|
|
1165
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1166
|
+
*/
|
|
1167
|
+
readonly metricResourceId?: string;
|
|
1168
|
+
};
|
|
1169
|
+
/** EventGrid Topic */
|
|
1170
|
+
export declare type Topic = TrackedResource & {
|
|
1171
|
+
/** The Sku pricing tier for the topic. */
|
|
1172
|
+
sku?: ResourceSku;
|
|
1173
|
+
/** Identity information for the resource. */
|
|
1174
|
+
identity?: IdentityInfo;
|
|
1175
|
+
/** Kind of the resource. */
|
|
1176
|
+
kind?: ResourceKind;
|
|
1177
|
+
/** Extended location of the resource. */
|
|
1178
|
+
extendedLocation?: ExtendedLocation;
|
|
1179
|
+
/**
|
|
1180
|
+
* The system metadata relating to Topic resource.
|
|
1181
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1182
|
+
*/
|
|
1183
|
+
readonly systemData?: SystemData;
|
|
1184
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1185
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1186
|
+
/**
|
|
1187
|
+
* Provisioning state of the topic.
|
|
1188
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1189
|
+
*/
|
|
1190
|
+
readonly provisioningState?: TopicProvisioningState;
|
|
1191
|
+
/**
|
|
1192
|
+
* Endpoint for the topic.
|
|
1193
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1194
|
+
*/
|
|
1195
|
+
readonly endpoint?: string;
|
|
1196
|
+
/** This determines the format that Event Grid should expect for incoming events published to the topic. */
|
|
1197
|
+
inputSchema?: InputSchema;
|
|
1198
|
+
/** This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema. */
|
|
1199
|
+
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
1200
|
+
/**
|
|
1201
|
+
* Metric resource id for the topic.
|
|
1202
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1203
|
+
*/
|
|
1204
|
+
readonly metricResourceId?: string;
|
|
1205
|
+
/**
|
|
1206
|
+
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
1207
|
+
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules" />
|
|
1208
|
+
*/
|
|
1209
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1210
|
+
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
1211
|
+
inboundIpRules?: InboundIpRule[];
|
|
1212
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic. */
|
|
1213
|
+
disableLocalAuth?: boolean;
|
|
1214
|
+
};
|
|
1215
|
+
/** Known values of {@link PersistedConnectionStatus} that the service accepts. */
|
|
1216
|
+
export declare enum KnownPersistedConnectionStatus {
|
|
1217
|
+
Pending = "Pending",
|
|
1218
|
+
Approved = "Approved",
|
|
1219
|
+
Rejected = "Rejected",
|
|
1220
|
+
Disconnected = "Disconnected"
|
|
1221
|
+
}
|
|
1222
|
+
/**
|
|
1223
|
+
* Defines values for PersistedConnectionStatus. \
|
|
1224
|
+
* {@link KnownPersistedConnectionStatus} can be used interchangeably with PersistedConnectionStatus,
|
|
1225
|
+
* this enum contains the known values that the service supports.
|
|
1226
|
+
* ### Known values supported by the service
|
|
1227
|
+
* **Pending** \
|
|
1228
|
+
* **Approved** \
|
|
1229
|
+
* **Rejected** \
|
|
1230
|
+
* **Disconnected**
|
|
1231
|
+
*/
|
|
1232
|
+
export declare type PersistedConnectionStatus = string;
|
|
1233
|
+
/** Known values of {@link ResourceProvisioningState} that the service accepts. */
|
|
1234
|
+
export declare enum KnownResourceProvisioningState {
|
|
1235
|
+
Creating = "Creating",
|
|
1236
|
+
Updating = "Updating",
|
|
1237
|
+
Deleting = "Deleting",
|
|
1238
|
+
Succeeded = "Succeeded",
|
|
1239
|
+
Canceled = "Canceled",
|
|
1240
|
+
Failed = "Failed"
|
|
1241
|
+
}
|
|
1242
|
+
/**
|
|
1243
|
+
* Defines values for ResourceProvisioningState. \
|
|
1244
|
+
* {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,
|
|
1245
|
+
* this enum contains the known values that the service supports.
|
|
1246
|
+
* ### Known values supported by the service
|
|
1247
|
+
* **Creating** \
|
|
1248
|
+
* **Updating** \
|
|
1249
|
+
* **Deleting** \
|
|
1250
|
+
* **Succeeded** \
|
|
1251
|
+
* **Canceled** \
|
|
1252
|
+
* **Failed**
|
|
1253
|
+
*/
|
|
1254
|
+
export declare type ResourceProvisioningState = string;
|
|
1255
|
+
/** Known values of {@link DomainProvisioningState} that the service accepts. */
|
|
1256
|
+
export declare enum KnownDomainProvisioningState {
|
|
1257
|
+
Creating = "Creating",
|
|
1258
|
+
Updating = "Updating",
|
|
1259
|
+
Deleting = "Deleting",
|
|
1260
|
+
Succeeded = "Succeeded",
|
|
1261
|
+
Canceled = "Canceled",
|
|
1262
|
+
Failed = "Failed"
|
|
1263
|
+
}
|
|
1264
|
+
/**
|
|
1265
|
+
* Defines values for DomainProvisioningState. \
|
|
1266
|
+
* {@link KnownDomainProvisioningState} can be used interchangeably with DomainProvisioningState,
|
|
1267
|
+
* this enum contains the known values that the service supports.
|
|
1268
|
+
* ### Known values supported by the service
|
|
1269
|
+
* **Creating** \
|
|
1270
|
+
* **Updating** \
|
|
1271
|
+
* **Deleting** \
|
|
1272
|
+
* **Succeeded** \
|
|
1273
|
+
* **Canceled** \
|
|
1274
|
+
* **Failed**
|
|
1275
|
+
*/
|
|
1276
|
+
export declare type DomainProvisioningState = string;
|
|
1277
|
+
/** Known values of {@link InputSchema} that the service accepts. */
|
|
1278
|
+
export declare enum KnownInputSchema {
|
|
1279
|
+
EventGridSchema = "EventGridSchema",
|
|
1280
|
+
CustomEventSchema = "CustomEventSchema",
|
|
1281
|
+
CloudEventSchemaV10 = "CloudEventSchemaV1_0"
|
|
1282
|
+
}
|
|
1283
|
+
/**
|
|
1284
|
+
* Defines values for InputSchema. \
|
|
1285
|
+
* {@link KnownInputSchema} can be used interchangeably with InputSchema,
|
|
1286
|
+
* this enum contains the known values that the service supports.
|
|
1287
|
+
* ### Known values supported by the service
|
|
1288
|
+
* **EventGridSchema** \
|
|
1289
|
+
* **CustomEventSchema** \
|
|
1290
|
+
* **CloudEventSchemaV1_0**
|
|
1291
|
+
*/
|
|
1292
|
+
export declare type InputSchema = string;
|
|
1293
|
+
/** Known values of {@link InputSchemaMappingType} that the service accepts. */
|
|
1294
|
+
export declare enum KnownInputSchemaMappingType {
|
|
1295
|
+
Json = "Json"
|
|
1296
|
+
}
|
|
1297
|
+
/**
|
|
1298
|
+
* Defines values for InputSchemaMappingType. \
|
|
1299
|
+
* {@link KnownInputSchemaMappingType} can be used interchangeably with InputSchemaMappingType,
|
|
1300
|
+
* this enum contains the known values that the service supports.
|
|
1301
|
+
* ### Known values supported by the service
|
|
1302
|
+
* **Json**
|
|
1303
|
+
*/
|
|
1304
|
+
export declare type InputSchemaMappingType = string;
|
|
1305
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
1306
|
+
export declare enum KnownPublicNetworkAccess {
|
|
1307
|
+
Enabled = "Enabled",
|
|
1308
|
+
Disabled = "Disabled"
|
|
1309
|
+
}
|
|
1310
|
+
/**
|
|
1311
|
+
* Defines values for PublicNetworkAccess. \
|
|
1312
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
1313
|
+
* this enum contains the known values that the service supports.
|
|
1314
|
+
* ### Known values supported by the service
|
|
1315
|
+
* **Enabled** \
|
|
1316
|
+
* **Disabled**
|
|
1317
|
+
*/
|
|
1318
|
+
export declare type PublicNetworkAccess = string;
|
|
1319
|
+
/** Known values of {@link IpActionType} that the service accepts. */
|
|
1320
|
+
export declare enum KnownIpActionType {
|
|
1321
|
+
Allow = "Allow"
|
|
1322
|
+
}
|
|
1323
|
+
/**
|
|
1324
|
+
* Defines values for IpActionType. \
|
|
1325
|
+
* {@link KnownIpActionType} can be used interchangeably with IpActionType,
|
|
1326
|
+
* this enum contains the known values that the service supports.
|
|
1327
|
+
* ### Known values supported by the service
|
|
1328
|
+
* **Allow**
|
|
1329
|
+
*/
|
|
1330
|
+
export declare type IpActionType = string;
|
|
1331
|
+
/** Known values of {@link Sku} that the service accepts. */
|
|
1332
|
+
export declare enum KnownSku {
|
|
1333
|
+
Basic = "Basic",
|
|
1334
|
+
Premium = "Premium"
|
|
1335
|
+
}
|
|
1336
|
+
/**
|
|
1337
|
+
* Defines values for Sku. \
|
|
1338
|
+
* {@link KnownSku} can be used interchangeably with Sku,
|
|
1339
|
+
* this enum contains the known values that the service supports.
|
|
1340
|
+
* ### Known values supported by the service
|
|
1341
|
+
* **Basic** \
|
|
1342
|
+
* **Premium**
|
|
1343
|
+
*/
|
|
1344
|
+
export declare type Sku = string;
|
|
1345
|
+
/** Known values of {@link IdentityType} that the service accepts. */
|
|
1346
|
+
export declare enum KnownIdentityType {
|
|
1347
|
+
None = "None",
|
|
1348
|
+
SystemAssigned = "SystemAssigned",
|
|
1349
|
+
UserAssigned = "UserAssigned",
|
|
1350
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
|
|
1351
|
+
}
|
|
1352
|
+
/**
|
|
1353
|
+
* Defines values for IdentityType. \
|
|
1354
|
+
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
1355
|
+
* this enum contains the known values that the service supports.
|
|
1356
|
+
* ### Known values supported by the service
|
|
1357
|
+
* **None** \
|
|
1358
|
+
* **SystemAssigned** \
|
|
1359
|
+
* **UserAssigned** \
|
|
1360
|
+
* **SystemAssigned, UserAssigned**
|
|
1361
|
+
*/
|
|
1362
|
+
export declare type IdentityType = string;
|
|
1363
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1364
|
+
export declare enum KnownCreatedByType {
|
|
1365
|
+
User = "User",
|
|
1366
|
+
Application = "Application",
|
|
1367
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1368
|
+
Key = "Key"
|
|
1369
|
+
}
|
|
1370
|
+
/**
|
|
1371
|
+
* Defines values for CreatedByType. \
|
|
1372
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1373
|
+
* this enum contains the known values that the service supports.
|
|
1374
|
+
* ### Known values supported by the service
|
|
1375
|
+
* **User** \
|
|
1376
|
+
* **Application** \
|
|
1377
|
+
* **ManagedIdentity** \
|
|
1378
|
+
* **Key**
|
|
1379
|
+
*/
|
|
1380
|
+
export declare type CreatedByType = string;
|
|
1381
|
+
/** Known values of {@link DomainTopicProvisioningState} that the service accepts. */
|
|
1382
|
+
export declare enum KnownDomainTopicProvisioningState {
|
|
1383
|
+
Creating = "Creating",
|
|
1384
|
+
Updating = "Updating",
|
|
1385
|
+
Deleting = "Deleting",
|
|
1386
|
+
Succeeded = "Succeeded",
|
|
1387
|
+
Canceled = "Canceled",
|
|
1388
|
+
Failed = "Failed"
|
|
1389
|
+
}
|
|
1390
|
+
/**
|
|
1391
|
+
* Defines values for DomainTopicProvisioningState. \
|
|
1392
|
+
* {@link KnownDomainTopicProvisioningState} can be used interchangeably with DomainTopicProvisioningState,
|
|
1393
|
+
* this enum contains the known values that the service supports.
|
|
1394
|
+
* ### Known values supported by the service
|
|
1395
|
+
* **Creating** \
|
|
1396
|
+
* **Updating** \
|
|
1397
|
+
* **Deleting** \
|
|
1398
|
+
* **Succeeded** \
|
|
1399
|
+
* **Canceled** \
|
|
1400
|
+
* **Failed**
|
|
1401
|
+
*/
|
|
1402
|
+
export declare type DomainTopicProvisioningState = string;
|
|
1403
|
+
/** Known values of {@link EventChannelProvisioningState} that the service accepts. */
|
|
1404
|
+
export declare enum KnownEventChannelProvisioningState {
|
|
1405
|
+
Creating = "Creating",
|
|
1406
|
+
Updating = "Updating",
|
|
1407
|
+
Deleting = "Deleting",
|
|
1408
|
+
Succeeded = "Succeeded",
|
|
1409
|
+
Canceled = "Canceled",
|
|
1410
|
+
Failed = "Failed"
|
|
1411
|
+
}
|
|
1412
|
+
/**
|
|
1413
|
+
* Defines values for EventChannelProvisioningState. \
|
|
1414
|
+
* {@link KnownEventChannelProvisioningState} can be used interchangeably with EventChannelProvisioningState,
|
|
1415
|
+
* this enum contains the known values that the service supports.
|
|
1416
|
+
* ### Known values supported by the service
|
|
1417
|
+
* **Creating** \
|
|
1418
|
+
* **Updating** \
|
|
1419
|
+
* **Deleting** \
|
|
1420
|
+
* **Succeeded** \
|
|
1421
|
+
* **Canceled** \
|
|
1422
|
+
* **Failed**
|
|
1423
|
+
*/
|
|
1424
|
+
export declare type EventChannelProvisioningState = string;
|
|
1425
|
+
/** Known values of {@link PartnerTopicReadinessState} that the service accepts. */
|
|
1426
|
+
export declare enum KnownPartnerTopicReadinessState {
|
|
1427
|
+
NotActivatedByUserYet = "NotActivatedByUserYet",
|
|
1428
|
+
ActivatedByUser = "ActivatedByUser",
|
|
1429
|
+
DeactivatedByUser = "DeactivatedByUser",
|
|
1430
|
+
DeletedByUser = "DeletedByUser"
|
|
1431
|
+
}
|
|
1432
|
+
/**
|
|
1433
|
+
* Defines values for PartnerTopicReadinessState. \
|
|
1434
|
+
* {@link KnownPartnerTopicReadinessState} can be used interchangeably with PartnerTopicReadinessState,
|
|
1435
|
+
* this enum contains the known values that the service supports.
|
|
1436
|
+
* ### Known values supported by the service
|
|
1437
|
+
* **NotActivatedByUserYet** \
|
|
1438
|
+
* **ActivatedByUser** \
|
|
1439
|
+
* **DeactivatedByUser** \
|
|
1440
|
+
* **DeletedByUser**
|
|
1441
|
+
*/
|
|
1442
|
+
export declare type PartnerTopicReadinessState = string;
|
|
1443
|
+
/** Known values of {@link AdvancedFilterOperatorType} that the service accepts. */
|
|
1444
|
+
export declare enum KnownAdvancedFilterOperatorType {
|
|
1445
|
+
NumberIn = "NumberIn",
|
|
1446
|
+
NumberNotIn = "NumberNotIn",
|
|
1447
|
+
NumberLessThan = "NumberLessThan",
|
|
1448
|
+
NumberGreaterThan = "NumberGreaterThan",
|
|
1449
|
+
NumberLessThanOrEquals = "NumberLessThanOrEquals",
|
|
1450
|
+
NumberGreaterThanOrEquals = "NumberGreaterThanOrEquals",
|
|
1451
|
+
BoolEquals = "BoolEquals",
|
|
1452
|
+
StringIn = "StringIn",
|
|
1453
|
+
StringNotIn = "StringNotIn",
|
|
1454
|
+
StringBeginsWith = "StringBeginsWith",
|
|
1455
|
+
StringEndsWith = "StringEndsWith",
|
|
1456
|
+
StringContains = "StringContains",
|
|
1457
|
+
NumberInRange = "NumberInRange",
|
|
1458
|
+
NumberNotInRange = "NumberNotInRange",
|
|
1459
|
+
StringNotBeginsWith = "StringNotBeginsWith",
|
|
1460
|
+
StringNotEndsWith = "StringNotEndsWith",
|
|
1461
|
+
StringNotContains = "StringNotContains",
|
|
1462
|
+
IsNullOrUndefined = "IsNullOrUndefined",
|
|
1463
|
+
IsNotNull = "IsNotNull"
|
|
1464
|
+
}
|
|
1465
|
+
/**
|
|
1466
|
+
* Defines values for AdvancedFilterOperatorType. \
|
|
1467
|
+
* {@link KnownAdvancedFilterOperatorType} can be used interchangeably with AdvancedFilterOperatorType,
|
|
1468
|
+
* this enum contains the known values that the service supports.
|
|
1469
|
+
* ### Known values supported by the service
|
|
1470
|
+
* **NumberIn** \
|
|
1471
|
+
* **NumberNotIn** \
|
|
1472
|
+
* **NumberLessThan** \
|
|
1473
|
+
* **NumberGreaterThan** \
|
|
1474
|
+
* **NumberLessThanOrEquals** \
|
|
1475
|
+
* **NumberGreaterThanOrEquals** \
|
|
1476
|
+
* **BoolEquals** \
|
|
1477
|
+
* **StringIn** \
|
|
1478
|
+
* **StringNotIn** \
|
|
1479
|
+
* **StringBeginsWith** \
|
|
1480
|
+
* **StringEndsWith** \
|
|
1481
|
+
* **StringContains** \
|
|
1482
|
+
* **NumberInRange** \
|
|
1483
|
+
* **NumberNotInRange** \
|
|
1484
|
+
* **StringNotBeginsWith** \
|
|
1485
|
+
* **StringNotEndsWith** \
|
|
1486
|
+
* **StringNotContains** \
|
|
1487
|
+
* **IsNullOrUndefined** \
|
|
1488
|
+
* **IsNotNull**
|
|
1489
|
+
*/
|
|
1490
|
+
export declare type AdvancedFilterOperatorType = string;
|
|
1491
|
+
/** Known values of {@link EventSubscriptionProvisioningState} that the service accepts. */
|
|
1492
|
+
export declare enum KnownEventSubscriptionProvisioningState {
|
|
1493
|
+
Creating = "Creating",
|
|
1494
|
+
Updating = "Updating",
|
|
1495
|
+
Deleting = "Deleting",
|
|
1496
|
+
Succeeded = "Succeeded",
|
|
1497
|
+
Canceled = "Canceled",
|
|
1498
|
+
Failed = "Failed",
|
|
1499
|
+
AwaitingManualAction = "AwaitingManualAction"
|
|
1500
|
+
}
|
|
1501
|
+
/**
|
|
1502
|
+
* Defines values for EventSubscriptionProvisioningState. \
|
|
1503
|
+
* {@link KnownEventSubscriptionProvisioningState} can be used interchangeably with EventSubscriptionProvisioningState,
|
|
1504
|
+
* this enum contains the known values that the service supports.
|
|
1505
|
+
* ### Known values supported by the service
|
|
1506
|
+
* **Creating** \
|
|
1507
|
+
* **Updating** \
|
|
1508
|
+
* **Deleting** \
|
|
1509
|
+
* **Succeeded** \
|
|
1510
|
+
* **Canceled** \
|
|
1511
|
+
* **Failed** \
|
|
1512
|
+
* **AwaitingManualAction**
|
|
1513
|
+
*/
|
|
1514
|
+
export declare type EventSubscriptionProvisioningState = string;
|
|
1515
|
+
/** Known values of {@link EndpointType} that the service accepts. */
|
|
1516
|
+
export declare enum KnownEndpointType {
|
|
1517
|
+
WebHook = "WebHook",
|
|
1518
|
+
EventHub = "EventHub",
|
|
1519
|
+
StorageQueue = "StorageQueue",
|
|
1520
|
+
HybridConnection = "HybridConnection",
|
|
1521
|
+
ServiceBusQueue = "ServiceBusQueue",
|
|
1522
|
+
ServiceBusTopic = "ServiceBusTopic",
|
|
1523
|
+
AzureFunction = "AzureFunction"
|
|
1524
|
+
}
|
|
1525
|
+
/**
|
|
1526
|
+
* Defines values for EndpointType. \
|
|
1527
|
+
* {@link KnownEndpointType} can be used interchangeably with EndpointType,
|
|
1528
|
+
* this enum contains the known values that the service supports.
|
|
1529
|
+
* ### Known values supported by the service
|
|
1530
|
+
* **WebHook** \
|
|
1531
|
+
* **EventHub** \
|
|
1532
|
+
* **StorageQueue** \
|
|
1533
|
+
* **HybridConnection** \
|
|
1534
|
+
* **ServiceBusQueue** \
|
|
1535
|
+
* **ServiceBusTopic** \
|
|
1536
|
+
* **AzureFunction**
|
|
1537
|
+
*/
|
|
1538
|
+
export declare type EndpointType = string;
|
|
1539
|
+
/** Known values of {@link EventSubscriptionIdentityType} that the service accepts. */
|
|
1540
|
+
export declare enum KnownEventSubscriptionIdentityType {
|
|
1541
|
+
SystemAssigned = "SystemAssigned",
|
|
1542
|
+
UserAssigned = "UserAssigned"
|
|
1543
|
+
}
|
|
1544
|
+
/**
|
|
1545
|
+
* Defines values for EventSubscriptionIdentityType. \
|
|
1546
|
+
* {@link KnownEventSubscriptionIdentityType} can be used interchangeably with EventSubscriptionIdentityType,
|
|
1547
|
+
* this enum contains the known values that the service supports.
|
|
1548
|
+
* ### Known values supported by the service
|
|
1549
|
+
* **SystemAssigned** \
|
|
1550
|
+
* **UserAssigned**
|
|
1551
|
+
*/
|
|
1552
|
+
export declare type EventSubscriptionIdentityType = string;
|
|
1553
|
+
/** Known values of {@link EventDeliverySchema} that the service accepts. */
|
|
1554
|
+
export declare enum KnownEventDeliverySchema {
|
|
1555
|
+
EventGridSchema = "EventGridSchema",
|
|
1556
|
+
CustomInputSchema = "CustomInputSchema",
|
|
1557
|
+
CloudEventSchemaV10 = "CloudEventSchemaV1_0"
|
|
1558
|
+
}
|
|
1559
|
+
/**
|
|
1560
|
+
* Defines values for EventDeliverySchema. \
|
|
1561
|
+
* {@link KnownEventDeliverySchema} can be used interchangeably with EventDeliverySchema,
|
|
1562
|
+
* this enum contains the known values that the service supports.
|
|
1563
|
+
* ### Known values supported by the service
|
|
1564
|
+
* **EventGridSchema** \
|
|
1565
|
+
* **CustomInputSchema** \
|
|
1566
|
+
* **CloudEventSchemaV1_0**
|
|
1567
|
+
*/
|
|
1568
|
+
export declare type EventDeliverySchema = string;
|
|
1569
|
+
/** Known values of {@link DeadLetterEndPointType} that the service accepts. */
|
|
1570
|
+
export declare enum KnownDeadLetterEndPointType {
|
|
1571
|
+
StorageBlob = "StorageBlob"
|
|
1572
|
+
}
|
|
1573
|
+
/**
|
|
1574
|
+
* Defines values for DeadLetterEndPointType. \
|
|
1575
|
+
* {@link KnownDeadLetterEndPointType} can be used interchangeably with DeadLetterEndPointType,
|
|
1576
|
+
* this enum contains the known values that the service supports.
|
|
1577
|
+
* ### Known values supported by the service
|
|
1578
|
+
* **StorageBlob**
|
|
1579
|
+
*/
|
|
1580
|
+
export declare type DeadLetterEndPointType = string;
|
|
1581
|
+
/** Known values of {@link DeliveryAttributeMappingType} that the service accepts. */
|
|
1582
|
+
export declare enum KnownDeliveryAttributeMappingType {
|
|
1583
|
+
Static = "Static",
|
|
1584
|
+
Dynamic = "Dynamic"
|
|
1585
|
+
}
|
|
1586
|
+
/**
|
|
1587
|
+
* Defines values for DeliveryAttributeMappingType. \
|
|
1588
|
+
* {@link KnownDeliveryAttributeMappingType} can be used interchangeably with DeliveryAttributeMappingType,
|
|
1589
|
+
* this enum contains the known values that the service supports.
|
|
1590
|
+
* ### Known values supported by the service
|
|
1591
|
+
* **Static** \
|
|
1592
|
+
* **Dynamic**
|
|
1593
|
+
*/
|
|
1594
|
+
export declare type DeliveryAttributeMappingType = string;
|
|
1595
|
+
/** Known values of {@link PartnerNamespaceProvisioningState} that the service accepts. */
|
|
1596
|
+
export declare enum KnownPartnerNamespaceProvisioningState {
|
|
1597
|
+
Creating = "Creating",
|
|
1598
|
+
Updating = "Updating",
|
|
1599
|
+
Deleting = "Deleting",
|
|
1600
|
+
Succeeded = "Succeeded",
|
|
1601
|
+
Canceled = "Canceled",
|
|
1602
|
+
Failed = "Failed"
|
|
1603
|
+
}
|
|
1604
|
+
/**
|
|
1605
|
+
* Defines values for PartnerNamespaceProvisioningState. \
|
|
1606
|
+
* {@link KnownPartnerNamespaceProvisioningState} can be used interchangeably with PartnerNamespaceProvisioningState,
|
|
1607
|
+
* this enum contains the known values that the service supports.
|
|
1608
|
+
* ### Known values supported by the service
|
|
1609
|
+
* **Creating** \
|
|
1610
|
+
* **Updating** \
|
|
1611
|
+
* **Deleting** \
|
|
1612
|
+
* **Succeeded** \
|
|
1613
|
+
* **Canceled** \
|
|
1614
|
+
* **Failed**
|
|
1615
|
+
*/
|
|
1616
|
+
export declare type PartnerNamespaceProvisioningState = string;
|
|
1617
|
+
/** Known values of {@link PartnerRegistrationProvisioningState} that the service accepts. */
|
|
1618
|
+
export declare enum KnownPartnerRegistrationProvisioningState {
|
|
1619
|
+
Creating = "Creating",
|
|
1620
|
+
Updating = "Updating",
|
|
1621
|
+
Deleting = "Deleting",
|
|
1622
|
+
Succeeded = "Succeeded",
|
|
1623
|
+
Canceled = "Canceled",
|
|
1624
|
+
Failed = "Failed"
|
|
1625
|
+
}
|
|
1626
|
+
/**
|
|
1627
|
+
* Defines values for PartnerRegistrationProvisioningState. \
|
|
1628
|
+
* {@link KnownPartnerRegistrationProvisioningState} can be used interchangeably with PartnerRegistrationProvisioningState,
|
|
1629
|
+
* this enum contains the known values that the service supports.
|
|
1630
|
+
* ### Known values supported by the service
|
|
1631
|
+
* **Creating** \
|
|
1632
|
+
* **Updating** \
|
|
1633
|
+
* **Deleting** \
|
|
1634
|
+
* **Succeeded** \
|
|
1635
|
+
* **Canceled** \
|
|
1636
|
+
* **Failed**
|
|
1637
|
+
*/
|
|
1638
|
+
export declare type PartnerRegistrationProvisioningState = string;
|
|
1639
|
+
/** Known values of {@link PartnerRegistrationVisibilityState} that the service accepts. */
|
|
1640
|
+
export declare enum KnownPartnerRegistrationVisibilityState {
|
|
1641
|
+
Hidden = "Hidden",
|
|
1642
|
+
PublicPreview = "PublicPreview",
|
|
1643
|
+
GenerallyAvailable = "GenerallyAvailable"
|
|
1644
|
+
}
|
|
1645
|
+
/**
|
|
1646
|
+
* Defines values for PartnerRegistrationVisibilityState. \
|
|
1647
|
+
* {@link KnownPartnerRegistrationVisibilityState} can be used interchangeably with PartnerRegistrationVisibilityState,
|
|
1648
|
+
* this enum contains the known values that the service supports.
|
|
1649
|
+
* ### Known values supported by the service
|
|
1650
|
+
* **Hidden** \
|
|
1651
|
+
* **PublicPreview** \
|
|
1652
|
+
* **GenerallyAvailable**
|
|
1653
|
+
*/
|
|
1654
|
+
export declare type PartnerRegistrationVisibilityState = string;
|
|
1655
|
+
/** Known values of {@link PartnerTopicProvisioningState} that the service accepts. */
|
|
1656
|
+
export declare enum KnownPartnerTopicProvisioningState {
|
|
1657
|
+
Creating = "Creating",
|
|
1658
|
+
Updating = "Updating",
|
|
1659
|
+
Deleting = "Deleting",
|
|
1660
|
+
Succeeded = "Succeeded",
|
|
1661
|
+
Canceled = "Canceled",
|
|
1662
|
+
Failed = "Failed"
|
|
1663
|
+
}
|
|
1664
|
+
/**
|
|
1665
|
+
* Defines values for PartnerTopicProvisioningState. \
|
|
1666
|
+
* {@link KnownPartnerTopicProvisioningState} can be used interchangeably with PartnerTopicProvisioningState,
|
|
1667
|
+
* this enum contains the known values that the service supports.
|
|
1668
|
+
* ### Known values supported by the service
|
|
1669
|
+
* **Creating** \
|
|
1670
|
+
* **Updating** \
|
|
1671
|
+
* **Deleting** \
|
|
1672
|
+
* **Succeeded** \
|
|
1673
|
+
* **Canceled** \
|
|
1674
|
+
* **Failed**
|
|
1675
|
+
*/
|
|
1676
|
+
export declare type PartnerTopicProvisioningState = string;
|
|
1677
|
+
/** Known values of {@link PartnerTopicActivationState} that the service accepts. */
|
|
1678
|
+
export declare enum KnownPartnerTopicActivationState {
|
|
1679
|
+
NeverActivated = "NeverActivated",
|
|
1680
|
+
Activated = "Activated",
|
|
1681
|
+
Deactivated = "Deactivated"
|
|
1682
|
+
}
|
|
1683
|
+
/**
|
|
1684
|
+
* Defines values for PartnerTopicActivationState. \
|
|
1685
|
+
* {@link KnownPartnerTopicActivationState} can be used interchangeably with PartnerTopicActivationState,
|
|
1686
|
+
* this enum contains the known values that the service supports.
|
|
1687
|
+
* ### Known values supported by the service
|
|
1688
|
+
* **NeverActivated** \
|
|
1689
|
+
* **Activated** \
|
|
1690
|
+
* **Deactivated**
|
|
1691
|
+
*/
|
|
1692
|
+
export declare type PartnerTopicActivationState = string;
|
|
1693
|
+
/** Known values of {@link Enum25} that the service accepts. */
|
|
1694
|
+
export declare enum KnownEnum25 {
|
|
1695
|
+
Topics = "topics",
|
|
1696
|
+
Domains = "domains",
|
|
1697
|
+
PartnerNamespaces = "partnerNamespaces"
|
|
1698
|
+
}
|
|
1699
|
+
/**
|
|
1700
|
+
* Defines values for Enum25. \
|
|
1701
|
+
* {@link KnownEnum25} can be used interchangeably with Enum25,
|
|
1702
|
+
* this enum contains the known values that the service supports.
|
|
1703
|
+
* ### Known values supported by the service
|
|
1704
|
+
* **topics** \
|
|
1705
|
+
* **domains** \
|
|
1706
|
+
* **partnerNamespaces**
|
|
1707
|
+
*/
|
|
1708
|
+
export declare type Enum25 = string;
|
|
1709
|
+
/** Known values of {@link Enum26} that the service accepts. */
|
|
1710
|
+
export declare enum KnownEnum26 {
|
|
1711
|
+
Topics = "topics",
|
|
1712
|
+
Domains = "domains",
|
|
1713
|
+
PartnerNamespaces = "partnerNamespaces"
|
|
1714
|
+
}
|
|
1715
|
+
/**
|
|
1716
|
+
* Defines values for Enum26. \
|
|
1717
|
+
* {@link KnownEnum26} can be used interchangeably with Enum26,
|
|
1718
|
+
* this enum contains the known values that the service supports.
|
|
1719
|
+
* ### Known values supported by the service
|
|
1720
|
+
* **topics** \
|
|
1721
|
+
* **domains** \
|
|
1722
|
+
* **partnerNamespaces**
|
|
1723
|
+
*/
|
|
1724
|
+
export declare type Enum26 = string;
|
|
1725
|
+
/** Known values of {@link Enum27} that the service accepts. */
|
|
1726
|
+
export declare enum KnownEnum27 {
|
|
1727
|
+
Topics = "topics",
|
|
1728
|
+
Domains = "domains",
|
|
1729
|
+
PartnerNamespaces = "partnerNamespaces"
|
|
1730
|
+
}
|
|
1731
|
+
/**
|
|
1732
|
+
* Defines values for Enum27. \
|
|
1733
|
+
* {@link KnownEnum27} can be used interchangeably with Enum27,
|
|
1734
|
+
* this enum contains the known values that the service supports.
|
|
1735
|
+
* ### Known values supported by the service
|
|
1736
|
+
* **topics** \
|
|
1737
|
+
* **domains** \
|
|
1738
|
+
* **partnerNamespaces**
|
|
1739
|
+
*/
|
|
1740
|
+
export declare type Enum27 = string;
|
|
1741
|
+
/** Known values of {@link Enum28} that the service accepts. */
|
|
1742
|
+
export declare enum KnownEnum28 {
|
|
1743
|
+
Topics = "topics",
|
|
1744
|
+
Domains = "domains",
|
|
1745
|
+
PartnerNamespaces = "partnerNamespaces"
|
|
1746
|
+
}
|
|
1747
|
+
/**
|
|
1748
|
+
* Defines values for Enum28. \
|
|
1749
|
+
* {@link KnownEnum28} can be used interchangeably with Enum28,
|
|
1750
|
+
* this enum contains the known values that the service supports.
|
|
1751
|
+
* ### Known values supported by the service
|
|
1752
|
+
* **topics** \
|
|
1753
|
+
* **domains** \
|
|
1754
|
+
* **partnerNamespaces**
|
|
1755
|
+
*/
|
|
1756
|
+
export declare type Enum28 = string;
|
|
1757
|
+
/** Known values of {@link TopicProvisioningState} that the service accepts. */
|
|
1758
|
+
export declare enum KnownTopicProvisioningState {
|
|
1759
|
+
Creating = "Creating",
|
|
1760
|
+
Updating = "Updating",
|
|
1761
|
+
Deleting = "Deleting",
|
|
1762
|
+
Succeeded = "Succeeded",
|
|
1763
|
+
Canceled = "Canceled",
|
|
1764
|
+
Failed = "Failed"
|
|
1765
|
+
}
|
|
1766
|
+
/**
|
|
1767
|
+
* Defines values for TopicProvisioningState. \
|
|
1768
|
+
* {@link KnownTopicProvisioningState} can be used interchangeably with TopicProvisioningState,
|
|
1769
|
+
* this enum contains the known values that the service supports.
|
|
1770
|
+
* ### Known values supported by the service
|
|
1771
|
+
* **Creating** \
|
|
1772
|
+
* **Updating** \
|
|
1773
|
+
* **Deleting** \
|
|
1774
|
+
* **Succeeded** \
|
|
1775
|
+
* **Canceled** \
|
|
1776
|
+
* **Failed**
|
|
1777
|
+
*/
|
|
1778
|
+
export declare type TopicProvisioningState = string;
|
|
1779
|
+
/** Known values of {@link ResourceKind} that the service accepts. */
|
|
1780
|
+
export declare enum KnownResourceKind {
|
|
1781
|
+
Azure = "Azure",
|
|
1782
|
+
AzureArc = "AzureArc"
|
|
1783
|
+
}
|
|
1784
|
+
/**
|
|
1785
|
+
* Defines values for ResourceKind. \
|
|
1786
|
+
* {@link KnownResourceKind} can be used interchangeably with ResourceKind,
|
|
1787
|
+
* this enum contains the known values that the service supports.
|
|
1788
|
+
* ### Known values supported by the service
|
|
1789
|
+
* **Azure** \
|
|
1790
|
+
* **AzureArc**
|
|
1791
|
+
*/
|
|
1792
|
+
export declare type ResourceKind = string;
|
|
1793
|
+
/** Known values of {@link ResourceRegionType} that the service accepts. */
|
|
1794
|
+
export declare enum KnownResourceRegionType {
|
|
1795
|
+
RegionalResource = "RegionalResource",
|
|
1796
|
+
GlobalResource = "GlobalResource"
|
|
1797
|
+
}
|
|
1798
|
+
/**
|
|
1799
|
+
* Defines values for ResourceRegionType. \
|
|
1800
|
+
* {@link KnownResourceRegionType} can be used interchangeably with ResourceRegionType,
|
|
1801
|
+
* this enum contains the known values that the service supports.
|
|
1802
|
+
* ### Known values supported by the service
|
|
1803
|
+
* **RegionalResource** \
|
|
1804
|
+
* **GlobalResource**
|
|
1805
|
+
*/
|
|
1806
|
+
export declare type ResourceRegionType = string;
|
|
1807
|
+
/** Known values of {@link TopicTypeProvisioningState} that the service accepts. */
|
|
1808
|
+
export declare enum KnownTopicTypeProvisioningState {
|
|
1809
|
+
Creating = "Creating",
|
|
1810
|
+
Updating = "Updating",
|
|
1811
|
+
Deleting = "Deleting",
|
|
1812
|
+
Succeeded = "Succeeded",
|
|
1813
|
+
Canceled = "Canceled",
|
|
1814
|
+
Failed = "Failed"
|
|
1815
|
+
}
|
|
1816
|
+
/**
|
|
1817
|
+
* Defines values for TopicTypeProvisioningState. \
|
|
1818
|
+
* {@link KnownTopicTypeProvisioningState} can be used interchangeably with TopicTypeProvisioningState,
|
|
1819
|
+
* this enum contains the known values that the service supports.
|
|
1820
|
+
* ### Known values supported by the service
|
|
1821
|
+
* **Creating** \
|
|
1822
|
+
* **Updating** \
|
|
1823
|
+
* **Deleting** \
|
|
1824
|
+
* **Succeeded** \
|
|
1825
|
+
* **Canceled** \
|
|
1826
|
+
* **Failed**
|
|
1827
|
+
*/
|
|
1828
|
+
export declare type TopicTypeProvisioningState = string;
|
|
1829
|
+
/** Known values of {@link TopicTypePropertiesSupportedScopesForSourceItem} that the service accepts. */
|
|
1830
|
+
export declare enum KnownTopicTypePropertiesSupportedScopesForSourceItem {
|
|
1831
|
+
Resource = "Resource",
|
|
1832
|
+
ResourceGroup = "ResourceGroup",
|
|
1833
|
+
AzureSubscription = "AzureSubscription"
|
|
1834
|
+
}
|
|
1835
|
+
/**
|
|
1836
|
+
* Defines values for TopicTypePropertiesSupportedScopesForSourceItem. \
|
|
1837
|
+
* {@link KnownTopicTypePropertiesSupportedScopesForSourceItem} can be used interchangeably with TopicTypePropertiesSupportedScopesForSourceItem,
|
|
1838
|
+
* this enum contains the known values that the service supports.
|
|
1839
|
+
* ### Known values supported by the service
|
|
1840
|
+
* **Resource** \
|
|
1841
|
+
* **ResourceGroup** \
|
|
1842
|
+
* **AzureSubscription**
|
|
1843
|
+
*/
|
|
1844
|
+
export declare type TopicTypePropertiesSupportedScopesForSourceItem = string;
|
|
1845
|
+
/** Optional parameters. */
|
|
1846
|
+
export interface DomainsGetOptionalParams extends coreClient.OperationOptions {
|
|
1847
|
+
}
|
|
1848
|
+
/** Contains response data for the get operation. */
|
|
1849
|
+
export declare type DomainsGetResponse = Domain;
|
|
1850
|
+
/** Optional parameters. */
|
|
1851
|
+
export interface DomainsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1852
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1853
|
+
updateIntervalInMs?: number;
|
|
1854
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1855
|
+
resumeFrom?: string;
|
|
1856
|
+
}
|
|
1857
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1858
|
+
export declare type DomainsCreateOrUpdateResponse = Domain;
|
|
1859
|
+
/** Optional parameters. */
|
|
1860
|
+
export interface DomainsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1861
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1862
|
+
updateIntervalInMs?: number;
|
|
1863
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1864
|
+
resumeFrom?: string;
|
|
1865
|
+
}
|
|
1866
|
+
/** Optional parameters. */
|
|
1867
|
+
export interface DomainsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1868
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1869
|
+
updateIntervalInMs?: number;
|
|
1870
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1871
|
+
resumeFrom?: string;
|
|
1872
|
+
}
|
|
1873
|
+
/** Optional parameters. */
|
|
1874
|
+
export interface DomainsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1875
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
1876
|
+
filter?: string;
|
|
1877
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
1878
|
+
top?: number;
|
|
1879
|
+
}
|
|
1880
|
+
/** Contains response data for the listBySubscription operation. */
|
|
1881
|
+
export declare type DomainsListBySubscriptionResponse = DomainsListResult;
|
|
1882
|
+
/** Optional parameters. */
|
|
1883
|
+
export interface DomainsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1884
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
1885
|
+
filter?: string;
|
|
1886
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
1887
|
+
top?: number;
|
|
1888
|
+
}
|
|
1889
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1890
|
+
export declare type DomainsListByResourceGroupResponse = DomainsListResult;
|
|
1891
|
+
/** Optional parameters. */
|
|
1892
|
+
export interface DomainsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
1893
|
+
}
|
|
1894
|
+
/** Contains response data for the listSharedAccessKeys operation. */
|
|
1895
|
+
export declare type DomainsListSharedAccessKeysResponse = DomainSharedAccessKeys;
|
|
1896
|
+
/** Optional parameters. */
|
|
1897
|
+
export interface DomainsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
1898
|
+
}
|
|
1899
|
+
/** Contains response data for the regenerateKey operation. */
|
|
1900
|
+
export declare type DomainsRegenerateKeyResponse = DomainSharedAccessKeys;
|
|
1901
|
+
/** Optional parameters. */
|
|
1902
|
+
export interface DomainsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1903
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
1904
|
+
filter?: string;
|
|
1905
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
1906
|
+
top?: number;
|
|
1907
|
+
}
|
|
1908
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1909
|
+
export declare type DomainsListBySubscriptionNextResponse = DomainsListResult;
|
|
1910
|
+
/** Optional parameters. */
|
|
1911
|
+
export interface DomainsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1912
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
1913
|
+
filter?: string;
|
|
1914
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
1915
|
+
top?: number;
|
|
1916
|
+
}
|
|
1917
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1918
|
+
export declare type DomainsListByResourceGroupNextResponse = DomainsListResult;
|
|
1919
|
+
/** Optional parameters. */
|
|
1920
|
+
export interface DomainTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
1921
|
+
}
|
|
1922
|
+
/** Contains response data for the get operation. */
|
|
1923
|
+
export declare type DomainTopicsGetResponse = DomainTopic;
|
|
1924
|
+
/** Optional parameters. */
|
|
1925
|
+
export interface DomainTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1926
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1927
|
+
updateIntervalInMs?: number;
|
|
1928
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1929
|
+
resumeFrom?: string;
|
|
1930
|
+
}
|
|
1931
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1932
|
+
export declare type DomainTopicsCreateOrUpdateResponse = DomainTopic;
|
|
1933
|
+
/** Optional parameters. */
|
|
1934
|
+
export interface DomainTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1935
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1936
|
+
updateIntervalInMs?: number;
|
|
1937
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1938
|
+
resumeFrom?: string;
|
|
1939
|
+
}
|
|
1940
|
+
/** Optional parameters. */
|
|
1941
|
+
export interface DomainTopicsListByDomainOptionalParams extends coreClient.OperationOptions {
|
|
1942
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
1943
|
+
filter?: string;
|
|
1944
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
1945
|
+
top?: number;
|
|
1946
|
+
}
|
|
1947
|
+
/** Contains response data for the listByDomain operation. */
|
|
1948
|
+
export declare type DomainTopicsListByDomainResponse = DomainTopicsListResult;
|
|
1949
|
+
/** Optional parameters. */
|
|
1950
|
+
export interface DomainTopicsListByDomainNextOptionalParams extends coreClient.OperationOptions {
|
|
1951
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
1952
|
+
filter?: string;
|
|
1953
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
1954
|
+
top?: number;
|
|
1955
|
+
}
|
|
1956
|
+
/** Contains response data for the listByDomainNext operation. */
|
|
1957
|
+
export declare type DomainTopicsListByDomainNextResponse = DomainTopicsListResult;
|
|
1958
|
+
/** Optional parameters. */
|
|
1959
|
+
export interface EventChannelsGetOptionalParams extends coreClient.OperationOptions {
|
|
1960
|
+
}
|
|
1961
|
+
/** Contains response data for the get operation. */
|
|
1962
|
+
export declare type EventChannelsGetResponse = EventChannel;
|
|
1963
|
+
/** Optional parameters. */
|
|
1964
|
+
export interface EventChannelsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1965
|
+
}
|
|
1966
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1967
|
+
export declare type EventChannelsCreateOrUpdateResponse = EventChannel;
|
|
1968
|
+
/** Optional parameters. */
|
|
1969
|
+
export interface EventChannelsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1970
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1971
|
+
updateIntervalInMs?: number;
|
|
1972
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1973
|
+
resumeFrom?: string;
|
|
1974
|
+
}
|
|
1975
|
+
/** Optional parameters. */
|
|
1976
|
+
export interface EventChannelsListByPartnerNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
1977
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
1978
|
+
filter?: string;
|
|
1979
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
1980
|
+
top?: number;
|
|
1981
|
+
}
|
|
1982
|
+
/** Contains response data for the listByPartnerNamespace operation. */
|
|
1983
|
+
export declare type EventChannelsListByPartnerNamespaceResponse = EventChannelsListResult;
|
|
1984
|
+
/** Optional parameters. */
|
|
1985
|
+
export interface EventChannelsListByPartnerNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
1986
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
1987
|
+
filter?: string;
|
|
1988
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
1989
|
+
top?: number;
|
|
1990
|
+
}
|
|
1991
|
+
/** Contains response data for the listByPartnerNamespaceNext operation. */
|
|
1992
|
+
export declare type EventChannelsListByPartnerNamespaceNextResponse = EventChannelsListResult;
|
|
1993
|
+
/** Optional parameters. */
|
|
1994
|
+
export interface EventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1995
|
+
}
|
|
1996
|
+
/** Contains response data for the get operation. */
|
|
1997
|
+
export declare type EventSubscriptionsGetResponse = EventSubscription;
|
|
1998
|
+
/** Optional parameters. */
|
|
1999
|
+
export interface EventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2000
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2001
|
+
updateIntervalInMs?: number;
|
|
2002
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2003
|
+
resumeFrom?: string;
|
|
2004
|
+
}
|
|
2005
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2006
|
+
export declare type EventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
2007
|
+
/** Optional parameters. */
|
|
2008
|
+
export interface EventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2009
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2010
|
+
updateIntervalInMs?: number;
|
|
2011
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2012
|
+
resumeFrom?: string;
|
|
2013
|
+
}
|
|
2014
|
+
/** Optional parameters. */
|
|
2015
|
+
export interface EventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2016
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2017
|
+
updateIntervalInMs?: number;
|
|
2018
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2019
|
+
resumeFrom?: string;
|
|
2020
|
+
}
|
|
2021
|
+
/** Contains response data for the update operation. */
|
|
2022
|
+
export declare type EventSubscriptionsUpdateResponse = EventSubscription;
|
|
2023
|
+
/** Optional parameters. */
|
|
2024
|
+
export interface EventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
2025
|
+
}
|
|
2026
|
+
/** Contains response data for the getFullUrl operation. */
|
|
2027
|
+
export declare type EventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
2028
|
+
/** Optional parameters. */
|
|
2029
|
+
export interface EventSubscriptionsListGlobalBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2030
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2031
|
+
filter?: string;
|
|
2032
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2033
|
+
top?: number;
|
|
2034
|
+
}
|
|
2035
|
+
/** Contains response data for the listGlobalBySubscription operation. */
|
|
2036
|
+
export declare type EventSubscriptionsListGlobalBySubscriptionResponse = EventSubscriptionsListResult;
|
|
2037
|
+
/** Optional parameters. */
|
|
2038
|
+
export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
2039
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2040
|
+
filter?: string;
|
|
2041
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2042
|
+
top?: number;
|
|
2043
|
+
}
|
|
2044
|
+
/** Contains response data for the listGlobalBySubscriptionForTopicType operation. */
|
|
2045
|
+
export declare type EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;
|
|
2046
|
+
/** Optional parameters. */
|
|
2047
|
+
export interface EventSubscriptionsListGlobalByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2048
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2049
|
+
filter?: string;
|
|
2050
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2051
|
+
top?: number;
|
|
2052
|
+
}
|
|
2053
|
+
/** Contains response data for the listGlobalByResourceGroup operation. */
|
|
2054
|
+
export declare type EventSubscriptionsListGlobalByResourceGroupResponse = EventSubscriptionsListResult;
|
|
2055
|
+
/** Optional parameters. */
|
|
2056
|
+
export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
2057
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2058
|
+
filter?: string;
|
|
2059
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2060
|
+
top?: number;
|
|
2061
|
+
}
|
|
2062
|
+
/** Contains response data for the listGlobalByResourceGroupForTopicType operation. */
|
|
2063
|
+
export declare type EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;
|
|
2064
|
+
/** Optional parameters. */
|
|
2065
|
+
export interface EventSubscriptionsListRegionalBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2066
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2067
|
+
filter?: string;
|
|
2068
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2069
|
+
top?: number;
|
|
2070
|
+
}
|
|
2071
|
+
/** Contains response data for the listRegionalBySubscription operation. */
|
|
2072
|
+
export declare type EventSubscriptionsListRegionalBySubscriptionResponse = EventSubscriptionsListResult;
|
|
2073
|
+
/** Optional parameters. */
|
|
2074
|
+
export interface EventSubscriptionsListRegionalByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2075
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2076
|
+
filter?: string;
|
|
2077
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2078
|
+
top?: number;
|
|
2079
|
+
}
|
|
2080
|
+
/** Contains response data for the listRegionalByResourceGroup operation. */
|
|
2081
|
+
export declare type EventSubscriptionsListRegionalByResourceGroupResponse = EventSubscriptionsListResult;
|
|
2082
|
+
/** Optional parameters. */
|
|
2083
|
+
export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
2084
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2085
|
+
filter?: string;
|
|
2086
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2087
|
+
top?: number;
|
|
2088
|
+
}
|
|
2089
|
+
/** Contains response data for the listRegionalBySubscriptionForTopicType operation. */
|
|
2090
|
+
export declare type EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;
|
|
2091
|
+
/** Optional parameters. */
|
|
2092
|
+
export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
2093
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2094
|
+
filter?: string;
|
|
2095
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2096
|
+
top?: number;
|
|
2097
|
+
}
|
|
2098
|
+
/** Contains response data for the listRegionalByResourceGroupForTopicType operation. */
|
|
2099
|
+
export declare type EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;
|
|
2100
|
+
/** Optional parameters. */
|
|
2101
|
+
export interface EventSubscriptionsListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
2102
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2103
|
+
filter?: string;
|
|
2104
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2105
|
+
top?: number;
|
|
2106
|
+
}
|
|
2107
|
+
/** Contains response data for the listByResource operation. */
|
|
2108
|
+
export declare type EventSubscriptionsListByResourceResponse = EventSubscriptionsListResult;
|
|
2109
|
+
/** Optional parameters. */
|
|
2110
|
+
export interface EventSubscriptionsListByDomainTopicOptionalParams extends coreClient.OperationOptions {
|
|
2111
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2112
|
+
filter?: string;
|
|
2113
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2114
|
+
top?: number;
|
|
2115
|
+
}
|
|
2116
|
+
/** Contains response data for the listByDomainTopic operation. */
|
|
2117
|
+
export declare type EventSubscriptionsListByDomainTopicResponse = EventSubscriptionsListResult;
|
|
2118
|
+
/** Optional parameters. */
|
|
2119
|
+
export interface EventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
2120
|
+
}
|
|
2121
|
+
/** Contains response data for the getDeliveryAttributes operation. */
|
|
2122
|
+
export declare type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
2123
|
+
/** Optional parameters. */
|
|
2124
|
+
export interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2125
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2126
|
+
filter?: string;
|
|
2127
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2128
|
+
top?: number;
|
|
2129
|
+
}
|
|
2130
|
+
/** Contains response data for the listGlobalBySubscriptionNext operation. */
|
|
2131
|
+
export declare type EventSubscriptionsListGlobalBySubscriptionNextResponse = EventSubscriptionsListResult;
|
|
2132
|
+
/** Optional parameters. */
|
|
2133
|
+
export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
2134
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2135
|
+
filter?: string;
|
|
2136
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2137
|
+
top?: number;
|
|
2138
|
+
}
|
|
2139
|
+
/** Contains response data for the listGlobalBySubscriptionForTopicTypeNext operation. */
|
|
2140
|
+
export declare type EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
2141
|
+
/** Optional parameters. */
|
|
2142
|
+
export interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2143
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2144
|
+
filter?: string;
|
|
2145
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2146
|
+
top?: number;
|
|
2147
|
+
}
|
|
2148
|
+
/** Contains response data for the listGlobalByResourceGroupNext operation. */
|
|
2149
|
+
export declare type EventSubscriptionsListGlobalByResourceGroupNextResponse = EventSubscriptionsListResult;
|
|
2150
|
+
/** Optional parameters. */
|
|
2151
|
+
export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
2152
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2153
|
+
filter?: string;
|
|
2154
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2155
|
+
top?: number;
|
|
2156
|
+
}
|
|
2157
|
+
/** Contains response data for the listGlobalByResourceGroupForTopicTypeNext operation. */
|
|
2158
|
+
export declare type EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
2159
|
+
/** Optional parameters. */
|
|
2160
|
+
export interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2161
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2162
|
+
filter?: string;
|
|
2163
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2164
|
+
top?: number;
|
|
2165
|
+
}
|
|
2166
|
+
/** Contains response data for the listRegionalBySubscriptionNext operation. */
|
|
2167
|
+
export declare type EventSubscriptionsListRegionalBySubscriptionNextResponse = EventSubscriptionsListResult;
|
|
2168
|
+
/** Optional parameters. */
|
|
2169
|
+
export interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2170
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2171
|
+
filter?: string;
|
|
2172
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2173
|
+
top?: number;
|
|
2174
|
+
}
|
|
2175
|
+
/** Contains response data for the listRegionalByResourceGroupNext operation. */
|
|
2176
|
+
export declare type EventSubscriptionsListRegionalByResourceGroupNextResponse = EventSubscriptionsListResult;
|
|
2177
|
+
/** Optional parameters. */
|
|
2178
|
+
export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
2179
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2180
|
+
filter?: string;
|
|
2181
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2182
|
+
top?: number;
|
|
2183
|
+
}
|
|
2184
|
+
/** Contains response data for the listRegionalBySubscriptionForTopicTypeNext operation. */
|
|
2185
|
+
export declare type EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
2186
|
+
/** Optional parameters. */
|
|
2187
|
+
export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
2188
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2189
|
+
filter?: string;
|
|
2190
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2191
|
+
top?: number;
|
|
2192
|
+
}
|
|
2193
|
+
/** Contains response data for the listRegionalByResourceGroupForTopicTypeNext operation. */
|
|
2194
|
+
export declare type EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
2195
|
+
/** Optional parameters. */
|
|
2196
|
+
export interface EventSubscriptionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
2197
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2198
|
+
filter?: string;
|
|
2199
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2200
|
+
top?: number;
|
|
2201
|
+
}
|
|
2202
|
+
/** Contains response data for the listByResourceNext operation. */
|
|
2203
|
+
export declare type EventSubscriptionsListByResourceNextResponse = EventSubscriptionsListResult;
|
|
2204
|
+
/** Optional parameters. */
|
|
2205
|
+
export interface EventSubscriptionsListByDomainTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
2206
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2207
|
+
filter?: string;
|
|
2208
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2209
|
+
top?: number;
|
|
2210
|
+
}
|
|
2211
|
+
/** Contains response data for the listByDomainTopicNext operation. */
|
|
2212
|
+
export declare type EventSubscriptionsListByDomainTopicNextResponse = EventSubscriptionsListResult;
|
|
2213
|
+
/** Optional parameters. */
|
|
2214
|
+
export interface SystemTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2215
|
+
}
|
|
2216
|
+
/** Contains response data for the get operation. */
|
|
2217
|
+
export declare type SystemTopicEventSubscriptionsGetResponse = EventSubscription;
|
|
2218
|
+
/** Optional parameters. */
|
|
2219
|
+
export interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2220
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2221
|
+
updateIntervalInMs?: number;
|
|
2222
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2223
|
+
resumeFrom?: string;
|
|
2224
|
+
}
|
|
2225
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2226
|
+
export declare type SystemTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
2227
|
+
/** Optional parameters. */
|
|
2228
|
+
export interface SystemTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2229
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2230
|
+
updateIntervalInMs?: number;
|
|
2231
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2232
|
+
resumeFrom?: string;
|
|
2233
|
+
}
|
|
2234
|
+
/** Optional parameters. */
|
|
2235
|
+
export interface SystemTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2236
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2237
|
+
updateIntervalInMs?: number;
|
|
2238
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2239
|
+
resumeFrom?: string;
|
|
2240
|
+
}
|
|
2241
|
+
/** Contains response data for the update operation. */
|
|
2242
|
+
export declare type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
2243
|
+
/** Optional parameters. */
|
|
2244
|
+
export interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
2245
|
+
}
|
|
2246
|
+
/** Contains response data for the getFullUrl operation. */
|
|
2247
|
+
export declare type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
2248
|
+
/** Optional parameters. */
|
|
2249
|
+
export interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams extends coreClient.OperationOptions {
|
|
2250
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2251
|
+
filter?: string;
|
|
2252
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2253
|
+
top?: number;
|
|
2254
|
+
}
|
|
2255
|
+
/** Contains response data for the listBySystemTopic operation. */
|
|
2256
|
+
export declare type SystemTopicEventSubscriptionsListBySystemTopicResponse = EventSubscriptionsListResult;
|
|
2257
|
+
/** Optional parameters. */
|
|
2258
|
+
export interface SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
2259
|
+
}
|
|
2260
|
+
/** Contains response data for the getDeliveryAttributes operation. */
|
|
2261
|
+
export declare type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
2262
|
+
/** Optional parameters. */
|
|
2263
|
+
export interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
2264
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2265
|
+
filter?: string;
|
|
2266
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2267
|
+
top?: number;
|
|
2268
|
+
}
|
|
2269
|
+
/** Contains response data for the listBySystemTopicNext operation. */
|
|
2270
|
+
export declare type SystemTopicEventSubscriptionsListBySystemTopicNextResponse = EventSubscriptionsListResult;
|
|
2271
|
+
/** Optional parameters. */
|
|
2272
|
+
export interface PartnerTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2273
|
+
}
|
|
2274
|
+
/** Contains response data for the get operation. */
|
|
2275
|
+
export declare type PartnerTopicEventSubscriptionsGetResponse = EventSubscription;
|
|
2276
|
+
/** Optional parameters. */
|
|
2277
|
+
export interface PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2278
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2279
|
+
updateIntervalInMs?: number;
|
|
2280
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2281
|
+
resumeFrom?: string;
|
|
2282
|
+
}
|
|
2283
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2284
|
+
export declare type PartnerTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
2285
|
+
/** Optional parameters. */
|
|
2286
|
+
export interface PartnerTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2287
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2288
|
+
updateIntervalInMs?: number;
|
|
2289
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2290
|
+
resumeFrom?: string;
|
|
2291
|
+
}
|
|
2292
|
+
/** Optional parameters. */
|
|
2293
|
+
export interface PartnerTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2294
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2295
|
+
updateIntervalInMs?: number;
|
|
2296
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2297
|
+
resumeFrom?: string;
|
|
2298
|
+
}
|
|
2299
|
+
/** Contains response data for the update operation. */
|
|
2300
|
+
export declare type PartnerTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
2301
|
+
/** Optional parameters. */
|
|
2302
|
+
export interface PartnerTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
2303
|
+
}
|
|
2304
|
+
/** Contains response data for the getFullUrl operation. */
|
|
2305
|
+
export declare type PartnerTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
2306
|
+
/** Optional parameters. */
|
|
2307
|
+
export interface PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams extends coreClient.OperationOptions {
|
|
2308
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2309
|
+
filter?: string;
|
|
2310
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2311
|
+
top?: number;
|
|
2312
|
+
}
|
|
2313
|
+
/** Contains response data for the listByPartnerTopic operation. */
|
|
2314
|
+
export declare type PartnerTopicEventSubscriptionsListByPartnerTopicResponse = EventSubscriptionsListResult;
|
|
2315
|
+
/** Optional parameters. */
|
|
2316
|
+
export interface PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
2317
|
+
}
|
|
2318
|
+
/** Contains response data for the getDeliveryAttributes operation. */
|
|
2319
|
+
export declare type PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
2320
|
+
/** Optional parameters. */
|
|
2321
|
+
export interface PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
2322
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2323
|
+
filter?: string;
|
|
2324
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2325
|
+
top?: number;
|
|
2326
|
+
}
|
|
2327
|
+
/** Contains response data for the listByPartnerTopicNext operation. */
|
|
2328
|
+
export declare type PartnerTopicEventSubscriptionsListByPartnerTopicNextResponse = EventSubscriptionsListResult;
|
|
2329
|
+
/** Optional parameters. */
|
|
2330
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2331
|
+
}
|
|
2332
|
+
/** Contains response data for the list operation. */
|
|
2333
|
+
export declare type OperationsListResponse = OperationsListResult;
|
|
2334
|
+
/** Optional parameters. */
|
|
2335
|
+
export interface PartnerNamespacesGetOptionalParams extends coreClient.OperationOptions {
|
|
2336
|
+
}
|
|
2337
|
+
/** Contains response data for the get operation. */
|
|
2338
|
+
export declare type PartnerNamespacesGetResponse = PartnerNamespace;
|
|
2339
|
+
/** Optional parameters. */
|
|
2340
|
+
export interface PartnerNamespacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2341
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2342
|
+
updateIntervalInMs?: number;
|
|
2343
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2344
|
+
resumeFrom?: string;
|
|
2345
|
+
}
|
|
2346
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2347
|
+
export declare type PartnerNamespacesCreateOrUpdateResponse = PartnerNamespace;
|
|
2348
|
+
/** Optional parameters. */
|
|
2349
|
+
export interface PartnerNamespacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2350
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2351
|
+
updateIntervalInMs?: number;
|
|
2352
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2353
|
+
resumeFrom?: string;
|
|
2354
|
+
}
|
|
2355
|
+
/** Optional parameters. */
|
|
2356
|
+
export interface PartnerNamespacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2357
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2358
|
+
updateIntervalInMs?: number;
|
|
2359
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2360
|
+
resumeFrom?: string;
|
|
2361
|
+
}
|
|
2362
|
+
/** Optional parameters. */
|
|
2363
|
+
export interface PartnerNamespacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2364
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2365
|
+
filter?: string;
|
|
2366
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2367
|
+
top?: number;
|
|
2368
|
+
}
|
|
2369
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2370
|
+
export declare type PartnerNamespacesListBySubscriptionResponse = PartnerNamespacesListResult;
|
|
2371
|
+
/** Optional parameters. */
|
|
2372
|
+
export interface PartnerNamespacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2373
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2374
|
+
filter?: string;
|
|
2375
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2376
|
+
top?: number;
|
|
2377
|
+
}
|
|
2378
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2379
|
+
export declare type PartnerNamespacesListByResourceGroupResponse = PartnerNamespacesListResult;
|
|
2380
|
+
/** Optional parameters. */
|
|
2381
|
+
export interface PartnerNamespacesListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
2382
|
+
}
|
|
2383
|
+
/** Contains response data for the listSharedAccessKeys operation. */
|
|
2384
|
+
export declare type PartnerNamespacesListSharedAccessKeysResponse = PartnerNamespaceSharedAccessKeys;
|
|
2385
|
+
/** Optional parameters. */
|
|
2386
|
+
export interface PartnerNamespacesRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
2387
|
+
}
|
|
2388
|
+
/** Contains response data for the regenerateKey operation. */
|
|
2389
|
+
export declare type PartnerNamespacesRegenerateKeyResponse = PartnerNamespaceSharedAccessKeys;
|
|
2390
|
+
/** Optional parameters. */
|
|
2391
|
+
export interface PartnerNamespacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2392
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2393
|
+
filter?: string;
|
|
2394
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2395
|
+
top?: number;
|
|
2396
|
+
}
|
|
2397
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2398
|
+
export declare type PartnerNamespacesListBySubscriptionNextResponse = PartnerNamespacesListResult;
|
|
2399
|
+
/** Optional parameters. */
|
|
2400
|
+
export interface PartnerNamespacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2401
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2402
|
+
filter?: string;
|
|
2403
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2404
|
+
top?: number;
|
|
2405
|
+
}
|
|
2406
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2407
|
+
export declare type PartnerNamespacesListByResourceGroupNextResponse = PartnerNamespacesListResult;
|
|
2408
|
+
/** Optional parameters. */
|
|
2409
|
+
export interface PartnerRegistrationsGetOptionalParams extends coreClient.OperationOptions {
|
|
2410
|
+
}
|
|
2411
|
+
/** Contains response data for the get operation. */
|
|
2412
|
+
export declare type PartnerRegistrationsGetResponse = PartnerRegistration;
|
|
2413
|
+
/** Optional parameters. */
|
|
2414
|
+
export interface PartnerRegistrationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2415
|
+
}
|
|
2416
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2417
|
+
export declare type PartnerRegistrationsCreateOrUpdateResponse = PartnerRegistration;
|
|
2418
|
+
/** Optional parameters. */
|
|
2419
|
+
export interface PartnerRegistrationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2420
|
+
}
|
|
2421
|
+
/** Optional parameters. */
|
|
2422
|
+
export interface PartnerRegistrationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2423
|
+
}
|
|
2424
|
+
/** Contains response data for the update operation. */
|
|
2425
|
+
export declare type PartnerRegistrationsUpdateResponse = PartnerRegistration;
|
|
2426
|
+
/** Optional parameters. */
|
|
2427
|
+
export interface PartnerRegistrationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2428
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2429
|
+
filter?: string;
|
|
2430
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2431
|
+
top?: number;
|
|
2432
|
+
}
|
|
2433
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2434
|
+
export declare type PartnerRegistrationsListBySubscriptionResponse = PartnerRegistrationsListResult;
|
|
2435
|
+
/** Optional parameters. */
|
|
2436
|
+
export interface PartnerRegistrationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2437
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2438
|
+
filter?: string;
|
|
2439
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2440
|
+
top?: number;
|
|
2441
|
+
}
|
|
2442
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2443
|
+
export declare type PartnerRegistrationsListByResourceGroupResponse = PartnerRegistrationsListResult;
|
|
2444
|
+
/** Optional parameters. */
|
|
2445
|
+
export interface PartnerRegistrationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2446
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2447
|
+
filter?: string;
|
|
2448
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2449
|
+
top?: number;
|
|
2450
|
+
}
|
|
2451
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2452
|
+
export declare type PartnerRegistrationsListBySubscriptionNextResponse = PartnerRegistrationsListResult;
|
|
2453
|
+
/** Optional parameters. */
|
|
2454
|
+
export interface PartnerRegistrationsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2455
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2456
|
+
filter?: string;
|
|
2457
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2458
|
+
top?: number;
|
|
2459
|
+
}
|
|
2460
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2461
|
+
export declare type PartnerRegistrationsListByResourceGroupNextResponse = PartnerRegistrationsListResult;
|
|
2462
|
+
/** Optional parameters. */
|
|
2463
|
+
export interface PartnerTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
2464
|
+
}
|
|
2465
|
+
/** Contains response data for the get operation. */
|
|
2466
|
+
export declare type PartnerTopicsGetResponse = PartnerTopic;
|
|
2467
|
+
/** Optional parameters. */
|
|
2468
|
+
export interface PartnerTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2469
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2470
|
+
updateIntervalInMs?: number;
|
|
2471
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2472
|
+
resumeFrom?: string;
|
|
2473
|
+
}
|
|
2474
|
+
/** Optional parameters. */
|
|
2475
|
+
export interface PartnerTopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2476
|
+
}
|
|
2477
|
+
/** Contains response data for the update operation. */
|
|
2478
|
+
export declare type PartnerTopicsUpdateResponse = PartnerTopic;
|
|
2479
|
+
/** Optional parameters. */
|
|
2480
|
+
export interface PartnerTopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2481
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2482
|
+
filter?: string;
|
|
2483
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2484
|
+
top?: number;
|
|
2485
|
+
}
|
|
2486
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2487
|
+
export declare type PartnerTopicsListBySubscriptionResponse = PartnerTopicsListResult;
|
|
2488
|
+
/** Optional parameters. */
|
|
2489
|
+
export interface PartnerTopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2490
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2491
|
+
filter?: string;
|
|
2492
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2493
|
+
top?: number;
|
|
2494
|
+
}
|
|
2495
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2496
|
+
export declare type PartnerTopicsListByResourceGroupResponse = PartnerTopicsListResult;
|
|
2497
|
+
/** Optional parameters. */
|
|
2498
|
+
export interface PartnerTopicsActivateOptionalParams extends coreClient.OperationOptions {
|
|
2499
|
+
}
|
|
2500
|
+
/** Contains response data for the activate operation. */
|
|
2501
|
+
export declare type PartnerTopicsActivateResponse = PartnerTopic;
|
|
2502
|
+
/** Optional parameters. */
|
|
2503
|
+
export interface PartnerTopicsDeactivateOptionalParams extends coreClient.OperationOptions {
|
|
2504
|
+
}
|
|
2505
|
+
/** Contains response data for the deactivate operation. */
|
|
2506
|
+
export declare type PartnerTopicsDeactivateResponse = PartnerTopic;
|
|
2507
|
+
/** Optional parameters. */
|
|
2508
|
+
export interface PartnerTopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2509
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2510
|
+
filter?: string;
|
|
2511
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2512
|
+
top?: number;
|
|
2513
|
+
}
|
|
2514
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2515
|
+
export declare type PartnerTopicsListBySubscriptionNextResponse = PartnerTopicsListResult;
|
|
2516
|
+
/** Optional parameters. */
|
|
2517
|
+
export interface PartnerTopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2518
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2519
|
+
filter?: string;
|
|
2520
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2521
|
+
top?: number;
|
|
2522
|
+
}
|
|
2523
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2524
|
+
export declare type PartnerTopicsListByResourceGroupNextResponse = PartnerTopicsListResult;
|
|
2525
|
+
/** Optional parameters. */
|
|
2526
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2527
|
+
}
|
|
2528
|
+
/** Contains response data for the get operation. */
|
|
2529
|
+
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
2530
|
+
/** Optional parameters. */
|
|
2531
|
+
export interface PrivateEndpointConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2532
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2533
|
+
updateIntervalInMs?: number;
|
|
2534
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2535
|
+
resumeFrom?: string;
|
|
2536
|
+
}
|
|
2537
|
+
/** Contains response data for the update operation. */
|
|
2538
|
+
export declare type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;
|
|
2539
|
+
/** Optional parameters. */
|
|
2540
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2541
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2542
|
+
updateIntervalInMs?: number;
|
|
2543
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2544
|
+
resumeFrom?: string;
|
|
2545
|
+
}
|
|
2546
|
+
/** Optional parameters. */
|
|
2547
|
+
export interface PrivateEndpointConnectionsListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
2548
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2549
|
+
filter?: string;
|
|
2550
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2551
|
+
top?: number;
|
|
2552
|
+
}
|
|
2553
|
+
/** Contains response data for the listByResource operation. */
|
|
2554
|
+
export declare type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;
|
|
2555
|
+
/** Optional parameters. */
|
|
2556
|
+
export interface PrivateEndpointConnectionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
2557
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2558
|
+
filter?: string;
|
|
2559
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2560
|
+
top?: number;
|
|
2561
|
+
}
|
|
2562
|
+
/** Contains response data for the listByResourceNext operation. */
|
|
2563
|
+
export declare type PrivateEndpointConnectionsListByResourceNextResponse = PrivateEndpointConnectionListResult;
|
|
2564
|
+
/** Optional parameters. */
|
|
2565
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
2566
|
+
}
|
|
2567
|
+
/** Contains response data for the get operation. */
|
|
2568
|
+
export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
2569
|
+
/** Optional parameters. */
|
|
2570
|
+
export interface PrivateLinkResourcesListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
2571
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2572
|
+
filter?: string;
|
|
2573
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2574
|
+
top?: number;
|
|
2575
|
+
}
|
|
2576
|
+
/** Contains response data for the listByResource operation. */
|
|
2577
|
+
export declare type PrivateLinkResourcesListByResourceResponse = PrivateLinkResourcesListResult;
|
|
2578
|
+
/** Optional parameters. */
|
|
2579
|
+
export interface PrivateLinkResourcesListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
2580
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2581
|
+
filter?: string;
|
|
2582
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2583
|
+
top?: number;
|
|
2584
|
+
}
|
|
2585
|
+
/** Contains response data for the listByResourceNext operation. */
|
|
2586
|
+
export declare type PrivateLinkResourcesListByResourceNextResponse = PrivateLinkResourcesListResult;
|
|
2587
|
+
/** Optional parameters. */
|
|
2588
|
+
export interface SystemTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
2589
|
+
}
|
|
2590
|
+
/** Contains response data for the get operation. */
|
|
2591
|
+
export declare type SystemTopicsGetResponse = SystemTopic;
|
|
2592
|
+
/** Optional parameters. */
|
|
2593
|
+
export interface SystemTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2594
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2595
|
+
updateIntervalInMs?: number;
|
|
2596
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2597
|
+
resumeFrom?: string;
|
|
2598
|
+
}
|
|
2599
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2600
|
+
export declare type SystemTopicsCreateOrUpdateResponse = SystemTopic;
|
|
2601
|
+
/** Optional parameters. */
|
|
2602
|
+
export interface SystemTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2603
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2604
|
+
updateIntervalInMs?: number;
|
|
2605
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2606
|
+
resumeFrom?: string;
|
|
2607
|
+
}
|
|
2608
|
+
/** Optional parameters. */
|
|
2609
|
+
export interface SystemTopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2610
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2611
|
+
updateIntervalInMs?: number;
|
|
2612
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2613
|
+
resumeFrom?: string;
|
|
2614
|
+
}
|
|
2615
|
+
/** Contains response data for the update operation. */
|
|
2616
|
+
export declare type SystemTopicsUpdateResponse = SystemTopic;
|
|
2617
|
+
/** Optional parameters. */
|
|
2618
|
+
export interface SystemTopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2619
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2620
|
+
filter?: string;
|
|
2621
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2622
|
+
top?: number;
|
|
2623
|
+
}
|
|
2624
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2625
|
+
export declare type SystemTopicsListBySubscriptionResponse = SystemTopicsListResult;
|
|
2626
|
+
/** Optional parameters. */
|
|
2627
|
+
export interface SystemTopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2628
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2629
|
+
filter?: string;
|
|
2630
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2631
|
+
top?: number;
|
|
2632
|
+
}
|
|
2633
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2634
|
+
export declare type SystemTopicsListByResourceGroupResponse = SystemTopicsListResult;
|
|
2635
|
+
/** Optional parameters. */
|
|
2636
|
+
export interface SystemTopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2637
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2638
|
+
filter?: string;
|
|
2639
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2640
|
+
top?: number;
|
|
2641
|
+
}
|
|
2642
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2643
|
+
export declare type SystemTopicsListBySubscriptionNextResponse = SystemTopicsListResult;
|
|
2644
|
+
/** Optional parameters. */
|
|
2645
|
+
export interface SystemTopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2646
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2647
|
+
filter?: string;
|
|
2648
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2649
|
+
top?: number;
|
|
2650
|
+
}
|
|
2651
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2652
|
+
export declare type SystemTopicsListByResourceGroupNextResponse = SystemTopicsListResult;
|
|
2653
|
+
/** Optional parameters. */
|
|
2654
|
+
export interface TopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
2655
|
+
}
|
|
2656
|
+
/** Contains response data for the get operation. */
|
|
2657
|
+
export declare type TopicsGetResponse = Topic;
|
|
2658
|
+
/** Optional parameters. */
|
|
2659
|
+
export interface TopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2660
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2661
|
+
updateIntervalInMs?: number;
|
|
2662
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2663
|
+
resumeFrom?: string;
|
|
2664
|
+
}
|
|
2665
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2666
|
+
export declare type TopicsCreateOrUpdateResponse = Topic;
|
|
2667
|
+
/** Optional parameters. */
|
|
2668
|
+
export interface TopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2669
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2670
|
+
updateIntervalInMs?: number;
|
|
2671
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2672
|
+
resumeFrom?: string;
|
|
2673
|
+
}
|
|
2674
|
+
/** Optional parameters. */
|
|
2675
|
+
export interface TopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2676
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2677
|
+
updateIntervalInMs?: number;
|
|
2678
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2679
|
+
resumeFrom?: string;
|
|
2680
|
+
}
|
|
2681
|
+
/** Optional parameters. */
|
|
2682
|
+
export interface TopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2683
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2684
|
+
filter?: string;
|
|
2685
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2686
|
+
top?: number;
|
|
2687
|
+
}
|
|
2688
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2689
|
+
export declare type TopicsListBySubscriptionResponse = TopicsListResult;
|
|
2690
|
+
/** Optional parameters. */
|
|
2691
|
+
export interface TopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2692
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2693
|
+
filter?: string;
|
|
2694
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2695
|
+
top?: number;
|
|
2696
|
+
}
|
|
2697
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2698
|
+
export declare type TopicsListByResourceGroupResponse = TopicsListResult;
|
|
2699
|
+
/** Optional parameters. */
|
|
2700
|
+
export interface TopicsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
2701
|
+
}
|
|
2702
|
+
/** Contains response data for the listSharedAccessKeys operation. */
|
|
2703
|
+
export declare type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
|
|
2704
|
+
/** Optional parameters. */
|
|
2705
|
+
export interface TopicsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
2706
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2707
|
+
updateIntervalInMs?: number;
|
|
2708
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2709
|
+
resumeFrom?: string;
|
|
2710
|
+
}
|
|
2711
|
+
/** Contains response data for the regenerateKey operation. */
|
|
2712
|
+
export declare type TopicsRegenerateKeyResponse = TopicSharedAccessKeys;
|
|
2713
|
+
/** Optional parameters. */
|
|
2714
|
+
export interface TopicsListEventTypesOptionalParams extends coreClient.OperationOptions {
|
|
2715
|
+
}
|
|
2716
|
+
/** Contains response data for the listEventTypes operation. */
|
|
2717
|
+
export declare type TopicsListEventTypesResponse = EventTypesListResult;
|
|
2718
|
+
/** Optional parameters. */
|
|
2719
|
+
export interface TopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2720
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2721
|
+
filter?: string;
|
|
2722
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2723
|
+
top?: number;
|
|
2724
|
+
}
|
|
2725
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2726
|
+
export declare type TopicsListBySubscriptionNextResponse = TopicsListResult;
|
|
2727
|
+
/** Optional parameters. */
|
|
2728
|
+
export interface TopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2729
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2730
|
+
filter?: string;
|
|
2731
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
2732
|
+
top?: number;
|
|
2733
|
+
}
|
|
2734
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2735
|
+
export declare type TopicsListByResourceGroupNextResponse = TopicsListResult;
|
|
2736
|
+
/** Optional parameters. */
|
|
2737
|
+
export interface ExtensionTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
2738
|
+
}
|
|
2739
|
+
/** Contains response data for the get operation. */
|
|
2740
|
+
export declare type ExtensionTopicsGetResponse = ExtensionTopic;
|
|
2741
|
+
/** Optional parameters. */
|
|
2742
|
+
export interface TopicTypesListOptionalParams extends coreClient.OperationOptions {
|
|
2743
|
+
}
|
|
2744
|
+
/** Contains response data for the list operation. */
|
|
2745
|
+
export declare type TopicTypesListResponse = TopicTypesListResult;
|
|
2746
|
+
/** Optional parameters. */
|
|
2747
|
+
export interface TopicTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
2748
|
+
}
|
|
2749
|
+
/** Contains response data for the get operation. */
|
|
2750
|
+
export declare type TopicTypesGetResponse = TopicTypeInfo;
|
|
2751
|
+
/** Optional parameters. */
|
|
2752
|
+
export interface TopicTypesListEventTypesOptionalParams extends coreClient.OperationOptions {
|
|
2753
|
+
}
|
|
2754
|
+
/** Contains response data for the listEventTypes operation. */
|
|
2755
|
+
export declare type TopicTypesListEventTypesResponse = EventTypesListResult;
|
|
2756
|
+
/** Optional parameters. */
|
|
2757
|
+
export interface EventGridManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
2758
|
+
/** server parameter */
|
|
2759
|
+
$host?: string;
|
|
2760
|
+
/** Api Version */
|
|
2761
|
+
apiVersion?: string;
|
|
2762
|
+
/** Overrides client endpoint. */
|
|
2763
|
+
endpoint?: string;
|
|
2764
|
+
}
|
|
2765
|
+
//# sourceMappingURL=index.d.ts.map
|