@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,4226 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-eventgrid"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export interface AdvancedFilter {
|
|
15
|
-
key?: string;
|
|
16
|
-
operatorType: "NumberIn" | "NumberNotIn" | "NumberLessThan" | "NumberGreaterThan" | "NumberLessThanOrEquals" | "NumberGreaterThanOrEquals" | "BoolEquals" | "StringIn" | "StringNotIn" | "StringBeginsWith" | "StringEndsWith" | "StringContains" | "NumberInRange" | "NumberNotInRange" | "StringNotBeginsWith" | "StringNotEndsWith" | "StringNotContains" | "IsNullOrUndefined" | "IsNotNull";
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
// @public
|
|
20
|
-
export type AdvancedFilterOperatorType = string;
|
|
21
|
-
|
|
22
|
-
// @public (undocumented)
|
|
23
|
-
export type AdvancedFilterUnion = AdvancedFilter | NumberInAdvancedFilter | NumberNotInAdvancedFilter | NumberLessThanAdvancedFilter | NumberGreaterThanAdvancedFilter | NumberLessThanOrEqualsAdvancedFilter | NumberGreaterThanOrEqualsAdvancedFilter | BoolEqualsAdvancedFilter | StringInAdvancedFilter | StringNotInAdvancedFilter | StringBeginsWithAdvancedFilter | StringEndsWithAdvancedFilter | StringContainsAdvancedFilter | NumberInRangeAdvancedFilter | NumberNotInRangeAdvancedFilter | StringNotBeginsWithAdvancedFilter | StringNotEndsWithAdvancedFilter | StringNotContainsAdvancedFilter | IsNullOrUndefinedAdvancedFilter | IsNotNullAdvancedFilter;
|
|
24
|
-
|
|
25
|
-
// @public
|
|
26
|
-
export interface AzureFunctionEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
27
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
28
|
-
endpointType: "AzureFunction";
|
|
29
|
-
maxEventsPerBatch?: number;
|
|
30
|
-
preferredBatchSizeInKilobytes?: number;
|
|
31
|
-
resourceId?: string;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
// @public
|
|
35
|
-
export interface BoolEqualsAdvancedFilter extends AdvancedFilter {
|
|
36
|
-
operatorType: "BoolEquals";
|
|
37
|
-
value?: boolean;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
// @public
|
|
41
|
-
export interface BoolEqualsFilter extends Filter {
|
|
42
|
-
operatorType: "BoolEquals";
|
|
43
|
-
value?: boolean;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// @public
|
|
47
|
-
export interface CaCertificate extends Resource {
|
|
48
|
-
description?: string;
|
|
49
|
-
encodedCertificate?: string;
|
|
50
|
-
readonly expiryTimeInUtc?: Date;
|
|
51
|
-
readonly issueTimeInUtc?: Date;
|
|
52
|
-
readonly provisioningState?: CaCertificateProvisioningState;
|
|
53
|
-
readonly systemData?: SystemData;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
// @public
|
|
57
|
-
export type CaCertificateProvisioningState = string;
|
|
58
|
-
|
|
59
|
-
// @public
|
|
60
|
-
export interface CaCertificates {
|
|
61
|
-
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, caCertificateName: string, caCertificateInfo: CaCertificate, options?: CaCertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CaCertificatesCreateOrUpdateResponse>, CaCertificatesCreateOrUpdateResponse>>;
|
|
62
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, caCertificateName: string, caCertificateInfo: CaCertificate, options?: CaCertificatesCreateOrUpdateOptionalParams): Promise<CaCertificatesCreateOrUpdateResponse>;
|
|
63
|
-
beginDelete(resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
64
|
-
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesDeleteOptionalParams): Promise<void>;
|
|
65
|
-
get(resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesGetOptionalParams): Promise<CaCertificatesGetResponse>;
|
|
66
|
-
listByNamespace(resourceGroupName: string, namespaceName: string, options?: CaCertificatesListByNamespaceOptionalParams): PagedAsyncIterableIterator<CaCertificate>;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
// @public
|
|
70
|
-
export interface CaCertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
71
|
-
resumeFrom?: string;
|
|
72
|
-
updateIntervalInMs?: number;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
// @public
|
|
76
|
-
export type CaCertificatesCreateOrUpdateResponse = CaCertificate;
|
|
77
|
-
|
|
78
|
-
// @public
|
|
79
|
-
export interface CaCertificatesDeleteHeaders {
|
|
80
|
-
// (undocumented)
|
|
81
|
-
location?: string;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
// @public
|
|
85
|
-
export interface CaCertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
86
|
-
resumeFrom?: string;
|
|
87
|
-
updateIntervalInMs?: number;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
// @public
|
|
91
|
-
export interface CaCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
// @public
|
|
95
|
-
export type CaCertificatesGetResponse = CaCertificate;
|
|
96
|
-
|
|
97
|
-
// @public
|
|
98
|
-
export interface CaCertificatesListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
// @public
|
|
102
|
-
export type CaCertificatesListByNamespaceNextResponse = CaCertificatesListResult;
|
|
103
|
-
|
|
104
|
-
// @public
|
|
105
|
-
export interface CaCertificatesListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
106
|
-
filter?: string;
|
|
107
|
-
top?: number;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
// @public
|
|
111
|
-
export type CaCertificatesListByNamespaceResponse = CaCertificatesListResult;
|
|
112
|
-
|
|
113
|
-
// @public
|
|
114
|
-
export interface CaCertificatesListResult {
|
|
115
|
-
nextLink?: string;
|
|
116
|
-
value?: CaCertificate[];
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
// @public
|
|
120
|
-
export interface Channel extends Resource {
|
|
121
|
-
channelType?: ChannelType;
|
|
122
|
-
expirationTimeIfNotActivatedUtc?: Date;
|
|
123
|
-
messageForActivation?: string;
|
|
124
|
-
partnerTopicInfo?: PartnerTopicInfo;
|
|
125
|
-
provisioningState?: ChannelProvisioningState;
|
|
126
|
-
readinessState?: ReadinessState;
|
|
127
|
-
readonly systemData?: SystemData;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
// @public
|
|
131
|
-
export type ChannelProvisioningState = string;
|
|
132
|
-
|
|
133
|
-
// @public
|
|
134
|
-
export interface Channels {
|
|
135
|
-
beginDelete(resourceGroupName: string, partnerNamespaceName: string, channelName: string, options?: ChannelsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
136
|
-
beginDeleteAndWait(resourceGroupName: string, partnerNamespaceName: string, channelName: string, options?: ChannelsDeleteOptionalParams): Promise<void>;
|
|
137
|
-
createOrUpdate(resourceGroupName: string, partnerNamespaceName: string, channelName: string, channelInfo: Channel, options?: ChannelsCreateOrUpdateOptionalParams): Promise<ChannelsCreateOrUpdateResponse>;
|
|
138
|
-
get(resourceGroupName: string, partnerNamespaceName: string, channelName: string, options?: ChannelsGetOptionalParams): Promise<ChannelsGetResponse>;
|
|
139
|
-
getFullUrl(resourceGroupName: string, partnerNamespaceName: string, channelName: string, options?: ChannelsGetFullUrlOptionalParams): Promise<ChannelsGetFullUrlResponse>;
|
|
140
|
-
listByPartnerNamespace(resourceGroupName: string, partnerNamespaceName: string, options?: ChannelsListByPartnerNamespaceOptionalParams): PagedAsyncIterableIterator<Channel>;
|
|
141
|
-
update(resourceGroupName: string, partnerNamespaceName: string, channelName: string, channelUpdateParameters: ChannelUpdateParameters, options?: ChannelsUpdateOptionalParams): Promise<void>;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
// @public
|
|
145
|
-
export interface ChannelsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
// @public
|
|
149
|
-
export type ChannelsCreateOrUpdateResponse = Channel;
|
|
150
|
-
|
|
151
|
-
// @public
|
|
152
|
-
export interface ChannelsDeleteHeaders {
|
|
153
|
-
// (undocumented)
|
|
154
|
-
location?: string;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
// @public
|
|
158
|
-
export interface ChannelsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
159
|
-
resumeFrom?: string;
|
|
160
|
-
updateIntervalInMs?: number;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
// @public
|
|
164
|
-
export interface ChannelsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
// @public
|
|
168
|
-
export type ChannelsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
169
|
-
|
|
170
|
-
// @public
|
|
171
|
-
export interface ChannelsGetOptionalParams extends coreClient.OperationOptions {
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
// @public
|
|
175
|
-
export type ChannelsGetResponse = Channel;
|
|
176
|
-
|
|
177
|
-
// @public
|
|
178
|
-
export interface ChannelsListByPartnerNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
// @public
|
|
182
|
-
export type ChannelsListByPartnerNamespaceNextResponse = ChannelsListResult;
|
|
183
|
-
|
|
184
|
-
// @public
|
|
185
|
-
export interface ChannelsListByPartnerNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
186
|
-
filter?: string;
|
|
187
|
-
top?: number;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
// @public
|
|
191
|
-
export type ChannelsListByPartnerNamespaceResponse = ChannelsListResult;
|
|
192
|
-
|
|
193
|
-
// @public
|
|
194
|
-
export interface ChannelsListResult {
|
|
195
|
-
nextLink?: string;
|
|
196
|
-
value?: Channel[];
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
// @public
|
|
200
|
-
export interface ChannelsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
// @public
|
|
204
|
-
export type ChannelType = string;
|
|
205
|
-
|
|
206
|
-
// @public
|
|
207
|
-
export interface ChannelUpdateParameters {
|
|
208
|
-
expirationTimeIfNotActivatedUtc?: Date;
|
|
209
|
-
partnerTopicInfo?: PartnerUpdateTopicInfo;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
// @public
|
|
213
|
-
export interface Client extends Resource {
|
|
214
|
-
attributes?: {
|
|
215
|
-
[propertyName: string]: any;
|
|
216
|
-
};
|
|
217
|
-
authenticationName?: string;
|
|
218
|
-
clientCertificateAuthentication?: ClientCertificateAuthentication;
|
|
219
|
-
description?: string;
|
|
220
|
-
readonly provisioningState?: ClientProvisioningState;
|
|
221
|
-
state?: ClientState;
|
|
222
|
-
readonly systemData?: SystemData;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
// @public
|
|
226
|
-
export interface ClientCertificateAuthentication {
|
|
227
|
-
allowedThumbprints?: string[];
|
|
228
|
-
validationScheme?: ClientCertificateValidationScheme;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
// @public
|
|
232
|
-
export type ClientCertificateValidationScheme = string;
|
|
233
|
-
|
|
234
|
-
// @public
|
|
235
|
-
export interface ClientGroup extends Resource {
|
|
236
|
-
description?: string;
|
|
237
|
-
readonly provisioningState?: ClientGroupProvisioningState;
|
|
238
|
-
query?: string;
|
|
239
|
-
readonly systemData?: SystemData;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
// @public
|
|
243
|
-
export type ClientGroupProvisioningState = string;
|
|
244
|
-
|
|
245
|
-
// @public
|
|
246
|
-
export interface ClientGroups {
|
|
247
|
-
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClientGroupsCreateOrUpdateResponse>, ClientGroupsCreateOrUpdateResponse>>;
|
|
248
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams): Promise<ClientGroupsCreateOrUpdateResponse>;
|
|
249
|
-
beginDelete(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
250
|
-
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams): Promise<void>;
|
|
251
|
-
get(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsGetOptionalParams): Promise<ClientGroupsGetResponse>;
|
|
252
|
-
listByNamespace(resourceGroupName: string, namespaceName: string, options?: ClientGroupsListByNamespaceOptionalParams): PagedAsyncIterableIterator<ClientGroup>;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
// @public
|
|
256
|
-
export interface ClientGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
257
|
-
resumeFrom?: string;
|
|
258
|
-
updateIntervalInMs?: number;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
// @public
|
|
262
|
-
export type ClientGroupsCreateOrUpdateResponse = ClientGroup;
|
|
263
|
-
|
|
264
|
-
// @public
|
|
265
|
-
export interface ClientGroupsDeleteHeaders {
|
|
266
|
-
// (undocumented)
|
|
267
|
-
location?: string;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
// @public
|
|
271
|
-
export interface ClientGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
272
|
-
resumeFrom?: string;
|
|
273
|
-
updateIntervalInMs?: number;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
// @public
|
|
277
|
-
export interface ClientGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
// @public
|
|
281
|
-
export type ClientGroupsGetResponse = ClientGroup;
|
|
282
|
-
|
|
283
|
-
// @public
|
|
284
|
-
export interface ClientGroupsListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
// @public
|
|
288
|
-
export type ClientGroupsListByNamespaceNextResponse = ClientGroupsListResult;
|
|
289
|
-
|
|
290
|
-
// @public
|
|
291
|
-
export interface ClientGroupsListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
292
|
-
filter?: string;
|
|
293
|
-
top?: number;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
// @public
|
|
297
|
-
export type ClientGroupsListByNamespaceResponse = ClientGroupsListResult;
|
|
298
|
-
|
|
299
|
-
// @public
|
|
300
|
-
export interface ClientGroupsListResult {
|
|
301
|
-
nextLink?: string;
|
|
302
|
-
value?: ClientGroup[];
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
// @public
|
|
306
|
-
export type ClientProvisioningState = string;
|
|
307
|
-
|
|
308
|
-
// @public
|
|
309
|
-
export interface Clients {
|
|
310
|
-
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, clientName: string, clientInfo: Client, options?: ClientsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClientsCreateOrUpdateResponse>, ClientsCreateOrUpdateResponse>>;
|
|
311
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, clientName: string, clientInfo: Client, options?: ClientsCreateOrUpdateOptionalParams): Promise<ClientsCreateOrUpdateResponse>;
|
|
312
|
-
beginDelete(resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
313
|
-
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsDeleteOptionalParams): Promise<void>;
|
|
314
|
-
get(resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsGetOptionalParams): Promise<ClientsGetResponse>;
|
|
315
|
-
listByNamespace(resourceGroupName: string, namespaceName: string, options?: ClientsListByNamespaceOptionalParams): PagedAsyncIterableIterator<Client>;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
// @public
|
|
319
|
-
export interface ClientsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
320
|
-
resumeFrom?: string;
|
|
321
|
-
updateIntervalInMs?: number;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
// @public
|
|
325
|
-
export type ClientsCreateOrUpdateResponse = Client;
|
|
326
|
-
|
|
327
|
-
// @public
|
|
328
|
-
export interface ClientsDeleteHeaders {
|
|
329
|
-
// (undocumented)
|
|
330
|
-
location?: string;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
// @public
|
|
334
|
-
export interface ClientsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
335
|
-
resumeFrom?: string;
|
|
336
|
-
updateIntervalInMs?: number;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
// @public
|
|
340
|
-
export interface ClientsGetOptionalParams extends coreClient.OperationOptions {
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
// @public
|
|
344
|
-
export type ClientsGetResponse = Client;
|
|
345
|
-
|
|
346
|
-
// @public
|
|
347
|
-
export interface ClientsListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
// @public
|
|
351
|
-
export type ClientsListByNamespaceNextResponse = ClientsListResult;
|
|
352
|
-
|
|
353
|
-
// @public
|
|
354
|
-
export interface ClientsListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
355
|
-
filter?: string;
|
|
356
|
-
top?: number;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
// @public
|
|
360
|
-
export type ClientsListByNamespaceResponse = ClientsListResult;
|
|
361
|
-
|
|
362
|
-
// @public
|
|
363
|
-
export interface ClientsListResult {
|
|
364
|
-
nextLink?: string;
|
|
365
|
-
value?: Client[];
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
// @public
|
|
369
|
-
export type ClientState = string;
|
|
370
|
-
|
|
371
|
-
// @public
|
|
372
|
-
export interface ConnectionState {
|
|
373
|
-
actionsRequired?: string;
|
|
374
|
-
description?: string;
|
|
375
|
-
status?: PersistedConnectionStatus;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
// @public
|
|
379
|
-
export type CreatedByType = string;
|
|
380
|
-
|
|
381
|
-
// @public
|
|
382
|
-
export interface CustomDomainConfiguration {
|
|
383
|
-
certificateUrl?: string;
|
|
384
|
-
expectedTxtRecordName?: string;
|
|
385
|
-
expectedTxtRecordValue?: string;
|
|
386
|
-
fullyQualifiedDomainName: string;
|
|
387
|
-
identity?: CustomDomainIdentity;
|
|
388
|
-
validationState?: CustomDomainValidationState;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
// @public
|
|
392
|
-
export interface CustomDomainIdentity {
|
|
393
|
-
type?: CustomDomainIdentityType;
|
|
394
|
-
userAssignedIdentity?: string;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
// @public
|
|
398
|
-
export type CustomDomainIdentityType = string;
|
|
399
|
-
|
|
400
|
-
// @public
|
|
401
|
-
export interface CustomDomainOwnershipValidationResult {
|
|
402
|
-
customDomainsForTopicsConfiguration?: CustomDomainConfiguration[];
|
|
403
|
-
customDomainsForTopicSpacesConfiguration?: CustomDomainConfiguration[];
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
// @public
|
|
407
|
-
export type CustomDomainValidationState = string;
|
|
408
|
-
|
|
409
|
-
// @public
|
|
410
|
-
export type DataResidencyBoundary = string;
|
|
411
|
-
|
|
412
|
-
// @public
|
|
413
|
-
export interface DeadLetterDestination {
|
|
414
|
-
endpointType: "StorageBlob";
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
// @public (undocumented)
|
|
418
|
-
export type DeadLetterDestinationUnion = DeadLetterDestination | StorageBlobDeadLetterDestination;
|
|
419
|
-
|
|
420
|
-
// @public
|
|
421
|
-
export type DeadLetterEndPointType = string;
|
|
422
|
-
|
|
423
|
-
// @public
|
|
424
|
-
export interface DeadLetterWithResourceIdentity {
|
|
425
|
-
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
426
|
-
identity?: EventSubscriptionIdentity;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
// @public
|
|
430
|
-
export interface DeliveryAttributeListResult {
|
|
431
|
-
value?: DeliveryAttributeMappingUnion[];
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
// @public
|
|
435
|
-
export interface DeliveryAttributeMapping {
|
|
436
|
-
name?: string;
|
|
437
|
-
type: "Static" | "Dynamic";
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
// @public
|
|
441
|
-
export type DeliveryAttributeMappingType = string;
|
|
442
|
-
|
|
443
|
-
// @public (undocumented)
|
|
444
|
-
export type DeliveryAttributeMappingUnion = DeliveryAttributeMapping | StaticDeliveryAttributeMapping | DynamicDeliveryAttributeMapping;
|
|
445
|
-
|
|
446
|
-
// @public
|
|
447
|
-
export interface DeliveryConfiguration {
|
|
448
|
-
deliveryMode?: DeliveryMode;
|
|
449
|
-
push?: PushInfo;
|
|
450
|
-
queue?: QueueInfo;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
// @public
|
|
454
|
-
export type DeliveryMode = string;
|
|
455
|
-
|
|
456
|
-
// @public
|
|
457
|
-
export type DeliverySchema = string;
|
|
458
|
-
|
|
459
|
-
// @public
|
|
460
|
-
export interface DeliveryWithResourceIdentity {
|
|
461
|
-
destination?: EventSubscriptionDestinationUnion;
|
|
462
|
-
identity?: EventSubscriptionIdentity;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
// @public
|
|
466
|
-
export interface Domain extends TrackedResource {
|
|
467
|
-
autoCreateTopicWithFirstSubscription?: boolean;
|
|
468
|
-
autoDeleteTopicWithLastSubscription?: boolean;
|
|
469
|
-
dataResidencyBoundary?: DataResidencyBoundary;
|
|
470
|
-
disableLocalAuth?: boolean;
|
|
471
|
-
readonly endpoint?: string;
|
|
472
|
-
eventTypeInfo?: EventTypeInfo;
|
|
473
|
-
identity?: IdentityInfo;
|
|
474
|
-
inboundIpRules?: InboundIpRule[];
|
|
475
|
-
inputSchema?: InputSchema;
|
|
476
|
-
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
477
|
-
readonly metricResourceId?: string;
|
|
478
|
-
minimumTlsVersionAllowed?: TlsVersion;
|
|
479
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
480
|
-
readonly provisioningState?: DomainProvisioningState;
|
|
481
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
482
|
-
readonly systemData?: SystemData;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
// @public
|
|
486
|
-
export interface DomainEventSubscriptions {
|
|
487
|
-
beginCreateOrUpdate(resourceGroupName: string, domainName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: DomainEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainEventSubscriptionsCreateOrUpdateResponse>, DomainEventSubscriptionsCreateOrUpdateResponse>>;
|
|
488
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: DomainEventSubscriptionsCreateOrUpdateOptionalParams): Promise<DomainEventSubscriptionsCreateOrUpdateResponse>;
|
|
489
|
-
beginDelete(resourceGroupName: string, domainName: string, eventSubscriptionName: string, options?: DomainEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
490
|
-
beginDeleteAndWait(resourceGroupName: string, domainName: string, eventSubscriptionName: string, options?: DomainEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
491
|
-
beginUpdate(resourceGroupName: string, domainName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: DomainEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainEventSubscriptionsUpdateResponse>, DomainEventSubscriptionsUpdateResponse>>;
|
|
492
|
-
beginUpdateAndWait(resourceGroupName: string, domainName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: DomainEventSubscriptionsUpdateOptionalParams): Promise<DomainEventSubscriptionsUpdateResponse>;
|
|
493
|
-
get(resourceGroupName: string, domainName: string, eventSubscriptionName: string, options?: DomainEventSubscriptionsGetOptionalParams): Promise<DomainEventSubscriptionsGetResponse>;
|
|
494
|
-
getDeliveryAttributes(resourceGroupName: string, domainName: string, eventSubscriptionName: string, options?: DomainEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<DomainEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
495
|
-
getFullUrl(resourceGroupName: string, domainName: string, eventSubscriptionName: string, options?: DomainEventSubscriptionsGetFullUrlOptionalParams): Promise<DomainEventSubscriptionsGetFullUrlResponse>;
|
|
496
|
-
list(resourceGroupName: string, domainName: string, options?: DomainEventSubscriptionsListOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
// @public
|
|
500
|
-
export interface DomainEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
501
|
-
resumeFrom?: string;
|
|
502
|
-
updateIntervalInMs?: number;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
// @public
|
|
506
|
-
export type DomainEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
507
|
-
|
|
508
|
-
// @public
|
|
509
|
-
export interface DomainEventSubscriptionsDeleteHeaders {
|
|
510
|
-
// (undocumented)
|
|
511
|
-
location?: string;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
// @public
|
|
515
|
-
export interface DomainEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
516
|
-
resumeFrom?: string;
|
|
517
|
-
updateIntervalInMs?: number;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
// @public
|
|
521
|
-
export interface DomainEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
// @public
|
|
525
|
-
export type DomainEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
526
|
-
|
|
527
|
-
// @public
|
|
528
|
-
export interface DomainEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
// @public
|
|
532
|
-
export type DomainEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
533
|
-
|
|
534
|
-
// @public
|
|
535
|
-
export interface DomainEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
// @public
|
|
539
|
-
export type DomainEventSubscriptionsGetResponse = EventSubscription;
|
|
540
|
-
|
|
541
|
-
// @public
|
|
542
|
-
export interface DomainEventSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
// @public
|
|
546
|
-
export type DomainEventSubscriptionsListNextResponse = EventSubscriptionsListResult;
|
|
547
|
-
|
|
548
|
-
// @public
|
|
549
|
-
export interface DomainEventSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
550
|
-
filter?: string;
|
|
551
|
-
top?: number;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
// @public
|
|
555
|
-
export type DomainEventSubscriptionsListResponse = EventSubscriptionsListResult;
|
|
556
|
-
|
|
557
|
-
// @public
|
|
558
|
-
export interface DomainEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
559
|
-
resumeFrom?: string;
|
|
560
|
-
updateIntervalInMs?: number;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
// @public
|
|
564
|
-
export type DomainEventSubscriptionsUpdateResponse = EventSubscription;
|
|
565
|
-
|
|
566
|
-
// @public
|
|
567
|
-
export type DomainProvisioningState = string;
|
|
568
|
-
|
|
569
|
-
// @public
|
|
570
|
-
export interface DomainRegenerateKeyRequest {
|
|
571
|
-
keyName: string;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
// @public
|
|
575
|
-
export interface Domains {
|
|
576
|
-
beginCreateOrUpdate(resourceGroupName: string, domainName: string, domainInfo: Domain, options?: DomainsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainsCreateOrUpdateResponse>, DomainsCreateOrUpdateResponse>>;
|
|
577
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, domainInfo: Domain, options?: DomainsCreateOrUpdateOptionalParams): Promise<DomainsCreateOrUpdateResponse>;
|
|
578
|
-
beginDelete(resourceGroupName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
579
|
-
beginDeleteAndWait(resourceGroupName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<void>;
|
|
580
|
-
beginUpdate(resourceGroupName: string, domainName: string, domainUpdateParameters: DomainUpdateParameters, options?: DomainsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
581
|
-
beginUpdateAndWait(resourceGroupName: string, domainName: string, domainUpdateParameters: DomainUpdateParameters, options?: DomainsUpdateOptionalParams): Promise<void>;
|
|
582
|
-
get(resourceGroupName: string, domainName: string, options?: DomainsGetOptionalParams): Promise<DomainsGetResponse>;
|
|
583
|
-
listByResourceGroup(resourceGroupName: string, options?: DomainsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Domain>;
|
|
584
|
-
listBySubscription(options?: DomainsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Domain>;
|
|
585
|
-
listSharedAccessKeys(resourceGroupName: string, domainName: string, options?: DomainsListSharedAccessKeysOptionalParams): Promise<DomainsListSharedAccessKeysResponse>;
|
|
586
|
-
regenerateKey(resourceGroupName: string, domainName: string, regenerateKeyRequest: DomainRegenerateKeyRequest, options?: DomainsRegenerateKeyOptionalParams): Promise<DomainsRegenerateKeyResponse>;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
// @public
|
|
590
|
-
export interface DomainsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
591
|
-
resumeFrom?: string;
|
|
592
|
-
updateIntervalInMs?: number;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
// @public
|
|
596
|
-
export type DomainsCreateOrUpdateResponse = Domain;
|
|
597
|
-
|
|
598
|
-
// @public
|
|
599
|
-
export interface DomainsDeleteHeaders {
|
|
600
|
-
// (undocumented)
|
|
601
|
-
location?: string;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
// @public
|
|
605
|
-
export interface DomainsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
606
|
-
resumeFrom?: string;
|
|
607
|
-
updateIntervalInMs?: number;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
// @public
|
|
611
|
-
export interface DomainsGetOptionalParams extends coreClient.OperationOptions {
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
// @public
|
|
615
|
-
export type DomainsGetResponse = Domain;
|
|
616
|
-
|
|
617
|
-
// @public
|
|
618
|
-
export interface DomainSharedAccessKeys {
|
|
619
|
-
key1?: string;
|
|
620
|
-
key2?: string;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
// @public
|
|
624
|
-
export interface DomainsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
// @public
|
|
628
|
-
export type DomainsListByResourceGroupNextResponse = DomainsListResult;
|
|
629
|
-
|
|
630
|
-
// @public
|
|
631
|
-
export interface DomainsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
632
|
-
filter?: string;
|
|
633
|
-
top?: number;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
// @public
|
|
637
|
-
export type DomainsListByResourceGroupResponse = DomainsListResult;
|
|
638
|
-
|
|
639
|
-
// @public
|
|
640
|
-
export interface DomainsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
// @public
|
|
644
|
-
export type DomainsListBySubscriptionNextResponse = DomainsListResult;
|
|
645
|
-
|
|
646
|
-
// @public
|
|
647
|
-
export interface DomainsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
648
|
-
filter?: string;
|
|
649
|
-
top?: number;
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
// @public
|
|
653
|
-
export type DomainsListBySubscriptionResponse = DomainsListResult;
|
|
654
|
-
|
|
655
|
-
// @public
|
|
656
|
-
export interface DomainsListResult {
|
|
657
|
-
nextLink?: string;
|
|
658
|
-
value?: Domain[];
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
// @public
|
|
662
|
-
export interface DomainsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
// @public
|
|
666
|
-
export type DomainsListSharedAccessKeysResponse = DomainSharedAccessKeys;
|
|
667
|
-
|
|
668
|
-
// @public
|
|
669
|
-
export interface DomainsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
// @public
|
|
673
|
-
export type DomainsRegenerateKeyResponse = DomainSharedAccessKeys;
|
|
674
|
-
|
|
675
|
-
// @public
|
|
676
|
-
export interface DomainsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
677
|
-
resumeFrom?: string;
|
|
678
|
-
updateIntervalInMs?: number;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
// @public
|
|
682
|
-
export interface DomainTopic extends Resource {
|
|
683
|
-
readonly provisioningState?: DomainTopicProvisioningState;
|
|
684
|
-
readonly systemData?: SystemData;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
// @public
|
|
688
|
-
export interface DomainTopicEventSubscriptions {
|
|
689
|
-
beginCreateOrUpdate(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainTopicEventSubscriptionsCreateOrUpdateResponse>, DomainTopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
690
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<DomainTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
691
|
-
beginDelete(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
692
|
-
beginDeleteAndWait(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
693
|
-
beginUpdate(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: DomainTopicEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainTopicEventSubscriptionsUpdateResponse>, DomainTopicEventSubscriptionsUpdateResponse>>;
|
|
694
|
-
beginUpdateAndWait(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: DomainTopicEventSubscriptionsUpdateOptionalParams): Promise<DomainTopicEventSubscriptionsUpdateResponse>;
|
|
695
|
-
get(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsGetOptionalParams): Promise<DomainTopicEventSubscriptionsGetResponse>;
|
|
696
|
-
getDeliveryAttributes(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<DomainTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
697
|
-
getFullUrl(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsGetFullUrlOptionalParams): Promise<DomainTopicEventSubscriptionsGetFullUrlResponse>;
|
|
698
|
-
list(resourceGroupName: string, domainName: string, topicName: string, options?: DomainTopicEventSubscriptionsListOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
// @public
|
|
702
|
-
export interface DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
703
|
-
resumeFrom?: string;
|
|
704
|
-
updateIntervalInMs?: number;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
// @public
|
|
708
|
-
export type DomainTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
709
|
-
|
|
710
|
-
// @public
|
|
711
|
-
export interface DomainTopicEventSubscriptionsDeleteHeaders {
|
|
712
|
-
// (undocumented)
|
|
713
|
-
location?: string;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
// @public
|
|
717
|
-
export interface DomainTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
718
|
-
resumeFrom?: string;
|
|
719
|
-
updateIntervalInMs?: number;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
// @public
|
|
723
|
-
export interface DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
// @public
|
|
727
|
-
export type DomainTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
728
|
-
|
|
729
|
-
// @public
|
|
730
|
-
export interface DomainTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
// @public
|
|
734
|
-
export type DomainTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
735
|
-
|
|
736
|
-
// @public
|
|
737
|
-
export interface DomainTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
// @public
|
|
741
|
-
export type DomainTopicEventSubscriptionsGetResponse = EventSubscription;
|
|
742
|
-
|
|
743
|
-
// @public
|
|
744
|
-
export interface DomainTopicEventSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
// @public
|
|
748
|
-
export type DomainTopicEventSubscriptionsListNextResponse = EventSubscriptionsListResult;
|
|
749
|
-
|
|
750
|
-
// @public
|
|
751
|
-
export interface DomainTopicEventSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
752
|
-
filter?: string;
|
|
753
|
-
top?: number;
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
// @public
|
|
757
|
-
export type DomainTopicEventSubscriptionsListResponse = EventSubscriptionsListResult;
|
|
758
|
-
|
|
759
|
-
// @public
|
|
760
|
-
export interface DomainTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
761
|
-
resumeFrom?: string;
|
|
762
|
-
updateIntervalInMs?: number;
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
// @public
|
|
766
|
-
export type DomainTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
767
|
-
|
|
768
|
-
// @public
|
|
769
|
-
export type DomainTopicProvisioningState = string;
|
|
770
|
-
|
|
771
|
-
// @public
|
|
772
|
-
export interface DomainTopics {
|
|
773
|
-
beginCreateOrUpdate(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainTopicsCreateOrUpdateResponse>, DomainTopicsCreateOrUpdateResponse>>;
|
|
774
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsCreateOrUpdateOptionalParams): Promise<DomainTopicsCreateOrUpdateResponse>;
|
|
775
|
-
beginDelete(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
776
|
-
beginDeleteAndWait(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsDeleteOptionalParams): Promise<void>;
|
|
777
|
-
get(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsGetOptionalParams): Promise<DomainTopicsGetResponse>;
|
|
778
|
-
listByDomain(resourceGroupName: string, domainName: string, options?: DomainTopicsListByDomainOptionalParams): PagedAsyncIterableIterator<DomainTopic>;
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
// @public
|
|
782
|
-
export interface DomainTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
783
|
-
resumeFrom?: string;
|
|
784
|
-
updateIntervalInMs?: number;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
// @public
|
|
788
|
-
export type DomainTopicsCreateOrUpdateResponse = DomainTopic;
|
|
789
|
-
|
|
790
|
-
// @public
|
|
791
|
-
export interface DomainTopicsDeleteHeaders {
|
|
792
|
-
// (undocumented)
|
|
793
|
-
location?: string;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
// @public
|
|
797
|
-
export interface DomainTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
798
|
-
resumeFrom?: string;
|
|
799
|
-
updateIntervalInMs?: number;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
// @public
|
|
803
|
-
export interface DomainTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
// @public
|
|
807
|
-
export type DomainTopicsGetResponse = DomainTopic;
|
|
808
|
-
|
|
809
|
-
// @public
|
|
810
|
-
export interface DomainTopicsListByDomainNextOptionalParams extends coreClient.OperationOptions {
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
// @public
|
|
814
|
-
export type DomainTopicsListByDomainNextResponse = DomainTopicsListResult;
|
|
815
|
-
|
|
816
|
-
// @public
|
|
817
|
-
export interface DomainTopicsListByDomainOptionalParams extends coreClient.OperationOptions {
|
|
818
|
-
filter?: string;
|
|
819
|
-
top?: number;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
// @public
|
|
823
|
-
export type DomainTopicsListByDomainResponse = DomainTopicsListResult;
|
|
824
|
-
|
|
825
|
-
// @public
|
|
826
|
-
export interface DomainTopicsListResult {
|
|
827
|
-
nextLink?: string;
|
|
828
|
-
value?: DomainTopic[];
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
// @public
|
|
832
|
-
export interface DomainUpdateParameters {
|
|
833
|
-
autoCreateTopicWithFirstSubscription?: boolean;
|
|
834
|
-
autoDeleteTopicWithLastSubscription?: boolean;
|
|
835
|
-
dataResidencyBoundary?: DataResidencyBoundary;
|
|
836
|
-
disableLocalAuth?: boolean;
|
|
837
|
-
eventTypeInfo?: EventTypeInfo;
|
|
838
|
-
identity?: IdentityInfo;
|
|
839
|
-
inboundIpRules?: InboundIpRule[];
|
|
840
|
-
minimumTlsVersionAllowed?: TlsVersion;
|
|
841
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
842
|
-
tags?: {
|
|
843
|
-
[propertyName: string]: string;
|
|
844
|
-
};
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
// @public
|
|
848
|
-
export interface DynamicDeliveryAttributeMapping extends DeliveryAttributeMapping {
|
|
849
|
-
sourceField?: string;
|
|
850
|
-
type: "Dynamic";
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
// @public (undocumented)
|
|
854
|
-
export interface DynamicRoutingEnrichment {
|
|
855
|
-
key?: string;
|
|
856
|
-
value?: string;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
// @public
|
|
860
|
-
export type EndpointType = string;
|
|
861
|
-
|
|
862
|
-
// @public
|
|
863
|
-
export interface ErrorAdditionalInfo {
|
|
864
|
-
readonly info?: Record<string, unknown>;
|
|
865
|
-
readonly type?: string;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
// @public
|
|
869
|
-
export interface ErrorDetail {
|
|
870
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
871
|
-
readonly code?: string;
|
|
872
|
-
readonly details?: ErrorDetail[];
|
|
873
|
-
readonly message?: string;
|
|
874
|
-
readonly target?: string;
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
// @public
|
|
878
|
-
export interface ErrorResponse {
|
|
879
|
-
error?: ErrorDetail;
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
// @public
|
|
883
|
-
export type EventDefinitionKind = string;
|
|
884
|
-
|
|
885
|
-
// @public
|
|
886
|
-
export type EventDeliverySchema = string;
|
|
887
|
-
|
|
888
|
-
// @public (undocumented)
|
|
889
|
-
export class EventGridManagementClient extends coreClient.ServiceClient {
|
|
890
|
-
// (undocumented)
|
|
891
|
-
$host: string;
|
|
892
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: EventGridManagementClientOptionalParams);
|
|
893
|
-
constructor(credentials: coreAuth.TokenCredential, options?: EventGridManagementClientOptionalParams);
|
|
894
|
-
// (undocumented)
|
|
895
|
-
apiVersion: string;
|
|
896
|
-
// (undocumented)
|
|
897
|
-
caCertificates: CaCertificates;
|
|
898
|
-
// (undocumented)
|
|
899
|
-
channels: Channels;
|
|
900
|
-
// (undocumented)
|
|
901
|
-
clientGroups: ClientGroups;
|
|
902
|
-
// (undocumented)
|
|
903
|
-
clients: Clients;
|
|
904
|
-
// (undocumented)
|
|
905
|
-
domainEventSubscriptions: DomainEventSubscriptions;
|
|
906
|
-
// (undocumented)
|
|
907
|
-
domains: Domains;
|
|
908
|
-
// (undocumented)
|
|
909
|
-
domainTopicEventSubscriptions: DomainTopicEventSubscriptions;
|
|
910
|
-
// (undocumented)
|
|
911
|
-
domainTopics: DomainTopics;
|
|
912
|
-
// (undocumented)
|
|
913
|
-
eventSubscriptions: EventSubscriptions;
|
|
914
|
-
// (undocumented)
|
|
915
|
-
extensionTopics: ExtensionTopics;
|
|
916
|
-
// (undocumented)
|
|
917
|
-
namespaces: Namespaces;
|
|
918
|
-
// (undocumented)
|
|
919
|
-
namespaceTopicEventSubscriptions: NamespaceTopicEventSubscriptions;
|
|
920
|
-
// (undocumented)
|
|
921
|
-
namespaceTopics: NamespaceTopics;
|
|
922
|
-
// (undocumented)
|
|
923
|
-
operations: Operations;
|
|
924
|
-
// (undocumented)
|
|
925
|
-
partnerConfigurations: PartnerConfigurations;
|
|
926
|
-
// (undocumented)
|
|
927
|
-
partnerNamespaces: PartnerNamespaces;
|
|
928
|
-
// (undocumented)
|
|
929
|
-
partnerRegistrations: PartnerRegistrations;
|
|
930
|
-
// (undocumented)
|
|
931
|
-
partnerTopicEventSubscriptions: PartnerTopicEventSubscriptions;
|
|
932
|
-
// (undocumented)
|
|
933
|
-
partnerTopics: PartnerTopics;
|
|
934
|
-
// (undocumented)
|
|
935
|
-
permissionBindings: PermissionBindings;
|
|
936
|
-
// (undocumented)
|
|
937
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
|
938
|
-
// (undocumented)
|
|
939
|
-
privateLinkResources: PrivateLinkResources;
|
|
940
|
-
// (undocumented)
|
|
941
|
-
subscriptionId?: string;
|
|
942
|
-
// (undocumented)
|
|
943
|
-
systemTopicEventSubscriptions: SystemTopicEventSubscriptions;
|
|
944
|
-
// (undocumented)
|
|
945
|
-
systemTopics: SystemTopics;
|
|
946
|
-
// (undocumented)
|
|
947
|
-
topicEventSubscriptions: TopicEventSubscriptions;
|
|
948
|
-
// (undocumented)
|
|
949
|
-
topics: Topics;
|
|
950
|
-
// (undocumented)
|
|
951
|
-
topicSpaces: TopicSpaces;
|
|
952
|
-
// (undocumented)
|
|
953
|
-
topicTypes: TopicTypes;
|
|
954
|
-
// (undocumented)
|
|
955
|
-
verifiedPartners: VerifiedPartners;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
// @public
|
|
959
|
-
export interface EventGridManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
960
|
-
$host?: string;
|
|
961
|
-
apiVersion?: string;
|
|
962
|
-
endpoint?: string;
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
// @public
|
|
966
|
-
export interface EventHubEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
967
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
968
|
-
endpointType: "EventHub";
|
|
969
|
-
resourceId?: string;
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
// @public
|
|
973
|
-
export type EventInputSchema = string;
|
|
974
|
-
|
|
975
|
-
// @public
|
|
976
|
-
export interface EventSubscription extends Resource {
|
|
977
|
-
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
978
|
-
deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
979
|
-
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
|
|
980
|
-
destination?: EventSubscriptionDestinationUnion;
|
|
981
|
-
eventDeliverySchema?: EventDeliverySchema;
|
|
982
|
-
expirationTimeUtc?: Date;
|
|
983
|
-
filter?: EventSubscriptionFilter;
|
|
984
|
-
labels?: string[];
|
|
985
|
-
readonly provisioningState?: EventSubscriptionProvisioningState;
|
|
986
|
-
retryPolicy?: RetryPolicy;
|
|
987
|
-
readonly systemData?: SystemData;
|
|
988
|
-
readonly topic?: string;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
// @public
|
|
992
|
-
export interface EventSubscriptionDestination {
|
|
993
|
-
endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "MonitorAlert" | "NamespaceTopic";
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
// @public (undocumented)
|
|
997
|
-
export type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination | MonitorAlertEventSubscriptionDestination | NamespaceTopicEventSubscriptionDestination;
|
|
998
|
-
|
|
999
|
-
// @public
|
|
1000
|
-
export interface EventSubscriptionFilter {
|
|
1001
|
-
advancedFilters?: AdvancedFilterUnion[];
|
|
1002
|
-
enableAdvancedFilteringOnArrays?: boolean;
|
|
1003
|
-
includedEventTypes?: string[];
|
|
1004
|
-
isSubjectCaseSensitive?: boolean;
|
|
1005
|
-
subjectBeginsWith?: string;
|
|
1006
|
-
subjectEndsWith?: string;
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
// @public
|
|
1010
|
-
export interface EventSubscriptionFullUrl {
|
|
1011
|
-
endpointUrl?: string;
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
// @public
|
|
1015
|
-
export interface EventSubscriptionIdentity {
|
|
1016
|
-
type?: EventSubscriptionIdentityType;
|
|
1017
|
-
userAssignedIdentity?: string;
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
// @public
|
|
1021
|
-
export type EventSubscriptionIdentityType = string;
|
|
1022
|
-
|
|
1023
|
-
// @public
|
|
1024
|
-
export type EventSubscriptionProvisioningState = string;
|
|
1025
|
-
|
|
1026
|
-
// @public
|
|
1027
|
-
export interface EventSubscriptions {
|
|
1028
|
-
beginCreateOrUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EventSubscriptionsCreateOrUpdateResponse>, EventSubscriptionsCreateOrUpdateResponse>>;
|
|
1029
|
-
beginCreateOrUpdateAndWait(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<EventSubscriptionsCreateOrUpdateResponse>;
|
|
1030
|
-
beginDelete(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1031
|
-
beginDeleteAndWait(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
1032
|
-
beginUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EventSubscriptionsUpdateResponse>, EventSubscriptionsUpdateResponse>>;
|
|
1033
|
-
beginUpdateAndWait(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<EventSubscriptionsUpdateResponse>;
|
|
1034
|
-
get(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetOptionalParams): Promise<EventSubscriptionsGetResponse>;
|
|
1035
|
-
getDeliveryAttributes(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<EventSubscriptionsGetDeliveryAttributesResponse>;
|
|
1036
|
-
getFullUrl(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetFullUrlOptionalParams): Promise<EventSubscriptionsGetFullUrlResponse>;
|
|
1037
|
-
listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, options?: EventSubscriptionsListByDomainTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
1038
|
-
listByResource(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: EventSubscriptionsListByResourceOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
1039
|
-
listGlobalByResourceGroup(resourceGroupName: string, options?: EventSubscriptionsListGlobalByResourceGroupOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
1040
|
-
listGlobalByResourceGroupForTopicType(resourceGroupName: string, topicTypeName: string, options?: EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
1041
|
-
listGlobalBySubscription(options?: EventSubscriptionsListGlobalBySubscriptionOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
1042
|
-
listGlobalBySubscriptionForTopicType(topicTypeName: string, options?: EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
1043
|
-
listRegionalByResourceGroup(resourceGroupName: string, location: string, options?: EventSubscriptionsListRegionalByResourceGroupOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
1044
|
-
listRegionalByResourceGroupForTopicType(resourceGroupName: string, location: string, topicTypeName: string, options?: EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
1045
|
-
listRegionalBySubscription(location: string, options?: EventSubscriptionsListRegionalBySubscriptionOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
1046
|
-
listRegionalBySubscriptionForTopicType(location: string, topicTypeName: string, options?: EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
// @public
|
|
1050
|
-
export interface EventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1051
|
-
resumeFrom?: string;
|
|
1052
|
-
updateIntervalInMs?: number;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
// @public
|
|
1056
|
-
export type EventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
1057
|
-
|
|
1058
|
-
// @public
|
|
1059
|
-
export interface EventSubscriptionsDeleteHeaders {
|
|
1060
|
-
// (undocumented)
|
|
1061
|
-
location?: string;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
// @public
|
|
1065
|
-
export interface EventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1066
|
-
resumeFrom?: string;
|
|
1067
|
-
updateIntervalInMs?: number;
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
// @public
|
|
1071
|
-
export interface EventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
// @public
|
|
1075
|
-
export type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
1076
|
-
|
|
1077
|
-
// @public
|
|
1078
|
-
export interface EventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
// @public
|
|
1082
|
-
export type EventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
1083
|
-
|
|
1084
|
-
// @public
|
|
1085
|
-
export interface EventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
// @public
|
|
1089
|
-
export type EventSubscriptionsGetResponse = EventSubscription;
|
|
1090
|
-
|
|
1091
|
-
// @public
|
|
1092
|
-
export interface EventSubscriptionsListByDomainTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
// @public
|
|
1096
|
-
export type EventSubscriptionsListByDomainTopicNextResponse = EventSubscriptionsListResult;
|
|
1097
|
-
|
|
1098
|
-
// @public
|
|
1099
|
-
export interface EventSubscriptionsListByDomainTopicOptionalParams extends coreClient.OperationOptions {
|
|
1100
|
-
filter?: string;
|
|
1101
|
-
top?: number;
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
// @public
|
|
1105
|
-
export type EventSubscriptionsListByDomainTopicResponse = EventSubscriptionsListResult;
|
|
1106
|
-
|
|
1107
|
-
// @public
|
|
1108
|
-
export interface EventSubscriptionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
// @public
|
|
1112
|
-
export type EventSubscriptionsListByResourceNextResponse = EventSubscriptionsListResult;
|
|
1113
|
-
|
|
1114
|
-
// @public
|
|
1115
|
-
export interface EventSubscriptionsListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
1116
|
-
filter?: string;
|
|
1117
|
-
top?: number;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
// @public
|
|
1121
|
-
export type EventSubscriptionsListByResourceResponse = EventSubscriptionsListResult;
|
|
1122
|
-
|
|
1123
|
-
// @public
|
|
1124
|
-
export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
// @public
|
|
1128
|
-
export type EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
1129
|
-
|
|
1130
|
-
// @public
|
|
1131
|
-
export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
1132
|
-
filter?: string;
|
|
1133
|
-
top?: number;
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
// @public
|
|
1137
|
-
export type EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;
|
|
1138
|
-
|
|
1139
|
-
// @public
|
|
1140
|
-
export interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
// @public
|
|
1144
|
-
export type EventSubscriptionsListGlobalByResourceGroupNextResponse = EventSubscriptionsListResult;
|
|
1145
|
-
|
|
1146
|
-
// @public
|
|
1147
|
-
export interface EventSubscriptionsListGlobalByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1148
|
-
filter?: string;
|
|
1149
|
-
top?: number;
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
// @public
|
|
1153
|
-
export type EventSubscriptionsListGlobalByResourceGroupResponse = EventSubscriptionsListResult;
|
|
1154
|
-
|
|
1155
|
-
// @public
|
|
1156
|
-
export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
// @public
|
|
1160
|
-
export type EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
1161
|
-
|
|
1162
|
-
// @public
|
|
1163
|
-
export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
1164
|
-
filter?: string;
|
|
1165
|
-
top?: number;
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
// @public
|
|
1169
|
-
export type EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;
|
|
1170
|
-
|
|
1171
|
-
// @public
|
|
1172
|
-
export interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
// @public
|
|
1176
|
-
export type EventSubscriptionsListGlobalBySubscriptionNextResponse = EventSubscriptionsListResult;
|
|
1177
|
-
|
|
1178
|
-
// @public
|
|
1179
|
-
export interface EventSubscriptionsListGlobalBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1180
|
-
filter?: string;
|
|
1181
|
-
top?: number;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
// @public
|
|
1185
|
-
export type EventSubscriptionsListGlobalBySubscriptionResponse = EventSubscriptionsListResult;
|
|
1186
|
-
|
|
1187
|
-
// @public
|
|
1188
|
-
export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1191
|
-
// @public
|
|
1192
|
-
export type EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
1193
|
-
|
|
1194
|
-
// @public
|
|
1195
|
-
export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
1196
|
-
filter?: string;
|
|
1197
|
-
top?: number;
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
|
-
// @public
|
|
1201
|
-
export type EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;
|
|
1202
|
-
|
|
1203
|
-
// @public
|
|
1204
|
-
export interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
// @public
|
|
1208
|
-
export type EventSubscriptionsListRegionalByResourceGroupNextResponse = EventSubscriptionsListResult;
|
|
1209
|
-
|
|
1210
|
-
// @public
|
|
1211
|
-
export interface EventSubscriptionsListRegionalByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1212
|
-
filter?: string;
|
|
1213
|
-
top?: number;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
// @public
|
|
1217
|
-
export type EventSubscriptionsListRegionalByResourceGroupResponse = EventSubscriptionsListResult;
|
|
1218
|
-
|
|
1219
|
-
// @public
|
|
1220
|
-
export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
// @public
|
|
1224
|
-
export type EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
1225
|
-
|
|
1226
|
-
// @public
|
|
1227
|
-
export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
1228
|
-
filter?: string;
|
|
1229
|
-
top?: number;
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
|
-
// @public
|
|
1233
|
-
export type EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;
|
|
1234
|
-
|
|
1235
|
-
// @public
|
|
1236
|
-
export interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
// @public
|
|
1240
|
-
export type EventSubscriptionsListRegionalBySubscriptionNextResponse = EventSubscriptionsListResult;
|
|
1241
|
-
|
|
1242
|
-
// @public
|
|
1243
|
-
export interface EventSubscriptionsListRegionalBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1244
|
-
filter?: string;
|
|
1245
|
-
top?: number;
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
// @public
|
|
1249
|
-
export type EventSubscriptionsListRegionalBySubscriptionResponse = EventSubscriptionsListResult;
|
|
1250
|
-
|
|
1251
|
-
// @public
|
|
1252
|
-
export interface EventSubscriptionsListResult {
|
|
1253
|
-
nextLink?: string;
|
|
1254
|
-
value?: EventSubscription[];
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
// @public
|
|
1258
|
-
export interface EventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1259
|
-
resumeFrom?: string;
|
|
1260
|
-
updateIntervalInMs?: number;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
// @public
|
|
1264
|
-
export type EventSubscriptionsUpdateResponse = EventSubscription;
|
|
1265
|
-
|
|
1266
|
-
// @public
|
|
1267
|
-
export interface EventSubscriptionUpdateParameters {
|
|
1268
|
-
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
1269
|
-
deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
1270
|
-
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
|
|
1271
|
-
destination?: EventSubscriptionDestinationUnion;
|
|
1272
|
-
eventDeliverySchema?: EventDeliverySchema;
|
|
1273
|
-
expirationTimeUtc?: Date;
|
|
1274
|
-
filter?: EventSubscriptionFilter;
|
|
1275
|
-
labels?: string[];
|
|
1276
|
-
retryPolicy?: RetryPolicy;
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
|
-
// @public
|
|
1280
|
-
export interface EventType extends Resource {
|
|
1281
|
-
description?: string;
|
|
1282
|
-
displayName?: string;
|
|
1283
|
-
isInDefaultSet?: boolean;
|
|
1284
|
-
schemaUrl?: string;
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
// @public
|
|
1288
|
-
export interface EventTypeInfo {
|
|
1289
|
-
inlineEventTypes?: {
|
|
1290
|
-
[propertyName: string]: InlineEventProperties;
|
|
1291
|
-
};
|
|
1292
|
-
kind?: EventDefinitionKind;
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
// @public
|
|
1296
|
-
export interface EventTypesListResult {
|
|
1297
|
-
value?: EventType[];
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
// @public
|
|
1301
|
-
export interface ExtensionTopic extends Resource {
|
|
1302
|
-
description?: string;
|
|
1303
|
-
readonly systemData?: SystemData;
|
|
1304
|
-
systemTopic?: string;
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
// @public
|
|
1308
|
-
export interface ExtensionTopics {
|
|
1309
|
-
get(scope: string, options?: ExtensionTopicsGetOptionalParams): Promise<ExtensionTopicsGetResponse>;
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
// @public
|
|
1313
|
-
export interface ExtensionTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
// @public
|
|
1317
|
-
export type ExtensionTopicsGetResponse = ExtensionTopic;
|
|
1318
|
-
|
|
1319
|
-
// @public
|
|
1320
|
-
export interface Filter {
|
|
1321
|
-
key?: string;
|
|
1322
|
-
operatorType: "NumberIn" | "NumberNotIn" | "NumberLessThan" | "NumberGreaterThan" | "NumberLessThanOrEquals" | "NumberGreaterThanOrEquals" | "BoolEquals" | "StringIn" | "StringNotIn" | "StringBeginsWith" | "StringEndsWith" | "StringContains" | "NumberInRange" | "NumberNotInRange" | "StringNotBeginsWith" | "StringNotEndsWith" | "StringNotContains" | "IsNullOrUndefined" | "IsNotNull";
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
// @public
|
|
1326
|
-
export type FilterOperatorType = string;
|
|
1327
|
-
|
|
1328
|
-
// @public
|
|
1329
|
-
export interface FiltersConfiguration {
|
|
1330
|
-
filters?: FilterUnion[];
|
|
1331
|
-
includedEventTypes?: string[];
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
// @public (undocumented)
|
|
1335
|
-
export type FilterUnion = Filter | NumberInFilter | NumberNotInFilter | NumberLessThanFilter | NumberGreaterThanFilter | NumberLessThanOrEqualsFilter | NumberGreaterThanOrEqualsFilter | BoolEqualsFilter | StringInFilter | StringNotInFilter | StringBeginsWithFilter | StringEndsWithFilter | StringContainsFilter | NumberInRangeFilter | NumberNotInRangeFilter | StringNotBeginsWithFilter | StringNotEndsWithFilter | StringNotContainsFilter | IsNullOrUndefinedFilter | IsNotNullFilter;
|
|
1336
|
-
|
|
1337
|
-
// @public
|
|
1338
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
1339
|
-
|
|
1340
|
-
// @public
|
|
1341
|
-
export interface HybridConnectionEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1342
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1343
|
-
endpointType: "HybridConnection";
|
|
1344
|
-
resourceId?: string;
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
// @public
|
|
1348
|
-
export interface IdentityInfo {
|
|
1349
|
-
principalId?: string;
|
|
1350
|
-
tenantId?: string;
|
|
1351
|
-
type?: IdentityType;
|
|
1352
|
-
userAssignedIdentities?: {
|
|
1353
|
-
[propertyName: string]: UserIdentityProperties;
|
|
1354
|
-
};
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
// @public
|
|
1358
|
-
export type IdentityType = string;
|
|
1359
|
-
|
|
1360
|
-
// @public (undocumented)
|
|
1361
|
-
export interface InboundIpRule {
|
|
1362
|
-
action?: IpActionType;
|
|
1363
|
-
ipMask?: string;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
// @public
|
|
1367
|
-
export interface InlineEventProperties {
|
|
1368
|
-
dataSchemaUrl?: string;
|
|
1369
|
-
description?: string;
|
|
1370
|
-
displayName?: string;
|
|
1371
|
-
documentationUrl?: string;
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
// @public
|
|
1375
|
-
export type InputSchema = string;
|
|
1376
|
-
|
|
1377
|
-
// @public
|
|
1378
|
-
export interface InputSchemaMapping {
|
|
1379
|
-
inputSchemaMappingType: "Json";
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
// @public
|
|
1383
|
-
export type InputSchemaMappingType = string;
|
|
1384
|
-
|
|
1385
|
-
// @public (undocumented)
|
|
1386
|
-
export type InputSchemaMappingUnion = InputSchemaMapping | JsonInputSchemaMapping;
|
|
1387
|
-
|
|
1388
|
-
// @public
|
|
1389
|
-
export type IpActionType = string;
|
|
1390
|
-
|
|
1391
|
-
// @public
|
|
1392
|
-
export interface IsNotNullAdvancedFilter extends AdvancedFilter {
|
|
1393
|
-
operatorType: "IsNotNull";
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
// @public
|
|
1397
|
-
export interface IsNotNullFilter extends Filter {
|
|
1398
|
-
operatorType: "IsNotNull";
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
// @public
|
|
1402
|
-
export interface IsNullOrUndefinedAdvancedFilter extends AdvancedFilter {
|
|
1403
|
-
operatorType: "IsNullOrUndefined";
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
// @public
|
|
1407
|
-
export interface IsNullOrUndefinedFilter extends Filter {
|
|
1408
|
-
operatorType: "IsNullOrUndefined";
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
// @public
|
|
1412
|
-
export interface JsonField {
|
|
1413
|
-
sourceField?: string;
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
// @public
|
|
1417
|
-
export interface JsonFieldWithDefault {
|
|
1418
|
-
defaultValue?: string;
|
|
1419
|
-
sourceField?: string;
|
|
1420
|
-
}
|
|
1421
|
-
|
|
1422
|
-
// @public
|
|
1423
|
-
export interface JsonInputSchemaMapping extends InputSchemaMapping {
|
|
1424
|
-
dataVersion?: JsonFieldWithDefault;
|
|
1425
|
-
eventTime?: JsonField;
|
|
1426
|
-
eventType?: JsonFieldWithDefault;
|
|
1427
|
-
id?: JsonField;
|
|
1428
|
-
inputSchemaMappingType: "Json";
|
|
1429
|
-
subject?: JsonFieldWithDefault;
|
|
1430
|
-
topic?: JsonField;
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
// @public
|
|
1434
|
-
export enum KnownAdvancedFilterOperatorType {
|
|
1435
|
-
BoolEquals = "BoolEquals",
|
|
1436
|
-
IsNotNull = "IsNotNull",
|
|
1437
|
-
IsNullOrUndefined = "IsNullOrUndefined",
|
|
1438
|
-
NumberGreaterThan = "NumberGreaterThan",
|
|
1439
|
-
NumberGreaterThanOrEquals = "NumberGreaterThanOrEquals",
|
|
1440
|
-
NumberIn = "NumberIn",
|
|
1441
|
-
NumberInRange = "NumberInRange",
|
|
1442
|
-
NumberLessThan = "NumberLessThan",
|
|
1443
|
-
NumberLessThanOrEquals = "NumberLessThanOrEquals",
|
|
1444
|
-
NumberNotIn = "NumberNotIn",
|
|
1445
|
-
NumberNotInRange = "NumberNotInRange",
|
|
1446
|
-
StringBeginsWith = "StringBeginsWith",
|
|
1447
|
-
StringContains = "StringContains",
|
|
1448
|
-
StringEndsWith = "StringEndsWith",
|
|
1449
|
-
StringIn = "StringIn",
|
|
1450
|
-
StringNotBeginsWith = "StringNotBeginsWith",
|
|
1451
|
-
StringNotContains = "StringNotContains",
|
|
1452
|
-
StringNotEndsWith = "StringNotEndsWith",
|
|
1453
|
-
StringNotIn = "StringNotIn"
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
// @public
|
|
1457
|
-
export enum KnownCaCertificateProvisioningState {
|
|
1458
|
-
Canceled = "Canceled",
|
|
1459
|
-
Creating = "Creating",
|
|
1460
|
-
Deleted = "Deleted",
|
|
1461
|
-
Deleting = "Deleting",
|
|
1462
|
-
Failed = "Failed",
|
|
1463
|
-
Succeeded = "Succeeded",
|
|
1464
|
-
Updating = "Updating"
|
|
1465
|
-
}
|
|
1466
|
-
|
|
1467
|
-
// @public
|
|
1468
|
-
export enum KnownChannelProvisioningState {
|
|
1469
|
-
Canceled = "Canceled",
|
|
1470
|
-
Creating = "Creating",
|
|
1471
|
-
Deleting = "Deleting",
|
|
1472
|
-
Failed = "Failed",
|
|
1473
|
-
IdleDueToMirroredPartnerTopicDeletion = "IdleDueToMirroredPartnerTopicDeletion",
|
|
1474
|
-
Succeeded = "Succeeded",
|
|
1475
|
-
Updating = "Updating"
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
// @public
|
|
1479
|
-
export enum KnownChannelType {
|
|
1480
|
-
PartnerTopic = "PartnerTopic"
|
|
1481
|
-
}
|
|
1482
|
-
|
|
1483
|
-
// @public
|
|
1484
|
-
export enum KnownClientCertificateValidationScheme {
|
|
1485
|
-
DnsMatchesAuthenticationName = "DnsMatchesAuthenticationName",
|
|
1486
|
-
EmailMatchesAuthenticationName = "EmailMatchesAuthenticationName",
|
|
1487
|
-
IpMatchesAuthenticationName = "IpMatchesAuthenticationName",
|
|
1488
|
-
SubjectMatchesAuthenticationName = "SubjectMatchesAuthenticationName",
|
|
1489
|
-
ThumbprintMatch = "ThumbprintMatch",
|
|
1490
|
-
UriMatchesAuthenticationName = "UriMatchesAuthenticationName"
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
// @public
|
|
1494
|
-
export enum KnownClientGroupProvisioningState {
|
|
1495
|
-
Canceled = "Canceled",
|
|
1496
|
-
Creating = "Creating",
|
|
1497
|
-
Deleted = "Deleted",
|
|
1498
|
-
Deleting = "Deleting",
|
|
1499
|
-
Failed = "Failed",
|
|
1500
|
-
Succeeded = "Succeeded",
|
|
1501
|
-
Updating = "Updating"
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
// @public
|
|
1505
|
-
export enum KnownClientProvisioningState {
|
|
1506
|
-
Canceled = "Canceled",
|
|
1507
|
-
Creating = "Creating",
|
|
1508
|
-
Deleted = "Deleted",
|
|
1509
|
-
Deleting = "Deleting",
|
|
1510
|
-
Failed = "Failed",
|
|
1511
|
-
Succeeded = "Succeeded",
|
|
1512
|
-
Updating = "Updating"
|
|
1513
|
-
}
|
|
1514
|
-
|
|
1515
|
-
// @public
|
|
1516
|
-
export enum KnownClientState {
|
|
1517
|
-
Disabled = "Disabled",
|
|
1518
|
-
Enabled = "Enabled"
|
|
1519
|
-
}
|
|
1520
|
-
|
|
1521
|
-
// @public
|
|
1522
|
-
export enum KnownCreatedByType {
|
|
1523
|
-
Application = "Application",
|
|
1524
|
-
Key = "Key",
|
|
1525
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1526
|
-
User = "User"
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
// @public
|
|
1530
|
-
export enum KnownCustomDomainIdentityType {
|
|
1531
|
-
SystemAssigned = "SystemAssigned",
|
|
1532
|
-
UserAssigned = "UserAssigned"
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
// @public
|
|
1536
|
-
export enum KnownCustomDomainValidationState {
|
|
1537
|
-
Approved = "Approved",
|
|
1538
|
-
ErrorRetrievingDnsRecord = "ErrorRetrievingDnsRecord",
|
|
1539
|
-
Pending = "Pending"
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
// @public
|
|
1543
|
-
export enum KnownDataResidencyBoundary {
|
|
1544
|
-
WithinGeopair = "WithinGeopair",
|
|
1545
|
-
WithinRegion = "WithinRegion"
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
|
-
// @public
|
|
1549
|
-
export enum KnownDeadLetterEndPointType {
|
|
1550
|
-
StorageBlob = "StorageBlob"
|
|
1551
|
-
}
|
|
1552
|
-
|
|
1553
|
-
// @public
|
|
1554
|
-
export enum KnownDeliveryAttributeMappingType {
|
|
1555
|
-
Dynamic = "Dynamic",
|
|
1556
|
-
Static = "Static"
|
|
1557
|
-
}
|
|
1558
|
-
|
|
1559
|
-
// @public
|
|
1560
|
-
export enum KnownDeliveryMode {
|
|
1561
|
-
Push = "Push",
|
|
1562
|
-
Queue = "Queue"
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
// @public
|
|
1566
|
-
export enum KnownDeliverySchema {
|
|
1567
|
-
CloudEventSchemaV10 = "CloudEventSchemaV1_0"
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
// @public
|
|
1571
|
-
export enum KnownDomainProvisioningState {
|
|
1572
|
-
Canceled = "Canceled",
|
|
1573
|
-
Creating = "Creating",
|
|
1574
|
-
Deleting = "Deleting",
|
|
1575
|
-
Failed = "Failed",
|
|
1576
|
-
Succeeded = "Succeeded",
|
|
1577
|
-
Updating = "Updating"
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
// @public
|
|
1581
|
-
export enum KnownDomainTopicProvisioningState {
|
|
1582
|
-
Canceled = "Canceled",
|
|
1583
|
-
Creating = "Creating",
|
|
1584
|
-
Deleting = "Deleting",
|
|
1585
|
-
Failed = "Failed",
|
|
1586
|
-
Succeeded = "Succeeded",
|
|
1587
|
-
Updating = "Updating"
|
|
1588
|
-
}
|
|
1589
|
-
|
|
1590
|
-
// @public
|
|
1591
|
-
export enum KnownEndpointType {
|
|
1592
|
-
AzureFunction = "AzureFunction",
|
|
1593
|
-
EventHub = "EventHub",
|
|
1594
|
-
HybridConnection = "HybridConnection",
|
|
1595
|
-
MonitorAlert = "MonitorAlert",
|
|
1596
|
-
NamespaceTopic = "NamespaceTopic",
|
|
1597
|
-
ServiceBusQueue = "ServiceBusQueue",
|
|
1598
|
-
ServiceBusTopic = "ServiceBusTopic",
|
|
1599
|
-
StorageQueue = "StorageQueue",
|
|
1600
|
-
WebHook = "WebHook"
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
|
-
// @public
|
|
1604
|
-
export enum KnownEventDefinitionKind {
|
|
1605
|
-
Inline = "Inline"
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
// @public
|
|
1609
|
-
export enum KnownEventDeliverySchema {
|
|
1610
|
-
CloudEventSchemaV10 = "CloudEventSchemaV1_0",
|
|
1611
|
-
CustomInputSchema = "CustomInputSchema",
|
|
1612
|
-
EventGridSchema = "EventGridSchema"
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
// @public
|
|
1616
|
-
export enum KnownEventInputSchema {
|
|
1617
|
-
CloudEventSchemaV10 = "CloudEventSchemaV1_0"
|
|
1618
|
-
}
|
|
1619
|
-
|
|
1620
|
-
// @public
|
|
1621
|
-
export enum KnownEventSubscriptionIdentityType {
|
|
1622
|
-
SystemAssigned = "SystemAssigned",
|
|
1623
|
-
UserAssigned = "UserAssigned"
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
|
-
// @public
|
|
1627
|
-
export enum KnownEventSubscriptionProvisioningState {
|
|
1628
|
-
AwaitingManualAction = "AwaitingManualAction",
|
|
1629
|
-
Canceled = "Canceled",
|
|
1630
|
-
Creating = "Creating",
|
|
1631
|
-
Deleting = "Deleting",
|
|
1632
|
-
Failed = "Failed",
|
|
1633
|
-
Succeeded = "Succeeded",
|
|
1634
|
-
Updating = "Updating"
|
|
1635
|
-
}
|
|
1636
|
-
|
|
1637
|
-
// @public
|
|
1638
|
-
export enum KnownFilterOperatorType {
|
|
1639
|
-
BoolEquals = "BoolEquals",
|
|
1640
|
-
IsNotNull = "IsNotNull",
|
|
1641
|
-
IsNullOrUndefined = "IsNullOrUndefined",
|
|
1642
|
-
NumberGreaterThan = "NumberGreaterThan",
|
|
1643
|
-
NumberGreaterThanOrEquals = "NumberGreaterThanOrEquals",
|
|
1644
|
-
NumberIn = "NumberIn",
|
|
1645
|
-
NumberInRange = "NumberInRange",
|
|
1646
|
-
NumberLessThan = "NumberLessThan",
|
|
1647
|
-
NumberLessThanOrEquals = "NumberLessThanOrEquals",
|
|
1648
|
-
NumberNotIn = "NumberNotIn",
|
|
1649
|
-
NumberNotInRange = "NumberNotInRange",
|
|
1650
|
-
StringBeginsWith = "StringBeginsWith",
|
|
1651
|
-
StringContains = "StringContains",
|
|
1652
|
-
StringEndsWith = "StringEndsWith",
|
|
1653
|
-
StringIn = "StringIn",
|
|
1654
|
-
StringNotBeginsWith = "StringNotBeginsWith",
|
|
1655
|
-
StringNotContains = "StringNotContains",
|
|
1656
|
-
StringNotEndsWith = "StringNotEndsWith",
|
|
1657
|
-
StringNotIn = "StringNotIn"
|
|
1658
|
-
}
|
|
1659
|
-
|
|
1660
|
-
// @public
|
|
1661
|
-
export enum KnownIdentityType {
|
|
1662
|
-
None = "None",
|
|
1663
|
-
SystemAssigned = "SystemAssigned",
|
|
1664
|
-
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
|
|
1665
|
-
UserAssigned = "UserAssigned"
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
|
-
// @public
|
|
1669
|
-
export enum KnownInputSchema {
|
|
1670
|
-
CloudEventSchemaV10 = "CloudEventSchemaV1_0",
|
|
1671
|
-
CustomEventSchema = "CustomEventSchema",
|
|
1672
|
-
EventGridSchema = "EventGridSchema"
|
|
1673
|
-
}
|
|
1674
|
-
|
|
1675
|
-
// @public
|
|
1676
|
-
export enum KnownInputSchemaMappingType {
|
|
1677
|
-
Json = "Json"
|
|
1678
|
-
}
|
|
1679
|
-
|
|
1680
|
-
// @public
|
|
1681
|
-
export enum KnownIpActionType {
|
|
1682
|
-
Allow = "Allow"
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
// @public
|
|
1686
|
-
export enum KnownMonitorAlertSeverity {
|
|
1687
|
-
Sev0 = "Sev0",
|
|
1688
|
-
Sev1 = "Sev1",
|
|
1689
|
-
Sev2 = "Sev2",
|
|
1690
|
-
Sev3 = "Sev3",
|
|
1691
|
-
Sev4 = "Sev4"
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
|
-
// @public
|
|
1695
|
-
export enum KnownNamespaceProvisioningState {
|
|
1696
|
-
Canceled = "Canceled",
|
|
1697
|
-
CreateFailed = "CreateFailed",
|
|
1698
|
-
Creating = "Creating",
|
|
1699
|
-
Deleted = "Deleted",
|
|
1700
|
-
DeleteFailed = "DeleteFailed",
|
|
1701
|
-
Deleting = "Deleting",
|
|
1702
|
-
Failed = "Failed",
|
|
1703
|
-
Succeeded = "Succeeded",
|
|
1704
|
-
UpdatedFailed = "UpdatedFailed",
|
|
1705
|
-
Updating = "Updating"
|
|
1706
|
-
}
|
|
1707
|
-
|
|
1708
|
-
// @public
|
|
1709
|
-
export enum KnownNamespaceTopicProvisioningState {
|
|
1710
|
-
Canceled = "Canceled",
|
|
1711
|
-
CreateFailed = "CreateFailed",
|
|
1712
|
-
Creating = "Creating",
|
|
1713
|
-
Deleted = "Deleted",
|
|
1714
|
-
DeleteFailed = "DeleteFailed",
|
|
1715
|
-
Deleting = "Deleting",
|
|
1716
|
-
Failed = "Failed",
|
|
1717
|
-
Succeeded = "Succeeded",
|
|
1718
|
-
UpdatedFailed = "UpdatedFailed",
|
|
1719
|
-
Updating = "Updating"
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
// @public
|
|
1723
|
-
export enum KnownPartnerConfigurationProvisioningState {
|
|
1724
|
-
Canceled = "Canceled",
|
|
1725
|
-
Creating = "Creating",
|
|
1726
|
-
Deleting = "Deleting",
|
|
1727
|
-
Failed = "Failed",
|
|
1728
|
-
Succeeded = "Succeeded",
|
|
1729
|
-
Updating = "Updating"
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
// @public
|
|
1733
|
-
export enum KnownPartnerNamespaceProvisioningState {
|
|
1734
|
-
Canceled = "Canceled",
|
|
1735
|
-
Creating = "Creating",
|
|
1736
|
-
Deleting = "Deleting",
|
|
1737
|
-
Failed = "Failed",
|
|
1738
|
-
Succeeded = "Succeeded",
|
|
1739
|
-
Updating = "Updating"
|
|
1740
|
-
}
|
|
1741
|
-
|
|
1742
|
-
// @public
|
|
1743
|
-
export enum KnownPartnerRegistrationProvisioningState {
|
|
1744
|
-
Canceled = "Canceled",
|
|
1745
|
-
Creating = "Creating",
|
|
1746
|
-
Deleting = "Deleting",
|
|
1747
|
-
Failed = "Failed",
|
|
1748
|
-
Succeeded = "Succeeded",
|
|
1749
|
-
Updating = "Updating"
|
|
1750
|
-
}
|
|
1751
|
-
|
|
1752
|
-
// @public
|
|
1753
|
-
export enum KnownPartnerTopicActivationState {
|
|
1754
|
-
Activated = "Activated",
|
|
1755
|
-
Deactivated = "Deactivated",
|
|
1756
|
-
NeverActivated = "NeverActivated"
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1759
|
-
// @public
|
|
1760
|
-
export enum KnownPartnerTopicProvisioningState {
|
|
1761
|
-
Canceled = "Canceled",
|
|
1762
|
-
Creating = "Creating",
|
|
1763
|
-
Deleting = "Deleting",
|
|
1764
|
-
Failed = "Failed",
|
|
1765
|
-
IdleDueToMirroredChannelResourceDeletion = "IdleDueToMirroredChannelResourceDeletion",
|
|
1766
|
-
Succeeded = "Succeeded",
|
|
1767
|
-
Updating = "Updating"
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
// @public
|
|
1771
|
-
export enum KnownPartnerTopicRoutingMode {
|
|
1772
|
-
ChannelNameHeader = "ChannelNameHeader",
|
|
1773
|
-
SourceEventAttribute = "SourceEventAttribute"
|
|
1774
|
-
}
|
|
1775
|
-
|
|
1776
|
-
// @public
|
|
1777
|
-
export enum KnownPermissionBindingProvisioningState {
|
|
1778
|
-
Canceled = "Canceled",
|
|
1779
|
-
Creating = "Creating",
|
|
1780
|
-
Deleted = "Deleted",
|
|
1781
|
-
Deleting = "Deleting",
|
|
1782
|
-
Failed = "Failed",
|
|
1783
|
-
Succeeded = "Succeeded",
|
|
1784
|
-
Updating = "Updating"
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
// @public
|
|
1788
|
-
export enum KnownPermissionType {
|
|
1789
|
-
Publisher = "Publisher",
|
|
1790
|
-
Subscriber = "Subscriber"
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
|
-
// @public
|
|
1794
|
-
export enum KnownPersistedConnectionStatus {
|
|
1795
|
-
Approved = "Approved",
|
|
1796
|
-
Disconnected = "Disconnected",
|
|
1797
|
-
Pending = "Pending",
|
|
1798
|
-
Rejected = "Rejected"
|
|
1799
|
-
}
|
|
1800
|
-
|
|
1801
|
-
// @public
|
|
1802
|
-
export enum KnownPrivateEndpointConnectionsParentType {
|
|
1803
|
-
Domains = "domains",
|
|
1804
|
-
Namespaces = "namespaces",
|
|
1805
|
-
PartnerNamespaces = "partnerNamespaces",
|
|
1806
|
-
Topics = "topics"
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
|
-
// @public
|
|
1810
|
-
export enum KnownPublicNetworkAccess {
|
|
1811
|
-
Disabled = "Disabled",
|
|
1812
|
-
Enabled = "Enabled"
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
// @public
|
|
1816
|
-
export enum KnownPublisherType {
|
|
1817
|
-
Custom = "Custom"
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
|
-
// @public
|
|
1821
|
-
export enum KnownReadinessState {
|
|
1822
|
-
Activated = "Activated",
|
|
1823
|
-
NeverActivated = "NeverActivated"
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
// @public
|
|
1827
|
-
export enum KnownResourceProvisioningState {
|
|
1828
|
-
Canceled = "Canceled",
|
|
1829
|
-
Creating = "Creating",
|
|
1830
|
-
Deleting = "Deleting",
|
|
1831
|
-
Failed = "Failed",
|
|
1832
|
-
Succeeded = "Succeeded",
|
|
1833
|
-
Updating = "Updating"
|
|
1834
|
-
}
|
|
1835
|
-
|
|
1836
|
-
// @public
|
|
1837
|
-
export enum KnownResourceRegionType {
|
|
1838
|
-
GlobalResource = "GlobalResource",
|
|
1839
|
-
RegionalResource = "RegionalResource"
|
|
1840
|
-
}
|
|
1841
|
-
|
|
1842
|
-
// @public
|
|
1843
|
-
export enum KnownRoutingIdentityType {
|
|
1844
|
-
None = "None",
|
|
1845
|
-
SystemAssigned = "SystemAssigned",
|
|
1846
|
-
UserAssigned = "UserAssigned"
|
|
1847
|
-
}
|
|
1848
|
-
|
|
1849
|
-
// @public
|
|
1850
|
-
export enum KnownSkuName {
|
|
1851
|
-
Standard = "Standard"
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
// @public
|
|
1855
|
-
export enum KnownStaticRoutingEnrichmentType {
|
|
1856
|
-
String = "String"
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
|
-
// @public
|
|
1860
|
-
export enum KnownSubscriptionProvisioningState {
|
|
1861
|
-
AwaitingManualAction = "AwaitingManualAction",
|
|
1862
|
-
Canceled = "Canceled",
|
|
1863
|
-
CreateFailed = "CreateFailed",
|
|
1864
|
-
Creating = "Creating",
|
|
1865
|
-
Deleted = "Deleted",
|
|
1866
|
-
DeleteFailed = "DeleteFailed",
|
|
1867
|
-
Deleting = "Deleting",
|
|
1868
|
-
Failed = "Failed",
|
|
1869
|
-
Succeeded = "Succeeded",
|
|
1870
|
-
UpdatedFailed = "UpdatedFailed",
|
|
1871
|
-
Updating = "Updating"
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
// @public
|
|
1875
|
-
export enum KnownTlsVersion {
|
|
1876
|
-
One0 = "1.0",
|
|
1877
|
-
One1 = "1.1",
|
|
1878
|
-
One2 = "1.2"
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
// @public
|
|
1882
|
-
export enum KnownTopicProvisioningState {
|
|
1883
|
-
Canceled = "Canceled",
|
|
1884
|
-
Creating = "Creating",
|
|
1885
|
-
Deleting = "Deleting",
|
|
1886
|
-
Failed = "Failed",
|
|
1887
|
-
Succeeded = "Succeeded",
|
|
1888
|
-
Updating = "Updating"
|
|
1889
|
-
}
|
|
1890
|
-
|
|
1891
|
-
// @public
|
|
1892
|
-
export enum KnownTopicSpaceProvisioningState {
|
|
1893
|
-
Canceled = "Canceled",
|
|
1894
|
-
Creating = "Creating",
|
|
1895
|
-
Deleted = "Deleted",
|
|
1896
|
-
Deleting = "Deleting",
|
|
1897
|
-
Failed = "Failed",
|
|
1898
|
-
Succeeded = "Succeeded",
|
|
1899
|
-
Updating = "Updating"
|
|
1900
|
-
}
|
|
1901
|
-
|
|
1902
|
-
// @public
|
|
1903
|
-
export enum KnownTopicSpacesConfigurationState {
|
|
1904
|
-
Disabled = "Disabled",
|
|
1905
|
-
Enabled = "Enabled"
|
|
1906
|
-
}
|
|
1907
|
-
|
|
1908
|
-
// @public
|
|
1909
|
-
export enum KnownTopicTypeProvisioningState {
|
|
1910
|
-
Canceled = "Canceled",
|
|
1911
|
-
Creating = "Creating",
|
|
1912
|
-
Deleting = "Deleting",
|
|
1913
|
-
Failed = "Failed",
|
|
1914
|
-
Succeeded = "Succeeded",
|
|
1915
|
-
Updating = "Updating"
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
// @public
|
|
1919
|
-
export enum KnownTopicTypeSourceScope {
|
|
1920
|
-
AzureSubscription = "AzureSubscription",
|
|
1921
|
-
ManagementGroup = "ManagementGroup",
|
|
1922
|
-
Resource = "Resource",
|
|
1923
|
-
ResourceGroup = "ResourceGroup"
|
|
1924
|
-
}
|
|
1925
|
-
|
|
1926
|
-
// @public
|
|
1927
|
-
export enum KnownVerifiedPartnerProvisioningState {
|
|
1928
|
-
Canceled = "Canceled",
|
|
1929
|
-
Creating = "Creating",
|
|
1930
|
-
Deleting = "Deleting",
|
|
1931
|
-
Failed = "Failed",
|
|
1932
|
-
Succeeded = "Succeeded",
|
|
1933
|
-
Updating = "Updating"
|
|
1934
|
-
}
|
|
1935
|
-
|
|
1936
|
-
// @public
|
|
1937
|
-
export interface MonitorAlertEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1938
|
-
actionGroups?: string[];
|
|
1939
|
-
description?: string;
|
|
1940
|
-
endpointType: "MonitorAlert";
|
|
1941
|
-
severity?: MonitorAlertSeverity;
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
// @public
|
|
1945
|
-
export type MonitorAlertSeverity = string;
|
|
1946
|
-
|
|
1947
|
-
// @public
|
|
1948
|
-
export interface Namespace extends TrackedResource {
|
|
1949
|
-
identity?: IdentityInfo;
|
|
1950
|
-
inboundIpRules?: InboundIpRule[];
|
|
1951
|
-
isZoneRedundant?: boolean;
|
|
1952
|
-
minimumTlsVersionAllowed?: TlsVersion;
|
|
1953
|
-
privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1954
|
-
readonly provisioningState?: NamespaceProvisioningState;
|
|
1955
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
1956
|
-
sku?: NamespaceSku;
|
|
1957
|
-
readonly systemData?: SystemData;
|
|
1958
|
-
topicsConfiguration?: TopicsConfiguration;
|
|
1959
|
-
topicSpacesConfiguration?: TopicSpacesConfiguration;
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
|
-
// @public
|
|
1963
|
-
export type NamespaceProvisioningState = string;
|
|
1964
|
-
|
|
1965
|
-
// @public
|
|
1966
|
-
export interface NamespaceRegenerateKeyRequest {
|
|
1967
|
-
keyName: string;
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
|
-
// @public
|
|
1971
|
-
export interface Namespaces {
|
|
1972
|
-
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, namespaceInfo: Namespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespacesCreateOrUpdateResponse>, NamespacesCreateOrUpdateResponse>>;
|
|
1973
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, namespaceInfo: Namespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<NamespacesCreateOrUpdateResponse>;
|
|
1974
|
-
beginDelete(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1975
|
-
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams): Promise<void>;
|
|
1976
|
-
beginRegenerateKey(resourceGroupName: string, namespaceName: string, regenerateKeyRequest: NamespaceRegenerateKeyRequest, options?: NamespacesRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<NamespacesRegenerateKeyResponse>, NamespacesRegenerateKeyResponse>>;
|
|
1977
|
-
beginRegenerateKeyAndWait(resourceGroupName: string, namespaceName: string, regenerateKeyRequest: NamespaceRegenerateKeyRequest, options?: NamespacesRegenerateKeyOptionalParams): Promise<NamespacesRegenerateKeyResponse>;
|
|
1978
|
-
beginUpdate(resourceGroupName: string, namespaceName: string, namespaceUpdateParameters: NamespaceUpdateParameters, options?: NamespacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespacesUpdateResponse>, NamespacesUpdateResponse>>;
|
|
1979
|
-
beginUpdateAndWait(resourceGroupName: string, namespaceName: string, namespaceUpdateParameters: NamespaceUpdateParameters, options?: NamespacesUpdateOptionalParams): Promise<NamespacesUpdateResponse>;
|
|
1980
|
-
beginValidateCustomDomainOwnership(resourceGroupName: string, namespaceName: string, options?: NamespacesValidateCustomDomainOwnershipOptionalParams): Promise<SimplePollerLike<OperationState<NamespacesValidateCustomDomainOwnershipResponse>, NamespacesValidateCustomDomainOwnershipResponse>>;
|
|
1981
|
-
beginValidateCustomDomainOwnershipAndWait(resourceGroupName: string, namespaceName: string, options?: NamespacesValidateCustomDomainOwnershipOptionalParams): Promise<NamespacesValidateCustomDomainOwnershipResponse>;
|
|
1982
|
-
get(resourceGroupName: string, namespaceName: string, options?: NamespacesGetOptionalParams): Promise<NamespacesGetResponse>;
|
|
1983
|
-
listByResourceGroup(resourceGroupName: string, options?: NamespacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Namespace>;
|
|
1984
|
-
listBySubscription(options?: NamespacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Namespace>;
|
|
1985
|
-
listSharedAccessKeys(resourceGroupName: string, namespaceName: string, options?: NamespacesListSharedAccessKeysOptionalParams): Promise<NamespacesListSharedAccessKeysResponse>;
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
|
-
// @public
|
|
1989
|
-
export interface NamespacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1990
|
-
resumeFrom?: string;
|
|
1991
|
-
updateIntervalInMs?: number;
|
|
1992
|
-
}
|
|
1993
|
-
|
|
1994
|
-
// @public
|
|
1995
|
-
export type NamespacesCreateOrUpdateResponse = Namespace;
|
|
1996
|
-
|
|
1997
|
-
// @public
|
|
1998
|
-
export interface NamespacesDeleteHeaders {
|
|
1999
|
-
// (undocumented)
|
|
2000
|
-
location?: string;
|
|
2001
|
-
}
|
|
2002
|
-
|
|
2003
|
-
// @public
|
|
2004
|
-
export interface NamespacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2005
|
-
resumeFrom?: string;
|
|
2006
|
-
updateIntervalInMs?: number;
|
|
2007
|
-
}
|
|
2008
|
-
|
|
2009
|
-
// @public
|
|
2010
|
-
export interface NamespacesGetOptionalParams extends coreClient.OperationOptions {
|
|
2011
|
-
}
|
|
2012
|
-
|
|
2013
|
-
// @public
|
|
2014
|
-
export type NamespacesGetResponse = Namespace;
|
|
2015
|
-
|
|
2016
|
-
// @public
|
|
2017
|
-
export interface NamespaceSharedAccessKeys {
|
|
2018
|
-
key1?: string;
|
|
2019
|
-
key2?: string;
|
|
2020
|
-
}
|
|
2021
|
-
|
|
2022
|
-
// @public
|
|
2023
|
-
export interface NamespaceSku {
|
|
2024
|
-
capacity?: number;
|
|
2025
|
-
name?: SkuName;
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
// @public
|
|
2029
|
-
export interface NamespacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2030
|
-
}
|
|
2031
|
-
|
|
2032
|
-
// @public
|
|
2033
|
-
export type NamespacesListByResourceGroupNextResponse = NamespacesListResult;
|
|
2034
|
-
|
|
2035
|
-
// @public
|
|
2036
|
-
export interface NamespacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2037
|
-
filter?: string;
|
|
2038
|
-
top?: number;
|
|
2039
|
-
}
|
|
2040
|
-
|
|
2041
|
-
// @public
|
|
2042
|
-
export type NamespacesListByResourceGroupResponse = NamespacesListResult;
|
|
2043
|
-
|
|
2044
|
-
// @public
|
|
2045
|
-
export interface NamespacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2046
|
-
}
|
|
2047
|
-
|
|
2048
|
-
// @public
|
|
2049
|
-
export type NamespacesListBySubscriptionNextResponse = NamespacesListResult;
|
|
2050
|
-
|
|
2051
|
-
// @public
|
|
2052
|
-
export interface NamespacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2053
|
-
filter?: string;
|
|
2054
|
-
top?: number;
|
|
2055
|
-
}
|
|
2056
|
-
|
|
2057
|
-
// @public
|
|
2058
|
-
export type NamespacesListBySubscriptionResponse = NamespacesListResult;
|
|
2059
|
-
|
|
2060
|
-
// @public
|
|
2061
|
-
export interface NamespacesListResult {
|
|
2062
|
-
nextLink?: string;
|
|
2063
|
-
value?: Namespace[];
|
|
2064
|
-
}
|
|
2065
|
-
|
|
2066
|
-
// @public
|
|
2067
|
-
export interface NamespacesListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
// @public
|
|
2071
|
-
export type NamespacesListSharedAccessKeysResponse = NamespaceSharedAccessKeys;
|
|
2072
|
-
|
|
2073
|
-
// @public
|
|
2074
|
-
export interface NamespacesRegenerateKeyHeaders {
|
|
2075
|
-
// (undocumented)
|
|
2076
|
-
location?: string;
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
// @public
|
|
2080
|
-
export interface NamespacesRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
2081
|
-
resumeFrom?: string;
|
|
2082
|
-
updateIntervalInMs?: number;
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
// @public
|
|
2086
|
-
export type NamespacesRegenerateKeyResponse = NamespaceSharedAccessKeys;
|
|
2087
|
-
|
|
2088
|
-
// @public
|
|
2089
|
-
export interface NamespacesUpdateHeaders {
|
|
2090
|
-
// (undocumented)
|
|
2091
|
-
location?: string;
|
|
2092
|
-
}
|
|
2093
|
-
|
|
2094
|
-
// @public
|
|
2095
|
-
export interface NamespacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2096
|
-
resumeFrom?: string;
|
|
2097
|
-
updateIntervalInMs?: number;
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
// @public
|
|
2101
|
-
export type NamespacesUpdateResponse = Namespace;
|
|
2102
|
-
|
|
2103
|
-
// @public
|
|
2104
|
-
export interface NamespacesValidateCustomDomainOwnershipHeaders {
|
|
2105
|
-
// (undocumented)
|
|
2106
|
-
location?: string;
|
|
2107
|
-
}
|
|
2108
|
-
|
|
2109
|
-
// @public
|
|
2110
|
-
export interface NamespacesValidateCustomDomainOwnershipOptionalParams extends coreClient.OperationOptions {
|
|
2111
|
-
resumeFrom?: string;
|
|
2112
|
-
updateIntervalInMs?: number;
|
|
2113
|
-
}
|
|
2114
|
-
|
|
2115
|
-
// @public
|
|
2116
|
-
export type NamespacesValidateCustomDomainOwnershipResponse = CustomDomainOwnershipValidationResult;
|
|
2117
|
-
|
|
2118
|
-
// @public
|
|
2119
|
-
export interface NamespaceTopic extends Resource {
|
|
2120
|
-
eventRetentionInDays?: number;
|
|
2121
|
-
inputSchema?: EventInputSchema;
|
|
2122
|
-
readonly provisioningState?: NamespaceTopicProvisioningState;
|
|
2123
|
-
publisherType?: PublisherType;
|
|
2124
|
-
readonly systemData?: SystemData;
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
|
-
// @public
|
|
2128
|
-
export interface NamespaceTopicEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
2129
|
-
endpointType: "NamespaceTopic";
|
|
2130
|
-
resourceId?: string;
|
|
2131
|
-
}
|
|
2132
|
-
|
|
2133
|
-
// @public
|
|
2134
|
-
export interface NamespaceTopicEventSubscriptions {
|
|
2135
|
-
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: Subscription, options?: NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceTopicEventSubscriptionsCreateOrUpdateResponse>, NamespaceTopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
2136
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: Subscription, options?: NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<NamespaceTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
2137
|
-
beginDelete(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2138
|
-
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
2139
|
-
beginUpdate(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: SubscriptionUpdateParameters, options?: NamespaceTopicEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceTopicEventSubscriptionsUpdateResponse>, NamespaceTopicEventSubscriptionsUpdateResponse>>;
|
|
2140
|
-
beginUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: SubscriptionUpdateParameters, options?: NamespaceTopicEventSubscriptionsUpdateOptionalParams): Promise<NamespaceTopicEventSubscriptionsUpdateResponse>;
|
|
2141
|
-
get(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsGetOptionalParams): Promise<NamespaceTopicEventSubscriptionsGetResponse>;
|
|
2142
|
-
getDeliveryAttributes(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
2143
|
-
getFullUrl(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsGetFullUrlOptionalParams): Promise<NamespaceTopicEventSubscriptionsGetFullUrlResponse>;
|
|
2144
|
-
listByNamespaceTopic(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams): PagedAsyncIterableIterator<Subscription>;
|
|
2145
|
-
}
|
|
2146
|
-
|
|
2147
|
-
// @public
|
|
2148
|
-
export interface NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2149
|
-
resumeFrom?: string;
|
|
2150
|
-
updateIntervalInMs?: number;
|
|
2151
|
-
}
|
|
2152
|
-
|
|
2153
|
-
// @public
|
|
2154
|
-
export type NamespaceTopicEventSubscriptionsCreateOrUpdateResponse = Subscription;
|
|
2155
|
-
|
|
2156
|
-
// @public
|
|
2157
|
-
export interface NamespaceTopicEventSubscriptionsDeleteHeaders {
|
|
2158
|
-
// (undocumented)
|
|
2159
|
-
location?: string;
|
|
2160
|
-
}
|
|
2161
|
-
|
|
2162
|
-
// @public
|
|
2163
|
-
export interface NamespaceTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2164
|
-
resumeFrom?: string;
|
|
2165
|
-
updateIntervalInMs?: number;
|
|
2166
|
-
}
|
|
2167
|
-
|
|
2168
|
-
// @public
|
|
2169
|
-
export interface NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
2170
|
-
}
|
|
2171
|
-
|
|
2172
|
-
// @public
|
|
2173
|
-
export type NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
2174
|
-
|
|
2175
|
-
// @public
|
|
2176
|
-
export interface NamespaceTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
2177
|
-
}
|
|
2178
|
-
|
|
2179
|
-
// @public
|
|
2180
|
-
export type NamespaceTopicEventSubscriptionsGetFullUrlResponse = SubscriptionFullUrl;
|
|
2181
|
-
|
|
2182
|
-
// @public
|
|
2183
|
-
export interface NamespaceTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2184
|
-
}
|
|
2185
|
-
|
|
2186
|
-
// @public
|
|
2187
|
-
export type NamespaceTopicEventSubscriptionsGetResponse = Subscription;
|
|
2188
|
-
|
|
2189
|
-
// @public
|
|
2190
|
-
export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
2191
|
-
}
|
|
2192
|
-
|
|
2193
|
-
// @public
|
|
2194
|
-
export type NamespaceTopicEventSubscriptionsListByNamespaceTopicNextResponse = SubscriptionsListResult;
|
|
2195
|
-
|
|
2196
|
-
// @public
|
|
2197
|
-
export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams extends coreClient.OperationOptions {
|
|
2198
|
-
filter?: string;
|
|
2199
|
-
top?: number;
|
|
2200
|
-
}
|
|
2201
|
-
|
|
2202
|
-
// @public
|
|
2203
|
-
export type NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse = SubscriptionsListResult;
|
|
2204
|
-
|
|
2205
|
-
// @public
|
|
2206
|
-
export interface NamespaceTopicEventSubscriptionsUpdateHeaders {
|
|
2207
|
-
// (undocumented)
|
|
2208
|
-
location?: string;
|
|
2209
|
-
}
|
|
2210
|
-
|
|
2211
|
-
// @public
|
|
2212
|
-
export interface NamespaceTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2213
|
-
resumeFrom?: string;
|
|
2214
|
-
updateIntervalInMs?: number;
|
|
2215
|
-
}
|
|
2216
|
-
|
|
2217
|
-
// @public
|
|
2218
|
-
export type NamespaceTopicEventSubscriptionsUpdateResponse = Subscription;
|
|
2219
|
-
|
|
2220
|
-
// @public
|
|
2221
|
-
export type NamespaceTopicProvisioningState = string;
|
|
2222
|
-
|
|
2223
|
-
// @public
|
|
2224
|
-
export interface NamespaceTopics {
|
|
2225
|
-
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, topicName: string, namespaceTopicInfo: NamespaceTopic, options?: NamespaceTopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceTopicsCreateOrUpdateResponse>, NamespaceTopicsCreateOrUpdateResponse>>;
|
|
2226
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, namespaceTopicInfo: NamespaceTopic, options?: NamespaceTopicsCreateOrUpdateOptionalParams): Promise<NamespaceTopicsCreateOrUpdateResponse>;
|
|
2227
|
-
beginDelete(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2228
|
-
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicsDeleteOptionalParams): Promise<void>;
|
|
2229
|
-
beginRegenerateKey(resourceGroupName: string, namespaceName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: NamespaceTopicsRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceTopicsRegenerateKeyResponse>, NamespaceTopicsRegenerateKeyResponse>>;
|
|
2230
|
-
beginRegenerateKeyAndWait(resourceGroupName: string, namespaceName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: NamespaceTopicsRegenerateKeyOptionalParams): Promise<NamespaceTopicsRegenerateKeyResponse>;
|
|
2231
|
-
beginUpdate(resourceGroupName: string, namespaceName: string, topicName: string, namespaceTopicUpdateParameters: NamespaceTopicUpdateParameters, options?: NamespaceTopicsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceTopicsUpdateResponse>, NamespaceTopicsUpdateResponse>>;
|
|
2232
|
-
beginUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, namespaceTopicUpdateParameters: NamespaceTopicUpdateParameters, options?: NamespaceTopicsUpdateOptionalParams): Promise<NamespaceTopicsUpdateResponse>;
|
|
2233
|
-
get(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicsGetOptionalParams): Promise<NamespaceTopicsGetResponse>;
|
|
2234
|
-
listByNamespace(resourceGroupName: string, namespaceName: string, options?: NamespaceTopicsListByNamespaceOptionalParams): PagedAsyncIterableIterator<NamespaceTopic>;
|
|
2235
|
-
listSharedAccessKeys(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicsListSharedAccessKeysOptionalParams): Promise<NamespaceTopicsListSharedAccessKeysResponse>;
|
|
2236
|
-
}
|
|
2237
|
-
|
|
2238
|
-
// @public
|
|
2239
|
-
export interface NamespaceTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2240
|
-
resumeFrom?: string;
|
|
2241
|
-
updateIntervalInMs?: number;
|
|
2242
|
-
}
|
|
2243
|
-
|
|
2244
|
-
// @public
|
|
2245
|
-
export type NamespaceTopicsCreateOrUpdateResponse = NamespaceTopic;
|
|
2246
|
-
|
|
2247
|
-
// @public
|
|
2248
|
-
export interface NamespaceTopicsDeleteHeaders {
|
|
2249
|
-
// (undocumented)
|
|
2250
|
-
location?: string;
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
// @public
|
|
2254
|
-
export interface NamespaceTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2255
|
-
resumeFrom?: string;
|
|
2256
|
-
updateIntervalInMs?: number;
|
|
2257
|
-
}
|
|
2258
|
-
|
|
2259
|
-
// @public
|
|
2260
|
-
export interface NamespaceTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
2261
|
-
}
|
|
2262
|
-
|
|
2263
|
-
// @public
|
|
2264
|
-
export type NamespaceTopicsGetResponse = NamespaceTopic;
|
|
2265
|
-
|
|
2266
|
-
// @public
|
|
2267
|
-
export interface NamespaceTopicsListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
2268
|
-
}
|
|
2269
|
-
|
|
2270
|
-
// @public
|
|
2271
|
-
export type NamespaceTopicsListByNamespaceNextResponse = NamespaceTopicsListResult;
|
|
2272
|
-
|
|
2273
|
-
// @public
|
|
2274
|
-
export interface NamespaceTopicsListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
2275
|
-
filter?: string;
|
|
2276
|
-
top?: number;
|
|
2277
|
-
}
|
|
2278
|
-
|
|
2279
|
-
// @public
|
|
2280
|
-
export type NamespaceTopicsListByNamespaceResponse = NamespaceTopicsListResult;
|
|
2281
|
-
|
|
2282
|
-
// @public
|
|
2283
|
-
export interface NamespaceTopicsListResult {
|
|
2284
|
-
nextLink?: string;
|
|
2285
|
-
value?: NamespaceTopic[];
|
|
2286
|
-
}
|
|
2287
|
-
|
|
2288
|
-
// @public
|
|
2289
|
-
export interface NamespaceTopicsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
2290
|
-
}
|
|
2291
|
-
|
|
2292
|
-
// @public
|
|
2293
|
-
export type NamespaceTopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
|
|
2294
|
-
|
|
2295
|
-
// @public
|
|
2296
|
-
export interface NamespaceTopicsRegenerateKeyHeaders {
|
|
2297
|
-
// (undocumented)
|
|
2298
|
-
location?: string;
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
// @public
|
|
2302
|
-
export interface NamespaceTopicsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
2303
|
-
resumeFrom?: string;
|
|
2304
|
-
updateIntervalInMs?: number;
|
|
2305
|
-
}
|
|
2306
|
-
|
|
2307
|
-
// @public
|
|
2308
|
-
export type NamespaceTopicsRegenerateKeyResponse = TopicSharedAccessKeys;
|
|
2309
|
-
|
|
2310
|
-
// @public
|
|
2311
|
-
export interface NamespaceTopicsUpdateHeaders {
|
|
2312
|
-
// (undocumented)
|
|
2313
|
-
location?: string;
|
|
2314
|
-
}
|
|
2315
|
-
|
|
2316
|
-
// @public
|
|
2317
|
-
export interface NamespaceTopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2318
|
-
resumeFrom?: string;
|
|
2319
|
-
updateIntervalInMs?: number;
|
|
2320
|
-
}
|
|
2321
|
-
|
|
2322
|
-
// @public
|
|
2323
|
-
export type NamespaceTopicsUpdateResponse = NamespaceTopic;
|
|
2324
|
-
|
|
2325
|
-
// @public
|
|
2326
|
-
export interface NamespaceTopicUpdateParameters {
|
|
2327
|
-
eventRetentionInDays?: number;
|
|
2328
|
-
}
|
|
2329
|
-
|
|
2330
|
-
// @public
|
|
2331
|
-
export interface NamespaceUpdateParameters {
|
|
2332
|
-
identity?: IdentityInfo;
|
|
2333
|
-
inboundIpRules?: InboundIpRule[];
|
|
2334
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
2335
|
-
sku?: NamespaceSku;
|
|
2336
|
-
tags?: {
|
|
2337
|
-
[propertyName: string]: string;
|
|
2338
|
-
};
|
|
2339
|
-
topicsConfiguration?: UpdateTopicsConfigurationInfo;
|
|
2340
|
-
topicSpacesConfiguration?: UpdateTopicSpacesConfigurationInfo;
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
// @public
|
|
2344
|
-
export interface NumberGreaterThanAdvancedFilter extends AdvancedFilter {
|
|
2345
|
-
operatorType: "NumberGreaterThan";
|
|
2346
|
-
value?: number;
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
|
-
// @public
|
|
2350
|
-
export interface NumberGreaterThanFilter extends Filter {
|
|
2351
|
-
operatorType: "NumberGreaterThan";
|
|
2352
|
-
value?: number;
|
|
2353
|
-
}
|
|
2354
|
-
|
|
2355
|
-
// @public
|
|
2356
|
-
export interface NumberGreaterThanOrEqualsAdvancedFilter extends AdvancedFilter {
|
|
2357
|
-
operatorType: "NumberGreaterThanOrEquals";
|
|
2358
|
-
value?: number;
|
|
2359
|
-
}
|
|
2360
|
-
|
|
2361
|
-
// @public
|
|
2362
|
-
export interface NumberGreaterThanOrEqualsFilter extends Filter {
|
|
2363
|
-
operatorType: "NumberGreaterThanOrEquals";
|
|
2364
|
-
value?: number;
|
|
2365
|
-
}
|
|
2366
|
-
|
|
2367
|
-
// @public
|
|
2368
|
-
export interface NumberInAdvancedFilter extends AdvancedFilter {
|
|
2369
|
-
operatorType: "NumberIn";
|
|
2370
|
-
values?: number[];
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
|
-
// @public
|
|
2374
|
-
export interface NumberInFilter extends Filter {
|
|
2375
|
-
operatorType: "NumberIn";
|
|
2376
|
-
values?: number[];
|
|
2377
|
-
}
|
|
2378
|
-
|
|
2379
|
-
// @public
|
|
2380
|
-
export interface NumberInRangeAdvancedFilter extends AdvancedFilter {
|
|
2381
|
-
operatorType: "NumberInRange";
|
|
2382
|
-
values?: number[][];
|
|
2383
|
-
}
|
|
2384
|
-
|
|
2385
|
-
// @public
|
|
2386
|
-
export interface NumberInRangeFilter extends Filter {
|
|
2387
|
-
operatorType: "NumberInRange";
|
|
2388
|
-
values?: number[][];
|
|
2389
|
-
}
|
|
2390
|
-
|
|
2391
|
-
// @public
|
|
2392
|
-
export interface NumberLessThanAdvancedFilter extends AdvancedFilter {
|
|
2393
|
-
operatorType: "NumberLessThan";
|
|
2394
|
-
value?: number;
|
|
2395
|
-
}
|
|
2396
|
-
|
|
2397
|
-
// @public
|
|
2398
|
-
export interface NumberLessThanFilter extends Filter {
|
|
2399
|
-
operatorType: "NumberLessThan";
|
|
2400
|
-
value?: number;
|
|
2401
|
-
}
|
|
2402
|
-
|
|
2403
|
-
// @public
|
|
2404
|
-
export interface NumberLessThanOrEqualsAdvancedFilter extends AdvancedFilter {
|
|
2405
|
-
operatorType: "NumberLessThanOrEquals";
|
|
2406
|
-
value?: number;
|
|
2407
|
-
}
|
|
2408
|
-
|
|
2409
|
-
// @public
|
|
2410
|
-
export interface NumberLessThanOrEqualsFilter extends Filter {
|
|
2411
|
-
operatorType: "NumberLessThanOrEquals";
|
|
2412
|
-
value?: number;
|
|
2413
|
-
}
|
|
2414
|
-
|
|
2415
|
-
// @public
|
|
2416
|
-
export interface NumberNotInAdvancedFilter extends AdvancedFilter {
|
|
2417
|
-
operatorType: "NumberNotIn";
|
|
2418
|
-
values?: number[];
|
|
2419
|
-
}
|
|
2420
|
-
|
|
2421
|
-
// @public
|
|
2422
|
-
export interface NumberNotInFilter extends Filter {
|
|
2423
|
-
operatorType: "NumberNotIn";
|
|
2424
|
-
values?: number[];
|
|
2425
|
-
}
|
|
2426
|
-
|
|
2427
|
-
// @public
|
|
2428
|
-
export interface NumberNotInRangeAdvancedFilter extends AdvancedFilter {
|
|
2429
|
-
operatorType: "NumberNotInRange";
|
|
2430
|
-
values?: number[][];
|
|
2431
|
-
}
|
|
2432
|
-
|
|
2433
|
-
// @public
|
|
2434
|
-
export interface NumberNotInRangeFilter extends Filter {
|
|
2435
|
-
operatorType: "NumberNotInRange";
|
|
2436
|
-
values?: number[][];
|
|
2437
|
-
}
|
|
2438
|
-
|
|
2439
|
-
// @public
|
|
2440
|
-
export interface Operation {
|
|
2441
|
-
display?: OperationInfo;
|
|
2442
|
-
isDataAction?: boolean;
|
|
2443
|
-
name?: string;
|
|
2444
|
-
origin?: string;
|
|
2445
|
-
properties?: Record<string, unknown>;
|
|
2446
|
-
}
|
|
2447
|
-
|
|
2448
|
-
// @public
|
|
2449
|
-
export interface OperationInfo {
|
|
2450
|
-
description?: string;
|
|
2451
|
-
operation?: string;
|
|
2452
|
-
provider?: string;
|
|
2453
|
-
resource?: string;
|
|
2454
|
-
}
|
|
2455
|
-
|
|
2456
|
-
// @public
|
|
2457
|
-
export interface Operations {
|
|
2458
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
2459
|
-
}
|
|
2460
|
-
|
|
2461
|
-
// @public
|
|
2462
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2463
|
-
}
|
|
2464
|
-
|
|
2465
|
-
// @public
|
|
2466
|
-
export type OperationsListResponse = OperationsListResult;
|
|
2467
|
-
|
|
2468
|
-
// @public
|
|
2469
|
-
export interface OperationsListResult {
|
|
2470
|
-
value?: Operation[];
|
|
2471
|
-
}
|
|
2472
|
-
|
|
2473
|
-
// @public
|
|
2474
|
-
export interface Partner {
|
|
2475
|
-
authorizationExpirationTimeInUtc?: Date;
|
|
2476
|
-
partnerName?: string;
|
|
2477
|
-
partnerRegistrationImmutableId?: string;
|
|
2478
|
-
}
|
|
2479
|
-
|
|
2480
|
-
// @public
|
|
2481
|
-
export interface PartnerAuthorization {
|
|
2482
|
-
authorizedPartnersList?: Partner[];
|
|
2483
|
-
defaultMaximumExpirationTimeInDays?: number;
|
|
2484
|
-
}
|
|
2485
|
-
|
|
2486
|
-
// @public
|
|
2487
|
-
export interface PartnerConfiguration extends Resource {
|
|
2488
|
-
location?: string;
|
|
2489
|
-
partnerAuthorization?: PartnerAuthorization;
|
|
2490
|
-
provisioningState?: PartnerConfigurationProvisioningState;
|
|
2491
|
-
readonly systemData?: SystemData;
|
|
2492
|
-
tags?: {
|
|
2493
|
-
[propertyName: string]: string;
|
|
2494
|
-
};
|
|
2495
|
-
}
|
|
2496
|
-
|
|
2497
|
-
// @public
|
|
2498
|
-
export type PartnerConfigurationProvisioningState = string;
|
|
2499
|
-
|
|
2500
|
-
// @public
|
|
2501
|
-
export interface PartnerConfigurations {
|
|
2502
|
-
authorizePartner(resourceGroupName: string, partnerInfo: Partner, options?: PartnerConfigurationsAuthorizePartnerOptionalParams): Promise<PartnerConfigurationsAuthorizePartnerResponse>;
|
|
2503
|
-
beginCreateOrUpdate(resourceGroupName: string, partnerConfigurationInfo: PartnerConfiguration, options?: PartnerConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerConfigurationsCreateOrUpdateResponse>, PartnerConfigurationsCreateOrUpdateResponse>>;
|
|
2504
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, partnerConfigurationInfo: PartnerConfiguration, options?: PartnerConfigurationsCreateOrUpdateOptionalParams): Promise<PartnerConfigurationsCreateOrUpdateResponse>;
|
|
2505
|
-
beginDelete(resourceGroupName: string, options?: PartnerConfigurationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2506
|
-
beginDeleteAndWait(resourceGroupName: string, options?: PartnerConfigurationsDeleteOptionalParams): Promise<void>;
|
|
2507
|
-
beginUpdate(resourceGroupName: string, partnerConfigurationUpdateParameters: PartnerConfigurationUpdateParameters, options?: PartnerConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerConfigurationsUpdateResponse>, PartnerConfigurationsUpdateResponse>>;
|
|
2508
|
-
beginUpdateAndWait(resourceGroupName: string, partnerConfigurationUpdateParameters: PartnerConfigurationUpdateParameters, options?: PartnerConfigurationsUpdateOptionalParams): Promise<PartnerConfigurationsUpdateResponse>;
|
|
2509
|
-
get(resourceGroupName: string, options?: PartnerConfigurationsGetOptionalParams): Promise<PartnerConfigurationsGetResponse>;
|
|
2510
|
-
listByResourceGroup(resourceGroupName: string, options?: PartnerConfigurationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerConfiguration>;
|
|
2511
|
-
listBySubscription(options?: PartnerConfigurationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerConfiguration>;
|
|
2512
|
-
unauthorizePartner(resourceGroupName: string, partnerInfo: Partner, options?: PartnerConfigurationsUnauthorizePartnerOptionalParams): Promise<PartnerConfigurationsUnauthorizePartnerResponse>;
|
|
2513
|
-
}
|
|
2514
|
-
|
|
2515
|
-
// @public
|
|
2516
|
-
export interface PartnerConfigurationsAuthorizePartnerOptionalParams extends coreClient.OperationOptions {
|
|
2517
|
-
}
|
|
2518
|
-
|
|
2519
|
-
// @public
|
|
2520
|
-
export type PartnerConfigurationsAuthorizePartnerResponse = PartnerConfiguration;
|
|
2521
|
-
|
|
2522
|
-
// @public
|
|
2523
|
-
export interface PartnerConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2524
|
-
resumeFrom?: string;
|
|
2525
|
-
updateIntervalInMs?: number;
|
|
2526
|
-
}
|
|
2527
|
-
|
|
2528
|
-
// @public
|
|
2529
|
-
export type PartnerConfigurationsCreateOrUpdateResponse = PartnerConfiguration;
|
|
2530
|
-
|
|
2531
|
-
// @public
|
|
2532
|
-
export interface PartnerConfigurationsDeleteHeaders {
|
|
2533
|
-
// (undocumented)
|
|
2534
|
-
location?: string;
|
|
2535
|
-
}
|
|
2536
|
-
|
|
2537
|
-
// @public
|
|
2538
|
-
export interface PartnerConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2539
|
-
resumeFrom?: string;
|
|
2540
|
-
updateIntervalInMs?: number;
|
|
2541
|
-
}
|
|
2542
|
-
|
|
2543
|
-
// @public
|
|
2544
|
-
export interface PartnerConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
2545
|
-
}
|
|
2546
|
-
|
|
2547
|
-
// @public
|
|
2548
|
-
export type PartnerConfigurationsGetResponse = PartnerConfiguration;
|
|
2549
|
-
|
|
2550
|
-
// @public
|
|
2551
|
-
export interface PartnerConfigurationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2552
|
-
}
|
|
2553
|
-
|
|
2554
|
-
// @public
|
|
2555
|
-
export type PartnerConfigurationsListByResourceGroupResponse = PartnerConfigurationsListResult;
|
|
2556
|
-
|
|
2557
|
-
// @public
|
|
2558
|
-
export interface PartnerConfigurationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2559
|
-
}
|
|
2560
|
-
|
|
2561
|
-
// @public
|
|
2562
|
-
export type PartnerConfigurationsListBySubscriptionNextResponse = PartnerConfigurationsListResult;
|
|
2563
|
-
|
|
2564
|
-
// @public
|
|
2565
|
-
export interface PartnerConfigurationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2566
|
-
filter?: string;
|
|
2567
|
-
top?: number;
|
|
2568
|
-
}
|
|
2569
|
-
|
|
2570
|
-
// @public
|
|
2571
|
-
export type PartnerConfigurationsListBySubscriptionResponse = PartnerConfigurationsListResult;
|
|
2572
|
-
|
|
2573
|
-
// @public
|
|
2574
|
-
export interface PartnerConfigurationsListResult {
|
|
2575
|
-
nextLink?: string;
|
|
2576
|
-
value?: PartnerConfiguration[];
|
|
2577
|
-
}
|
|
2578
|
-
|
|
2579
|
-
// @public
|
|
2580
|
-
export interface PartnerConfigurationsUnauthorizePartnerOptionalParams extends coreClient.OperationOptions {
|
|
2581
|
-
}
|
|
2582
|
-
|
|
2583
|
-
// @public
|
|
2584
|
-
export type PartnerConfigurationsUnauthorizePartnerResponse = PartnerConfiguration;
|
|
2585
|
-
|
|
2586
|
-
// @public
|
|
2587
|
-
export interface PartnerConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2588
|
-
resumeFrom?: string;
|
|
2589
|
-
updateIntervalInMs?: number;
|
|
2590
|
-
}
|
|
2591
|
-
|
|
2592
|
-
// @public
|
|
2593
|
-
export type PartnerConfigurationsUpdateResponse = PartnerConfiguration;
|
|
2594
|
-
|
|
2595
|
-
// @public
|
|
2596
|
-
export interface PartnerConfigurationUpdateParameters {
|
|
2597
|
-
defaultMaximumExpirationTimeInDays?: number;
|
|
2598
|
-
tags?: {
|
|
2599
|
-
[propertyName: string]: string;
|
|
2600
|
-
};
|
|
2601
|
-
}
|
|
2602
|
-
|
|
2603
|
-
// @public
|
|
2604
|
-
export interface PartnerDetails {
|
|
2605
|
-
description?: string;
|
|
2606
|
-
longDescription?: string;
|
|
2607
|
-
setupUri?: string;
|
|
2608
|
-
}
|
|
2609
|
-
|
|
2610
|
-
// @public
|
|
2611
|
-
export interface PartnerNamespace extends TrackedResource {
|
|
2612
|
-
disableLocalAuth?: boolean;
|
|
2613
|
-
readonly endpoint?: string;
|
|
2614
|
-
inboundIpRules?: InboundIpRule[];
|
|
2615
|
-
minimumTlsVersionAllowed?: TlsVersion;
|
|
2616
|
-
partnerRegistrationFullyQualifiedId?: string;
|
|
2617
|
-
partnerTopicRoutingMode?: PartnerTopicRoutingMode;
|
|
2618
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
2619
|
-
readonly provisioningState?: PartnerNamespaceProvisioningState;
|
|
2620
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
2621
|
-
readonly systemData?: SystemData;
|
|
2622
|
-
}
|
|
2623
|
-
|
|
2624
|
-
// @public
|
|
2625
|
-
export type PartnerNamespaceProvisioningState = string;
|
|
2626
|
-
|
|
2627
|
-
// @public
|
|
2628
|
-
export interface PartnerNamespaceRegenerateKeyRequest {
|
|
2629
|
-
keyName: string;
|
|
2630
|
-
}
|
|
2631
|
-
|
|
2632
|
-
// @public
|
|
2633
|
-
export interface PartnerNamespaces {
|
|
2634
|
-
beginCreateOrUpdate(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerNamespacesCreateOrUpdateResponse>, PartnerNamespacesCreateOrUpdateResponse>>;
|
|
2635
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams): Promise<PartnerNamespacesCreateOrUpdateResponse>;
|
|
2636
|
-
beginDelete(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2637
|
-
beginDeleteAndWait(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams): Promise<void>;
|
|
2638
|
-
beginUpdate(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2639
|
-
beginUpdateAndWait(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams): Promise<void>;
|
|
2640
|
-
get(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesGetOptionalParams): Promise<PartnerNamespacesGetResponse>;
|
|
2641
|
-
listByResourceGroup(resourceGroupName: string, options?: PartnerNamespacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerNamespace>;
|
|
2642
|
-
listBySubscription(options?: PartnerNamespacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerNamespace>;
|
|
2643
|
-
listSharedAccessKeys(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesListSharedAccessKeysOptionalParams): Promise<PartnerNamespacesListSharedAccessKeysResponse>;
|
|
2644
|
-
regenerateKey(resourceGroupName: string, partnerNamespaceName: string, regenerateKeyRequest: PartnerNamespaceRegenerateKeyRequest, options?: PartnerNamespacesRegenerateKeyOptionalParams): Promise<PartnerNamespacesRegenerateKeyResponse>;
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
|
-
// @public
|
|
2648
|
-
export interface PartnerNamespacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2649
|
-
resumeFrom?: string;
|
|
2650
|
-
updateIntervalInMs?: number;
|
|
2651
|
-
}
|
|
2652
|
-
|
|
2653
|
-
// @public
|
|
2654
|
-
export type PartnerNamespacesCreateOrUpdateResponse = PartnerNamespace;
|
|
2655
|
-
|
|
2656
|
-
// @public
|
|
2657
|
-
export interface PartnerNamespacesDeleteHeaders {
|
|
2658
|
-
// (undocumented)
|
|
2659
|
-
location?: string;
|
|
2660
|
-
}
|
|
2661
|
-
|
|
2662
|
-
// @public
|
|
2663
|
-
export interface PartnerNamespacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2664
|
-
resumeFrom?: string;
|
|
2665
|
-
updateIntervalInMs?: number;
|
|
2666
|
-
}
|
|
2667
|
-
|
|
2668
|
-
// @public
|
|
2669
|
-
export interface PartnerNamespacesGetOptionalParams extends coreClient.OperationOptions {
|
|
2670
|
-
}
|
|
2671
|
-
|
|
2672
|
-
// @public
|
|
2673
|
-
export type PartnerNamespacesGetResponse = PartnerNamespace;
|
|
2674
|
-
|
|
2675
|
-
// @public
|
|
2676
|
-
export interface PartnerNamespaceSharedAccessKeys {
|
|
2677
|
-
key1?: string;
|
|
2678
|
-
key2?: string;
|
|
2679
|
-
}
|
|
2680
|
-
|
|
2681
|
-
// @public
|
|
2682
|
-
export interface PartnerNamespacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2683
|
-
}
|
|
2684
|
-
|
|
2685
|
-
// @public
|
|
2686
|
-
export type PartnerNamespacesListByResourceGroupNextResponse = PartnerNamespacesListResult;
|
|
2687
|
-
|
|
2688
|
-
// @public
|
|
2689
|
-
export interface PartnerNamespacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2690
|
-
filter?: string;
|
|
2691
|
-
top?: number;
|
|
2692
|
-
}
|
|
2693
|
-
|
|
2694
|
-
// @public
|
|
2695
|
-
export type PartnerNamespacesListByResourceGroupResponse = PartnerNamespacesListResult;
|
|
2696
|
-
|
|
2697
|
-
// @public
|
|
2698
|
-
export interface PartnerNamespacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2699
|
-
}
|
|
2700
|
-
|
|
2701
|
-
// @public
|
|
2702
|
-
export type PartnerNamespacesListBySubscriptionNextResponse = PartnerNamespacesListResult;
|
|
2703
|
-
|
|
2704
|
-
// @public
|
|
2705
|
-
export interface PartnerNamespacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2706
|
-
filter?: string;
|
|
2707
|
-
top?: number;
|
|
2708
|
-
}
|
|
2709
|
-
|
|
2710
|
-
// @public
|
|
2711
|
-
export type PartnerNamespacesListBySubscriptionResponse = PartnerNamespacesListResult;
|
|
2712
|
-
|
|
2713
|
-
// @public
|
|
2714
|
-
export interface PartnerNamespacesListResult {
|
|
2715
|
-
nextLink?: string;
|
|
2716
|
-
value?: PartnerNamespace[];
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
// @public
|
|
2720
|
-
export interface PartnerNamespacesListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
2721
|
-
}
|
|
2722
|
-
|
|
2723
|
-
// @public
|
|
2724
|
-
export type PartnerNamespacesListSharedAccessKeysResponse = PartnerNamespaceSharedAccessKeys;
|
|
2725
|
-
|
|
2726
|
-
// @public
|
|
2727
|
-
export interface PartnerNamespacesRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
2728
|
-
}
|
|
2729
|
-
|
|
2730
|
-
// @public
|
|
2731
|
-
export type PartnerNamespacesRegenerateKeyResponse = PartnerNamespaceSharedAccessKeys;
|
|
2732
|
-
|
|
2733
|
-
// @public
|
|
2734
|
-
export interface PartnerNamespacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2735
|
-
resumeFrom?: string;
|
|
2736
|
-
updateIntervalInMs?: number;
|
|
2737
|
-
}
|
|
2738
|
-
|
|
2739
|
-
// @public
|
|
2740
|
-
export interface PartnerNamespaceUpdateParameters {
|
|
2741
|
-
disableLocalAuth?: boolean;
|
|
2742
|
-
inboundIpRules?: InboundIpRule[];
|
|
2743
|
-
minimumTlsVersionAllowed?: TlsVersion;
|
|
2744
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
2745
|
-
tags?: {
|
|
2746
|
-
[propertyName: string]: string;
|
|
2747
|
-
};
|
|
2748
|
-
}
|
|
2749
|
-
|
|
2750
|
-
// @public
|
|
2751
|
-
export interface PartnerRegistration extends TrackedResource {
|
|
2752
|
-
partnerRegistrationImmutableId?: string;
|
|
2753
|
-
readonly provisioningState?: PartnerRegistrationProvisioningState;
|
|
2754
|
-
readonly systemData?: SystemData;
|
|
2755
|
-
}
|
|
2756
|
-
|
|
2757
|
-
// @public
|
|
2758
|
-
export type PartnerRegistrationProvisioningState = string;
|
|
2759
|
-
|
|
2760
|
-
// @public
|
|
2761
|
-
export interface PartnerRegistrations {
|
|
2762
|
-
beginCreateOrUpdate(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationInfo: PartnerRegistration, options?: PartnerRegistrationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerRegistrationsCreateOrUpdateResponse>, PartnerRegistrationsCreateOrUpdateResponse>>;
|
|
2763
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationInfo: PartnerRegistration, options?: PartnerRegistrationsCreateOrUpdateOptionalParams): Promise<PartnerRegistrationsCreateOrUpdateResponse>;
|
|
2764
|
-
beginDelete(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2765
|
-
beginDeleteAndWait(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsDeleteOptionalParams): Promise<void>;
|
|
2766
|
-
beginUpdate(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationUpdateParameters: PartnerRegistrationUpdateParameters, options?: PartnerRegistrationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2767
|
-
beginUpdateAndWait(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationUpdateParameters: PartnerRegistrationUpdateParameters, options?: PartnerRegistrationsUpdateOptionalParams): Promise<void>;
|
|
2768
|
-
get(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsGetOptionalParams): Promise<PartnerRegistrationsGetResponse>;
|
|
2769
|
-
listByResourceGroup(resourceGroupName: string, options?: PartnerRegistrationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerRegistration>;
|
|
2770
|
-
listBySubscription(options?: PartnerRegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerRegistration>;
|
|
2771
|
-
}
|
|
2772
|
-
|
|
2773
|
-
// @public
|
|
2774
|
-
export interface PartnerRegistrationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2775
|
-
resumeFrom?: string;
|
|
2776
|
-
updateIntervalInMs?: number;
|
|
2777
|
-
}
|
|
2778
|
-
|
|
2779
|
-
// @public
|
|
2780
|
-
export type PartnerRegistrationsCreateOrUpdateResponse = PartnerRegistration;
|
|
2781
|
-
|
|
2782
|
-
// @public
|
|
2783
|
-
export interface PartnerRegistrationsDeleteHeaders {
|
|
2784
|
-
// (undocumented)
|
|
2785
|
-
location?: string;
|
|
2786
|
-
}
|
|
2787
|
-
|
|
2788
|
-
// @public
|
|
2789
|
-
export interface PartnerRegistrationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2790
|
-
resumeFrom?: string;
|
|
2791
|
-
updateIntervalInMs?: number;
|
|
2792
|
-
}
|
|
2793
|
-
|
|
2794
|
-
// @public
|
|
2795
|
-
export interface PartnerRegistrationsGetOptionalParams extends coreClient.OperationOptions {
|
|
2796
|
-
}
|
|
2797
|
-
|
|
2798
|
-
// @public
|
|
2799
|
-
export type PartnerRegistrationsGetResponse = PartnerRegistration;
|
|
2800
|
-
|
|
2801
|
-
// @public
|
|
2802
|
-
export interface PartnerRegistrationsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2803
|
-
}
|
|
2804
|
-
|
|
2805
|
-
// @public
|
|
2806
|
-
export type PartnerRegistrationsListByResourceGroupNextResponse = PartnerRegistrationsListResult;
|
|
2807
|
-
|
|
2808
|
-
// @public
|
|
2809
|
-
export interface PartnerRegistrationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2810
|
-
filter?: string;
|
|
2811
|
-
top?: number;
|
|
2812
|
-
}
|
|
2813
|
-
|
|
2814
|
-
// @public
|
|
2815
|
-
export type PartnerRegistrationsListByResourceGroupResponse = PartnerRegistrationsListResult;
|
|
2816
|
-
|
|
2817
|
-
// @public
|
|
2818
|
-
export interface PartnerRegistrationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2819
|
-
}
|
|
2820
|
-
|
|
2821
|
-
// @public
|
|
2822
|
-
export type PartnerRegistrationsListBySubscriptionNextResponse = PartnerRegistrationsListResult;
|
|
2823
|
-
|
|
2824
|
-
// @public
|
|
2825
|
-
export interface PartnerRegistrationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2826
|
-
filter?: string;
|
|
2827
|
-
top?: number;
|
|
2828
|
-
}
|
|
2829
|
-
|
|
2830
|
-
// @public
|
|
2831
|
-
export type PartnerRegistrationsListBySubscriptionResponse = PartnerRegistrationsListResult;
|
|
2832
|
-
|
|
2833
|
-
// @public
|
|
2834
|
-
export interface PartnerRegistrationsListResult {
|
|
2835
|
-
nextLink?: string;
|
|
2836
|
-
value?: PartnerRegistration[];
|
|
2837
|
-
}
|
|
2838
|
-
|
|
2839
|
-
// @public
|
|
2840
|
-
export interface PartnerRegistrationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2841
|
-
resumeFrom?: string;
|
|
2842
|
-
updateIntervalInMs?: number;
|
|
2843
|
-
}
|
|
2844
|
-
|
|
2845
|
-
// @public
|
|
2846
|
-
export interface PartnerRegistrationUpdateParameters {
|
|
2847
|
-
tags?: {
|
|
2848
|
-
[propertyName: string]: string;
|
|
2849
|
-
};
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
|
-
// @public
|
|
2853
|
-
export interface PartnerTopic extends TrackedResource {
|
|
2854
|
-
activationState?: PartnerTopicActivationState;
|
|
2855
|
-
eventTypeInfo?: EventTypeInfo;
|
|
2856
|
-
expirationTimeIfNotActivatedUtc?: Date;
|
|
2857
|
-
identity?: IdentityInfo;
|
|
2858
|
-
messageForActivation?: string;
|
|
2859
|
-
partnerRegistrationImmutableId?: string;
|
|
2860
|
-
partnerTopicFriendlyDescription?: string;
|
|
2861
|
-
readonly provisioningState?: PartnerTopicProvisioningState;
|
|
2862
|
-
source?: string;
|
|
2863
|
-
readonly systemData?: SystemData;
|
|
2864
|
-
}
|
|
2865
|
-
|
|
2866
|
-
// @public
|
|
2867
|
-
export type PartnerTopicActivationState = string;
|
|
2868
|
-
|
|
2869
|
-
// @public
|
|
2870
|
-
export interface PartnerTopicEventSubscriptions {
|
|
2871
|
-
beginCreateOrUpdate(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerTopicEventSubscriptionsCreateOrUpdateResponse>, PartnerTopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
2872
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<PartnerTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
2873
|
-
beginDelete(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2874
|
-
beginDeleteAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
2875
|
-
beginUpdate(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: PartnerTopicEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerTopicEventSubscriptionsUpdateResponse>, PartnerTopicEventSubscriptionsUpdateResponse>>;
|
|
2876
|
-
beginUpdateAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: PartnerTopicEventSubscriptionsUpdateOptionalParams): Promise<PartnerTopicEventSubscriptionsUpdateResponse>;
|
|
2877
|
-
get(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetOptionalParams): Promise<PartnerTopicEventSubscriptionsGetResponse>;
|
|
2878
|
-
getDeliveryAttributes(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
2879
|
-
getFullUrl(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetFullUrlOptionalParams): Promise<PartnerTopicEventSubscriptionsGetFullUrlResponse>;
|
|
2880
|
-
listByPartnerTopic(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
2881
|
-
}
|
|
2882
|
-
|
|
2883
|
-
// @public
|
|
2884
|
-
export interface PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2885
|
-
resumeFrom?: string;
|
|
2886
|
-
updateIntervalInMs?: number;
|
|
2887
|
-
}
|
|
2888
|
-
|
|
2889
|
-
// @public
|
|
2890
|
-
export type PartnerTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
2891
|
-
|
|
2892
|
-
// @public
|
|
2893
|
-
export interface PartnerTopicEventSubscriptionsDeleteHeaders {
|
|
2894
|
-
// (undocumented)
|
|
2895
|
-
location?: string;
|
|
2896
|
-
}
|
|
2897
|
-
|
|
2898
|
-
// @public
|
|
2899
|
-
export interface PartnerTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2900
|
-
resumeFrom?: string;
|
|
2901
|
-
updateIntervalInMs?: number;
|
|
2902
|
-
}
|
|
2903
|
-
|
|
2904
|
-
// @public
|
|
2905
|
-
export interface PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
2906
|
-
}
|
|
2907
|
-
|
|
2908
|
-
// @public
|
|
2909
|
-
export type PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
2910
|
-
|
|
2911
|
-
// @public
|
|
2912
|
-
export interface PartnerTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
2913
|
-
}
|
|
2914
|
-
|
|
2915
|
-
// @public
|
|
2916
|
-
export type PartnerTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
2917
|
-
|
|
2918
|
-
// @public
|
|
2919
|
-
export interface PartnerTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2920
|
-
}
|
|
2921
|
-
|
|
2922
|
-
// @public
|
|
2923
|
-
export type PartnerTopicEventSubscriptionsGetResponse = EventSubscription;
|
|
2924
|
-
|
|
2925
|
-
// @public
|
|
2926
|
-
export interface PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
2927
|
-
}
|
|
2928
|
-
|
|
2929
|
-
// @public
|
|
2930
|
-
export type PartnerTopicEventSubscriptionsListByPartnerTopicNextResponse = EventSubscriptionsListResult;
|
|
2931
|
-
|
|
2932
|
-
// @public
|
|
2933
|
-
export interface PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams extends coreClient.OperationOptions {
|
|
2934
|
-
filter?: string;
|
|
2935
|
-
top?: number;
|
|
2936
|
-
}
|
|
2937
|
-
|
|
2938
|
-
// @public
|
|
2939
|
-
export type PartnerTopicEventSubscriptionsListByPartnerTopicResponse = EventSubscriptionsListResult;
|
|
2940
|
-
|
|
2941
|
-
// @public
|
|
2942
|
-
export interface PartnerTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2943
|
-
resumeFrom?: string;
|
|
2944
|
-
updateIntervalInMs?: number;
|
|
2945
|
-
}
|
|
2946
|
-
|
|
2947
|
-
// @public
|
|
2948
|
-
export type PartnerTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
2949
|
-
|
|
2950
|
-
// @public
|
|
2951
|
-
export interface PartnerTopicInfo {
|
|
2952
|
-
azureSubscriptionId?: string;
|
|
2953
|
-
eventTypeInfo?: EventTypeInfo;
|
|
2954
|
-
name?: string;
|
|
2955
|
-
resourceGroupName?: string;
|
|
2956
|
-
source?: string;
|
|
2957
|
-
}
|
|
2958
|
-
|
|
2959
|
-
// @public
|
|
2960
|
-
export type PartnerTopicProvisioningState = string;
|
|
2961
|
-
|
|
2962
|
-
// @public
|
|
2963
|
-
export type PartnerTopicRoutingMode = string;
|
|
2964
|
-
|
|
2965
|
-
// @public
|
|
2966
|
-
export interface PartnerTopics {
|
|
2967
|
-
activate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsActivateOptionalParams): Promise<PartnerTopicsActivateResponse>;
|
|
2968
|
-
beginDelete(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2969
|
-
beginDeleteAndWait(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<void>;
|
|
2970
|
-
createOrUpdate(resourceGroupName: string, partnerTopicName: string, partnerTopicInfo: PartnerTopic, options?: PartnerTopicsCreateOrUpdateOptionalParams): Promise<PartnerTopicsCreateOrUpdateResponse>;
|
|
2971
|
-
deactivate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeactivateOptionalParams): Promise<PartnerTopicsDeactivateResponse>;
|
|
2972
|
-
get(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsGetOptionalParams): Promise<PartnerTopicsGetResponse>;
|
|
2973
|
-
listByResourceGroup(resourceGroupName: string, options?: PartnerTopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerTopic>;
|
|
2974
|
-
listBySubscription(options?: PartnerTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerTopic>;
|
|
2975
|
-
update(resourceGroupName: string, partnerTopicName: string, partnerTopicUpdateParameters: PartnerTopicUpdateParameters, options?: PartnerTopicsUpdateOptionalParams): Promise<PartnerTopicsUpdateResponse>;
|
|
2976
|
-
}
|
|
2977
|
-
|
|
2978
|
-
// @public
|
|
2979
|
-
export interface PartnerTopicsActivateOptionalParams extends coreClient.OperationOptions {
|
|
2980
|
-
}
|
|
2981
|
-
|
|
2982
|
-
// @public
|
|
2983
|
-
export type PartnerTopicsActivateResponse = PartnerTopic;
|
|
2984
|
-
|
|
2985
|
-
// @public
|
|
2986
|
-
export interface PartnerTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2987
|
-
}
|
|
2988
|
-
|
|
2989
|
-
// @public
|
|
2990
|
-
export type PartnerTopicsCreateOrUpdateResponse = PartnerTopic;
|
|
2991
|
-
|
|
2992
|
-
// @public
|
|
2993
|
-
export interface PartnerTopicsDeactivateOptionalParams extends coreClient.OperationOptions {
|
|
2994
|
-
}
|
|
2995
|
-
|
|
2996
|
-
// @public
|
|
2997
|
-
export type PartnerTopicsDeactivateResponse = PartnerTopic;
|
|
2998
|
-
|
|
2999
|
-
// @public
|
|
3000
|
-
export interface PartnerTopicsDeleteHeaders {
|
|
3001
|
-
// (undocumented)
|
|
3002
|
-
location?: string;
|
|
3003
|
-
}
|
|
3004
|
-
|
|
3005
|
-
// @public
|
|
3006
|
-
export interface PartnerTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3007
|
-
resumeFrom?: string;
|
|
3008
|
-
updateIntervalInMs?: number;
|
|
3009
|
-
}
|
|
3010
|
-
|
|
3011
|
-
// @public
|
|
3012
|
-
export interface PartnerTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
3013
|
-
}
|
|
3014
|
-
|
|
3015
|
-
// @public
|
|
3016
|
-
export type PartnerTopicsGetResponse = PartnerTopic;
|
|
3017
|
-
|
|
3018
|
-
// @public
|
|
3019
|
-
export interface PartnerTopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3020
|
-
}
|
|
3021
|
-
|
|
3022
|
-
// @public
|
|
3023
|
-
export type PartnerTopicsListByResourceGroupNextResponse = PartnerTopicsListResult;
|
|
3024
|
-
|
|
3025
|
-
// @public
|
|
3026
|
-
export interface PartnerTopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3027
|
-
filter?: string;
|
|
3028
|
-
top?: number;
|
|
3029
|
-
}
|
|
3030
|
-
|
|
3031
|
-
// @public
|
|
3032
|
-
export type PartnerTopicsListByResourceGroupResponse = PartnerTopicsListResult;
|
|
3033
|
-
|
|
3034
|
-
// @public
|
|
3035
|
-
export interface PartnerTopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3036
|
-
}
|
|
3037
|
-
|
|
3038
|
-
// @public
|
|
3039
|
-
export type PartnerTopicsListBySubscriptionNextResponse = PartnerTopicsListResult;
|
|
3040
|
-
|
|
3041
|
-
// @public
|
|
3042
|
-
export interface PartnerTopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3043
|
-
filter?: string;
|
|
3044
|
-
top?: number;
|
|
3045
|
-
}
|
|
3046
|
-
|
|
3047
|
-
// @public
|
|
3048
|
-
export type PartnerTopicsListBySubscriptionResponse = PartnerTopicsListResult;
|
|
3049
|
-
|
|
3050
|
-
// @public
|
|
3051
|
-
export interface PartnerTopicsListResult {
|
|
3052
|
-
nextLink?: string;
|
|
3053
|
-
value?: PartnerTopic[];
|
|
3054
|
-
}
|
|
3055
|
-
|
|
3056
|
-
// @public
|
|
3057
|
-
export interface PartnerTopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3058
|
-
}
|
|
3059
|
-
|
|
3060
|
-
// @public
|
|
3061
|
-
export type PartnerTopicsUpdateResponse = PartnerTopic;
|
|
3062
|
-
|
|
3063
|
-
// @public
|
|
3064
|
-
export interface PartnerTopicUpdateParameters {
|
|
3065
|
-
identity?: IdentityInfo;
|
|
3066
|
-
tags?: {
|
|
3067
|
-
[propertyName: string]: string;
|
|
3068
|
-
};
|
|
3069
|
-
}
|
|
3070
|
-
|
|
3071
|
-
// @public
|
|
3072
|
-
export interface PartnerUpdateTopicInfo {
|
|
3073
|
-
eventTypeInfo?: EventTypeInfo;
|
|
3074
|
-
}
|
|
3075
|
-
|
|
3076
|
-
// @public
|
|
3077
|
-
export interface PermissionBinding extends Resource {
|
|
3078
|
-
clientGroupName?: string;
|
|
3079
|
-
description?: string;
|
|
3080
|
-
permission?: PermissionType;
|
|
3081
|
-
readonly provisioningState?: PermissionBindingProvisioningState;
|
|
3082
|
-
readonly systemData?: SystemData;
|
|
3083
|
-
topicSpaceName?: string;
|
|
3084
|
-
}
|
|
3085
|
-
|
|
3086
|
-
// @public
|
|
3087
|
-
export type PermissionBindingProvisioningState = string;
|
|
3088
|
-
|
|
3089
|
-
// @public
|
|
3090
|
-
export interface PermissionBindings {
|
|
3091
|
-
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, permissionBindingName: string, permissionBindingInfo: PermissionBinding, options?: PermissionBindingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PermissionBindingsCreateOrUpdateResponse>, PermissionBindingsCreateOrUpdateResponse>>;
|
|
3092
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, permissionBindingName: string, permissionBindingInfo: PermissionBinding, options?: PermissionBindingsCreateOrUpdateOptionalParams): Promise<PermissionBindingsCreateOrUpdateResponse>;
|
|
3093
|
-
beginDelete(resourceGroupName: string, namespaceName: string, permissionBindingName: string, options?: PermissionBindingsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3094
|
-
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, permissionBindingName: string, options?: PermissionBindingsDeleteOptionalParams): Promise<void>;
|
|
3095
|
-
get(resourceGroupName: string, namespaceName: string, permissionBindingName: string, options?: PermissionBindingsGetOptionalParams): Promise<PermissionBindingsGetResponse>;
|
|
3096
|
-
listByNamespace(resourceGroupName: string, namespaceName: string, options?: PermissionBindingsListByNamespaceOptionalParams): PagedAsyncIterableIterator<PermissionBinding>;
|
|
3097
|
-
}
|
|
3098
|
-
|
|
3099
|
-
// @public
|
|
3100
|
-
export interface PermissionBindingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3101
|
-
resumeFrom?: string;
|
|
3102
|
-
updateIntervalInMs?: number;
|
|
3103
|
-
}
|
|
3104
|
-
|
|
3105
|
-
// @public
|
|
3106
|
-
export type PermissionBindingsCreateOrUpdateResponse = PermissionBinding;
|
|
3107
|
-
|
|
3108
|
-
// @public
|
|
3109
|
-
export interface PermissionBindingsDeleteHeaders {
|
|
3110
|
-
// (undocumented)
|
|
3111
|
-
location?: string;
|
|
3112
|
-
}
|
|
3113
|
-
|
|
3114
|
-
// @public
|
|
3115
|
-
export interface PermissionBindingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3116
|
-
resumeFrom?: string;
|
|
3117
|
-
updateIntervalInMs?: number;
|
|
3118
|
-
}
|
|
3119
|
-
|
|
3120
|
-
// @public
|
|
3121
|
-
export interface PermissionBindingsGetOptionalParams extends coreClient.OperationOptions {
|
|
3122
|
-
}
|
|
3123
|
-
|
|
3124
|
-
// @public
|
|
3125
|
-
export type PermissionBindingsGetResponse = PermissionBinding;
|
|
3126
|
-
|
|
3127
|
-
// @public
|
|
3128
|
-
export interface PermissionBindingsListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
3129
|
-
}
|
|
3130
|
-
|
|
3131
|
-
// @public
|
|
3132
|
-
export type PermissionBindingsListByNamespaceNextResponse = PermissionBindingsListResult;
|
|
3133
|
-
|
|
3134
|
-
// @public
|
|
3135
|
-
export interface PermissionBindingsListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
3136
|
-
filter?: string;
|
|
3137
|
-
top?: number;
|
|
3138
|
-
}
|
|
3139
|
-
|
|
3140
|
-
// @public
|
|
3141
|
-
export type PermissionBindingsListByNamespaceResponse = PermissionBindingsListResult;
|
|
3142
|
-
|
|
3143
|
-
// @public
|
|
3144
|
-
export interface PermissionBindingsListResult {
|
|
3145
|
-
nextLink?: string;
|
|
3146
|
-
value?: PermissionBinding[];
|
|
3147
|
-
}
|
|
3148
|
-
|
|
3149
|
-
// @public
|
|
3150
|
-
export type PermissionType = string;
|
|
3151
|
-
|
|
3152
|
-
// @public
|
|
3153
|
-
export type PersistedConnectionStatus = string;
|
|
3154
|
-
|
|
3155
|
-
// @public
|
|
3156
|
-
export interface PrivateEndpoint {
|
|
3157
|
-
id?: string;
|
|
3158
|
-
}
|
|
3159
|
-
|
|
3160
|
-
// @public (undocumented)
|
|
3161
|
-
export interface PrivateEndpointConnection extends Resource {
|
|
3162
|
-
groupIds?: string[];
|
|
3163
|
-
privateEndpoint?: PrivateEndpoint;
|
|
3164
|
-
privateLinkServiceConnectionState?: ConnectionState;
|
|
3165
|
-
provisioningState?: ResourceProvisioningState;
|
|
3166
|
-
}
|
|
3167
|
-
|
|
3168
|
-
// @public
|
|
3169
|
-
export interface PrivateEndpointConnectionListResult {
|
|
3170
|
-
nextLink?: string;
|
|
3171
|
-
value?: PrivateEndpointConnection[];
|
|
3172
|
-
}
|
|
3173
|
-
|
|
3174
|
-
// @public
|
|
3175
|
-
export interface PrivateEndpointConnections {
|
|
3176
|
-
beginDelete(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteResponse>, PrivateEndpointConnectionsDeleteResponse>>;
|
|
3177
|
-
beginDeleteAndWait(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteResponse>;
|
|
3178
|
-
beginUpdate(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsUpdateResponse>, PrivateEndpointConnectionsUpdateResponse>>;
|
|
3179
|
-
beginUpdateAndWait(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnectionsUpdateResponse>;
|
|
3180
|
-
get(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
3181
|
-
listByResource(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, options?: PrivateEndpointConnectionsListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
3182
|
-
}
|
|
3183
|
-
|
|
3184
|
-
// @public
|
|
3185
|
-
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
3186
|
-
// (undocumented)
|
|
3187
|
-
location?: string;
|
|
3188
|
-
}
|
|
3189
|
-
|
|
3190
|
-
// @public
|
|
3191
|
-
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3192
|
-
resumeFrom?: string;
|
|
3193
|
-
updateIntervalInMs?: number;
|
|
3194
|
-
}
|
|
3195
|
-
|
|
3196
|
-
// @public
|
|
3197
|
-
export type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnectionsDeleteHeaders;
|
|
3198
|
-
|
|
3199
|
-
// @public
|
|
3200
|
-
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
3201
|
-
}
|
|
3202
|
-
|
|
3203
|
-
// @public
|
|
3204
|
-
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
3205
|
-
|
|
3206
|
-
// @public
|
|
3207
|
-
export interface PrivateEndpointConnectionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
3208
|
-
}
|
|
3209
|
-
|
|
3210
|
-
// @public
|
|
3211
|
-
export type PrivateEndpointConnectionsListByResourceNextResponse = PrivateEndpointConnectionListResult;
|
|
3212
|
-
|
|
3213
|
-
// @public
|
|
3214
|
-
export interface PrivateEndpointConnectionsListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
3215
|
-
filter?: string;
|
|
3216
|
-
top?: number;
|
|
3217
|
-
}
|
|
3218
|
-
|
|
3219
|
-
// @public
|
|
3220
|
-
export type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;
|
|
3221
|
-
|
|
3222
|
-
// @public
|
|
3223
|
-
export type PrivateEndpointConnectionsParentType = string;
|
|
3224
|
-
|
|
3225
|
-
// @public
|
|
3226
|
-
export interface PrivateEndpointConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3227
|
-
resumeFrom?: string;
|
|
3228
|
-
updateIntervalInMs?: number;
|
|
3229
|
-
}
|
|
3230
|
-
|
|
3231
|
-
// @public
|
|
3232
|
-
export type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;
|
|
3233
|
-
|
|
3234
|
-
// @public
|
|
3235
|
-
export interface PrivateLinkResource {
|
|
3236
|
-
// (undocumented)
|
|
3237
|
-
displayName?: string;
|
|
3238
|
-
// (undocumented)
|
|
3239
|
-
groupId?: string;
|
|
3240
|
-
id?: string;
|
|
3241
|
-
name?: string;
|
|
3242
|
-
// (undocumented)
|
|
3243
|
-
requiredMembers?: string[];
|
|
3244
|
-
// (undocumented)
|
|
3245
|
-
requiredZoneNames?: string[];
|
|
3246
|
-
type?: string;
|
|
3247
|
-
}
|
|
3248
|
-
|
|
3249
|
-
// @public
|
|
3250
|
-
export interface PrivateLinkResources {
|
|
3251
|
-
get(resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
3252
|
-
listByResource(resourceGroupName: string, parentType: string, parentName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
3253
|
-
}
|
|
3254
|
-
|
|
3255
|
-
// @public
|
|
3256
|
-
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
3257
|
-
}
|
|
3258
|
-
|
|
3259
|
-
// @public
|
|
3260
|
-
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
3261
|
-
|
|
3262
|
-
// @public
|
|
3263
|
-
export interface PrivateLinkResourcesListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
3264
|
-
}
|
|
3265
|
-
|
|
3266
|
-
// @public
|
|
3267
|
-
export type PrivateLinkResourcesListByResourceNextResponse = PrivateLinkResourcesListResult;
|
|
3268
|
-
|
|
3269
|
-
// @public
|
|
3270
|
-
export interface PrivateLinkResourcesListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
3271
|
-
filter?: string;
|
|
3272
|
-
top?: number;
|
|
3273
|
-
}
|
|
3274
|
-
|
|
3275
|
-
// @public
|
|
3276
|
-
export type PrivateLinkResourcesListByResourceResponse = PrivateLinkResourcesListResult;
|
|
3277
|
-
|
|
3278
|
-
// @public
|
|
3279
|
-
export interface PrivateLinkResourcesListResult {
|
|
3280
|
-
nextLink?: string;
|
|
3281
|
-
value?: PrivateLinkResource[];
|
|
3282
|
-
}
|
|
3283
|
-
|
|
3284
|
-
// @public
|
|
3285
|
-
export type PublicNetworkAccess = string;
|
|
3286
|
-
|
|
3287
|
-
// @public
|
|
3288
|
-
export type PublisherType = string;
|
|
3289
|
-
|
|
3290
|
-
// @public
|
|
3291
|
-
export interface PushInfo {
|
|
3292
|
-
deadLetterDestinationWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
3293
|
-
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
|
|
3294
|
-
destination?: EventSubscriptionDestinationUnion;
|
|
3295
|
-
eventTimeToLive?: string;
|
|
3296
|
-
maxDeliveryCount?: number;
|
|
3297
|
-
}
|
|
3298
|
-
|
|
3299
|
-
// @public
|
|
3300
|
-
export interface QueueInfo {
|
|
3301
|
-
deadLetterDestinationWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
3302
|
-
eventTimeToLive?: string;
|
|
3303
|
-
maxDeliveryCount?: number;
|
|
3304
|
-
receiveLockDurationInSeconds?: number;
|
|
3305
|
-
}
|
|
3306
|
-
|
|
3307
|
-
// @public
|
|
3308
|
-
export type ReadinessState = string;
|
|
3309
|
-
|
|
3310
|
-
// @public
|
|
3311
|
-
export interface Resource {
|
|
3312
|
-
readonly id?: string;
|
|
3313
|
-
readonly name?: string;
|
|
3314
|
-
readonly type?: string;
|
|
3315
|
-
}
|
|
3316
|
-
|
|
3317
|
-
// @public
|
|
3318
|
-
export type ResourceProvisioningState = string;
|
|
3319
|
-
|
|
3320
|
-
// @public
|
|
3321
|
-
export type ResourceRegionType = string;
|
|
3322
|
-
|
|
3323
|
-
// @public
|
|
3324
|
-
export interface RetryPolicy {
|
|
3325
|
-
eventTimeToLiveInMinutes?: number;
|
|
3326
|
-
maxDeliveryAttempts?: number;
|
|
3327
|
-
}
|
|
3328
|
-
|
|
3329
|
-
// @public (undocumented)
|
|
3330
|
-
export interface RoutingEnrichments {
|
|
3331
|
-
// (undocumented)
|
|
3332
|
-
dynamic?: DynamicRoutingEnrichment[];
|
|
3333
|
-
// (undocumented)
|
|
3334
|
-
static?: StaticRoutingEnrichmentUnion[];
|
|
3335
|
-
}
|
|
3336
|
-
|
|
3337
|
-
// @public
|
|
3338
|
-
export interface RoutingIdentityInfo {
|
|
3339
|
-
type?: RoutingIdentityType;
|
|
3340
|
-
// (undocumented)
|
|
3341
|
-
userAssignedIdentity?: string;
|
|
3342
|
-
}
|
|
3343
|
-
|
|
3344
|
-
// @public
|
|
3345
|
-
export type RoutingIdentityType = string;
|
|
3346
|
-
|
|
3347
|
-
// @public
|
|
3348
|
-
export interface ServiceBusQueueEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
3349
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
3350
|
-
endpointType: "ServiceBusQueue";
|
|
3351
|
-
resourceId?: string;
|
|
3352
|
-
}
|
|
3353
|
-
|
|
3354
|
-
// @public
|
|
3355
|
-
export interface ServiceBusTopicEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
3356
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
3357
|
-
endpointType: "ServiceBusTopic";
|
|
3358
|
-
resourceId?: string;
|
|
3359
|
-
}
|
|
3360
|
-
|
|
3361
|
-
// @public
|
|
3362
|
-
export type SkuName = string;
|
|
3363
|
-
|
|
3364
|
-
// @public
|
|
3365
|
-
export interface StaticDeliveryAttributeMapping extends DeliveryAttributeMapping {
|
|
3366
|
-
isSecret?: boolean;
|
|
3367
|
-
type: "Static";
|
|
3368
|
-
value?: string;
|
|
3369
|
-
}
|
|
3370
|
-
|
|
3371
|
-
// @public
|
|
3372
|
-
export interface StaticRoutingEnrichment {
|
|
3373
|
-
key?: string;
|
|
3374
|
-
valueType: "String";
|
|
3375
|
-
}
|
|
3376
|
-
|
|
3377
|
-
// @public
|
|
3378
|
-
export type StaticRoutingEnrichmentType = string;
|
|
3379
|
-
|
|
3380
|
-
// @public (undocumented)
|
|
3381
|
-
export type StaticRoutingEnrichmentUnion = StaticRoutingEnrichment | StaticStringRoutingEnrichment;
|
|
3382
|
-
|
|
3383
|
-
// @public (undocumented)
|
|
3384
|
-
export interface StaticStringRoutingEnrichment extends StaticRoutingEnrichment {
|
|
3385
|
-
value?: string;
|
|
3386
|
-
valueType: "String";
|
|
3387
|
-
}
|
|
3388
|
-
|
|
3389
|
-
// @public
|
|
3390
|
-
export interface StorageBlobDeadLetterDestination extends DeadLetterDestination {
|
|
3391
|
-
blobContainerName?: string;
|
|
3392
|
-
endpointType: "StorageBlob";
|
|
3393
|
-
resourceId?: string;
|
|
3394
|
-
}
|
|
3395
|
-
|
|
3396
|
-
// @public
|
|
3397
|
-
export interface StorageQueueEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
3398
|
-
endpointType: "StorageQueue";
|
|
3399
|
-
queueMessageTimeToLiveInSeconds?: number;
|
|
3400
|
-
queueName?: string;
|
|
3401
|
-
resourceId?: string;
|
|
3402
|
-
}
|
|
3403
|
-
|
|
3404
|
-
// @public
|
|
3405
|
-
export interface StringBeginsWithAdvancedFilter extends AdvancedFilter {
|
|
3406
|
-
operatorType: "StringBeginsWith";
|
|
3407
|
-
values?: string[];
|
|
3408
|
-
}
|
|
3409
|
-
|
|
3410
|
-
// @public
|
|
3411
|
-
export interface StringBeginsWithFilter extends Filter {
|
|
3412
|
-
operatorType: "StringBeginsWith";
|
|
3413
|
-
values?: string[];
|
|
3414
|
-
}
|
|
3415
|
-
|
|
3416
|
-
// @public
|
|
3417
|
-
export interface StringContainsAdvancedFilter extends AdvancedFilter {
|
|
3418
|
-
operatorType: "StringContains";
|
|
3419
|
-
values?: string[];
|
|
3420
|
-
}
|
|
3421
|
-
|
|
3422
|
-
// @public
|
|
3423
|
-
export interface StringContainsFilter extends Filter {
|
|
3424
|
-
operatorType: "StringContains";
|
|
3425
|
-
values?: string[];
|
|
3426
|
-
}
|
|
3427
|
-
|
|
3428
|
-
// @public
|
|
3429
|
-
export interface StringEndsWithAdvancedFilter extends AdvancedFilter {
|
|
3430
|
-
operatorType: "StringEndsWith";
|
|
3431
|
-
values?: string[];
|
|
3432
|
-
}
|
|
3433
|
-
|
|
3434
|
-
// @public
|
|
3435
|
-
export interface StringEndsWithFilter extends Filter {
|
|
3436
|
-
operatorType: "StringEndsWith";
|
|
3437
|
-
values?: string[];
|
|
3438
|
-
}
|
|
3439
|
-
|
|
3440
|
-
// @public
|
|
3441
|
-
export interface StringInAdvancedFilter extends AdvancedFilter {
|
|
3442
|
-
operatorType: "StringIn";
|
|
3443
|
-
values?: string[];
|
|
3444
|
-
}
|
|
3445
|
-
|
|
3446
|
-
// @public
|
|
3447
|
-
export interface StringInFilter extends Filter {
|
|
3448
|
-
operatorType: "StringIn";
|
|
3449
|
-
values?: string[];
|
|
3450
|
-
}
|
|
3451
|
-
|
|
3452
|
-
// @public
|
|
3453
|
-
export interface StringNotBeginsWithAdvancedFilter extends AdvancedFilter {
|
|
3454
|
-
operatorType: "StringNotBeginsWith";
|
|
3455
|
-
values?: string[];
|
|
3456
|
-
}
|
|
3457
|
-
|
|
3458
|
-
// @public
|
|
3459
|
-
export interface StringNotBeginsWithFilter extends Filter {
|
|
3460
|
-
operatorType: "StringNotBeginsWith";
|
|
3461
|
-
values?: string[];
|
|
3462
|
-
}
|
|
3463
|
-
|
|
3464
|
-
// @public
|
|
3465
|
-
export interface StringNotContainsAdvancedFilter extends AdvancedFilter {
|
|
3466
|
-
operatorType: "StringNotContains";
|
|
3467
|
-
values?: string[];
|
|
3468
|
-
}
|
|
3469
|
-
|
|
3470
|
-
// @public
|
|
3471
|
-
export interface StringNotContainsFilter extends Filter {
|
|
3472
|
-
operatorType: "StringNotContains";
|
|
3473
|
-
values?: string[];
|
|
3474
|
-
}
|
|
3475
|
-
|
|
3476
|
-
// @public
|
|
3477
|
-
export interface StringNotEndsWithAdvancedFilter extends AdvancedFilter {
|
|
3478
|
-
operatorType: "StringNotEndsWith";
|
|
3479
|
-
values?: string[];
|
|
3480
|
-
}
|
|
3481
|
-
|
|
3482
|
-
// @public
|
|
3483
|
-
export interface StringNotEndsWithFilter extends Filter {
|
|
3484
|
-
operatorType: "StringNotEndsWith";
|
|
3485
|
-
values?: string[];
|
|
3486
|
-
}
|
|
3487
|
-
|
|
3488
|
-
// @public
|
|
3489
|
-
export interface StringNotInAdvancedFilter extends AdvancedFilter {
|
|
3490
|
-
operatorType: "StringNotIn";
|
|
3491
|
-
values?: string[];
|
|
3492
|
-
}
|
|
3493
|
-
|
|
3494
|
-
// @public
|
|
3495
|
-
export interface StringNotInFilter extends Filter {
|
|
3496
|
-
operatorType: "StringNotIn";
|
|
3497
|
-
values?: string[];
|
|
3498
|
-
}
|
|
3499
|
-
|
|
3500
|
-
// @public
|
|
3501
|
-
export interface Subscription extends Resource {
|
|
3502
|
-
deliveryConfiguration?: DeliveryConfiguration;
|
|
3503
|
-
eventDeliverySchema?: DeliverySchema;
|
|
3504
|
-
expirationTimeUtc?: Date;
|
|
3505
|
-
filtersConfiguration?: FiltersConfiguration;
|
|
3506
|
-
readonly provisioningState?: SubscriptionProvisioningState;
|
|
3507
|
-
readonly systemData?: SystemData;
|
|
3508
|
-
}
|
|
3509
|
-
|
|
3510
|
-
// @public
|
|
3511
|
-
export interface SubscriptionFullUrl {
|
|
3512
|
-
endpointUrl?: string;
|
|
3513
|
-
}
|
|
3514
|
-
|
|
3515
|
-
// @public
|
|
3516
|
-
export type SubscriptionProvisioningState = string;
|
|
3517
|
-
|
|
3518
|
-
// @public
|
|
3519
|
-
export interface SubscriptionsListResult {
|
|
3520
|
-
nextLink?: string;
|
|
3521
|
-
value?: Subscription[];
|
|
3522
|
-
}
|
|
3523
|
-
|
|
3524
|
-
// @public
|
|
3525
|
-
export interface SubscriptionUpdateParameters {
|
|
3526
|
-
deliveryConfiguration?: DeliveryConfiguration;
|
|
3527
|
-
eventDeliverySchema?: DeliverySchema;
|
|
3528
|
-
expirationTimeUtc?: Date;
|
|
3529
|
-
filtersConfiguration?: FiltersConfiguration;
|
|
3530
|
-
}
|
|
3531
|
-
|
|
3532
|
-
// @public
|
|
3533
|
-
export interface SystemData {
|
|
3534
|
-
createdAt?: Date;
|
|
3535
|
-
createdBy?: string;
|
|
3536
|
-
createdByType?: CreatedByType;
|
|
3537
|
-
lastModifiedAt?: Date;
|
|
3538
|
-
lastModifiedBy?: string;
|
|
3539
|
-
lastModifiedByType?: CreatedByType;
|
|
3540
|
-
}
|
|
3541
|
-
|
|
3542
|
-
// @public
|
|
3543
|
-
export interface SystemTopic extends TrackedResource {
|
|
3544
|
-
identity?: IdentityInfo;
|
|
3545
|
-
readonly metricResourceId?: string;
|
|
3546
|
-
readonly provisioningState?: ResourceProvisioningState;
|
|
3547
|
-
source?: string;
|
|
3548
|
-
readonly systemData?: SystemData;
|
|
3549
|
-
topicType?: string;
|
|
3550
|
-
}
|
|
3551
|
-
|
|
3552
|
-
// @public
|
|
3553
|
-
export interface SystemTopicEventSubscriptions {
|
|
3554
|
-
beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>, SystemTopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
3555
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
3556
|
-
beginDelete(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3557
|
-
beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
3558
|
-
beginUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: SystemTopicEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopicEventSubscriptionsUpdateResponse>, SystemTopicEventSubscriptionsUpdateResponse>>;
|
|
3559
|
-
beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: SystemTopicEventSubscriptionsUpdateOptionalParams): Promise<SystemTopicEventSubscriptionsUpdateResponse>;
|
|
3560
|
-
get(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetOptionalParams): Promise<SystemTopicEventSubscriptionsGetResponse>;
|
|
3561
|
-
getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
3562
|
-
getFullUrl(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetFullUrlOptionalParams): Promise<SystemTopicEventSubscriptionsGetFullUrlResponse>;
|
|
3563
|
-
listBySystemTopic(resourceGroupName: string, systemTopicName: string, options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
3564
|
-
}
|
|
3565
|
-
|
|
3566
|
-
// @public
|
|
3567
|
-
export interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3568
|
-
resumeFrom?: string;
|
|
3569
|
-
updateIntervalInMs?: number;
|
|
3570
|
-
}
|
|
3571
|
-
|
|
3572
|
-
// @public
|
|
3573
|
-
export type SystemTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
3574
|
-
|
|
3575
|
-
// @public
|
|
3576
|
-
export interface SystemTopicEventSubscriptionsDeleteHeaders {
|
|
3577
|
-
// (undocumented)
|
|
3578
|
-
location?: string;
|
|
3579
|
-
}
|
|
3580
|
-
|
|
3581
|
-
// @public
|
|
3582
|
-
export interface SystemTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3583
|
-
resumeFrom?: string;
|
|
3584
|
-
updateIntervalInMs?: number;
|
|
3585
|
-
}
|
|
3586
|
-
|
|
3587
|
-
// @public
|
|
3588
|
-
export interface SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
3589
|
-
}
|
|
3590
|
-
|
|
3591
|
-
// @public
|
|
3592
|
-
export type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
3593
|
-
|
|
3594
|
-
// @public
|
|
3595
|
-
export interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
3596
|
-
}
|
|
3597
|
-
|
|
3598
|
-
// @public
|
|
3599
|
-
export type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
3600
|
-
|
|
3601
|
-
// @public
|
|
3602
|
-
export interface SystemTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
3603
|
-
}
|
|
3604
|
-
|
|
3605
|
-
// @public
|
|
3606
|
-
export type SystemTopicEventSubscriptionsGetResponse = EventSubscription;
|
|
3607
|
-
|
|
3608
|
-
// @public
|
|
3609
|
-
export interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
3610
|
-
}
|
|
3611
|
-
|
|
3612
|
-
// @public
|
|
3613
|
-
export type SystemTopicEventSubscriptionsListBySystemTopicNextResponse = EventSubscriptionsListResult;
|
|
3614
|
-
|
|
3615
|
-
// @public
|
|
3616
|
-
export interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams extends coreClient.OperationOptions {
|
|
3617
|
-
filter?: string;
|
|
3618
|
-
top?: number;
|
|
3619
|
-
}
|
|
3620
|
-
|
|
3621
|
-
// @public
|
|
3622
|
-
export type SystemTopicEventSubscriptionsListBySystemTopicResponse = EventSubscriptionsListResult;
|
|
3623
|
-
|
|
3624
|
-
// @public
|
|
3625
|
-
export interface SystemTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3626
|
-
resumeFrom?: string;
|
|
3627
|
-
updateIntervalInMs?: number;
|
|
3628
|
-
}
|
|
3629
|
-
|
|
3630
|
-
// @public
|
|
3631
|
-
export type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
3632
|
-
|
|
3633
|
-
// @public
|
|
3634
|
-
export interface SystemTopics {
|
|
3635
|
-
beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopicsCreateOrUpdateResponse>, SystemTopicsCreateOrUpdateResponse>>;
|
|
3636
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SystemTopicsCreateOrUpdateResponse>;
|
|
3637
|
-
beginDelete(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3638
|
-
beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<void>;
|
|
3639
|
-
beginUpdate(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopicsUpdateResponse>, SystemTopicsUpdateResponse>>;
|
|
3640
|
-
beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<SystemTopicsUpdateResponse>;
|
|
3641
|
-
get(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsGetOptionalParams): Promise<SystemTopicsGetResponse>;
|
|
3642
|
-
listByResourceGroup(resourceGroupName: string, options?: SystemTopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SystemTopic>;
|
|
3643
|
-
listBySubscription(options?: SystemTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SystemTopic>;
|
|
3644
|
-
}
|
|
3645
|
-
|
|
3646
|
-
// @public
|
|
3647
|
-
export interface SystemTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3648
|
-
resumeFrom?: string;
|
|
3649
|
-
updateIntervalInMs?: number;
|
|
3650
|
-
}
|
|
3651
|
-
|
|
3652
|
-
// @public
|
|
3653
|
-
export type SystemTopicsCreateOrUpdateResponse = SystemTopic;
|
|
3654
|
-
|
|
3655
|
-
// @public
|
|
3656
|
-
export interface SystemTopicsDeleteHeaders {
|
|
3657
|
-
// (undocumented)
|
|
3658
|
-
location?: string;
|
|
3659
|
-
}
|
|
3660
|
-
|
|
3661
|
-
// @public
|
|
3662
|
-
export interface SystemTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3663
|
-
resumeFrom?: string;
|
|
3664
|
-
updateIntervalInMs?: number;
|
|
3665
|
-
}
|
|
3666
|
-
|
|
3667
|
-
// @public
|
|
3668
|
-
export interface SystemTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
3669
|
-
}
|
|
3670
|
-
|
|
3671
|
-
// @public
|
|
3672
|
-
export type SystemTopicsGetResponse = SystemTopic;
|
|
3673
|
-
|
|
3674
|
-
// @public
|
|
3675
|
-
export interface SystemTopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3676
|
-
}
|
|
3677
|
-
|
|
3678
|
-
// @public
|
|
3679
|
-
export type SystemTopicsListByResourceGroupNextResponse = SystemTopicsListResult;
|
|
3680
|
-
|
|
3681
|
-
// @public
|
|
3682
|
-
export interface SystemTopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3683
|
-
filter?: string;
|
|
3684
|
-
top?: number;
|
|
3685
|
-
}
|
|
3686
|
-
|
|
3687
|
-
// @public
|
|
3688
|
-
export type SystemTopicsListByResourceGroupResponse = SystemTopicsListResult;
|
|
3689
|
-
|
|
3690
|
-
// @public
|
|
3691
|
-
export interface SystemTopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3692
|
-
}
|
|
3693
|
-
|
|
3694
|
-
// @public
|
|
3695
|
-
export type SystemTopicsListBySubscriptionNextResponse = SystemTopicsListResult;
|
|
3696
|
-
|
|
3697
|
-
// @public
|
|
3698
|
-
export interface SystemTopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3699
|
-
filter?: string;
|
|
3700
|
-
top?: number;
|
|
3701
|
-
}
|
|
3702
|
-
|
|
3703
|
-
// @public
|
|
3704
|
-
export type SystemTopicsListBySubscriptionResponse = SystemTopicsListResult;
|
|
3705
|
-
|
|
3706
|
-
// @public
|
|
3707
|
-
export interface SystemTopicsListResult {
|
|
3708
|
-
nextLink?: string;
|
|
3709
|
-
value?: SystemTopic[];
|
|
3710
|
-
}
|
|
3711
|
-
|
|
3712
|
-
// @public
|
|
3713
|
-
export interface SystemTopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3714
|
-
resumeFrom?: string;
|
|
3715
|
-
updateIntervalInMs?: number;
|
|
3716
|
-
}
|
|
3717
|
-
|
|
3718
|
-
// @public
|
|
3719
|
-
export type SystemTopicsUpdateResponse = SystemTopic;
|
|
3720
|
-
|
|
3721
|
-
// @public
|
|
3722
|
-
export interface SystemTopicUpdateParameters {
|
|
3723
|
-
identity?: IdentityInfo;
|
|
3724
|
-
tags?: {
|
|
3725
|
-
[propertyName: string]: string;
|
|
3726
|
-
};
|
|
3727
|
-
}
|
|
3728
|
-
|
|
3729
|
-
// @public
|
|
3730
|
-
export type TlsVersion = string;
|
|
3731
|
-
|
|
3732
|
-
// @public
|
|
3733
|
-
export interface Topic extends TrackedResource {
|
|
3734
|
-
dataResidencyBoundary?: DataResidencyBoundary;
|
|
3735
|
-
disableLocalAuth?: boolean;
|
|
3736
|
-
readonly endpoint?: string;
|
|
3737
|
-
eventTypeInfo?: EventTypeInfo;
|
|
3738
|
-
identity?: IdentityInfo;
|
|
3739
|
-
inboundIpRules?: InboundIpRule[];
|
|
3740
|
-
inputSchema?: InputSchema;
|
|
3741
|
-
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
3742
|
-
readonly metricResourceId?: string;
|
|
3743
|
-
minimumTlsVersionAllowed?: TlsVersion;
|
|
3744
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
3745
|
-
readonly provisioningState?: TopicProvisioningState;
|
|
3746
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
3747
|
-
readonly systemData?: SystemData;
|
|
3748
|
-
}
|
|
3749
|
-
|
|
3750
|
-
// @public
|
|
3751
|
-
export interface TopicEventSubscriptions {
|
|
3752
|
-
beginCreateOrUpdate(resourceGroupName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: TopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TopicEventSubscriptionsCreateOrUpdateResponse>, TopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
3753
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: TopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<TopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
3754
|
-
beginDelete(resourceGroupName: string, topicName: string, eventSubscriptionName: string, options?: TopicEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3755
|
-
beginDeleteAndWait(resourceGroupName: string, topicName: string, eventSubscriptionName: string, options?: TopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
3756
|
-
beginUpdate(resourceGroupName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: TopicEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TopicEventSubscriptionsUpdateResponse>, TopicEventSubscriptionsUpdateResponse>>;
|
|
3757
|
-
beginUpdateAndWait(resourceGroupName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: TopicEventSubscriptionsUpdateOptionalParams): Promise<TopicEventSubscriptionsUpdateResponse>;
|
|
3758
|
-
get(resourceGroupName: string, topicName: string, eventSubscriptionName: string, options?: TopicEventSubscriptionsGetOptionalParams): Promise<TopicEventSubscriptionsGetResponse>;
|
|
3759
|
-
getDeliveryAttributes(resourceGroupName: string, topicName: string, eventSubscriptionName: string, options?: TopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<TopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
3760
|
-
getFullUrl(resourceGroupName: string, topicName: string, eventSubscriptionName: string, options?: TopicEventSubscriptionsGetFullUrlOptionalParams): Promise<TopicEventSubscriptionsGetFullUrlResponse>;
|
|
3761
|
-
list(resourceGroupName: string, topicName: string, options?: TopicEventSubscriptionsListOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
3762
|
-
}
|
|
3763
|
-
|
|
3764
|
-
// @public
|
|
3765
|
-
export interface TopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3766
|
-
resumeFrom?: string;
|
|
3767
|
-
updateIntervalInMs?: number;
|
|
3768
|
-
}
|
|
3769
|
-
|
|
3770
|
-
// @public
|
|
3771
|
-
export type TopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
3772
|
-
|
|
3773
|
-
// @public
|
|
3774
|
-
export interface TopicEventSubscriptionsDeleteHeaders {
|
|
3775
|
-
// (undocumented)
|
|
3776
|
-
location?: string;
|
|
3777
|
-
}
|
|
3778
|
-
|
|
3779
|
-
// @public
|
|
3780
|
-
export interface TopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3781
|
-
resumeFrom?: string;
|
|
3782
|
-
updateIntervalInMs?: number;
|
|
3783
|
-
}
|
|
3784
|
-
|
|
3785
|
-
// @public
|
|
3786
|
-
export interface TopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
3787
|
-
}
|
|
3788
|
-
|
|
3789
|
-
// @public
|
|
3790
|
-
export type TopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
3791
|
-
|
|
3792
|
-
// @public
|
|
3793
|
-
export interface TopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
3794
|
-
}
|
|
3795
|
-
|
|
3796
|
-
// @public
|
|
3797
|
-
export type TopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
3798
|
-
|
|
3799
|
-
// @public
|
|
3800
|
-
export interface TopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
3801
|
-
}
|
|
3802
|
-
|
|
3803
|
-
// @public
|
|
3804
|
-
export type TopicEventSubscriptionsGetResponse = EventSubscription;
|
|
3805
|
-
|
|
3806
|
-
// @public
|
|
3807
|
-
export interface TopicEventSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3808
|
-
}
|
|
3809
|
-
|
|
3810
|
-
// @public
|
|
3811
|
-
export type TopicEventSubscriptionsListNextResponse = EventSubscriptionsListResult;
|
|
3812
|
-
|
|
3813
|
-
// @public
|
|
3814
|
-
export interface TopicEventSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
3815
|
-
filter?: string;
|
|
3816
|
-
top?: number;
|
|
3817
|
-
}
|
|
3818
|
-
|
|
3819
|
-
// @public
|
|
3820
|
-
export type TopicEventSubscriptionsListResponse = EventSubscriptionsListResult;
|
|
3821
|
-
|
|
3822
|
-
// @public
|
|
3823
|
-
export interface TopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3824
|
-
resumeFrom?: string;
|
|
3825
|
-
updateIntervalInMs?: number;
|
|
3826
|
-
}
|
|
3827
|
-
|
|
3828
|
-
// @public
|
|
3829
|
-
export type TopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
3830
|
-
|
|
3831
|
-
// @public
|
|
3832
|
-
export type TopicProvisioningState = string;
|
|
3833
|
-
|
|
3834
|
-
// @public
|
|
3835
|
-
export interface TopicRegenerateKeyRequest {
|
|
3836
|
-
keyName: string;
|
|
3837
|
-
}
|
|
3838
|
-
|
|
3839
|
-
// @public
|
|
3840
|
-
export interface Topics {
|
|
3841
|
-
beginCreateOrUpdate(resourceGroupName: string, topicName: string, topicInfo: Topic, options?: TopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TopicsCreateOrUpdateResponse>, TopicsCreateOrUpdateResponse>>;
|
|
3842
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, topicName: string, topicInfo: Topic, options?: TopicsCreateOrUpdateOptionalParams): Promise<TopicsCreateOrUpdateResponse>;
|
|
3843
|
-
beginDelete(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<TopicsDeleteResponse>, TopicsDeleteResponse>>;
|
|
3844
|
-
beginDeleteAndWait(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<TopicsDeleteResponse>;
|
|
3845
|
-
beginRegenerateKey(resourceGroupName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: TopicsRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<TopicsRegenerateKeyResponse>, TopicsRegenerateKeyResponse>>;
|
|
3846
|
-
beginRegenerateKeyAndWait(resourceGroupName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: TopicsRegenerateKeyOptionalParams): Promise<TopicsRegenerateKeyResponse>;
|
|
3847
|
-
beginUpdate(resourceGroupName: string, topicName: string, topicUpdateParameters: TopicUpdateParameters, options?: TopicsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3848
|
-
beginUpdateAndWait(resourceGroupName: string, topicName: string, topicUpdateParameters: TopicUpdateParameters, options?: TopicsUpdateOptionalParams): Promise<void>;
|
|
3849
|
-
get(resourceGroupName: string, topicName: string, options?: TopicsGetOptionalParams): Promise<TopicsGetResponse>;
|
|
3850
|
-
listByResourceGroup(resourceGroupName: string, options?: TopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Topic>;
|
|
3851
|
-
listBySubscription(options?: TopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Topic>;
|
|
3852
|
-
listEventTypes(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: TopicsListEventTypesOptionalParams): PagedAsyncIterableIterator<EventType>;
|
|
3853
|
-
listSharedAccessKeys(resourceGroupName: string, topicName: string, options?: TopicsListSharedAccessKeysOptionalParams): Promise<TopicsListSharedAccessKeysResponse>;
|
|
3854
|
-
}
|
|
3855
|
-
|
|
3856
|
-
// @public
|
|
3857
|
-
export interface TopicsConfiguration {
|
|
3858
|
-
customDomains?: CustomDomainConfiguration[];
|
|
3859
|
-
readonly hostname?: string;
|
|
3860
|
-
}
|
|
3861
|
-
|
|
3862
|
-
// @public
|
|
3863
|
-
export interface TopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3864
|
-
resumeFrom?: string;
|
|
3865
|
-
updateIntervalInMs?: number;
|
|
3866
|
-
}
|
|
3867
|
-
|
|
3868
|
-
// @public
|
|
3869
|
-
export type TopicsCreateOrUpdateResponse = Topic;
|
|
3870
|
-
|
|
3871
|
-
// @public
|
|
3872
|
-
export interface TopicsDeleteHeaders {
|
|
3873
|
-
// (undocumented)
|
|
3874
|
-
location?: string;
|
|
3875
|
-
}
|
|
3876
|
-
|
|
3877
|
-
// @public
|
|
3878
|
-
export interface TopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3879
|
-
resumeFrom?: string;
|
|
3880
|
-
updateIntervalInMs?: number;
|
|
3881
|
-
}
|
|
3882
|
-
|
|
3883
|
-
// @public
|
|
3884
|
-
export type TopicsDeleteResponse = TopicsDeleteHeaders;
|
|
3885
|
-
|
|
3886
|
-
// @public
|
|
3887
|
-
export interface TopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
3888
|
-
}
|
|
3889
|
-
|
|
3890
|
-
// @public
|
|
3891
|
-
export type TopicsGetResponse = Topic;
|
|
3892
|
-
|
|
3893
|
-
// @public
|
|
3894
|
-
export interface TopicSharedAccessKeys {
|
|
3895
|
-
key1?: string;
|
|
3896
|
-
key2?: string;
|
|
3897
|
-
}
|
|
3898
|
-
|
|
3899
|
-
// @public
|
|
3900
|
-
export interface TopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3901
|
-
}
|
|
3902
|
-
|
|
3903
|
-
// @public
|
|
3904
|
-
export type TopicsListByResourceGroupNextResponse = TopicsListResult;
|
|
3905
|
-
|
|
3906
|
-
// @public
|
|
3907
|
-
export interface TopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3908
|
-
filter?: string;
|
|
3909
|
-
top?: number;
|
|
3910
|
-
}
|
|
3911
|
-
|
|
3912
|
-
// @public
|
|
3913
|
-
export type TopicsListByResourceGroupResponse = TopicsListResult;
|
|
3914
|
-
|
|
3915
|
-
// @public
|
|
3916
|
-
export interface TopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3917
|
-
}
|
|
3918
|
-
|
|
3919
|
-
// @public
|
|
3920
|
-
export type TopicsListBySubscriptionNextResponse = TopicsListResult;
|
|
3921
|
-
|
|
3922
|
-
// @public
|
|
3923
|
-
export interface TopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3924
|
-
filter?: string;
|
|
3925
|
-
top?: number;
|
|
3926
|
-
}
|
|
3927
|
-
|
|
3928
|
-
// @public
|
|
3929
|
-
export type TopicsListBySubscriptionResponse = TopicsListResult;
|
|
3930
|
-
|
|
3931
|
-
// @public
|
|
3932
|
-
export interface TopicsListEventTypesOptionalParams extends coreClient.OperationOptions {
|
|
3933
|
-
}
|
|
3934
|
-
|
|
3935
|
-
// @public
|
|
3936
|
-
export type TopicsListEventTypesResponse = EventTypesListResult;
|
|
3937
|
-
|
|
3938
|
-
// @public
|
|
3939
|
-
export interface TopicsListResult {
|
|
3940
|
-
nextLink?: string;
|
|
3941
|
-
value?: Topic[];
|
|
3942
|
-
}
|
|
3943
|
-
|
|
3944
|
-
// @public
|
|
3945
|
-
export interface TopicsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
3946
|
-
}
|
|
3947
|
-
|
|
3948
|
-
// @public
|
|
3949
|
-
export type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
|
|
3950
|
-
|
|
3951
|
-
// @public
|
|
3952
|
-
export interface TopicSpace extends Resource {
|
|
3953
|
-
description?: string;
|
|
3954
|
-
readonly provisioningState?: TopicSpaceProvisioningState;
|
|
3955
|
-
readonly systemData?: SystemData;
|
|
3956
|
-
topicTemplates?: string[];
|
|
3957
|
-
}
|
|
3958
|
-
|
|
3959
|
-
// @public
|
|
3960
|
-
export type TopicSpaceProvisioningState = string;
|
|
3961
|
-
|
|
3962
|
-
// @public
|
|
3963
|
-
export interface TopicSpaces {
|
|
3964
|
-
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TopicSpacesCreateOrUpdateResponse>, TopicSpacesCreateOrUpdateResponse>>;
|
|
3965
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams): Promise<TopicSpacesCreateOrUpdateResponse>;
|
|
3966
|
-
beginDelete(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3967
|
-
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams): Promise<void>;
|
|
3968
|
-
get(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesGetOptionalParams): Promise<TopicSpacesGetResponse>;
|
|
3969
|
-
listByNamespace(resourceGroupName: string, namespaceName: string, options?: TopicSpacesListByNamespaceOptionalParams): PagedAsyncIterableIterator<TopicSpace>;
|
|
3970
|
-
}
|
|
3971
|
-
|
|
3972
|
-
// @public
|
|
3973
|
-
export interface TopicSpacesConfiguration {
|
|
3974
|
-
customDomains?: CustomDomainConfiguration[];
|
|
3975
|
-
readonly hostname?: string;
|
|
3976
|
-
maximumClientSessionsPerAuthenticationName?: number;
|
|
3977
|
-
maximumSessionExpiryInHours?: number;
|
|
3978
|
-
routeTopicResourceId?: string;
|
|
3979
|
-
routingEnrichments?: RoutingEnrichments;
|
|
3980
|
-
routingIdentityInfo?: RoutingIdentityInfo;
|
|
3981
|
-
state?: TopicSpacesConfigurationState;
|
|
3982
|
-
}
|
|
3983
|
-
|
|
3984
|
-
// @public
|
|
3985
|
-
export type TopicSpacesConfigurationState = string;
|
|
3986
|
-
|
|
3987
|
-
// @public
|
|
3988
|
-
export interface TopicSpacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3989
|
-
resumeFrom?: string;
|
|
3990
|
-
updateIntervalInMs?: number;
|
|
3991
|
-
}
|
|
3992
|
-
|
|
3993
|
-
// @public
|
|
3994
|
-
export type TopicSpacesCreateOrUpdateResponse = TopicSpace;
|
|
3995
|
-
|
|
3996
|
-
// @public
|
|
3997
|
-
export interface TopicSpacesDeleteHeaders {
|
|
3998
|
-
// (undocumented)
|
|
3999
|
-
location?: string;
|
|
4000
|
-
}
|
|
4001
|
-
|
|
4002
|
-
// @public
|
|
4003
|
-
export interface TopicSpacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4004
|
-
resumeFrom?: string;
|
|
4005
|
-
updateIntervalInMs?: number;
|
|
4006
|
-
}
|
|
4007
|
-
|
|
4008
|
-
// @public
|
|
4009
|
-
export interface TopicSpacesGetOptionalParams extends coreClient.OperationOptions {
|
|
4010
|
-
}
|
|
4011
|
-
|
|
4012
|
-
// @public
|
|
4013
|
-
export type TopicSpacesGetResponse = TopicSpace;
|
|
4014
|
-
|
|
4015
|
-
// @public
|
|
4016
|
-
export interface TopicSpacesListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
4017
|
-
}
|
|
4018
|
-
|
|
4019
|
-
// @public
|
|
4020
|
-
export type TopicSpacesListByNamespaceNextResponse = TopicSpacesListResult;
|
|
4021
|
-
|
|
4022
|
-
// @public
|
|
4023
|
-
export interface TopicSpacesListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
4024
|
-
filter?: string;
|
|
4025
|
-
top?: number;
|
|
4026
|
-
}
|
|
4027
|
-
|
|
4028
|
-
// @public
|
|
4029
|
-
export type TopicSpacesListByNamespaceResponse = TopicSpacesListResult;
|
|
4030
|
-
|
|
4031
|
-
// @public
|
|
4032
|
-
export interface TopicSpacesListResult {
|
|
4033
|
-
nextLink?: string;
|
|
4034
|
-
value?: TopicSpace[];
|
|
4035
|
-
}
|
|
4036
|
-
|
|
4037
|
-
// @public
|
|
4038
|
-
export interface TopicsRegenerateKeyHeaders {
|
|
4039
|
-
// (undocumented)
|
|
4040
|
-
location?: string;
|
|
4041
|
-
}
|
|
4042
|
-
|
|
4043
|
-
// @public
|
|
4044
|
-
export interface TopicsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
4045
|
-
resumeFrom?: string;
|
|
4046
|
-
updateIntervalInMs?: number;
|
|
4047
|
-
}
|
|
4048
|
-
|
|
4049
|
-
// @public
|
|
4050
|
-
export type TopicsRegenerateKeyResponse = TopicSharedAccessKeys;
|
|
4051
|
-
|
|
4052
|
-
// @public
|
|
4053
|
-
export interface TopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4054
|
-
resumeFrom?: string;
|
|
4055
|
-
updateIntervalInMs?: number;
|
|
4056
|
-
}
|
|
4057
|
-
|
|
4058
|
-
// @public (undocumented)
|
|
4059
|
-
export interface TopicTypeAdditionalEnforcedPermission {
|
|
4060
|
-
// (undocumented)
|
|
4061
|
-
isDataAction?: boolean;
|
|
4062
|
-
// (undocumented)
|
|
4063
|
-
permissionName?: string;
|
|
4064
|
-
}
|
|
4065
|
-
|
|
4066
|
-
// @public
|
|
4067
|
-
export interface TopicTypeInfo extends Resource {
|
|
4068
|
-
additionalEnforcedPermissions?: TopicTypeAdditionalEnforcedPermission[];
|
|
4069
|
-
areRegionalAndGlobalSourcesSupported?: boolean;
|
|
4070
|
-
description?: string;
|
|
4071
|
-
displayName?: string;
|
|
4072
|
-
provider?: string;
|
|
4073
|
-
provisioningState?: TopicTypeProvisioningState;
|
|
4074
|
-
resourceRegionType?: ResourceRegionType;
|
|
4075
|
-
sourceResourceFormat?: string;
|
|
4076
|
-
supportedLocations?: string[];
|
|
4077
|
-
supportedScopesForSource?: TopicTypeSourceScope[];
|
|
4078
|
-
}
|
|
4079
|
-
|
|
4080
|
-
// @public
|
|
4081
|
-
export type TopicTypeProvisioningState = string;
|
|
4082
|
-
|
|
4083
|
-
// @public
|
|
4084
|
-
export interface TopicTypes {
|
|
4085
|
-
get(topicTypeName: string, options?: TopicTypesGetOptionalParams): Promise<TopicTypesGetResponse>;
|
|
4086
|
-
list(options?: TopicTypesListOptionalParams): PagedAsyncIterableIterator<TopicTypeInfo>;
|
|
4087
|
-
listEventTypes(topicTypeName: string, options?: TopicTypesListEventTypesOptionalParams): PagedAsyncIterableIterator<EventType>;
|
|
4088
|
-
}
|
|
4089
|
-
|
|
4090
|
-
// @public
|
|
4091
|
-
export interface TopicTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
4092
|
-
}
|
|
4093
|
-
|
|
4094
|
-
// @public
|
|
4095
|
-
export type TopicTypesGetResponse = TopicTypeInfo;
|
|
4096
|
-
|
|
4097
|
-
// @public
|
|
4098
|
-
export interface TopicTypesListEventTypesOptionalParams extends coreClient.OperationOptions {
|
|
4099
|
-
}
|
|
4100
|
-
|
|
4101
|
-
// @public
|
|
4102
|
-
export type TopicTypesListEventTypesResponse = EventTypesListResult;
|
|
4103
|
-
|
|
4104
|
-
// @public
|
|
4105
|
-
export interface TopicTypesListOptionalParams extends coreClient.OperationOptions {
|
|
4106
|
-
}
|
|
4107
|
-
|
|
4108
|
-
// @public
|
|
4109
|
-
export type TopicTypesListResponse = TopicTypesListResult;
|
|
4110
|
-
|
|
4111
|
-
// @public
|
|
4112
|
-
export interface TopicTypesListResult {
|
|
4113
|
-
value?: TopicTypeInfo[];
|
|
4114
|
-
}
|
|
4115
|
-
|
|
4116
|
-
// @public
|
|
4117
|
-
export type TopicTypeSourceScope = string;
|
|
4118
|
-
|
|
4119
|
-
// @public
|
|
4120
|
-
export interface TopicUpdateParameters {
|
|
4121
|
-
dataResidencyBoundary?: DataResidencyBoundary;
|
|
4122
|
-
disableLocalAuth?: boolean;
|
|
4123
|
-
eventTypeInfo?: EventTypeInfo;
|
|
4124
|
-
identity?: IdentityInfo;
|
|
4125
|
-
inboundIpRules?: InboundIpRule[];
|
|
4126
|
-
minimumTlsVersionAllowed?: TlsVersion;
|
|
4127
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
4128
|
-
tags?: {
|
|
4129
|
-
[propertyName: string]: string;
|
|
4130
|
-
};
|
|
4131
|
-
}
|
|
4132
|
-
|
|
4133
|
-
// @public
|
|
4134
|
-
export interface TrackedResource extends Resource {
|
|
4135
|
-
location: string;
|
|
4136
|
-
tags?: {
|
|
4137
|
-
[propertyName: string]: string;
|
|
4138
|
-
};
|
|
4139
|
-
}
|
|
4140
|
-
|
|
4141
|
-
// @public
|
|
4142
|
-
export interface UpdateTopicsConfigurationInfo {
|
|
4143
|
-
customDomains?: CustomDomainConfiguration[];
|
|
4144
|
-
}
|
|
4145
|
-
|
|
4146
|
-
// @public
|
|
4147
|
-
export interface UpdateTopicSpacesConfigurationInfo {
|
|
4148
|
-
customDomains?: CustomDomainConfiguration[];
|
|
4149
|
-
maximumClientSessionsPerAuthenticationName?: number;
|
|
4150
|
-
maximumSessionExpiryInHours?: number;
|
|
4151
|
-
routeTopicResourceId?: string;
|
|
4152
|
-
routingEnrichments?: RoutingEnrichments;
|
|
4153
|
-
routingIdentityInfo?: RoutingIdentityInfo;
|
|
4154
|
-
state?: TopicSpacesConfigurationState;
|
|
4155
|
-
}
|
|
4156
|
-
|
|
4157
|
-
// @public
|
|
4158
|
-
export interface UserIdentityProperties {
|
|
4159
|
-
clientId?: string;
|
|
4160
|
-
principalId?: string;
|
|
4161
|
-
}
|
|
4162
|
-
|
|
4163
|
-
// @public
|
|
4164
|
-
export interface VerifiedPartner extends Resource {
|
|
4165
|
-
organizationName?: string;
|
|
4166
|
-
partnerDisplayName?: string;
|
|
4167
|
-
partnerRegistrationImmutableId?: string;
|
|
4168
|
-
partnerTopicDetails?: PartnerDetails;
|
|
4169
|
-
provisioningState?: VerifiedPartnerProvisioningState;
|
|
4170
|
-
readonly systemData?: SystemData;
|
|
4171
|
-
}
|
|
4172
|
-
|
|
4173
|
-
// @public
|
|
4174
|
-
export type VerifiedPartnerProvisioningState = string;
|
|
4175
|
-
|
|
4176
|
-
// @public
|
|
4177
|
-
export interface VerifiedPartners {
|
|
4178
|
-
get(verifiedPartnerName: string, options?: VerifiedPartnersGetOptionalParams): Promise<VerifiedPartnersGetResponse>;
|
|
4179
|
-
list(options?: VerifiedPartnersListOptionalParams): PagedAsyncIterableIterator<VerifiedPartner>;
|
|
4180
|
-
}
|
|
4181
|
-
|
|
4182
|
-
// @public
|
|
4183
|
-
export interface VerifiedPartnersGetOptionalParams extends coreClient.OperationOptions {
|
|
4184
|
-
}
|
|
4185
|
-
|
|
4186
|
-
// @public
|
|
4187
|
-
export type VerifiedPartnersGetResponse = VerifiedPartner;
|
|
4188
|
-
|
|
4189
|
-
// @public
|
|
4190
|
-
export interface VerifiedPartnersListNextOptionalParams extends coreClient.OperationOptions {
|
|
4191
|
-
}
|
|
4192
|
-
|
|
4193
|
-
// @public
|
|
4194
|
-
export type VerifiedPartnersListNextResponse = VerifiedPartnersListResult;
|
|
4195
|
-
|
|
4196
|
-
// @public
|
|
4197
|
-
export interface VerifiedPartnersListOptionalParams extends coreClient.OperationOptions {
|
|
4198
|
-
filter?: string;
|
|
4199
|
-
top?: number;
|
|
4200
|
-
}
|
|
4201
|
-
|
|
4202
|
-
// @public
|
|
4203
|
-
export type VerifiedPartnersListResponse = VerifiedPartnersListResult;
|
|
4204
|
-
|
|
4205
|
-
// @public
|
|
4206
|
-
export interface VerifiedPartnersListResult {
|
|
4207
|
-
nextLink?: string;
|
|
4208
|
-
value?: VerifiedPartner[];
|
|
4209
|
-
}
|
|
4210
|
-
|
|
4211
|
-
// @public
|
|
4212
|
-
export interface WebHookEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
4213
|
-
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
4214
|
-
azureActiveDirectoryTenantId?: string;
|
|
4215
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
4216
|
-
readonly endpointBaseUrl?: string;
|
|
4217
|
-
endpointType: "WebHook";
|
|
4218
|
-
endpointUrl?: string;
|
|
4219
|
-
maxEventsPerBatch?: number;
|
|
4220
|
-
minimumTlsVersionAllowed?: TlsVersion;
|
|
4221
|
-
preferredBatchSizeInKilobytes?: number;
|
|
4222
|
-
}
|
|
4223
|
-
|
|
4224
|
-
// (No @packageDocumentation comment for this package)
|
|
4225
|
-
|
|
4226
|
-
```
|