@azure/arm-eventgrid 14.2.0 → 15.0.0-beta.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/README.md +5 -3
- package/dist/browser/eventGridManagementClient.d.ts +6 -4
- package/dist/browser/eventGridManagementClient.d.ts.map +1 -1
- package/dist/browser/eventGridManagementClient.js +10 -7
- package/dist/browser/eventGridManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +1000 -283
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +174 -16
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +48 -8
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1301 -268
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +13 -6
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +116 -48
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/browser/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/browser/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/eventSubscriptions.d.ts +15 -15
- package/dist/browser/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/eventSubscriptions.js +34 -34
- package/dist/browser/operations/eventSubscriptions.js.map +1 -1
- package/dist/browser/operations/index.d.ts +5 -3
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +5 -3
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/partnerDestinations.d.ts +114 -0
- package/dist/browser/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/browser/operations/partnerDestinations.js +574 -0
- package/dist/browser/operations/partnerDestinations.js.map +1 -0
- package/dist/browser/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/browser/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/browser/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +5 -3
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +5 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/eventGridManagementClient.d.ts +6 -4
- package/dist/commonjs/eventGridManagementClient.d.ts.map +1 -1
- package/dist/commonjs/eventGridManagementClient.js +9 -6
- package/dist/commonjs/eventGridManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1000 -283
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +176 -18
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +48 -8
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1306 -273
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +13 -6
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +117 -49
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/eventSubscriptions.d.ts +15 -15
- package/dist/commonjs/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/eventSubscriptions.js +34 -34
- package/dist/commonjs/operations/eventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +5 -3
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +5 -3
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +260 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/partnerDestinations.d.ts +114 -0
- package/dist/commonjs/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/commonjs/operations/partnerDestinations.js +578 -0
- package/dist/commonjs/operations/partnerDestinations.js.map +1 -0
- package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -3
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +5 -3
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.js +10 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/eventGridManagementClient.d.ts +6 -4
- package/dist/esm/eventGridManagementClient.d.ts.map +1 -1
- package/dist/esm/eventGridManagementClient.js +10 -7
- package/dist/esm/eventGridManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +1000 -283
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +174 -16
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +48 -8
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1301 -268
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +13 -6
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +116 -48
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/esm/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/esm/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/eventSubscriptions.d.ts +15 -15
- package/dist/esm/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/eventSubscriptions.js +34 -34
- package/dist/esm/operations/eventSubscriptions.js.map +1 -1
- package/dist/esm/operations/index.d.ts +5 -3
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +5 -3
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/partnerDestinations.d.ts +114 -0
- package/dist/esm/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/esm/operations/partnerDestinations.js +574 -0
- package/dist/esm/operations/partnerDestinations.js.map +1 -0
- package/dist/esm/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/esm/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/esm/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +5 -3
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +5 -3
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/eventGridManagementClient.d.ts +6 -4
- package/dist/react-native/eventGridManagementClient.d.ts.map +1 -1
- package/dist/react-native/eventGridManagementClient.js +10 -7
- package/dist/react-native/eventGridManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1000 -283
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +174 -16
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +48 -8
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1301 -268
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +13 -6
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +116 -48
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/react-native/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/eventSubscriptions.d.ts +15 -15
- package/dist/react-native/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/eventSubscriptions.js +34 -34
- package/dist/react-native/operations/eventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +5 -3
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +5 -3
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/partnerDestinations.d.ts +114 -0
- package/dist/react-native/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/react-native/operations/partnerDestinations.js +574 -0
- package/dist/react-native/operations/partnerDestinations.js.map +1 -0
- package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/react-native/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -3
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +5 -3
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/package.json +32 -45
- package/CHANGELOG.md +0 -2065
- package/review/arm-eventgrid.api.md +0 -4226
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export type PartnerDestinationInfoUnion = PartnerDestinationInfo | WebhookPartnerDestinationInfo;
|
|
3
|
+
export type PartnerUpdateDestinationInfoUnion = PartnerUpdateDestinationInfo | WebhookUpdatePartnerDestinationInfo;
|
|
2
4
|
export type InputSchemaMappingUnion = InputSchemaMapping | JsonInputSchemaMapping;
|
|
3
5
|
export type DeliveryAttributeMappingUnion = DeliveryAttributeMapping | StaticDeliveryAttributeMapping | DynamicDeliveryAttributeMapping;
|
|
4
6
|
export type DeadLetterDestinationUnion = DeadLetterDestination | StorageBlobDeadLetterDestination;
|
|
5
|
-
export type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination | MonitorAlertEventSubscriptionDestination | NamespaceTopicEventSubscriptionDestination;
|
|
7
|
+
export type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination | PartnerEventSubscriptionDestination | MonitorAlertEventSubscriptionDestination | NamespaceTopicEventSubscriptionDestination;
|
|
6
8
|
export type FilterUnion = Filter | NumberInFilter | NumberNotInFilter | NumberLessThanFilter | NumberGreaterThanFilter | NumberLessThanOrEqualsFilter | NumberGreaterThanOrEqualsFilter | BoolEqualsFilter | StringInFilter | StringNotInFilter | StringBeginsWithFilter | StringEndsWithFilter | StringContainsFilter | NumberInRangeFilter | NumberNotInRangeFilter | StringNotBeginsWithFilter | StringNotEndsWithFilter | StringNotContainsFilter | IsNullOrUndefinedFilter | IsNotNullFilter;
|
|
7
9
|
export type AdvancedFilterUnion = AdvancedFilter | NumberInAdvancedFilter | NumberNotInAdvancedFilter | NumberLessThanAdvancedFilter | NumberGreaterThanAdvancedFilter | NumberLessThanOrEqualsAdvancedFilter | NumberGreaterThanOrEqualsAdvancedFilter | BoolEqualsAdvancedFilter | StringInAdvancedFilter | StringNotInAdvancedFilter | StringBeginsWithAdvancedFilter | StringEndsWithAdvancedFilter | StringContainsAdvancedFilter | NumberInRangeAdvancedFilter | NumberNotInRangeAdvancedFilter | StringNotBeginsWithAdvancedFilter | StringNotEndsWithAdvancedFilter | StringNotContainsAdvancedFilter | IsNullOrUndefinedAdvancedFilter | IsNotNullAdvancedFilter;
|
|
8
10
|
export type StaticRoutingEnrichmentUnion = StaticRoutingEnrichment | StaticStringRoutingEnrichment;
|
|
11
|
+
export type PartnerClientAuthenticationUnion = PartnerClientAuthentication | AzureADPartnerClientAuthentication;
|
|
9
12
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
10
13
|
export interface SystemData {
|
|
11
14
|
/** The identity that created the resource. */
|
|
@@ -142,6 +145,36 @@ export interface InlineEventProperties {
|
|
|
142
145
|
/** The dataSchemaUrl for the inline event. */
|
|
143
146
|
dataSchemaUrl?: string;
|
|
144
147
|
}
|
|
148
|
+
/** Properties of the corresponding partner destination of a Channel. */
|
|
149
|
+
export interface PartnerDestinationInfo {
|
|
150
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
151
|
+
endpointType: "WebHook";
|
|
152
|
+
/**
|
|
153
|
+
* Azure subscription ID of the subscriber. The partner destination associated with the channel will be
|
|
154
|
+
* created under this Azure subscription.
|
|
155
|
+
*/
|
|
156
|
+
azureSubscriptionId?: string;
|
|
157
|
+
/**
|
|
158
|
+
* Azure Resource Group of the subscriber. The partner destination associated with the channel will be
|
|
159
|
+
* created under this resource group.
|
|
160
|
+
*/
|
|
161
|
+
resourceGroupName?: string;
|
|
162
|
+
/** Name of the partner destination associated with the channel. */
|
|
163
|
+
name?: string;
|
|
164
|
+
/** Additional context of the partner destination endpoint. */
|
|
165
|
+
endpointServiceContext?: string;
|
|
166
|
+
/** Change history of the resource move. */
|
|
167
|
+
resourceMoveChangeHistory?: ResourceMoveChangeHistory[];
|
|
168
|
+
}
|
|
169
|
+
/** The change history of the resource move. */
|
|
170
|
+
export interface ResourceMoveChangeHistory {
|
|
171
|
+
/** Azure subscription ID of the resource. */
|
|
172
|
+
azureSubscriptionId?: string;
|
|
173
|
+
/** Azure Resource Group of the resource. */
|
|
174
|
+
resourceGroupName?: string;
|
|
175
|
+
/** UTC timestamp of when the resource was changed. */
|
|
176
|
+
changedTimeUtc?: Date;
|
|
177
|
+
}
|
|
145
178
|
/** Properties of the Channel update. */
|
|
146
179
|
export interface ChannelUpdateParameters {
|
|
147
180
|
/**
|
|
@@ -149,9 +182,16 @@ export interface ChannelUpdateParameters {
|
|
|
149
182
|
* the channel and corresponding partner topic or partner destination are deleted.
|
|
150
183
|
*/
|
|
151
184
|
expirationTimeIfNotActivatedUtc?: Date;
|
|
185
|
+
/** Partner destination properties which can be updated if the channel is of type PartnerDestination. */
|
|
186
|
+
partnerDestinationInfo?: PartnerUpdateDestinationInfoUnion;
|
|
152
187
|
/** Partner topic properties which can be updated if the channel is of type PartnerTopic. */
|
|
153
188
|
partnerTopicInfo?: PartnerUpdateTopicInfo;
|
|
154
189
|
}
|
|
190
|
+
/** Properties of the corresponding partner destination of a Channel. */
|
|
191
|
+
export interface PartnerUpdateDestinationInfo {
|
|
192
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
193
|
+
endpointType: "WebHook";
|
|
194
|
+
}
|
|
155
195
|
/** Update properties for the corresponding partner topic of a channel. */
|
|
156
196
|
export interface PartnerUpdateTopicInfo {
|
|
157
197
|
/** Event type info for the partner topic */
|
|
@@ -215,6 +255,11 @@ export interface InboundIpRule {
|
|
|
215
255
|
/** Action to perform based on the match or no match of the IpMask. */
|
|
216
256
|
action?: IpActionType;
|
|
217
257
|
}
|
|
258
|
+
/** Describes an EventGrid Resource Sku. */
|
|
259
|
+
export interface ResourceSku {
|
|
260
|
+
/** The Sku name of the resource. The possible values are: Basic or Premium. */
|
|
261
|
+
name?: Sku;
|
|
262
|
+
}
|
|
218
263
|
/** The identity information for the resource. */
|
|
219
264
|
export interface IdentityInfo {
|
|
220
265
|
/** 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. */
|
|
@@ -247,6 +292,8 @@ export interface DomainUpdateParameters {
|
|
|
247
292
|
};
|
|
248
293
|
/** Identity information for the resource. */
|
|
249
294
|
identity?: IdentityInfo;
|
|
295
|
+
/** The Sku pricing tier for the domain. */
|
|
296
|
+
sku?: ResourceSku;
|
|
250
297
|
/**
|
|
251
298
|
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
252
299
|
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainUpdateParameterProperties.InboundIpRules" />
|
|
@@ -256,7 +303,7 @@ export interface DomainUpdateParameters {
|
|
|
256
303
|
inboundIpRules?: InboundIpRule[];
|
|
257
304
|
/** Minimum TLS version of the publisher allowed to publish to this domain */
|
|
258
305
|
minimumTlsVersionAllowed?: TlsVersion;
|
|
259
|
-
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only
|
|
306
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the domain. */
|
|
260
307
|
disableLocalAuth?: boolean;
|
|
261
308
|
/**
|
|
262
309
|
* This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
|
|
@@ -381,6 +428,13 @@ export interface EventSubscriptionIdentity {
|
|
|
381
428
|
type?: EventSubscriptionIdentityType;
|
|
382
429
|
/** The user identity associated with the resource. */
|
|
383
430
|
userAssignedIdentity?: string;
|
|
431
|
+
/** The details of the Federated Identity Credential (FIC) used with the resource delivery. */
|
|
432
|
+
federatedIdentityCredentialInfo?: FederatedIdentityCredentialInfo;
|
|
433
|
+
}
|
|
434
|
+
/** The details of the Federated Identity Credential (FIC) used with the resource. */
|
|
435
|
+
export interface FederatedIdentityCredentialInfo {
|
|
436
|
+
/** The Multi-Tenant Microsoft Entra ID Application where the Federated Identity Credential (FIC) is associated with. */
|
|
437
|
+
federatedClientId: string;
|
|
384
438
|
}
|
|
385
439
|
/** 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. */
|
|
386
440
|
export interface DeadLetterDestination {
|
|
@@ -439,7 +493,7 @@ export interface DeliveryWithResourceIdentity {
|
|
|
439
493
|
/** Information about the destination for an event subscription. */
|
|
440
494
|
export interface EventSubscriptionDestination {
|
|
441
495
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
442
|
-
endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "MonitorAlert" | "NamespaceTopic";
|
|
496
|
+
endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "PartnerDestination" | "MonitorAlert" | "NamespaceTopic";
|
|
443
497
|
}
|
|
444
498
|
/** Filters configuration for the Event Subscription. */
|
|
445
499
|
export interface FiltersConfiguration {
|
|
@@ -469,6 +523,10 @@ export interface SubscriptionUpdateParameters {
|
|
|
469
523
|
filtersConfiguration?: FiltersConfiguration;
|
|
470
524
|
/** Expiration time of the event subscription. */
|
|
471
525
|
expirationTimeUtc?: Date;
|
|
526
|
+
/** Tags relating to Event Subscription resource. */
|
|
527
|
+
tags?: {
|
|
528
|
+
[propertyName: string]: string;
|
|
529
|
+
};
|
|
472
530
|
}
|
|
473
531
|
/** Result of the List event subscriptions operation. */
|
|
474
532
|
export interface SubscriptionsListResult {
|
|
@@ -612,6 +670,8 @@ export interface TopicSpacesConfiguration {
|
|
|
612
670
|
readonly hostname?: string;
|
|
613
671
|
/** Routing enrichments for topic spaces configuration */
|
|
614
672
|
routingEnrichments?: RoutingEnrichments;
|
|
673
|
+
/** Client authentication settings for topic spaces configuration. */
|
|
674
|
+
clientAuthentication?: ClientAuthenticationSettings;
|
|
615
675
|
/**
|
|
616
676
|
* The maximum session expiry in hours. The property default value is 1 hour.
|
|
617
677
|
* Min allowed value is 1 hour and max allowed value is 8 hours.
|
|
@@ -644,6 +704,65 @@ export interface DynamicRoutingEnrichment {
|
|
|
644
704
|
/** Dynamic routing enrichment value. */
|
|
645
705
|
value?: string;
|
|
646
706
|
}
|
|
707
|
+
/** Client authentication settings for namespace resource. */
|
|
708
|
+
export interface ClientAuthenticationSettings {
|
|
709
|
+
/** Alternative authentication name sources related to client authentication settings for namespace resource. */
|
|
710
|
+
alternativeAuthenticationNameSources?: AlternativeAuthenticationNameSource[];
|
|
711
|
+
/** Custom JWT authentication settings for namespace resource. */
|
|
712
|
+
customJwtAuthentication?: CustomJwtAuthenticationSettings;
|
|
713
|
+
/** Authentication settings for a webhook endpoint within a Namespace resource. */
|
|
714
|
+
webhookAuthentication?: WebhookAuthenticationSettings;
|
|
715
|
+
}
|
|
716
|
+
/** Custom JWT authentication settings for namespace resource. */
|
|
717
|
+
export interface CustomJwtAuthenticationSettings {
|
|
718
|
+
/** Expected JWT token issuer. */
|
|
719
|
+
tokenIssuer?: string;
|
|
720
|
+
/** Information about the certificates that are used for token validation. We currently support maximum 2 certificates. */
|
|
721
|
+
issuerCertificates?: IssuerCertificateInfo[];
|
|
722
|
+
/** Information about the encoded public certificates that are used for custom authentication. */
|
|
723
|
+
encodedIssuerCertificates?: EncodedIssuerCertificateInfo[];
|
|
724
|
+
}
|
|
725
|
+
/** Information about the certificate that is used for token validation. */
|
|
726
|
+
export interface IssuerCertificateInfo {
|
|
727
|
+
/** Keyvault certificate URL in https://keyvaultname.vault.azure.net/certificates/certificateName/certificateVersion format. */
|
|
728
|
+
certificateUrl: string;
|
|
729
|
+
/** The identity that will be used to access the certificate. */
|
|
730
|
+
identity?: CustomJwtAuthenticationManagedIdentity;
|
|
731
|
+
}
|
|
732
|
+
/** The identity information for retrieving the certificate for custom JWT authentication. */
|
|
733
|
+
export interface CustomJwtAuthenticationManagedIdentity {
|
|
734
|
+
/** The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'. */
|
|
735
|
+
type: CustomJwtAuthenticationManagedIdentityType;
|
|
736
|
+
/** The user identity associated with the resource. */
|
|
737
|
+
userAssignedIdentity?: string;
|
|
738
|
+
}
|
|
739
|
+
/** Information about the public certificate that is used for custom authentication. */
|
|
740
|
+
export interface EncodedIssuerCertificateInfo {
|
|
741
|
+
/** Identifier for the certificate. */
|
|
742
|
+
kid: string;
|
|
743
|
+
/** Certificate in pem format. */
|
|
744
|
+
encodedCertificate: string;
|
|
745
|
+
}
|
|
746
|
+
/** Authentication settings for a webhook endpoint within a Namespace resource. */
|
|
747
|
+
export interface WebhookAuthenticationSettings {
|
|
748
|
+
/** The identity configuration required for authenticating a custom webhook. */
|
|
749
|
+
identity: CustomWebhookAuthenticationManagedIdentity;
|
|
750
|
+
/** The URL endpoint where the Event Grid service sends authenticated webhook requests using the specified managed identity. */
|
|
751
|
+
endpointUrl: string;
|
|
752
|
+
/** The base URL endpoint where the Event Grid service sends authenticated webhook requests using the specified managed identity. */
|
|
753
|
+
endpointBaseUrl?: string;
|
|
754
|
+
/** Microsoft Entra ID Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */
|
|
755
|
+
azureActiveDirectoryApplicationIdOrUri: string;
|
|
756
|
+
/** Microsoft Entra ID Tenant ID to get the access token that will be included as the bearer token in delivery requests. */
|
|
757
|
+
azureActiveDirectoryTenantId: string;
|
|
758
|
+
}
|
|
759
|
+
/** The identity configuration required for authenticating a custom webhook. */
|
|
760
|
+
export interface CustomWebhookAuthenticationManagedIdentity {
|
|
761
|
+
/** The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'. */
|
|
762
|
+
type: CustomWebhookAuthenticationManagedIdentityType;
|
|
763
|
+
/** The user identity associated with the resource. */
|
|
764
|
+
userAssignedIdentity?: string;
|
|
765
|
+
}
|
|
647
766
|
/** Routing identity info for topic spaces configuration. */
|
|
648
767
|
export interface RoutingIdentityInfo {
|
|
649
768
|
/** Routing identity type for topic spaces configuration. */
|
|
@@ -691,6 +810,8 @@ export interface UpdateTopicSpacesConfigurationInfo {
|
|
|
691
810
|
routeTopicResourceId?: string;
|
|
692
811
|
/** Routing enrichments for topic spaces configuration. */
|
|
693
812
|
routingEnrichments?: RoutingEnrichments;
|
|
813
|
+
/** Client authentication settings for topic spaces configuration. */
|
|
814
|
+
clientAuthentication?: ClientAuthenticationSettings;
|
|
694
815
|
/**
|
|
695
816
|
* The maximum session expiry in hours. The property default value is 1 hour.
|
|
696
817
|
* Min allowed value is 1 hour and max allowed value is 8 hours.
|
|
@@ -786,37 +907,6 @@ export interface OperationInfo {
|
|
|
786
907
|
/** Description of the operation */
|
|
787
908
|
description?: string;
|
|
788
909
|
}
|
|
789
|
-
/** Properties of the Topic update */
|
|
790
|
-
export interface TopicUpdateParameters {
|
|
791
|
-
/** Tags of the Topic resource. */
|
|
792
|
-
tags?: {
|
|
793
|
-
[propertyName: string]: string;
|
|
794
|
-
};
|
|
795
|
-
/** Topic resource identity information. */
|
|
796
|
-
identity?: IdentityInfo;
|
|
797
|
-
/**
|
|
798
|
-
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
799
|
-
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" />
|
|
800
|
-
*/
|
|
801
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
802
|
-
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
803
|
-
inboundIpRules?: InboundIpRule[];
|
|
804
|
-
/** Minimum TLS version of the publisher allowed to publish to this domain */
|
|
805
|
-
minimumTlsVersionAllowed?: TlsVersion;
|
|
806
|
-
/** 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. */
|
|
807
|
-
disableLocalAuth?: boolean;
|
|
808
|
-
/** The data residency boundary for the topic. */
|
|
809
|
-
dataResidencyBoundary?: DataResidencyBoundary;
|
|
810
|
-
/** The eventTypeInfo for the topic. */
|
|
811
|
-
eventTypeInfo?: EventTypeInfo;
|
|
812
|
-
}
|
|
813
|
-
/** Result of the List Topics operation */
|
|
814
|
-
export interface TopicsListResult {
|
|
815
|
-
/** A collection of Topics */
|
|
816
|
-
value?: Topic[];
|
|
817
|
-
/** A link for the next page of topics */
|
|
818
|
-
nextLink?: string;
|
|
819
|
-
}
|
|
820
910
|
/** The partner authorization details. */
|
|
821
911
|
export interface PartnerAuthorization {
|
|
822
912
|
/**
|
|
@@ -856,6 +946,20 @@ export interface PartnerConfigurationsListResult {
|
|
|
856
946
|
/** A link for the next page of partner configurations. */
|
|
857
947
|
nextLink?: string;
|
|
858
948
|
}
|
|
949
|
+
/** Properties of the Partner Destination that can be updated. */
|
|
950
|
+
export interface PartnerDestinationUpdateParameters {
|
|
951
|
+
/** Tags of the Partner Destination resource. */
|
|
952
|
+
tags?: {
|
|
953
|
+
[propertyName: string]: string;
|
|
954
|
+
};
|
|
955
|
+
}
|
|
956
|
+
/** Result of the List Partner Destinations operation. */
|
|
957
|
+
export interface PartnerDestinationsListResult {
|
|
958
|
+
/** A collection of partner destinations. */
|
|
959
|
+
value?: PartnerDestination[];
|
|
960
|
+
/** A link for the next page of partner destinations. */
|
|
961
|
+
nextLink?: string;
|
|
962
|
+
}
|
|
859
963
|
/** Properties of the Partner Namespace update. */
|
|
860
964
|
export interface PartnerNamespaceUpdateParameters {
|
|
861
965
|
/** Tags of the Partner Namespace. */
|
|
@@ -871,7 +975,7 @@ export interface PartnerNamespaceUpdateParameters {
|
|
|
871
975
|
inboundIpRules?: InboundIpRule[];
|
|
872
976
|
/** Minimum TLS version of the publisher allowed to publish to this domain */
|
|
873
977
|
minimumTlsVersionAllowed?: TlsVersion;
|
|
874
|
-
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only
|
|
978
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the partner namespace. */
|
|
875
979
|
disableLocalAuth?: boolean;
|
|
876
980
|
}
|
|
877
981
|
/** Result of the List Partner Namespaces operation */
|
|
@@ -923,6 +1027,85 @@ export interface PartnerTopicsListResult {
|
|
|
923
1027
|
/** A link for the next page of partner topics. */
|
|
924
1028
|
nextLink?: string;
|
|
925
1029
|
}
|
|
1030
|
+
/** Network security perimeter configuration issues. */
|
|
1031
|
+
export interface NetworkSecurityPerimeterConfigurationIssues {
|
|
1032
|
+
/** Provisioning issue name. */
|
|
1033
|
+
name?: string;
|
|
1034
|
+
/** Provisioning issue type. */
|
|
1035
|
+
issueType?: NetworkSecurityPerimeterConfigurationIssueType;
|
|
1036
|
+
/** Provisioning issue severity. */
|
|
1037
|
+
severity?: NetworkSecurityPerimeterConfigurationIssueSeverity;
|
|
1038
|
+
/** Provisioning issue description. */
|
|
1039
|
+
description?: string;
|
|
1040
|
+
/** ARM IDs of resources that can be associated to the same perimeter to remediate the issue. */
|
|
1041
|
+
suggestedResourceIds?: string[];
|
|
1042
|
+
/** Access rules that can be added to the same profile to remediate the issue. */
|
|
1043
|
+
suggestedAccessRules?: string[];
|
|
1044
|
+
}
|
|
1045
|
+
/** Network security perimeter info. */
|
|
1046
|
+
export interface NetworkSecurityPerimeterInfo {
|
|
1047
|
+
/** Arm id for network security perimeter. */
|
|
1048
|
+
id?: string;
|
|
1049
|
+
/** Network security perimeter guid. */
|
|
1050
|
+
perimeterGuid?: string;
|
|
1051
|
+
/** Network security perimeter location. */
|
|
1052
|
+
location?: string;
|
|
1053
|
+
}
|
|
1054
|
+
/** Nsp resource association */
|
|
1055
|
+
export interface ResourceAssociation {
|
|
1056
|
+
/** Association name */
|
|
1057
|
+
name?: string;
|
|
1058
|
+
/** Network security perimeter access mode. */
|
|
1059
|
+
accessMode?: NetworkSecurityPerimeterAssociationAccessMode;
|
|
1060
|
+
}
|
|
1061
|
+
/** Nsp configuration with profile information. */
|
|
1062
|
+
export interface NetworkSecurityPerimeterConfigurationProfile {
|
|
1063
|
+
/** Nsp configuration profile name. */
|
|
1064
|
+
name?: string;
|
|
1065
|
+
/** Access rules version number for nsp profile. */
|
|
1066
|
+
accessRulesVersion?: string;
|
|
1067
|
+
/** List of inbound or outbound access rule setup on the nsp profile. */
|
|
1068
|
+
accessRules?: NetworkSecurityPerimeterProfileAccessRule[];
|
|
1069
|
+
/** Diagnostic settings version number for nsp profile. */
|
|
1070
|
+
diagnosticSettingsVersion?: string;
|
|
1071
|
+
/** Enabled log categories for nsp profile. */
|
|
1072
|
+
enabledLogCategories?: string[];
|
|
1073
|
+
}
|
|
1074
|
+
/** Network security perimeter profile access rule. */
|
|
1075
|
+
export interface NetworkSecurityPerimeterProfileAccessRule {
|
|
1076
|
+
/** Fully Qualified Arm id for network security perimeter profile access rule. */
|
|
1077
|
+
fullyQualifiedArmId?: string;
|
|
1078
|
+
/** Name for nsp access rule. */
|
|
1079
|
+
name?: string;
|
|
1080
|
+
/** nsp access rule type. */
|
|
1081
|
+
type?: string;
|
|
1082
|
+
/** NSP access rule direction. */
|
|
1083
|
+
direction?: NetworkSecurityPerimeterProfileAccessRuleDirection;
|
|
1084
|
+
/** Address prefixes. */
|
|
1085
|
+
addressPrefixes?: string[];
|
|
1086
|
+
/** List of subscriptions. */
|
|
1087
|
+
subscriptions?: NetworkSecurityPerimeterSubscription[];
|
|
1088
|
+
/** Network security perimeters. */
|
|
1089
|
+
networkSecurityPerimeters?: NetworkSecurityPerimeterInfo[];
|
|
1090
|
+
/** Fully qualified domain names. */
|
|
1091
|
+
fullyQualifiedDomainNames?: string[];
|
|
1092
|
+
/** List of email addresses. */
|
|
1093
|
+
emailAddresses?: string[];
|
|
1094
|
+
/** List of phone numbers. */
|
|
1095
|
+
phoneNumbers?: string[];
|
|
1096
|
+
}
|
|
1097
|
+
/** Network security perimeter subscription inbound access rule. */
|
|
1098
|
+
export interface NetworkSecurityPerimeterSubscription {
|
|
1099
|
+
/** Subscription id. */
|
|
1100
|
+
id?: string;
|
|
1101
|
+
}
|
|
1102
|
+
/** Network security perimeter configuration List. */
|
|
1103
|
+
export interface NetworkSecurityPerimeterConfigurationList {
|
|
1104
|
+
/** List of all network security parameter configurations. */
|
|
1105
|
+
value?: NetworkSecurityPerimeterConfiguration[];
|
|
1106
|
+
/** A link for the next page of Network Security Perimeter Configuration. */
|
|
1107
|
+
nextLink?: string;
|
|
1108
|
+
}
|
|
926
1109
|
/** Result of the List Permission Binding operation. */
|
|
927
1110
|
export interface PermissionBindingsListResult {
|
|
928
1111
|
/** A collection of Permission Binding. */
|
|
@@ -973,6 +1156,46 @@ export interface SystemTopicsListResult {
|
|
|
973
1156
|
/** A link for the next page of topics. */
|
|
974
1157
|
nextLink?: string;
|
|
975
1158
|
}
|
|
1159
|
+
/** Definition of an Extended Location */
|
|
1160
|
+
export interface ExtendedLocation {
|
|
1161
|
+
/** Fully qualified name of the extended location. */
|
|
1162
|
+
name?: string;
|
|
1163
|
+
/** Type of the extended location. */
|
|
1164
|
+
type?: string;
|
|
1165
|
+
}
|
|
1166
|
+
/** Properties of the Topic update */
|
|
1167
|
+
export interface TopicUpdateParameters {
|
|
1168
|
+
/** Tags of the Topic resource. */
|
|
1169
|
+
tags?: {
|
|
1170
|
+
[propertyName: string]: string;
|
|
1171
|
+
};
|
|
1172
|
+
/** Topic resource identity information. */
|
|
1173
|
+
identity?: IdentityInfo;
|
|
1174
|
+
/** The Sku pricing tier for the topic. */
|
|
1175
|
+
sku?: ResourceSku;
|
|
1176
|
+
/**
|
|
1177
|
+
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
1178
|
+
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" />
|
|
1179
|
+
*/
|
|
1180
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1181
|
+
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
1182
|
+
inboundIpRules?: InboundIpRule[];
|
|
1183
|
+
/** Minimum TLS version of the publisher allowed to publish to this domain */
|
|
1184
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
1185
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the topic. */
|
|
1186
|
+
disableLocalAuth?: boolean;
|
|
1187
|
+
/** The data residency boundary for the topic. */
|
|
1188
|
+
dataResidencyBoundary?: DataResidencyBoundary;
|
|
1189
|
+
/** The eventTypeInfo for the topic. */
|
|
1190
|
+
eventTypeInfo?: EventTypeInfo;
|
|
1191
|
+
}
|
|
1192
|
+
/** Result of the List Topics operation */
|
|
1193
|
+
export interface TopicsListResult {
|
|
1194
|
+
/** A collection of Topics */
|
|
1195
|
+
value?: Topic[];
|
|
1196
|
+
/** A link for the next page of topics */
|
|
1197
|
+
nextLink?: string;
|
|
1198
|
+
}
|
|
976
1199
|
/** Result of the List Event Types operation */
|
|
977
1200
|
export interface EventTypesListResult {
|
|
978
1201
|
/** A collection of event types */
|
|
@@ -1025,6 +1248,11 @@ export interface SubscriptionFullUrl {
|
|
|
1025
1248
|
/** The URL that represents the endpoint of the destination of an event subscription. */
|
|
1026
1249
|
endpointUrl?: string;
|
|
1027
1250
|
}
|
|
1251
|
+
/** Partner client authentication */
|
|
1252
|
+
export interface PartnerClientAuthentication {
|
|
1253
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1254
|
+
clientAuthenticationType: "AzureAD";
|
|
1255
|
+
}
|
|
1028
1256
|
/** 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. */
|
|
1029
1257
|
export interface JsonField {
|
|
1030
1258
|
/** Name of a field in the input event schema that's to be used as the source of a mapping. */
|
|
@@ -1080,6 +1308,8 @@ export interface Channel extends Resource {
|
|
|
1080
1308
|
channelType?: ChannelType;
|
|
1081
1309
|
/** This property should be populated when channelType is PartnerTopic and represents information about the partner topic resource corresponding to the channel. */
|
|
1082
1310
|
partnerTopicInfo?: PartnerTopicInfo;
|
|
1311
|
+
/** This property should be populated when channelType is PartnerDestination and represents information about the partner destination resource corresponding to the channel. */
|
|
1312
|
+
partnerDestinationInfo?: PartnerDestinationInfoUnion;
|
|
1083
1313
|
/** Context or helpful message that can be used during the approval process by the subscriber. */
|
|
1084
1314
|
messageForActivation?: string;
|
|
1085
1315
|
/** Provisioning state of the channel. */
|
|
@@ -1193,6 +1423,10 @@ export interface Subscription extends Resource {
|
|
|
1193
1423
|
filtersConfiguration?: FiltersConfiguration;
|
|
1194
1424
|
/** Expiration time of the event subscription. */
|
|
1195
1425
|
expirationTimeUtc?: Date;
|
|
1426
|
+
/** Tags relating to Event Subscription resource. */
|
|
1427
|
+
tags?: {
|
|
1428
|
+
[propertyName: string]: string;
|
|
1429
|
+
};
|
|
1196
1430
|
}
|
|
1197
1431
|
/** Event Subscription. */
|
|
1198
1432
|
export interface EventSubscription extends Resource {
|
|
@@ -1282,6 +1516,19 @@ export interface PartnerConfiguration extends Resource {
|
|
|
1282
1516
|
/** Provisioning state of the partner configuration. */
|
|
1283
1517
|
provisioningState?: PartnerConfigurationProvisioningState;
|
|
1284
1518
|
}
|
|
1519
|
+
/** Network security perimeter configuration. */
|
|
1520
|
+
export interface NetworkSecurityPerimeterConfiguration extends Resource {
|
|
1521
|
+
/** Provisioning state to reflect configuration state and indicate status of nsp profile configuration retrieval. */
|
|
1522
|
+
provisioningState?: NetworkSecurityPerimeterConfigProvisioningState;
|
|
1523
|
+
/** Provisioning issues to reflect status when attempting to retrieve nsp profile configuration. */
|
|
1524
|
+
provisioningIssues?: NetworkSecurityPerimeterConfigurationIssues[];
|
|
1525
|
+
/** Perimeter info for nsp association. */
|
|
1526
|
+
networkSecurityPerimeter?: NetworkSecurityPerimeterInfo;
|
|
1527
|
+
/** Nsp association name and access mode of association. */
|
|
1528
|
+
resourceAssociation?: ResourceAssociation;
|
|
1529
|
+
/** Nsp profile configuration, access rules and diagnostic settings. */
|
|
1530
|
+
profile?: NetworkSecurityPerimeterConfigurationProfile;
|
|
1531
|
+
}
|
|
1285
1532
|
/** The Permission binding resource. */
|
|
1286
1533
|
export interface PermissionBinding extends Resource {
|
|
1287
1534
|
/**
|
|
@@ -1393,9 +1640,33 @@ export interface VerifiedPartner extends Resource {
|
|
|
1393
1640
|
partnerDisplayName?: string;
|
|
1394
1641
|
/** Details of the partner topic scenario. */
|
|
1395
1642
|
partnerTopicDetails?: PartnerDetails;
|
|
1643
|
+
/** Details of the partner destination scenario. */
|
|
1644
|
+
partnerDestinationDetails?: PartnerDetails;
|
|
1396
1645
|
/** Provisioning state of the verified partner. */
|
|
1397
1646
|
provisioningState?: VerifiedPartnerProvisioningState;
|
|
1398
1647
|
}
|
|
1648
|
+
/** Information about the WebHook of the partner destination. */
|
|
1649
|
+
export interface WebhookPartnerDestinationInfo extends PartnerDestinationInfo {
|
|
1650
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1651
|
+
endpointType: "WebHook";
|
|
1652
|
+
/** The URL that represents the endpoint of the partner destination. */
|
|
1653
|
+
endpointUrl?: string;
|
|
1654
|
+
/** The base URL that represents the endpoint of the partner destination. */
|
|
1655
|
+
endpointBaseUrl?: string;
|
|
1656
|
+
/** Partner client authentication */
|
|
1657
|
+
clientAuthentication?: PartnerClientAuthenticationUnion;
|
|
1658
|
+
}
|
|
1659
|
+
/** Information about the update of the WebHook of the partner destination. */
|
|
1660
|
+
export interface WebhookUpdatePartnerDestinationInfo extends PartnerUpdateDestinationInfo {
|
|
1661
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1662
|
+
endpointType: "WebHook";
|
|
1663
|
+
/** The URL that represents the endpoint of the partner destination. */
|
|
1664
|
+
endpointUrl?: string;
|
|
1665
|
+
/** The base URL that represents the endpoint of the partner destination. */
|
|
1666
|
+
endpointBaseUrl?: string;
|
|
1667
|
+
/** Partner client authentication */
|
|
1668
|
+
clientAuthentication?: PartnerClientAuthenticationUnion;
|
|
1669
|
+
}
|
|
1399
1670
|
/** 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. */
|
|
1400
1671
|
export interface JsonInputSchemaMapping extends InputSchemaMapping {
|
|
1401
1672
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1453,9 +1724,9 @@ export interface WebHookEventSubscriptionDestination extends EventSubscriptionDe
|
|
|
1453
1724
|
maxEventsPerBatch?: number;
|
|
1454
1725
|
/** Preferred batch size in Kilobytes. */
|
|
1455
1726
|
preferredBatchSizeInKilobytes?: number;
|
|
1456
|
-
/** The
|
|
1727
|
+
/** The Microsoft Entra ID Tenant ID to get the access token that will be included as the bearer token in delivery requests. */
|
|
1457
1728
|
azureActiveDirectoryTenantId?: string;
|
|
1458
|
-
/** The
|
|
1729
|
+
/** The Microsoft Entra ID Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */
|
|
1459
1730
|
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
1460
1731
|
/** Delivery attribute details. */
|
|
1461
1732
|
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
@@ -1522,6 +1793,12 @@ export interface AzureFunctionEventSubscriptionDestination extends EventSubscrip
|
|
|
1522
1793
|
/** Delivery attribute details. */
|
|
1523
1794
|
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1524
1795
|
}
|
|
1796
|
+
export interface PartnerEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1797
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1798
|
+
endpointType: "PartnerDestination";
|
|
1799
|
+
/** The Azure Resource Id that represents the endpoint of a Partner Destination of an event subscription. */
|
|
1800
|
+
resourceId?: string;
|
|
1801
|
+
}
|
|
1525
1802
|
/** Information about the Monitor Alert destination for an event subscription. */
|
|
1526
1803
|
export interface MonitorAlertEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1527
1804
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1814,8 +2091,19 @@ export interface StaticStringRoutingEnrichment extends StaticRoutingEnrichment {
|
|
|
1814
2091
|
/** String type routing enrichment value. */
|
|
1815
2092
|
value?: string;
|
|
1816
2093
|
}
|
|
2094
|
+
/** Microsoft Entra ID Partner Client Authentication */
|
|
2095
|
+
export interface AzureADPartnerClientAuthentication extends PartnerClientAuthentication {
|
|
2096
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2097
|
+
clientAuthenticationType: "AzureAD";
|
|
2098
|
+
/** The Microsoft Entra ID Tenant ID to get the access token that will be included as the bearer token in delivery requests. */
|
|
2099
|
+
azureActiveDirectoryTenantId?: string;
|
|
2100
|
+
/** The Microsoft Entra ID Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */
|
|
2101
|
+
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
2102
|
+
}
|
|
1817
2103
|
/** EventGrid Domain. */
|
|
1818
2104
|
export interface Domain extends TrackedResource {
|
|
2105
|
+
/** The Sku pricing tier for the Event Grid Domain resource. */
|
|
2106
|
+
sku?: ResourceSku;
|
|
1819
2107
|
/** Identity information for the Event Grid Domain resource. */
|
|
1820
2108
|
identity?: IdentityInfo;
|
|
1821
2109
|
/**
|
|
@@ -1861,7 +2149,7 @@ export interface Domain extends TrackedResource {
|
|
|
1861
2149
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
1862
2150
|
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
1863
2151
|
inboundIpRules?: InboundIpRule[];
|
|
1864
|
-
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only
|
|
2152
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the domain. */
|
|
1865
2153
|
disableLocalAuth?: boolean;
|
|
1866
2154
|
/**
|
|
1867
2155
|
* This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
|
|
@@ -1926,57 +2214,33 @@ export interface Namespace extends TrackedResource {
|
|
|
1926
2214
|
/** Minimum TLS version of the publisher allowed to publish to this namespace. Only TLS version 1.2 is supported. */
|
|
1927
2215
|
minimumTlsVersionAllowed?: TlsVersion;
|
|
1928
2216
|
}
|
|
1929
|
-
/**
|
|
1930
|
-
export interface
|
|
1931
|
-
/** Identity information for the resource. */
|
|
1932
|
-
identity?: IdentityInfo;
|
|
2217
|
+
/** Event Grid Partner Destination. */
|
|
2218
|
+
export interface PartnerDestination extends TrackedResource {
|
|
1933
2219
|
/**
|
|
1934
2220
|
* The system metadata relating to the Event Grid resource.
|
|
1935
2221
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1936
2222
|
*/
|
|
1937
2223
|
readonly systemData?: SystemData;
|
|
2224
|
+
/** The immutable Id of the corresponding partner registration. */
|
|
2225
|
+
partnerRegistrationImmutableId?: string;
|
|
2226
|
+
/** Endpoint context associated with this partner destination. */
|
|
2227
|
+
endpointServiceContext?: string;
|
|
1938
2228
|
/**
|
|
1939
|
-
*
|
|
1940
|
-
*
|
|
1941
|
-
*/
|
|
1942
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1943
|
-
/**
|
|
1944
|
-
* Provisioning state of the topic.
|
|
1945
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1946
|
-
*/
|
|
1947
|
-
readonly provisioningState?: TopicProvisioningState;
|
|
1948
|
-
/**
|
|
1949
|
-
* Endpoint for the topic.
|
|
1950
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1951
|
-
*/
|
|
1952
|
-
readonly endpoint?: string;
|
|
1953
|
-
/**
|
|
1954
|
-
* Event Type Information for the user topic. This information is provided by the publisher and can be used by the
|
|
1955
|
-
* subscriber to view different types of events that are published.
|
|
2229
|
+
* Expiration time of the partner destination. If this timer expires and the partner destination was never activated,
|
|
2230
|
+
* the partner destination and corresponding channel are deleted.
|
|
1956
2231
|
*/
|
|
1957
|
-
|
|
1958
|
-
/** Minimum TLS version of the publisher allowed to publish to this topic */
|
|
1959
|
-
minimumTlsVersionAllowed?: TlsVersion;
|
|
1960
|
-
/** This determines the format that Event Grid should expect for incoming events published to the topic. */
|
|
1961
|
-
inputSchema?: InputSchema;
|
|
1962
|
-
/** 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. */
|
|
1963
|
-
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
2232
|
+
expirationTimeIfNotActivatedUtc?: Date;
|
|
1964
2233
|
/**
|
|
1965
|
-
*
|
|
2234
|
+
* Provisioning state of the partner destination.
|
|
1966
2235
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1967
2236
|
*/
|
|
1968
|
-
readonly
|
|
1969
|
-
/**
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
inboundIpRules?: InboundIpRule[];
|
|
1976
|
-
/** 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. */
|
|
1977
|
-
disableLocalAuth?: boolean;
|
|
1978
|
-
/** Data Residency Boundary of the resource. */
|
|
1979
|
-
dataResidencyBoundary?: DataResidencyBoundary;
|
|
2237
|
+
readonly provisioningState?: PartnerDestinationProvisioningState;
|
|
2238
|
+
/** Activation state of the partner destination. */
|
|
2239
|
+
activationState?: PartnerDestinationActivationState;
|
|
2240
|
+
/** Endpoint Base URL of the partner destination */
|
|
2241
|
+
endpointBaseUrl?: string;
|
|
2242
|
+
/** Context or helpful message that can be used during the approval process. */
|
|
2243
|
+
messageForActivation?: string;
|
|
1980
2244
|
}
|
|
1981
2245
|
/** EventGrid Partner Namespace. */
|
|
1982
2246
|
export interface PartnerNamespace extends TrackedResource {
|
|
@@ -2014,7 +2278,7 @@ export interface PartnerNamespace extends TrackedResource {
|
|
|
2014
2278
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
2015
2279
|
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
2016
2280
|
inboundIpRules?: InboundIpRule[];
|
|
2017
|
-
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only
|
|
2281
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the partner namespace. */
|
|
2018
2282
|
disableLocalAuth?: boolean;
|
|
2019
2283
|
/**
|
|
2020
2284
|
* This determines if events published to this partner namespace should use the source attribute in the event payload
|
|
@@ -2099,6 +2363,64 @@ export interface SystemTopic extends TrackedResource {
|
|
|
2099
2363
|
*/
|
|
2100
2364
|
readonly metricResourceId?: string;
|
|
2101
2365
|
}
|
|
2366
|
+
/** EventGrid Topic */
|
|
2367
|
+
export interface Topic extends TrackedResource {
|
|
2368
|
+
/** The Sku pricing tier for the topic. */
|
|
2369
|
+
sku?: ResourceSku;
|
|
2370
|
+
/** Identity information for the resource. */
|
|
2371
|
+
identity?: IdentityInfo;
|
|
2372
|
+
/** Kind of the resource. */
|
|
2373
|
+
kind?: ResourceKind;
|
|
2374
|
+
/** Extended location of the resource. */
|
|
2375
|
+
extendedLocation?: ExtendedLocation;
|
|
2376
|
+
/**
|
|
2377
|
+
* The system metadata relating to the Event Grid resource.
|
|
2378
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2379
|
+
*/
|
|
2380
|
+
readonly systemData?: SystemData;
|
|
2381
|
+
/**
|
|
2382
|
+
* List of private endpoint connections.
|
|
2383
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2384
|
+
*/
|
|
2385
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
2386
|
+
/**
|
|
2387
|
+
* Provisioning state of the topic.
|
|
2388
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2389
|
+
*/
|
|
2390
|
+
readonly provisioningState?: TopicProvisioningState;
|
|
2391
|
+
/**
|
|
2392
|
+
* Endpoint for the topic.
|
|
2393
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2394
|
+
*/
|
|
2395
|
+
readonly endpoint?: string;
|
|
2396
|
+
/**
|
|
2397
|
+
* Event Type Information for the user topic. This information is provided by the publisher and can be used by the
|
|
2398
|
+
* subscriber to view different types of events that are published.
|
|
2399
|
+
*/
|
|
2400
|
+
eventTypeInfo?: EventTypeInfo;
|
|
2401
|
+
/** Minimum TLS version of the publisher allowed to publish to this topic */
|
|
2402
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
2403
|
+
/** This determines the format that Event Grid should expect for incoming events published to the topic. */
|
|
2404
|
+
inputSchema?: InputSchema;
|
|
2405
|
+
/** 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. */
|
|
2406
|
+
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
2407
|
+
/**
|
|
2408
|
+
* Metric resource id for the topic.
|
|
2409
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2410
|
+
*/
|
|
2411
|
+
readonly metricResourceId?: string;
|
|
2412
|
+
/**
|
|
2413
|
+
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
2414
|
+
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules" />
|
|
2415
|
+
*/
|
|
2416
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
2417
|
+
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
2418
|
+
inboundIpRules?: InboundIpRule[];
|
|
2419
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the topic. */
|
|
2420
|
+
disableLocalAuth?: boolean;
|
|
2421
|
+
/** Data Residency Boundary of the resource. */
|
|
2422
|
+
dataResidencyBoundary?: DataResidencyBoundary;
|
|
2423
|
+
}
|
|
2102
2424
|
/** Defines headers for CaCertificates_delete operation. */
|
|
2103
2425
|
export interface CaCertificatesDeleteHeaders {
|
|
2104
2426
|
location?: string;
|
|
@@ -2123,6 +2445,10 @@ export interface DomainsDeleteHeaders {
|
|
|
2123
2445
|
export interface DomainTopicsDeleteHeaders {
|
|
2124
2446
|
location?: string;
|
|
2125
2447
|
}
|
|
2448
|
+
/** Defines headers for DomainTopicEventSubscriptions_delete operation. */
|
|
2449
|
+
export interface DomainTopicEventSubscriptionsDeleteHeaders {
|
|
2450
|
+
location?: string;
|
|
2451
|
+
}
|
|
2126
2452
|
/** Defines headers for TopicEventSubscriptions_delete operation. */
|
|
2127
2453
|
export interface TopicEventSubscriptionsDeleteHeaders {
|
|
2128
2454
|
location?: string;
|
|
@@ -2131,26 +2457,22 @@ export interface TopicEventSubscriptionsDeleteHeaders {
|
|
|
2131
2457
|
export interface DomainEventSubscriptionsDeleteHeaders {
|
|
2132
2458
|
location?: string;
|
|
2133
2459
|
}
|
|
2134
|
-
/** Defines headers for NamespaceTopicEventSubscriptions_delete operation. */
|
|
2135
|
-
export interface NamespaceTopicEventSubscriptionsDeleteHeaders {
|
|
2136
|
-
location?: string;
|
|
2137
|
-
}
|
|
2138
|
-
/** Defines headers for NamespaceTopicEventSubscriptions_update operation. */
|
|
2139
|
-
export interface NamespaceTopicEventSubscriptionsUpdateHeaders {
|
|
2140
|
-
location?: string;
|
|
2141
|
-
}
|
|
2142
2460
|
/** Defines headers for EventSubscriptions_delete operation. */
|
|
2143
2461
|
export interface EventSubscriptionsDeleteHeaders {
|
|
2144
2462
|
location?: string;
|
|
2145
2463
|
}
|
|
2146
|
-
/** Defines headers for DomainTopicEventSubscriptions_delete operation. */
|
|
2147
|
-
export interface DomainTopicEventSubscriptionsDeleteHeaders {
|
|
2148
|
-
location?: string;
|
|
2149
|
-
}
|
|
2150
2464
|
/** Defines headers for SystemTopicEventSubscriptions_delete operation. */
|
|
2151
2465
|
export interface SystemTopicEventSubscriptionsDeleteHeaders {
|
|
2152
2466
|
location?: string;
|
|
2153
2467
|
}
|
|
2468
|
+
/** Defines headers for NamespaceTopicEventSubscriptions_delete operation. */
|
|
2469
|
+
export interface NamespaceTopicEventSubscriptionsDeleteHeaders {
|
|
2470
|
+
location?: string;
|
|
2471
|
+
}
|
|
2472
|
+
/** Defines headers for NamespaceTopicEventSubscriptions_update operation. */
|
|
2473
|
+
export interface NamespaceTopicEventSubscriptionsUpdateHeaders {
|
|
2474
|
+
location?: string;
|
|
2475
|
+
}
|
|
2154
2476
|
/** Defines headers for PartnerTopicEventSubscriptions_delete operation. */
|
|
2155
2477
|
export interface PartnerTopicEventSubscriptionsDeleteHeaders {
|
|
2156
2478
|
location?: string;
|
|
@@ -2183,22 +2505,26 @@ export interface NamespaceTopicsUpdateHeaders {
|
|
|
2183
2505
|
export interface NamespaceTopicsRegenerateKeyHeaders {
|
|
2184
2506
|
location?: string;
|
|
2185
2507
|
}
|
|
2186
|
-
/** Defines headers for
|
|
2187
|
-
export interface
|
|
2508
|
+
/** Defines headers for PartnerConfigurations_delete operation. */
|
|
2509
|
+
export interface PartnerConfigurationsDeleteHeaders {
|
|
2188
2510
|
location?: string;
|
|
2189
2511
|
}
|
|
2190
|
-
/** Defines headers for
|
|
2191
|
-
export interface
|
|
2512
|
+
/** Defines headers for PartnerDestinations_delete operation. */
|
|
2513
|
+
export interface PartnerDestinationsDeleteHeaders {
|
|
2192
2514
|
location?: string;
|
|
2193
2515
|
}
|
|
2194
|
-
/** Defines headers for
|
|
2195
|
-
export interface
|
|
2516
|
+
/** Defines headers for PartnerDestinations_update operation. */
|
|
2517
|
+
export interface PartnerDestinationsUpdateHeaders {
|
|
2196
2518
|
location?: string;
|
|
2197
2519
|
}
|
|
2198
2520
|
/** Defines headers for PartnerNamespaces_delete operation. */
|
|
2199
2521
|
export interface PartnerNamespacesDeleteHeaders {
|
|
2200
2522
|
location?: string;
|
|
2201
2523
|
}
|
|
2524
|
+
/** Defines headers for PartnerRegistrations_createOrUpdate operation. */
|
|
2525
|
+
export interface PartnerRegistrationsCreateOrUpdateHeaders {
|
|
2526
|
+
location?: string;
|
|
2527
|
+
}
|
|
2202
2528
|
/** Defines headers for PartnerRegistrations_delete operation. */
|
|
2203
2529
|
export interface PartnerRegistrationsDeleteHeaders {
|
|
2204
2530
|
location?: string;
|
|
@@ -2207,6 +2533,10 @@ export interface PartnerRegistrationsDeleteHeaders {
|
|
|
2207
2533
|
export interface PartnerTopicsDeleteHeaders {
|
|
2208
2534
|
location?: string;
|
|
2209
2535
|
}
|
|
2536
|
+
/** Defines headers for NetworkSecurityPerimeterConfigurations_reconcile operation. */
|
|
2537
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileHeaders {
|
|
2538
|
+
location?: string;
|
|
2539
|
+
}
|
|
2210
2540
|
/** Defines headers for PermissionBindings_delete operation. */
|
|
2211
2541
|
export interface PermissionBindingsDeleteHeaders {
|
|
2212
2542
|
location?: string;
|
|
@@ -2219,6 +2549,14 @@ export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
|
2219
2549
|
export interface SystemTopicsDeleteHeaders {
|
|
2220
2550
|
location?: string;
|
|
2221
2551
|
}
|
|
2552
|
+
/** Defines headers for Topics_delete operation. */
|
|
2553
|
+
export interface TopicsDeleteHeaders {
|
|
2554
|
+
location?: string;
|
|
2555
|
+
}
|
|
2556
|
+
/** Defines headers for Topics_regenerateKey operation. */
|
|
2557
|
+
export interface TopicsRegenerateKeyHeaders {
|
|
2558
|
+
location?: string;
|
|
2559
|
+
}
|
|
2222
2560
|
/** Defines headers for TopicSpaces_delete operation. */
|
|
2223
2561
|
export interface TopicSpacesDeleteHeaders {
|
|
2224
2562
|
location?: string;
|
|
@@ -2279,14 +2617,17 @@ export type CreatedByType = string;
|
|
|
2279
2617
|
/** Known values of {@link ChannelType} that the service accepts. */
|
|
2280
2618
|
export declare enum KnownChannelType {
|
|
2281
2619
|
/** PartnerTopic */
|
|
2282
|
-
PartnerTopic = "PartnerTopic"
|
|
2620
|
+
PartnerTopic = "PartnerTopic",
|
|
2621
|
+
/** PartnerDestination */
|
|
2622
|
+
PartnerDestination = "PartnerDestination"
|
|
2283
2623
|
}
|
|
2284
2624
|
/**
|
|
2285
2625
|
* Defines values for ChannelType. \
|
|
2286
2626
|
* {@link KnownChannelType} can be used interchangeably with ChannelType,
|
|
2287
2627
|
* this enum contains the known values that the service supports.
|
|
2288
2628
|
* ### Known values supported by the service
|
|
2289
|
-
* **PartnerTopic**
|
|
2629
|
+
* **PartnerTopic** \
|
|
2630
|
+
* **PartnerDestination**
|
|
2290
2631
|
*/
|
|
2291
2632
|
export type ChannelType = string;
|
|
2292
2633
|
/** Known values of {@link EventDefinitionKind} that the service accepts. */
|
|
@@ -2302,6 +2643,19 @@ export declare enum KnownEventDefinitionKind {
|
|
|
2302
2643
|
* **Inline**
|
|
2303
2644
|
*/
|
|
2304
2645
|
export type EventDefinitionKind = string;
|
|
2646
|
+
/** Known values of {@link PartnerEndpointType} that the service accepts. */
|
|
2647
|
+
export declare enum KnownPartnerEndpointType {
|
|
2648
|
+
/** WebHook */
|
|
2649
|
+
WebHook = "WebHook"
|
|
2650
|
+
}
|
|
2651
|
+
/**
|
|
2652
|
+
* Defines values for PartnerEndpointType. \
|
|
2653
|
+
* {@link KnownPartnerEndpointType} can be used interchangeably with PartnerEndpointType,
|
|
2654
|
+
* this enum contains the known values that the service supports.
|
|
2655
|
+
* ### Known values supported by the service
|
|
2656
|
+
* **WebHook**
|
|
2657
|
+
*/
|
|
2658
|
+
export type PartnerEndpointType = string;
|
|
2305
2659
|
/** Known values of {@link ChannelProvisioningState} that the service accepts. */
|
|
2306
2660
|
export declare enum KnownChannelProvisioningState {
|
|
2307
2661
|
/** Creating */
|
|
@@ -2317,7 +2671,9 @@ export declare enum KnownChannelProvisioningState {
|
|
|
2317
2671
|
/** Failed */
|
|
2318
2672
|
Failed = "Failed",
|
|
2319
2673
|
/** IdleDueToMirroredPartnerTopicDeletion */
|
|
2320
|
-
IdleDueToMirroredPartnerTopicDeletion = "IdleDueToMirroredPartnerTopicDeletion"
|
|
2674
|
+
IdleDueToMirroredPartnerTopicDeletion = "IdleDueToMirroredPartnerTopicDeletion",
|
|
2675
|
+
/** IdleDueToMirroredPartnerDestinationDeletion */
|
|
2676
|
+
IdleDueToMirroredPartnerDestinationDeletion = "IdleDueToMirroredPartnerDestinationDeletion"
|
|
2321
2677
|
}
|
|
2322
2678
|
/**
|
|
2323
2679
|
* Defines values for ChannelProvisioningState. \
|
|
@@ -2330,7 +2686,8 @@ export declare enum KnownChannelProvisioningState {
|
|
|
2330
2686
|
* **Succeeded** \
|
|
2331
2687
|
* **Canceled** \
|
|
2332
2688
|
* **Failed** \
|
|
2333
|
-
* **IdleDueToMirroredPartnerTopicDeletion**
|
|
2689
|
+
* **IdleDueToMirroredPartnerTopicDeletion** \
|
|
2690
|
+
* **IdleDueToMirroredPartnerDestinationDeletion**
|
|
2334
2691
|
*/
|
|
2335
2692
|
export type ChannelProvisioningState = string;
|
|
2336
2693
|
/** Known values of {@link ReadinessState} that the service accepts. */
|
|
@@ -2589,7 +2946,9 @@ export declare enum KnownPublicNetworkAccess {
|
|
|
2589
2946
|
/** Enabled */
|
|
2590
2947
|
Enabled = "Enabled",
|
|
2591
2948
|
/** Disabled */
|
|
2592
|
-
Disabled = "Disabled"
|
|
2949
|
+
Disabled = "Disabled",
|
|
2950
|
+
/** SecuredByPerimeter */
|
|
2951
|
+
SecuredByPerimeter = "SecuredByPerimeter"
|
|
2593
2952
|
}
|
|
2594
2953
|
/**
|
|
2595
2954
|
* Defines values for PublicNetworkAccess. \
|
|
@@ -2597,7 +2956,8 @@ export declare enum KnownPublicNetworkAccess {
|
|
|
2597
2956
|
* this enum contains the known values that the service supports.
|
|
2598
2957
|
* ### Known values supported by the service
|
|
2599
2958
|
* **Enabled** \
|
|
2600
|
-
* **Disabled**
|
|
2959
|
+
* **Disabled** \
|
|
2960
|
+
* **SecuredByPerimeter**
|
|
2601
2961
|
*/
|
|
2602
2962
|
export type PublicNetworkAccess = string;
|
|
2603
2963
|
/** Known values of {@link IpActionType} that the service accepts. */
|
|
@@ -2629,6 +2989,22 @@ export declare enum KnownDataResidencyBoundary {
|
|
|
2629
2989
|
* **WithinRegion**
|
|
2630
2990
|
*/
|
|
2631
2991
|
export type DataResidencyBoundary = string;
|
|
2992
|
+
/** Known values of {@link Sku} that the service accepts. */
|
|
2993
|
+
export declare enum KnownSku {
|
|
2994
|
+
/** Basic */
|
|
2995
|
+
Basic = "Basic",
|
|
2996
|
+
/** Premium */
|
|
2997
|
+
Premium = "Premium"
|
|
2998
|
+
}
|
|
2999
|
+
/**
|
|
3000
|
+
* Defines values for Sku. \
|
|
3001
|
+
* {@link KnownSku} can be used interchangeably with Sku,
|
|
3002
|
+
* this enum contains the known values that the service supports.
|
|
3003
|
+
* ### Known values supported by the service
|
|
3004
|
+
* **Basic** \
|
|
3005
|
+
* **Premium**
|
|
3006
|
+
*/
|
|
3007
|
+
export type Sku = string;
|
|
2632
3008
|
/** Known values of {@link IdentityType} that the service accepts. */
|
|
2633
3009
|
export declare enum KnownIdentityType {
|
|
2634
3010
|
/** None */
|
|
@@ -2799,6 +3175,8 @@ export declare enum KnownEndpointType {
|
|
|
2799
3175
|
ServiceBusTopic = "ServiceBusTopic",
|
|
2800
3176
|
/** AzureFunction */
|
|
2801
3177
|
AzureFunction = "AzureFunction",
|
|
3178
|
+
/** PartnerDestination */
|
|
3179
|
+
PartnerDestination = "PartnerDestination",
|
|
2802
3180
|
/** MonitorAlert */
|
|
2803
3181
|
MonitorAlert = "MonitorAlert",
|
|
2804
3182
|
/** NamespaceTopic */
|
|
@@ -2816,6 +3194,7 @@ export declare enum KnownEndpointType {
|
|
|
2816
3194
|
* **ServiceBusQueue** \
|
|
2817
3195
|
* **ServiceBusTopic** \
|
|
2818
3196
|
* **AzureFunction** \
|
|
3197
|
+
* **PartnerDestination** \
|
|
2819
3198
|
* **MonitorAlert** \
|
|
2820
3199
|
* **NamespaceTopic**
|
|
2821
3200
|
*/
|
|
@@ -3121,6 +3500,63 @@ export declare enum KnownStaticRoutingEnrichmentType {
|
|
|
3121
3500
|
* **String**
|
|
3122
3501
|
*/
|
|
3123
3502
|
export type StaticRoutingEnrichmentType = string;
|
|
3503
|
+
/** Known values of {@link AlternativeAuthenticationNameSource} that the service accepts. */
|
|
3504
|
+
export declare enum KnownAlternativeAuthenticationNameSource {
|
|
3505
|
+
/** ClientCertificateSubject */
|
|
3506
|
+
ClientCertificateSubject = "ClientCertificateSubject",
|
|
3507
|
+
/** ClientCertificateDns */
|
|
3508
|
+
ClientCertificateDns = "ClientCertificateDns",
|
|
3509
|
+
/** ClientCertificateUri */
|
|
3510
|
+
ClientCertificateUri = "ClientCertificateUri",
|
|
3511
|
+
/** ClientCertificateIp */
|
|
3512
|
+
ClientCertificateIp = "ClientCertificateIp",
|
|
3513
|
+
/** ClientCertificateEmail */
|
|
3514
|
+
ClientCertificateEmail = "ClientCertificateEmail"
|
|
3515
|
+
}
|
|
3516
|
+
/**
|
|
3517
|
+
* Defines values for AlternativeAuthenticationNameSource. \
|
|
3518
|
+
* {@link KnownAlternativeAuthenticationNameSource} can be used interchangeably with AlternativeAuthenticationNameSource,
|
|
3519
|
+
* this enum contains the known values that the service supports.
|
|
3520
|
+
* ### Known values supported by the service
|
|
3521
|
+
* **ClientCertificateSubject** \
|
|
3522
|
+
* **ClientCertificateDns** \
|
|
3523
|
+
* **ClientCertificateUri** \
|
|
3524
|
+
* **ClientCertificateIp** \
|
|
3525
|
+
* **ClientCertificateEmail**
|
|
3526
|
+
*/
|
|
3527
|
+
export type AlternativeAuthenticationNameSource = string;
|
|
3528
|
+
/** Known values of {@link CustomJwtAuthenticationManagedIdentityType} that the service accepts. */
|
|
3529
|
+
export declare enum KnownCustomJwtAuthenticationManagedIdentityType {
|
|
3530
|
+
/** SystemAssigned */
|
|
3531
|
+
SystemAssigned = "SystemAssigned",
|
|
3532
|
+
/** UserAssigned */
|
|
3533
|
+
UserAssigned = "UserAssigned"
|
|
3534
|
+
}
|
|
3535
|
+
/**
|
|
3536
|
+
* Defines values for CustomJwtAuthenticationManagedIdentityType. \
|
|
3537
|
+
* {@link KnownCustomJwtAuthenticationManagedIdentityType} can be used interchangeably with CustomJwtAuthenticationManagedIdentityType,
|
|
3538
|
+
* this enum contains the known values that the service supports.
|
|
3539
|
+
* ### Known values supported by the service
|
|
3540
|
+
* **SystemAssigned** \
|
|
3541
|
+
* **UserAssigned**
|
|
3542
|
+
*/
|
|
3543
|
+
export type CustomJwtAuthenticationManagedIdentityType = string;
|
|
3544
|
+
/** Known values of {@link CustomWebhookAuthenticationManagedIdentityType} that the service accepts. */
|
|
3545
|
+
export declare enum KnownCustomWebhookAuthenticationManagedIdentityType {
|
|
3546
|
+
/** SystemAssigned */
|
|
3547
|
+
SystemAssigned = "SystemAssigned",
|
|
3548
|
+
/** UserAssigned */
|
|
3549
|
+
UserAssigned = "UserAssigned"
|
|
3550
|
+
}
|
|
3551
|
+
/**
|
|
3552
|
+
* Defines values for CustomWebhookAuthenticationManagedIdentityType. \
|
|
3553
|
+
* {@link KnownCustomWebhookAuthenticationManagedIdentityType} can be used interchangeably with CustomWebhookAuthenticationManagedIdentityType,
|
|
3554
|
+
* this enum contains the known values that the service supports.
|
|
3555
|
+
* ### Known values supported by the service
|
|
3556
|
+
* **SystemAssigned** \
|
|
3557
|
+
* **UserAssigned**
|
|
3558
|
+
*/
|
|
3559
|
+
export type CustomWebhookAuthenticationManagedIdentityType = string;
|
|
3124
3560
|
/** Known values of {@link RoutingIdentityType} that the service accepts. */
|
|
3125
3561
|
export declare enum KnownRoutingIdentityType {
|
|
3126
3562
|
/** None */
|
|
@@ -3219,8 +3655,8 @@ export declare enum KnownEventInputSchema {
|
|
|
3219
3655
|
* **CloudEventSchemaV1_0**
|
|
3220
3656
|
*/
|
|
3221
3657
|
export type EventInputSchema = string;
|
|
3222
|
-
/** Known values of {@link
|
|
3223
|
-
export declare enum
|
|
3658
|
+
/** Known values of {@link PartnerConfigurationProvisioningState} that the service accepts. */
|
|
3659
|
+
export declare enum KnownPartnerConfigurationProvisioningState {
|
|
3224
3660
|
/** Creating */
|
|
3225
3661
|
Creating = "Creating",
|
|
3226
3662
|
/** Updating */
|
|
@@ -3235,8 +3671,8 @@ export declare enum KnownTopicProvisioningState {
|
|
|
3235
3671
|
Failed = "Failed"
|
|
3236
3672
|
}
|
|
3237
3673
|
/**
|
|
3238
|
-
* Defines values for
|
|
3239
|
-
* {@link
|
|
3674
|
+
* Defines values for PartnerConfigurationProvisioningState. \
|
|
3675
|
+
* {@link KnownPartnerConfigurationProvisioningState} can be used interchangeably with PartnerConfigurationProvisioningState,
|
|
3240
3676
|
* this enum contains the known values that the service supports.
|
|
3241
3677
|
* ### Known values supported by the service
|
|
3242
3678
|
* **Creating** \
|
|
@@ -3246,9 +3682,9 @@ export declare enum KnownTopicProvisioningState {
|
|
|
3246
3682
|
* **Canceled** \
|
|
3247
3683
|
* **Failed**
|
|
3248
3684
|
*/
|
|
3249
|
-
export type
|
|
3250
|
-
/** Known values of {@link
|
|
3251
|
-
export declare enum
|
|
3685
|
+
export type PartnerConfigurationProvisioningState = string;
|
|
3686
|
+
/** Known values of {@link PartnerDestinationProvisioningState} that the service accepts. */
|
|
3687
|
+
export declare enum KnownPartnerDestinationProvisioningState {
|
|
3252
3688
|
/** Creating */
|
|
3253
3689
|
Creating = "Creating",
|
|
3254
3690
|
/** Updating */
|
|
@@ -3260,11 +3696,13 @@ export declare enum KnownPartnerConfigurationProvisioningState {
|
|
|
3260
3696
|
/** Canceled */
|
|
3261
3697
|
Canceled = "Canceled",
|
|
3262
3698
|
/** Failed */
|
|
3263
|
-
Failed = "Failed"
|
|
3699
|
+
Failed = "Failed",
|
|
3700
|
+
/** IdleDueToMirroredChannelResourceDeletion */
|
|
3701
|
+
IdleDueToMirroredChannelResourceDeletion = "IdleDueToMirroredChannelResourceDeletion"
|
|
3264
3702
|
}
|
|
3265
3703
|
/**
|
|
3266
|
-
* Defines values for
|
|
3267
|
-
* {@link
|
|
3704
|
+
* Defines values for PartnerDestinationProvisioningState. \
|
|
3705
|
+
* {@link KnownPartnerDestinationProvisioningState} can be used interchangeably with PartnerDestinationProvisioningState,
|
|
3268
3706
|
* this enum contains the known values that the service supports.
|
|
3269
3707
|
* ### Known values supported by the service
|
|
3270
3708
|
* **Creating** \
|
|
@@ -3272,9 +3710,26 @@ export declare enum KnownPartnerConfigurationProvisioningState {
|
|
|
3272
3710
|
* **Deleting** \
|
|
3273
3711
|
* **Succeeded** \
|
|
3274
3712
|
* **Canceled** \
|
|
3275
|
-
* **Failed**
|
|
3713
|
+
* **Failed** \
|
|
3714
|
+
* **IdleDueToMirroredChannelResourceDeletion**
|
|
3276
3715
|
*/
|
|
3277
|
-
export type
|
|
3716
|
+
export type PartnerDestinationProvisioningState = string;
|
|
3717
|
+
/** Known values of {@link PartnerDestinationActivationState} that the service accepts. */
|
|
3718
|
+
export declare enum KnownPartnerDestinationActivationState {
|
|
3719
|
+
/** NeverActivated */
|
|
3720
|
+
NeverActivated = "NeverActivated",
|
|
3721
|
+
/** Activated */
|
|
3722
|
+
Activated = "Activated"
|
|
3723
|
+
}
|
|
3724
|
+
/**
|
|
3725
|
+
* Defines values for PartnerDestinationActivationState. \
|
|
3726
|
+
* {@link KnownPartnerDestinationActivationState} can be used interchangeably with PartnerDestinationActivationState,
|
|
3727
|
+
* this enum contains the known values that the service supports.
|
|
3728
|
+
* ### Known values supported by the service
|
|
3729
|
+
* **NeverActivated** \
|
|
3730
|
+
* **Activated**
|
|
3731
|
+
*/
|
|
3732
|
+
export type PartnerDestinationActivationState = string;
|
|
3278
3733
|
/** Known values of {@link PartnerNamespaceProvisioningState} that the service accepts. */
|
|
3279
3734
|
export declare enum KnownPartnerNamespaceProvisioningState {
|
|
3280
3735
|
/** Creating */
|
|
@@ -3397,6 +3852,129 @@ export declare enum KnownPartnerTopicActivationState {
|
|
|
3397
3852
|
* **Deactivated**
|
|
3398
3853
|
*/
|
|
3399
3854
|
export type PartnerTopicActivationState = string;
|
|
3855
|
+
/** Known values of {@link NetworkSecurityPerimeterResourceType} that the service accepts. */
|
|
3856
|
+
export declare enum KnownNetworkSecurityPerimeterResourceType {
|
|
3857
|
+
/** Topics */
|
|
3858
|
+
Topics = "topics",
|
|
3859
|
+
/** Domains */
|
|
3860
|
+
Domains = "domains"
|
|
3861
|
+
}
|
|
3862
|
+
/**
|
|
3863
|
+
* Defines values for NetworkSecurityPerimeterResourceType. \
|
|
3864
|
+
* {@link KnownNetworkSecurityPerimeterResourceType} can be used interchangeably with NetworkSecurityPerimeterResourceType,
|
|
3865
|
+
* this enum contains the known values that the service supports.
|
|
3866
|
+
* ### Known values supported by the service
|
|
3867
|
+
* **topics** \
|
|
3868
|
+
* **domains**
|
|
3869
|
+
*/
|
|
3870
|
+
export type NetworkSecurityPerimeterResourceType = string;
|
|
3871
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigProvisioningState} that the service accepts. */
|
|
3872
|
+
export declare enum KnownNetworkSecurityPerimeterConfigProvisioningState {
|
|
3873
|
+
/** Creating */
|
|
3874
|
+
Creating = "Creating",
|
|
3875
|
+
/** Updating */
|
|
3876
|
+
Updating = "Updating",
|
|
3877
|
+
/** Deleting */
|
|
3878
|
+
Deleting = "Deleting",
|
|
3879
|
+
/** Succeeded */
|
|
3880
|
+
Succeeded = "Succeeded",
|
|
3881
|
+
/** Canceled */
|
|
3882
|
+
Canceled = "Canceled",
|
|
3883
|
+
/** Failed */
|
|
3884
|
+
Failed = "Failed",
|
|
3885
|
+
/** Deleted */
|
|
3886
|
+
Deleted = "Deleted",
|
|
3887
|
+
/** Accepted */
|
|
3888
|
+
Accepted = "Accepted"
|
|
3889
|
+
}
|
|
3890
|
+
/**
|
|
3891
|
+
* Defines values for NetworkSecurityPerimeterConfigProvisioningState. \
|
|
3892
|
+
* {@link KnownNetworkSecurityPerimeterConfigProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigProvisioningState,
|
|
3893
|
+
* this enum contains the known values that the service supports.
|
|
3894
|
+
* ### Known values supported by the service
|
|
3895
|
+
* **Creating** \
|
|
3896
|
+
* **Updating** \
|
|
3897
|
+
* **Deleting** \
|
|
3898
|
+
* **Succeeded** \
|
|
3899
|
+
* **Canceled** \
|
|
3900
|
+
* **Failed** \
|
|
3901
|
+
* **Deleted** \
|
|
3902
|
+
* **Accepted**
|
|
3903
|
+
*/
|
|
3904
|
+
export type NetworkSecurityPerimeterConfigProvisioningState = string;
|
|
3905
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigurationIssueType} that the service accepts. */
|
|
3906
|
+
export declare enum KnownNetworkSecurityPerimeterConfigurationIssueType {
|
|
3907
|
+
/** MissingPerimeterConfiguration */
|
|
3908
|
+
MissingPerimeterConfiguration = "MissingPerimeterConfiguration",
|
|
3909
|
+
/** MissingIdentityConfiguration */
|
|
3910
|
+
MissingIdentityConfiguration = "MissingIdentityConfiguration",
|
|
3911
|
+
/** ConfigurationPropagationFailure */
|
|
3912
|
+
ConfigurationPropagationFailure = "ConfigurationPropagationFailure",
|
|
3913
|
+
/** Other */
|
|
3914
|
+
Other = "Other"
|
|
3915
|
+
}
|
|
3916
|
+
/**
|
|
3917
|
+
* Defines values for NetworkSecurityPerimeterConfigurationIssueType. \
|
|
3918
|
+
* {@link KnownNetworkSecurityPerimeterConfigurationIssueType} can be used interchangeably with NetworkSecurityPerimeterConfigurationIssueType,
|
|
3919
|
+
* this enum contains the known values that the service supports.
|
|
3920
|
+
* ### Known values supported by the service
|
|
3921
|
+
* **MissingPerimeterConfiguration** \
|
|
3922
|
+
* **MissingIdentityConfiguration** \
|
|
3923
|
+
* **ConfigurationPropagationFailure** \
|
|
3924
|
+
* **Other**
|
|
3925
|
+
*/
|
|
3926
|
+
export type NetworkSecurityPerimeterConfigurationIssueType = string;
|
|
3927
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigurationIssueSeverity} that the service accepts. */
|
|
3928
|
+
export declare enum KnownNetworkSecurityPerimeterConfigurationIssueSeverity {
|
|
3929
|
+
/** Warning */
|
|
3930
|
+
Warning = "Warning",
|
|
3931
|
+
/** Error */
|
|
3932
|
+
Error = "Error"
|
|
3933
|
+
}
|
|
3934
|
+
/**
|
|
3935
|
+
* Defines values for NetworkSecurityPerimeterConfigurationIssueSeverity. \
|
|
3936
|
+
* {@link KnownNetworkSecurityPerimeterConfigurationIssueSeverity} can be used interchangeably with NetworkSecurityPerimeterConfigurationIssueSeverity,
|
|
3937
|
+
* this enum contains the known values that the service supports.
|
|
3938
|
+
* ### Known values supported by the service
|
|
3939
|
+
* **Warning** \
|
|
3940
|
+
* **Error**
|
|
3941
|
+
*/
|
|
3942
|
+
export type NetworkSecurityPerimeterConfigurationIssueSeverity = string;
|
|
3943
|
+
/** Known values of {@link NetworkSecurityPerimeterAssociationAccessMode} that the service accepts. */
|
|
3944
|
+
export declare enum KnownNetworkSecurityPerimeterAssociationAccessMode {
|
|
3945
|
+
/** Learning */
|
|
3946
|
+
Learning = "Learning",
|
|
3947
|
+
/** Enforced */
|
|
3948
|
+
Enforced = "Enforced",
|
|
3949
|
+
/** Audit */
|
|
3950
|
+
Audit = "Audit"
|
|
3951
|
+
}
|
|
3952
|
+
/**
|
|
3953
|
+
* Defines values for NetworkSecurityPerimeterAssociationAccessMode. \
|
|
3954
|
+
* {@link KnownNetworkSecurityPerimeterAssociationAccessMode} can be used interchangeably with NetworkSecurityPerimeterAssociationAccessMode,
|
|
3955
|
+
* this enum contains the known values that the service supports.
|
|
3956
|
+
* ### Known values supported by the service
|
|
3957
|
+
* **Learning** \
|
|
3958
|
+
* **Enforced** \
|
|
3959
|
+
* **Audit**
|
|
3960
|
+
*/
|
|
3961
|
+
export type NetworkSecurityPerimeterAssociationAccessMode = string;
|
|
3962
|
+
/** Known values of {@link NetworkSecurityPerimeterProfileAccessRuleDirection} that the service accepts. */
|
|
3963
|
+
export declare enum KnownNetworkSecurityPerimeterProfileAccessRuleDirection {
|
|
3964
|
+
/** Inbound */
|
|
3965
|
+
Inbound = "Inbound",
|
|
3966
|
+
/** Outbound */
|
|
3967
|
+
Outbound = "Outbound"
|
|
3968
|
+
}
|
|
3969
|
+
/**
|
|
3970
|
+
* Defines values for NetworkSecurityPerimeterProfileAccessRuleDirection. \
|
|
3971
|
+
* {@link KnownNetworkSecurityPerimeterProfileAccessRuleDirection} can be used interchangeably with NetworkSecurityPerimeterProfileAccessRuleDirection,
|
|
3972
|
+
* this enum contains the known values that the service supports.
|
|
3973
|
+
* ### Known values supported by the service
|
|
3974
|
+
* **Inbound** \
|
|
3975
|
+
* **Outbound**
|
|
3976
|
+
*/
|
|
3977
|
+
export type NetworkSecurityPerimeterProfileAccessRuleDirection = string;
|
|
3400
3978
|
/** Known values of {@link PermissionType} that the service accepts. */
|
|
3401
3979
|
export declare enum KnownPermissionType {
|
|
3402
3980
|
/** Publisher */
|
|
@@ -3466,6 +4044,50 @@ export declare enum KnownPrivateEndpointConnectionsParentType {
|
|
|
3466
4044
|
* **namespaces**
|
|
3467
4045
|
*/
|
|
3468
4046
|
export type PrivateEndpointConnectionsParentType = string;
|
|
4047
|
+
/** Known values of {@link TopicProvisioningState} that the service accepts. */
|
|
4048
|
+
export declare enum KnownTopicProvisioningState {
|
|
4049
|
+
/** Creating */
|
|
4050
|
+
Creating = "Creating",
|
|
4051
|
+
/** Updating */
|
|
4052
|
+
Updating = "Updating",
|
|
4053
|
+
/** Deleting */
|
|
4054
|
+
Deleting = "Deleting",
|
|
4055
|
+
/** Succeeded */
|
|
4056
|
+
Succeeded = "Succeeded",
|
|
4057
|
+
/** Canceled */
|
|
4058
|
+
Canceled = "Canceled",
|
|
4059
|
+
/** Failed */
|
|
4060
|
+
Failed = "Failed"
|
|
4061
|
+
}
|
|
4062
|
+
/**
|
|
4063
|
+
* Defines values for TopicProvisioningState. \
|
|
4064
|
+
* {@link KnownTopicProvisioningState} can be used interchangeably with TopicProvisioningState,
|
|
4065
|
+
* this enum contains the known values that the service supports.
|
|
4066
|
+
* ### Known values supported by the service
|
|
4067
|
+
* **Creating** \
|
|
4068
|
+
* **Updating** \
|
|
4069
|
+
* **Deleting** \
|
|
4070
|
+
* **Succeeded** \
|
|
4071
|
+
* **Canceled** \
|
|
4072
|
+
* **Failed**
|
|
4073
|
+
*/
|
|
4074
|
+
export type TopicProvisioningState = string;
|
|
4075
|
+
/** Known values of {@link ResourceKind} that the service accepts. */
|
|
4076
|
+
export declare enum KnownResourceKind {
|
|
4077
|
+
/** Azure */
|
|
4078
|
+
Azure = "Azure",
|
|
4079
|
+
/** AzureArc */
|
|
4080
|
+
AzureArc = "AzureArc"
|
|
4081
|
+
}
|
|
4082
|
+
/**
|
|
4083
|
+
* Defines values for ResourceKind. \
|
|
4084
|
+
* {@link KnownResourceKind} can be used interchangeably with ResourceKind,
|
|
4085
|
+
* this enum contains the known values that the service supports.
|
|
4086
|
+
* ### Known values supported by the service
|
|
4087
|
+
* **Azure** \
|
|
4088
|
+
* **AzureArc**
|
|
4089
|
+
*/
|
|
4090
|
+
export type ResourceKind = string;
|
|
3469
4091
|
/** Known values of {@link TopicSpaceProvisioningState} that the service accepts. */
|
|
3470
4092
|
export declare enum KnownTopicSpaceProvisioningState {
|
|
3471
4093
|
/** Creating */
|
|
@@ -3591,6 +4213,19 @@ export declare enum KnownVerifiedPartnerProvisioningState {
|
|
|
3591
4213
|
* **Failed**
|
|
3592
4214
|
*/
|
|
3593
4215
|
export type VerifiedPartnerProvisioningState = string;
|
|
4216
|
+
/** Known values of {@link PartnerClientAuthenticationType} that the service accepts. */
|
|
4217
|
+
export declare enum KnownPartnerClientAuthenticationType {
|
|
4218
|
+
/** AzureAD */
|
|
4219
|
+
AzureAD = "AzureAD"
|
|
4220
|
+
}
|
|
4221
|
+
/**
|
|
4222
|
+
* Defines values for PartnerClientAuthenticationType. \
|
|
4223
|
+
* {@link KnownPartnerClientAuthenticationType} can be used interchangeably with PartnerClientAuthenticationType,
|
|
4224
|
+
* this enum contains the known values that the service supports.
|
|
4225
|
+
* ### Known values supported by the service
|
|
4226
|
+
* **AzureAD**
|
|
4227
|
+
*/
|
|
4228
|
+
export type PartnerClientAuthenticationType = string;
|
|
3594
4229
|
/** Known values of {@link MonitorAlertSeverity} that the service accepts. */
|
|
3595
4230
|
export declare enum KnownMonitorAlertSeverity {
|
|
3596
4231
|
/** Sev0 */
|
|
@@ -3862,6 +4497,60 @@ export interface DomainTopicsListByDomainNextOptionalParams extends coreClient.O
|
|
|
3862
4497
|
/** Contains response data for the listByDomainNext operation. */
|
|
3863
4498
|
export type DomainTopicsListByDomainNextResponse = DomainTopicsListResult;
|
|
3864
4499
|
/** Optional parameters. */
|
|
4500
|
+
export interface DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
4501
|
+
}
|
|
4502
|
+
/** Contains response data for the getDeliveryAttributes operation. */
|
|
4503
|
+
export type DomainTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
4504
|
+
/** Optional parameters. */
|
|
4505
|
+
export interface DomainTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
4506
|
+
}
|
|
4507
|
+
/** Contains response data for the get operation. */
|
|
4508
|
+
export type DomainTopicEventSubscriptionsGetResponse = EventSubscription;
|
|
4509
|
+
/** Optional parameters. */
|
|
4510
|
+
export interface DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4511
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4512
|
+
updateIntervalInMs?: number;
|
|
4513
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4514
|
+
resumeFrom?: string;
|
|
4515
|
+
}
|
|
4516
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4517
|
+
export type DomainTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
4518
|
+
/** Optional parameters. */
|
|
4519
|
+
export interface DomainTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4520
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4521
|
+
updateIntervalInMs?: number;
|
|
4522
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4523
|
+
resumeFrom?: string;
|
|
4524
|
+
}
|
|
4525
|
+
/** Optional parameters. */
|
|
4526
|
+
export interface DomainTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4527
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4528
|
+
updateIntervalInMs?: number;
|
|
4529
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4530
|
+
resumeFrom?: string;
|
|
4531
|
+
}
|
|
4532
|
+
/** Contains response data for the update operation. */
|
|
4533
|
+
export type DomainTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
4534
|
+
/** Optional parameters. */
|
|
4535
|
+
export interface DomainTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
4536
|
+
}
|
|
4537
|
+
/** Contains response data for the getFullUrl operation. */
|
|
4538
|
+
export type DomainTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
4539
|
+
/** Optional parameters. */
|
|
4540
|
+
export interface DomainTopicEventSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
4541
|
+
/** 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'. */
|
|
4542
|
+
filter?: string;
|
|
4543
|
+
/** 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. */
|
|
4544
|
+
top?: number;
|
|
4545
|
+
}
|
|
4546
|
+
/** Contains response data for the list operation. */
|
|
4547
|
+
export type DomainTopicEventSubscriptionsListResponse = EventSubscriptionsListResult;
|
|
4548
|
+
/** Optional parameters. */
|
|
4549
|
+
export interface DomainTopicEventSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4550
|
+
}
|
|
4551
|
+
/** Contains response data for the listNext operation. */
|
|
4552
|
+
export type DomainTopicEventSubscriptionsListNextResponse = EventSubscriptionsListResult;
|
|
4553
|
+
/** Optional parameters. */
|
|
3865
4554
|
export interface TopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
3866
4555
|
}
|
|
3867
4556
|
/** Contains response data for the getDeliveryAttributes operation. */
|
|
@@ -3970,82 +4659,33 @@ export interface DomainEventSubscriptionsListNextOptionalParams extends coreClie
|
|
|
3970
4659
|
/** Contains response data for the listNext operation. */
|
|
3971
4660
|
export type DomainEventSubscriptionsListNextResponse = EventSubscriptionsListResult;
|
|
3972
4661
|
/** Optional parameters. */
|
|
3973
|
-
export interface
|
|
4662
|
+
export interface EventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
4663
|
+
}
|
|
4664
|
+
/** Contains response data for the getDeliveryAttributes operation. */
|
|
4665
|
+
export type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
4666
|
+
/** Optional parameters. */
|
|
4667
|
+
export interface EventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
3974
4668
|
}
|
|
3975
4669
|
/** Contains response data for the get operation. */
|
|
3976
|
-
export type
|
|
4670
|
+
export type EventSubscriptionsGetResponse = EventSubscription;
|
|
3977
4671
|
/** Optional parameters. */
|
|
3978
|
-
export interface
|
|
4672
|
+
export interface EventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3979
4673
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3980
4674
|
updateIntervalInMs?: number;
|
|
3981
4675
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3982
4676
|
resumeFrom?: string;
|
|
3983
4677
|
}
|
|
3984
4678
|
/** Contains response data for the createOrUpdate operation. */
|
|
3985
|
-
export type
|
|
4679
|
+
export type EventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
3986
4680
|
/** Optional parameters. */
|
|
3987
|
-
export interface
|
|
4681
|
+
export interface EventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3988
4682
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3989
4683
|
updateIntervalInMs?: number;
|
|
3990
4684
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3991
4685
|
resumeFrom?: string;
|
|
3992
4686
|
}
|
|
3993
4687
|
/** Optional parameters. */
|
|
3994
|
-
export interface
|
|
3995
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3996
|
-
updateIntervalInMs?: number;
|
|
3997
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3998
|
-
resumeFrom?: string;
|
|
3999
|
-
}
|
|
4000
|
-
/** Contains response data for the update operation. */
|
|
4001
|
-
export type NamespaceTopicEventSubscriptionsUpdateResponse = Subscription;
|
|
4002
|
-
/** Optional parameters. */
|
|
4003
|
-
export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams extends coreClient.OperationOptions {
|
|
4004
|
-
/** 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'. */
|
|
4005
|
-
filter?: string;
|
|
4006
|
-
/** 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. */
|
|
4007
|
-
top?: number;
|
|
4008
|
-
}
|
|
4009
|
-
/** Contains response data for the listByNamespaceTopic operation. */
|
|
4010
|
-
export type NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse = SubscriptionsListResult;
|
|
4011
|
-
/** Optional parameters. */
|
|
4012
|
-
export interface NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
4013
|
-
}
|
|
4014
|
-
/** Contains response data for the getDeliveryAttributes operation. */
|
|
4015
|
-
export type NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
4016
|
-
/** Optional parameters. */
|
|
4017
|
-
export interface NamespaceTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
4018
|
-
}
|
|
4019
|
-
/** Contains response data for the getFullUrl operation. */
|
|
4020
|
-
export type NamespaceTopicEventSubscriptionsGetFullUrlResponse = SubscriptionFullUrl;
|
|
4021
|
-
/** Optional parameters. */
|
|
4022
|
-
export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
4023
|
-
}
|
|
4024
|
-
/** Contains response data for the listByNamespaceTopicNext operation. */
|
|
4025
|
-
export type NamespaceTopicEventSubscriptionsListByNamespaceTopicNextResponse = SubscriptionsListResult;
|
|
4026
|
-
/** Optional parameters. */
|
|
4027
|
-
export interface EventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
4028
|
-
}
|
|
4029
|
-
/** Contains response data for the get operation. */
|
|
4030
|
-
export type EventSubscriptionsGetResponse = EventSubscription;
|
|
4031
|
-
/** Optional parameters. */
|
|
4032
|
-
export interface EventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4033
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4034
|
-
updateIntervalInMs?: number;
|
|
4035
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4036
|
-
resumeFrom?: string;
|
|
4037
|
-
}
|
|
4038
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4039
|
-
export type EventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
4040
|
-
/** Optional parameters. */
|
|
4041
|
-
export interface EventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4042
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4043
|
-
updateIntervalInMs?: number;
|
|
4044
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4045
|
-
resumeFrom?: string;
|
|
4046
|
-
}
|
|
4047
|
-
/** Optional parameters. */
|
|
4048
|
-
export interface EventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4688
|
+
export interface EventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4049
4689
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4050
4690
|
updateIntervalInMs?: number;
|
|
4051
4691
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -4149,11 +4789,6 @@ export interface EventSubscriptionsListByDomainTopicOptionalParams extends coreC
|
|
|
4149
4789
|
/** Contains response data for the listByDomainTopic operation. */
|
|
4150
4790
|
export type EventSubscriptionsListByDomainTopicResponse = EventSubscriptionsListResult;
|
|
4151
4791
|
/** Optional parameters. */
|
|
4152
|
-
export interface EventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
4153
|
-
}
|
|
4154
|
-
/** Contains response data for the getDeliveryAttributes operation. */
|
|
4155
|
-
export type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
4156
|
-
/** Optional parameters. */
|
|
4157
4792
|
export interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4158
4793
|
}
|
|
4159
4794
|
/** Contains response data for the listGlobalBySubscriptionNext operation. */
|
|
@@ -4204,113 +4839,113 @@ export interface EventSubscriptionsListByDomainTopicNextOptionalParams extends c
|
|
|
4204
4839
|
/** Contains response data for the listByDomainTopicNext operation. */
|
|
4205
4840
|
export type EventSubscriptionsListByDomainTopicNextResponse = EventSubscriptionsListResult;
|
|
4206
4841
|
/** Optional parameters. */
|
|
4207
|
-
export interface
|
|
4842
|
+
export interface SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
4843
|
+
}
|
|
4844
|
+
/** Contains response data for the getDeliveryAttributes operation. */
|
|
4845
|
+
export type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
4846
|
+
/** Optional parameters. */
|
|
4847
|
+
export interface SystemTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
4208
4848
|
}
|
|
4209
4849
|
/** Contains response data for the get operation. */
|
|
4210
|
-
export type
|
|
4850
|
+
export type SystemTopicEventSubscriptionsGetResponse = EventSubscription;
|
|
4211
4851
|
/** Optional parameters. */
|
|
4212
|
-
export interface
|
|
4852
|
+
export interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4213
4853
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4214
4854
|
updateIntervalInMs?: number;
|
|
4215
4855
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4216
4856
|
resumeFrom?: string;
|
|
4217
4857
|
}
|
|
4218
4858
|
/** Contains response data for the createOrUpdate operation. */
|
|
4219
|
-
export type
|
|
4859
|
+
export type SystemTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
4220
4860
|
/** Optional parameters. */
|
|
4221
|
-
export interface
|
|
4861
|
+
export interface SystemTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4222
4862
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4223
4863
|
updateIntervalInMs?: number;
|
|
4224
4864
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4225
4865
|
resumeFrom?: string;
|
|
4226
4866
|
}
|
|
4227
4867
|
/** Optional parameters. */
|
|
4228
|
-
export interface
|
|
4868
|
+
export interface SystemTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4229
4869
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4230
4870
|
updateIntervalInMs?: number;
|
|
4231
4871
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4232
4872
|
resumeFrom?: string;
|
|
4233
4873
|
}
|
|
4234
4874
|
/** Contains response data for the update operation. */
|
|
4235
|
-
export type
|
|
4875
|
+
export type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
4236
4876
|
/** Optional parameters. */
|
|
4237
|
-
export interface
|
|
4877
|
+
export interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
4238
4878
|
}
|
|
4239
4879
|
/** Contains response data for the getFullUrl operation. */
|
|
4240
|
-
export type
|
|
4880
|
+
export type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
4241
4881
|
/** Optional parameters. */
|
|
4242
|
-
export interface
|
|
4882
|
+
export interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams extends coreClient.OperationOptions {
|
|
4243
4883
|
/** 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'. */
|
|
4244
4884
|
filter?: string;
|
|
4245
4885
|
/** 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. */
|
|
4246
4886
|
top?: number;
|
|
4247
4887
|
}
|
|
4248
|
-
/** Contains response data for the
|
|
4249
|
-
export type
|
|
4250
|
-
/** Optional parameters. */
|
|
4251
|
-
export interface DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
4252
|
-
}
|
|
4253
|
-
/** Contains response data for the getDeliveryAttributes operation. */
|
|
4254
|
-
export type DomainTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
4888
|
+
/** Contains response data for the listBySystemTopic operation. */
|
|
4889
|
+
export type SystemTopicEventSubscriptionsListBySystemTopicResponse = EventSubscriptionsListResult;
|
|
4255
4890
|
/** Optional parameters. */
|
|
4256
|
-
export interface
|
|
4891
|
+
export interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
4257
4892
|
}
|
|
4258
|
-
/** Contains response data for the
|
|
4259
|
-
export type
|
|
4893
|
+
/** Contains response data for the listBySystemTopicNext operation. */
|
|
4894
|
+
export type SystemTopicEventSubscriptionsListBySystemTopicNextResponse = EventSubscriptionsListResult;
|
|
4260
4895
|
/** Optional parameters. */
|
|
4261
|
-
export interface
|
|
4896
|
+
export interface NamespaceTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
4262
4897
|
}
|
|
4263
4898
|
/** Contains response data for the get operation. */
|
|
4264
|
-
export type
|
|
4899
|
+
export type NamespaceTopicEventSubscriptionsGetResponse = Subscription;
|
|
4265
4900
|
/** Optional parameters. */
|
|
4266
|
-
export interface
|
|
4901
|
+
export interface NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4267
4902
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4268
4903
|
updateIntervalInMs?: number;
|
|
4269
4904
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4270
4905
|
resumeFrom?: string;
|
|
4271
4906
|
}
|
|
4272
4907
|
/** Contains response data for the createOrUpdate operation. */
|
|
4273
|
-
export type
|
|
4908
|
+
export type NamespaceTopicEventSubscriptionsCreateOrUpdateResponse = Subscription;
|
|
4274
4909
|
/** Optional parameters. */
|
|
4275
|
-
export interface
|
|
4910
|
+
export interface NamespaceTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4276
4911
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4277
4912
|
updateIntervalInMs?: number;
|
|
4278
4913
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4279
4914
|
resumeFrom?: string;
|
|
4280
4915
|
}
|
|
4281
4916
|
/** Optional parameters. */
|
|
4282
|
-
export interface
|
|
4917
|
+
export interface NamespaceTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4283
4918
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4284
4919
|
updateIntervalInMs?: number;
|
|
4285
4920
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4286
4921
|
resumeFrom?: string;
|
|
4287
4922
|
}
|
|
4288
4923
|
/** Contains response data for the update operation. */
|
|
4289
|
-
export type
|
|
4290
|
-
/** Optional parameters. */
|
|
4291
|
-
export interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
4292
|
-
}
|
|
4293
|
-
/** Contains response data for the getFullUrl operation. */
|
|
4294
|
-
export type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
4924
|
+
export type NamespaceTopicEventSubscriptionsUpdateResponse = Subscription;
|
|
4295
4925
|
/** Optional parameters. */
|
|
4296
|
-
export interface
|
|
4926
|
+
export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams extends coreClient.OperationOptions {
|
|
4297
4927
|
/** 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'. */
|
|
4298
4928
|
filter?: string;
|
|
4299
4929
|
/** 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. */
|
|
4300
4930
|
top?: number;
|
|
4301
4931
|
}
|
|
4302
|
-
/** Contains response data for the
|
|
4303
|
-
export type
|
|
4932
|
+
/** Contains response data for the listByNamespaceTopic operation. */
|
|
4933
|
+
export type NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse = SubscriptionsListResult;
|
|
4304
4934
|
/** Optional parameters. */
|
|
4305
|
-
export interface
|
|
4935
|
+
export interface NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
4306
4936
|
}
|
|
4307
4937
|
/** Contains response data for the getDeliveryAttributes operation. */
|
|
4308
|
-
export type
|
|
4938
|
+
export type NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
4309
4939
|
/** Optional parameters. */
|
|
4310
|
-
export interface
|
|
4940
|
+
export interface NamespaceTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
4311
4941
|
}
|
|
4312
|
-
/** Contains response data for the
|
|
4313
|
-
export type
|
|
4942
|
+
/** Contains response data for the getFullUrl operation. */
|
|
4943
|
+
export type NamespaceTopicEventSubscriptionsGetFullUrlResponse = SubscriptionFullUrl;
|
|
4944
|
+
/** Optional parameters. */
|
|
4945
|
+
export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
4946
|
+
}
|
|
4947
|
+
/** Contains response data for the listByNamespaceTopicNext operation. */
|
|
4948
|
+
export type NamespaceTopicEventSubscriptionsListByNamespaceTopicNextResponse = SubscriptionsListResult;
|
|
4314
4949
|
/** Optional parameters. */
|
|
4315
4950
|
export interface PartnerTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
4316
4951
|
}
|
|
@@ -4510,141 +5145,127 @@ export interface OperationsListOptionalParams extends coreClient.OperationOption
|
|
|
4510
5145
|
/** Contains response data for the list operation. */
|
|
4511
5146
|
export type OperationsListResponse = OperationsListResult;
|
|
4512
5147
|
/** Optional parameters. */
|
|
4513
|
-
export interface
|
|
5148
|
+
export interface PartnerConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
4514
5149
|
}
|
|
4515
5150
|
/** Contains response data for the get operation. */
|
|
4516
|
-
export type
|
|
5151
|
+
export type PartnerConfigurationsGetResponse = PartnerConfiguration;
|
|
4517
5152
|
/** Optional parameters. */
|
|
4518
|
-
export interface
|
|
5153
|
+
export interface PartnerConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4519
5154
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4520
5155
|
updateIntervalInMs?: number;
|
|
4521
5156
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4522
5157
|
resumeFrom?: string;
|
|
4523
5158
|
}
|
|
4524
5159
|
/** Contains response data for the createOrUpdate operation. */
|
|
4525
|
-
export type
|
|
5160
|
+
export type PartnerConfigurationsCreateOrUpdateResponse = PartnerConfiguration;
|
|
4526
5161
|
/** Optional parameters. */
|
|
4527
|
-
export interface
|
|
5162
|
+
export interface PartnerConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4528
5163
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4529
5164
|
updateIntervalInMs?: number;
|
|
4530
5165
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4531
5166
|
resumeFrom?: string;
|
|
4532
5167
|
}
|
|
4533
|
-
/** Contains response data for the delete operation. */
|
|
4534
|
-
export type TopicsDeleteResponse = TopicsDeleteHeaders;
|
|
4535
5168
|
/** Optional parameters. */
|
|
4536
|
-
export interface
|
|
5169
|
+
export interface PartnerConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4537
5170
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4538
5171
|
updateIntervalInMs?: number;
|
|
4539
5172
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4540
5173
|
resumeFrom?: string;
|
|
4541
5174
|
}
|
|
5175
|
+
/** Contains response data for the update operation. */
|
|
5176
|
+
export type PartnerConfigurationsUpdateResponse = PartnerConfiguration;
|
|
4542
5177
|
/** Optional parameters. */
|
|
4543
|
-
export interface
|
|
4544
|
-
/** 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'. */
|
|
4545
|
-
filter?: string;
|
|
4546
|
-
/** 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. */
|
|
4547
|
-
top?: number;
|
|
5178
|
+
export interface PartnerConfigurationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4548
5179
|
}
|
|
4549
|
-
/** Contains response data for the
|
|
4550
|
-
export type
|
|
5180
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
5181
|
+
export type PartnerConfigurationsListByResourceGroupResponse = PartnerConfigurationsListResult;
|
|
4551
5182
|
/** Optional parameters. */
|
|
4552
|
-
export interface
|
|
5183
|
+
export interface PartnerConfigurationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4553
5184
|
/** 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'. */
|
|
4554
5185
|
filter?: string;
|
|
4555
5186
|
/** 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. */
|
|
4556
5187
|
top?: number;
|
|
4557
5188
|
}
|
|
4558
|
-
/** Contains response data for the
|
|
4559
|
-
export type
|
|
4560
|
-
/** Optional parameters. */
|
|
4561
|
-
export interface TopicsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
4562
|
-
}
|
|
4563
|
-
/** Contains response data for the listSharedAccessKeys operation. */
|
|
4564
|
-
export type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
|
|
5189
|
+
/** Contains response data for the listBySubscription operation. */
|
|
5190
|
+
export type PartnerConfigurationsListBySubscriptionResponse = PartnerConfigurationsListResult;
|
|
4565
5191
|
/** Optional parameters. */
|
|
4566
|
-
export interface
|
|
4567
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4568
|
-
updateIntervalInMs?: number;
|
|
4569
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4570
|
-
resumeFrom?: string;
|
|
5192
|
+
export interface PartnerConfigurationsAuthorizePartnerOptionalParams extends coreClient.OperationOptions {
|
|
4571
5193
|
}
|
|
4572
|
-
/** Contains response data for the
|
|
4573
|
-
export type
|
|
5194
|
+
/** Contains response data for the authorizePartner operation. */
|
|
5195
|
+
export type PartnerConfigurationsAuthorizePartnerResponse = PartnerConfiguration;
|
|
4574
5196
|
/** Optional parameters. */
|
|
4575
|
-
export interface
|
|
5197
|
+
export interface PartnerConfigurationsUnauthorizePartnerOptionalParams extends coreClient.OperationOptions {
|
|
4576
5198
|
}
|
|
4577
|
-
/** Contains response data for the
|
|
4578
|
-
export type
|
|
5199
|
+
/** Contains response data for the unauthorizePartner operation. */
|
|
5200
|
+
export type PartnerConfigurationsUnauthorizePartnerResponse = PartnerConfiguration;
|
|
4579
5201
|
/** Optional parameters. */
|
|
4580
|
-
export interface
|
|
5202
|
+
export interface PartnerConfigurationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4581
5203
|
}
|
|
4582
5204
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4583
|
-
export type
|
|
4584
|
-
/** Optional parameters. */
|
|
4585
|
-
export interface TopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4586
|
-
}
|
|
4587
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4588
|
-
export type TopicsListByResourceGroupNextResponse = TopicsListResult;
|
|
5205
|
+
export type PartnerConfigurationsListBySubscriptionNextResponse = PartnerConfigurationsListResult;
|
|
4589
5206
|
/** Optional parameters. */
|
|
4590
|
-
export interface
|
|
5207
|
+
export interface PartnerDestinationsGetOptionalParams extends coreClient.OperationOptions {
|
|
4591
5208
|
}
|
|
4592
5209
|
/** Contains response data for the get operation. */
|
|
4593
|
-
export type
|
|
5210
|
+
export type PartnerDestinationsGetResponse = PartnerDestination;
|
|
4594
5211
|
/** Optional parameters. */
|
|
4595
|
-
export interface
|
|
5212
|
+
export interface PartnerDestinationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4596
5213
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4597
5214
|
updateIntervalInMs?: number;
|
|
4598
5215
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4599
5216
|
resumeFrom?: string;
|
|
4600
5217
|
}
|
|
4601
5218
|
/** Contains response data for the createOrUpdate operation. */
|
|
4602
|
-
export type
|
|
5219
|
+
export type PartnerDestinationsCreateOrUpdateResponse = PartnerDestination;
|
|
4603
5220
|
/** Optional parameters. */
|
|
4604
|
-
export interface
|
|
5221
|
+
export interface PartnerDestinationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4605
5222
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4606
5223
|
updateIntervalInMs?: number;
|
|
4607
5224
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4608
5225
|
resumeFrom?: string;
|
|
4609
5226
|
}
|
|
4610
5227
|
/** Optional parameters. */
|
|
4611
|
-
export interface
|
|
5228
|
+
export interface PartnerDestinationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4612
5229
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4613
5230
|
updateIntervalInMs?: number;
|
|
4614
5231
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4615
5232
|
resumeFrom?: string;
|
|
4616
5233
|
}
|
|
4617
5234
|
/** Contains response data for the update operation. */
|
|
4618
|
-
export type
|
|
4619
|
-
/** Optional parameters. */
|
|
4620
|
-
export interface PartnerConfigurationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4621
|
-
}
|
|
4622
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4623
|
-
export type PartnerConfigurationsListByResourceGroupResponse = PartnerConfigurationsListResult;
|
|
5235
|
+
export type PartnerDestinationsUpdateResponse = PartnerDestination;
|
|
4624
5236
|
/** Optional parameters. */
|
|
4625
|
-
export interface
|
|
5237
|
+
export interface PartnerDestinationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4626
5238
|
/** 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'. */
|
|
4627
5239
|
filter?: string;
|
|
4628
5240
|
/** 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. */
|
|
4629
5241
|
top?: number;
|
|
4630
5242
|
}
|
|
4631
5243
|
/** Contains response data for the listBySubscription operation. */
|
|
4632
|
-
export type
|
|
5244
|
+
export type PartnerDestinationsListBySubscriptionResponse = PartnerDestinationsListResult;
|
|
4633
5245
|
/** Optional parameters. */
|
|
4634
|
-
export interface
|
|
5246
|
+
export interface PartnerDestinationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
5247
|
+
/** 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'. */
|
|
5248
|
+
filter?: string;
|
|
5249
|
+
/** 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. */
|
|
5250
|
+
top?: number;
|
|
4635
5251
|
}
|
|
4636
|
-
/** Contains response data for the
|
|
4637
|
-
export type
|
|
5252
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
5253
|
+
export type PartnerDestinationsListByResourceGroupResponse = PartnerDestinationsListResult;
|
|
4638
5254
|
/** Optional parameters. */
|
|
4639
|
-
export interface
|
|
5255
|
+
export interface PartnerDestinationsActivateOptionalParams extends coreClient.OperationOptions {
|
|
4640
5256
|
}
|
|
4641
|
-
/** Contains response data for the
|
|
4642
|
-
export type
|
|
5257
|
+
/** Contains response data for the activate operation. */
|
|
5258
|
+
export type PartnerDestinationsActivateResponse = PartnerDestination;
|
|
4643
5259
|
/** Optional parameters. */
|
|
4644
|
-
export interface
|
|
5260
|
+
export interface PartnerDestinationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4645
5261
|
}
|
|
4646
5262
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4647
|
-
export type
|
|
5263
|
+
export type PartnerDestinationsListBySubscriptionNextResponse = PartnerDestinationsListResult;
|
|
5264
|
+
/** Optional parameters. */
|
|
5265
|
+
export interface PartnerDestinationsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
5266
|
+
}
|
|
5267
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
5268
|
+
export type PartnerDestinationsListByResourceGroupNextResponse = PartnerDestinationsListResult;
|
|
4648
5269
|
/** Optional parameters. */
|
|
4649
5270
|
export interface PartnerNamespacesGetOptionalParams extends coreClient.OperationOptions {
|
|
4650
5271
|
}
|
|
@@ -4828,6 +5449,25 @@ export interface PartnerTopicsListByResourceGroupNextOptionalParams extends core
|
|
|
4828
5449
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4829
5450
|
export type PartnerTopicsListByResourceGroupNextResponse = PartnerTopicsListResult;
|
|
4830
5451
|
/** Optional parameters. */
|
|
5452
|
+
export interface NetworkSecurityPerimeterConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
5453
|
+
}
|
|
5454
|
+
/** Contains response data for the get operation. */
|
|
5455
|
+
export type NetworkSecurityPerimeterConfigurationsGetResponse = NetworkSecurityPerimeterConfiguration;
|
|
5456
|
+
/** Optional parameters. */
|
|
5457
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams extends coreClient.OperationOptions {
|
|
5458
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5459
|
+
updateIntervalInMs?: number;
|
|
5460
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5461
|
+
resumeFrom?: string;
|
|
5462
|
+
}
|
|
5463
|
+
/** Contains response data for the reconcile operation. */
|
|
5464
|
+
export type NetworkSecurityPerimeterConfigurationsReconcileResponse = NetworkSecurityPerimeterConfiguration;
|
|
5465
|
+
/** Optional parameters. */
|
|
5466
|
+
export interface NetworkSecurityPerimeterConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
5467
|
+
}
|
|
5468
|
+
/** Contains response data for the list operation. */
|
|
5469
|
+
export type NetworkSecurityPerimeterConfigurationsListResponse = NetworkSecurityPerimeterConfigurationList;
|
|
5470
|
+
/** Optional parameters. */
|
|
4831
5471
|
export interface PermissionBindingsGetOptionalParams extends coreClient.OperationOptions {
|
|
4832
5472
|
}
|
|
4833
5473
|
/** Contains response data for the get operation. */
|
|
@@ -4977,6 +5617,83 @@ export interface SystemTopicsListByResourceGroupNextOptionalParams extends coreC
|
|
|
4977
5617
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4978
5618
|
export type SystemTopicsListByResourceGroupNextResponse = SystemTopicsListResult;
|
|
4979
5619
|
/** Optional parameters. */
|
|
5620
|
+
export interface TopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
5621
|
+
}
|
|
5622
|
+
/** Contains response data for the get operation. */
|
|
5623
|
+
export type TopicsGetResponse = Topic;
|
|
5624
|
+
/** Optional parameters. */
|
|
5625
|
+
export interface TopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5626
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5627
|
+
updateIntervalInMs?: number;
|
|
5628
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5629
|
+
resumeFrom?: string;
|
|
5630
|
+
}
|
|
5631
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5632
|
+
export type TopicsCreateOrUpdateResponse = Topic;
|
|
5633
|
+
/** Optional parameters. */
|
|
5634
|
+
export interface TopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5635
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5636
|
+
updateIntervalInMs?: number;
|
|
5637
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5638
|
+
resumeFrom?: string;
|
|
5639
|
+
}
|
|
5640
|
+
/** Contains response data for the delete operation. */
|
|
5641
|
+
export type TopicsDeleteResponse = TopicsDeleteHeaders;
|
|
5642
|
+
/** Optional parameters. */
|
|
5643
|
+
export interface TopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5644
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5645
|
+
updateIntervalInMs?: number;
|
|
5646
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5647
|
+
resumeFrom?: string;
|
|
5648
|
+
}
|
|
5649
|
+
/** Optional parameters. */
|
|
5650
|
+
export interface TopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
5651
|
+
/** 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'. */
|
|
5652
|
+
filter?: string;
|
|
5653
|
+
/** 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. */
|
|
5654
|
+
top?: number;
|
|
5655
|
+
}
|
|
5656
|
+
/** Contains response data for the listBySubscription operation. */
|
|
5657
|
+
export type TopicsListBySubscriptionResponse = TopicsListResult;
|
|
5658
|
+
/** Optional parameters. */
|
|
5659
|
+
export interface TopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
5660
|
+
/** 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'. */
|
|
5661
|
+
filter?: string;
|
|
5662
|
+
/** 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. */
|
|
5663
|
+
top?: number;
|
|
5664
|
+
}
|
|
5665
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
5666
|
+
export type TopicsListByResourceGroupResponse = TopicsListResult;
|
|
5667
|
+
/** Optional parameters. */
|
|
5668
|
+
export interface TopicsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
5669
|
+
}
|
|
5670
|
+
/** Contains response data for the listSharedAccessKeys operation. */
|
|
5671
|
+
export type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
|
|
5672
|
+
/** Optional parameters. */
|
|
5673
|
+
export interface TopicsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
5674
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5675
|
+
updateIntervalInMs?: number;
|
|
5676
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5677
|
+
resumeFrom?: string;
|
|
5678
|
+
}
|
|
5679
|
+
/** Contains response data for the regenerateKey operation. */
|
|
5680
|
+
export type TopicsRegenerateKeyResponse = TopicSharedAccessKeys;
|
|
5681
|
+
/** Optional parameters. */
|
|
5682
|
+
export interface TopicsListEventTypesOptionalParams extends coreClient.OperationOptions {
|
|
5683
|
+
}
|
|
5684
|
+
/** Contains response data for the listEventTypes operation. */
|
|
5685
|
+
export type TopicsListEventTypesResponse = EventTypesListResult;
|
|
5686
|
+
/** Optional parameters. */
|
|
5687
|
+
export interface TopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
5688
|
+
}
|
|
5689
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
5690
|
+
export type TopicsListBySubscriptionNextResponse = TopicsListResult;
|
|
5691
|
+
/** Optional parameters. */
|
|
5692
|
+
export interface TopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
5693
|
+
}
|
|
5694
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
5695
|
+
export type TopicsListByResourceGroupNextResponse = TopicsListResult;
|
|
5696
|
+
/** Optional parameters. */
|
|
4980
5697
|
export interface ExtensionTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
4981
5698
|
}
|
|
4982
5699
|
/** Contains response data for the get operation. */
|