@azure/arm-eventgrid 15.0.0-alpha.20250724.1 → 15.0.0-alpha.20250805.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/dist/browser/eventGridManagementClient.js +44 -5
- package/dist/browser/eventGridManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +776 -347
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/caCertificates.js +45 -52
- package/dist/browser/operations/caCertificates.js.map +1 -1
- package/dist/browser/operations/channels.js +34 -46
- package/dist/browser/operations/channels.js.map +1 -1
- package/dist/browser/operations/clientGroups.js +45 -52
- package/dist/browser/operations/clientGroups.js.map +1 -1
- package/dist/browser/operations/clients.js +45 -52
- package/dist/browser/operations/clients.js.map +1 -1
- package/dist/browser/operations/domainEventSubscriptions.js +56 -58
- package/dist/browser/operations/domainEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/domainTopicEventSubscriptions.js +56 -58
- package/dist/browser/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/domainTopics.js +45 -52
- package/dist/browser/operations/domainTopics.js.map +1 -1
- package/dist/browser/operations/domains.js +78 -97
- package/dist/browser/operations/domains.js.map +1 -1
- package/dist/browser/operations/eventSubscriptions.js +254 -409
- package/dist/browser/operations/eventSubscriptions.js.map +1 -1
- package/dist/browser/operations/extensionTopics.js +1 -0
- package/dist/browser/operations/extensionTopics.js.map +1 -1
- package/dist/browser/operations/namespaceTopicEventSubscriptions.js +56 -58
- package/dist/browser/operations/namespaceTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/namespaceTopics.js +67 -64
- package/dist/browser/operations/namespaceTopics.js.map +1 -1
- package/dist/browser/operations/namespaces.js +100 -109
- package/dist/browser/operations/namespaces.js.map +1 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +21 -33
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- package/dist/browser/operations/operations.js +10 -27
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/partnerConfigurations.js +65 -84
- package/dist/browser/operations/partnerConfigurations.js.map +1 -1
- package/dist/browser/operations/partnerDestinations.js +78 -97
- package/dist/browser/operations/partnerDestinations.js.map +1 -1
- package/dist/browser/operations/partnerNamespaces.js +78 -97
- package/dist/browser/operations/partnerNamespaces.js.map +1 -1
- package/dist/browser/operations/partnerRegistrations.js +78 -97
- package/dist/browser/operations/partnerRegistrations.js.map +1 -1
- package/dist/browser/operations/partnerTopicEventSubscriptions.js +56 -58
- package/dist/browser/operations/partnerTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/partnerTopics.js +56 -85
- package/dist/browser/operations/partnerTopics.js.map +1 -1
- package/dist/browser/operations/permissionBindings.js +45 -52
- package/dist/browser/operations/permissionBindings.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +45 -52
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +23 -40
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/systemTopicEventSubscriptions.js +56 -58
- package/dist/browser/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/systemTopics.js +78 -97
- package/dist/browser/operations/systemTopics.js.map +1 -1
- package/dist/browser/operations/topicEventSubscriptions.js +56 -58
- package/dist/browser/operations/topicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/topicSpaces.js +45 -52
- package/dist/browser/operations/topicSpaces.js.map +1 -1
- package/dist/browser/operations/topicTypes.js +19 -53
- package/dist/browser/operations/topicTypes.js.map +1 -1
- package/dist/browser/operations/topics.js +98 -129
- package/dist/browser/operations/topics.js.map +1 -1
- package/dist/browser/operations/verifiedPartners.js +23 -40
- package/dist/browser/operations/verifiedPartners.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/eventGridManagementClient.js +44 -5
- package/dist/commonjs/eventGridManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +776 -347
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/caCertificates.js +45 -51
- package/dist/commonjs/operations/caCertificates.js.map +1 -1
- package/dist/commonjs/operations/channels.js +34 -45
- package/dist/commonjs/operations/channels.js.map +1 -1
- package/dist/commonjs/operations/clientGroups.js +45 -51
- package/dist/commonjs/operations/clientGroups.js.map +1 -1
- package/dist/commonjs/operations/clients.js +45 -51
- package/dist/commonjs/operations/clients.js.map +1 -1
- package/dist/commonjs/operations/domainEventSubscriptions.js +56 -57
- package/dist/commonjs/operations/domainEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js +56 -57
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/domainTopics.js +45 -51
- package/dist/commonjs/operations/domainTopics.js.map +1 -1
- package/dist/commonjs/operations/domains.js +78 -96
- package/dist/commonjs/operations/domains.js.map +1 -1
- package/dist/commonjs/operations/eventSubscriptions.js +254 -408
- package/dist/commonjs/operations/eventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/extensionTopics.js +1 -0
- package/dist/commonjs/operations/extensionTopics.js.map +1 -1
- package/dist/commonjs/operations/namespaceTopicEventSubscriptions.js +56 -57
- package/dist/commonjs/operations/namespaceTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/namespaceTopics.js +67 -63
- package/dist/commonjs/operations/namespaceTopics.js.map +1 -1
- package/dist/commonjs/operations/namespaces.js +100 -108
- package/dist/commonjs/operations/namespaces.js.map +1 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +21 -32
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- package/dist/commonjs/operations/operations.js +10 -26
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/partnerConfigurations.js +65 -83
- package/dist/commonjs/operations/partnerConfigurations.js.map +1 -1
- package/dist/commonjs/operations/partnerDestinations.js +78 -96
- package/dist/commonjs/operations/partnerDestinations.js.map +1 -1
- package/dist/commonjs/operations/partnerNamespaces.js +78 -96
- package/dist/commonjs/operations/partnerNamespaces.js.map +1 -1
- package/dist/commonjs/operations/partnerRegistrations.js +78 -96
- package/dist/commonjs/operations/partnerRegistrations.js.map +1 -1
- package/dist/commonjs/operations/partnerTopicEventSubscriptions.js +56 -57
- package/dist/commonjs/operations/partnerTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/partnerTopics.js +56 -84
- package/dist/commonjs/operations/partnerTopics.js.map +1 -1
- package/dist/commonjs/operations/permissionBindings.js +45 -51
- package/dist/commonjs/operations/permissionBindings.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +45 -51
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +23 -39
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js +56 -57
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/systemTopics.js +78 -96
- package/dist/commonjs/operations/systemTopics.js.map +1 -1
- package/dist/commonjs/operations/topicEventSubscriptions.js +56 -57
- package/dist/commonjs/operations/topicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/topicSpaces.js +45 -51
- package/dist/commonjs/operations/topicSpaces.js.map +1 -1
- package/dist/commonjs/operations/topicTypes.js +19 -52
- package/dist/commonjs/operations/topicTypes.js.map +1 -1
- package/dist/commonjs/operations/topics.js +98 -128
- package/dist/commonjs/operations/topics.js.map +1 -1
- package/dist/commonjs/operations/verifiedPartners.js +23 -39
- package/dist/commonjs/operations/verifiedPartners.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/eventGridManagementClient.js +44 -5
- package/dist/esm/eventGridManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +776 -347
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/caCertificates.js +45 -52
- package/dist/esm/operations/caCertificates.js.map +1 -1
- package/dist/esm/operations/channels.js +34 -46
- package/dist/esm/operations/channels.js.map +1 -1
- package/dist/esm/operations/clientGroups.js +45 -52
- package/dist/esm/operations/clientGroups.js.map +1 -1
- package/dist/esm/operations/clients.js +45 -52
- package/dist/esm/operations/clients.js.map +1 -1
- package/dist/esm/operations/domainEventSubscriptions.js +56 -58
- package/dist/esm/operations/domainEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/domainTopicEventSubscriptions.js +56 -58
- package/dist/esm/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/domainTopics.js +45 -52
- package/dist/esm/operations/domainTopics.js.map +1 -1
- package/dist/esm/operations/domains.js +78 -97
- package/dist/esm/operations/domains.js.map +1 -1
- package/dist/esm/operations/eventSubscriptions.js +254 -409
- package/dist/esm/operations/eventSubscriptions.js.map +1 -1
- package/dist/esm/operations/extensionTopics.js +1 -0
- package/dist/esm/operations/extensionTopics.js.map +1 -1
- package/dist/esm/operations/namespaceTopicEventSubscriptions.js +56 -58
- package/dist/esm/operations/namespaceTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/namespaceTopics.js +67 -64
- package/dist/esm/operations/namespaceTopics.js.map +1 -1
- package/dist/esm/operations/namespaces.js +100 -109
- package/dist/esm/operations/namespaces.js.map +1 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +21 -33
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- package/dist/esm/operations/operations.js +10 -27
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/partnerConfigurations.js +65 -84
- package/dist/esm/operations/partnerConfigurations.js.map +1 -1
- package/dist/esm/operations/partnerDestinations.js +78 -97
- package/dist/esm/operations/partnerDestinations.js.map +1 -1
- package/dist/esm/operations/partnerNamespaces.js +78 -97
- package/dist/esm/operations/partnerNamespaces.js.map +1 -1
- package/dist/esm/operations/partnerRegistrations.js +78 -97
- package/dist/esm/operations/partnerRegistrations.js.map +1 -1
- package/dist/esm/operations/partnerTopicEventSubscriptions.js +56 -58
- package/dist/esm/operations/partnerTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/partnerTopics.js +56 -85
- package/dist/esm/operations/partnerTopics.js.map +1 -1
- package/dist/esm/operations/permissionBindings.js +45 -52
- package/dist/esm/operations/permissionBindings.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +45 -52
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +23 -40
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/systemTopicEventSubscriptions.js +56 -58
- package/dist/esm/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/systemTopics.js +78 -97
- package/dist/esm/operations/systemTopics.js.map +1 -1
- package/dist/esm/operations/topicEventSubscriptions.js +56 -58
- package/dist/esm/operations/topicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/topicSpaces.js +45 -52
- package/dist/esm/operations/topicSpaces.js.map +1 -1
- package/dist/esm/operations/topicTypes.js +19 -53
- package/dist/esm/operations/topicTypes.js.map +1 -1
- package/dist/esm/operations/topics.js +98 -129
- package/dist/esm/operations/topics.js.map +1 -1
- package/dist/esm/operations/verifiedPartners.js +23 -40
- package/dist/esm/operations/verifiedPartners.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/eventGridManagementClient.js +44 -5
- package/dist/react-native/eventGridManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +776 -347
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/caCertificates.js +45 -52
- package/dist/react-native/operations/caCertificates.js.map +1 -1
- package/dist/react-native/operations/channels.js +34 -46
- package/dist/react-native/operations/channels.js.map +1 -1
- package/dist/react-native/operations/clientGroups.js +45 -52
- package/dist/react-native/operations/clientGroups.js.map +1 -1
- package/dist/react-native/operations/clients.js +45 -52
- package/dist/react-native/operations/clients.js.map +1 -1
- package/dist/react-native/operations/domainEventSubscriptions.js +56 -58
- package/dist/react-native/operations/domainEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/domainTopicEventSubscriptions.js +56 -58
- package/dist/react-native/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/domainTopics.js +45 -52
- package/dist/react-native/operations/domainTopics.js.map +1 -1
- package/dist/react-native/operations/domains.js +78 -97
- package/dist/react-native/operations/domains.js.map +1 -1
- package/dist/react-native/operations/eventSubscriptions.js +254 -409
- package/dist/react-native/operations/eventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/extensionTopics.js +1 -0
- package/dist/react-native/operations/extensionTopics.js.map +1 -1
- package/dist/react-native/operations/namespaceTopicEventSubscriptions.js +56 -58
- package/dist/react-native/operations/namespaceTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/namespaceTopics.js +67 -64
- package/dist/react-native/operations/namespaceTopics.js.map +1 -1
- package/dist/react-native/operations/namespaces.js +100 -109
- package/dist/react-native/operations/namespaces.js.map +1 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +21 -33
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- package/dist/react-native/operations/operations.js +10 -27
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/partnerConfigurations.js +65 -84
- package/dist/react-native/operations/partnerConfigurations.js.map +1 -1
- package/dist/react-native/operations/partnerDestinations.js +78 -97
- package/dist/react-native/operations/partnerDestinations.js.map +1 -1
- package/dist/react-native/operations/partnerNamespaces.js +78 -97
- package/dist/react-native/operations/partnerNamespaces.js.map +1 -1
- package/dist/react-native/operations/partnerRegistrations.js +78 -97
- package/dist/react-native/operations/partnerRegistrations.js.map +1 -1
- package/dist/react-native/operations/partnerTopicEventSubscriptions.js +56 -58
- package/dist/react-native/operations/partnerTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/partnerTopics.js +56 -85
- package/dist/react-native/operations/partnerTopics.js.map +1 -1
- package/dist/react-native/operations/permissionBindings.js +45 -52
- package/dist/react-native/operations/permissionBindings.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +45 -52
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +23 -40
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/systemTopicEventSubscriptions.js +56 -58
- package/dist/react-native/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/systemTopics.js +78 -97
- package/dist/react-native/operations/systemTopics.js.map +1 -1
- package/dist/react-native/operations/topicEventSubscriptions.js +56 -58
- package/dist/react-native/operations/topicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/topicSpaces.js +45 -52
- package/dist/react-native/operations/topicSpaces.js.map +1 -1
- package/dist/react-native/operations/topicTypes.js +19 -53
- package/dist/react-native/operations/topicTypes.js.map +1 -1
- package/dist/react-native/operations/topics.js +98 -129
- package/dist/react-native/operations/topics.js.map +1 -1
- package/dist/react-native/operations/verifiedPartners.js +23 -40
- package/dist/react-native/operations/verifiedPartners.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +1 -1
|
@@ -3509,180 +3509,216 @@ exports.CaCertificate = {
|
|
|
3509
3509
|
type: {
|
|
3510
3510
|
name: "Composite",
|
|
3511
3511
|
className: "CaCertificate",
|
|
3512
|
-
modelProperties:
|
|
3512
|
+
modelProperties: {
|
|
3513
|
+
...exports.Resource.type.modelProperties,
|
|
3514
|
+
systemData: {
|
|
3513
3515
|
serializedName: "systemData",
|
|
3514
3516
|
type: {
|
|
3515
3517
|
name: "Composite",
|
|
3516
3518
|
className: "SystemData",
|
|
3517
3519
|
},
|
|
3518
|
-
},
|
|
3520
|
+
},
|
|
3521
|
+
description: {
|
|
3519
3522
|
serializedName: "properties.description",
|
|
3520
3523
|
type: {
|
|
3521
3524
|
name: "String",
|
|
3522
3525
|
},
|
|
3523
|
-
},
|
|
3526
|
+
},
|
|
3527
|
+
encodedCertificate: {
|
|
3524
3528
|
serializedName: "properties.encodedCertificate",
|
|
3525
3529
|
type: {
|
|
3526
3530
|
name: "String",
|
|
3527
3531
|
},
|
|
3528
|
-
},
|
|
3532
|
+
},
|
|
3533
|
+
issueTimeInUtc: {
|
|
3529
3534
|
serializedName: "properties.issueTimeInUtc",
|
|
3530
3535
|
readOnly: true,
|
|
3531
3536
|
type: {
|
|
3532
3537
|
name: "DateTime",
|
|
3533
3538
|
},
|
|
3534
|
-
},
|
|
3539
|
+
},
|
|
3540
|
+
expiryTimeInUtc: {
|
|
3535
3541
|
serializedName: "properties.expiryTimeInUtc",
|
|
3536
3542
|
readOnly: true,
|
|
3537
3543
|
type: {
|
|
3538
3544
|
name: "DateTime",
|
|
3539
3545
|
},
|
|
3540
|
-
},
|
|
3546
|
+
},
|
|
3547
|
+
provisioningState: {
|
|
3541
3548
|
serializedName: "properties.provisioningState",
|
|
3542
3549
|
readOnly: true,
|
|
3543
3550
|
type: {
|
|
3544
3551
|
name: "String",
|
|
3545
3552
|
},
|
|
3546
|
-
}
|
|
3553
|
+
},
|
|
3554
|
+
},
|
|
3547
3555
|
},
|
|
3548
3556
|
};
|
|
3549
3557
|
exports.Channel = {
|
|
3550
3558
|
type: {
|
|
3551
3559
|
name: "Composite",
|
|
3552
3560
|
className: "Channel",
|
|
3553
|
-
modelProperties:
|
|
3561
|
+
modelProperties: {
|
|
3562
|
+
...exports.Resource.type.modelProperties,
|
|
3563
|
+
systemData: {
|
|
3554
3564
|
serializedName: "systemData",
|
|
3555
3565
|
type: {
|
|
3556
3566
|
name: "Composite",
|
|
3557
3567
|
className: "SystemData",
|
|
3558
3568
|
},
|
|
3559
|
-
},
|
|
3569
|
+
},
|
|
3570
|
+
channelType: {
|
|
3560
3571
|
serializedName: "properties.channelType",
|
|
3561
3572
|
type: {
|
|
3562
3573
|
name: "String",
|
|
3563
3574
|
},
|
|
3564
|
-
},
|
|
3575
|
+
},
|
|
3576
|
+
partnerTopicInfo: {
|
|
3565
3577
|
serializedName: "properties.partnerTopicInfo",
|
|
3566
3578
|
type: {
|
|
3567
3579
|
name: "Composite",
|
|
3568
3580
|
className: "PartnerTopicInfo",
|
|
3569
3581
|
},
|
|
3570
|
-
},
|
|
3582
|
+
},
|
|
3583
|
+
partnerDestinationInfo: {
|
|
3571
3584
|
serializedName: "properties.partnerDestinationInfo",
|
|
3572
3585
|
type: {
|
|
3573
3586
|
name: "Composite",
|
|
3574
3587
|
className: "PartnerDestinationInfo",
|
|
3575
3588
|
},
|
|
3576
|
-
},
|
|
3589
|
+
},
|
|
3590
|
+
messageForActivation: {
|
|
3577
3591
|
serializedName: "properties.messageForActivation",
|
|
3578
3592
|
type: {
|
|
3579
3593
|
name: "String",
|
|
3580
3594
|
},
|
|
3581
|
-
},
|
|
3595
|
+
},
|
|
3596
|
+
provisioningState: {
|
|
3582
3597
|
serializedName: "properties.provisioningState",
|
|
3583
3598
|
type: {
|
|
3584
3599
|
name: "String",
|
|
3585
3600
|
},
|
|
3586
|
-
},
|
|
3601
|
+
},
|
|
3602
|
+
readinessState: {
|
|
3587
3603
|
serializedName: "properties.readinessState",
|
|
3588
3604
|
type: {
|
|
3589
3605
|
name: "String",
|
|
3590
3606
|
},
|
|
3591
|
-
},
|
|
3607
|
+
},
|
|
3608
|
+
expirationTimeIfNotActivatedUtc: {
|
|
3592
3609
|
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
3593
3610
|
type: {
|
|
3594
3611
|
name: "DateTime",
|
|
3595
3612
|
},
|
|
3596
|
-
}
|
|
3613
|
+
},
|
|
3614
|
+
},
|
|
3597
3615
|
},
|
|
3598
3616
|
};
|
|
3599
3617
|
exports.ClientGroup = {
|
|
3600
3618
|
type: {
|
|
3601
3619
|
name: "Composite",
|
|
3602
3620
|
className: "ClientGroup",
|
|
3603
|
-
modelProperties:
|
|
3621
|
+
modelProperties: {
|
|
3622
|
+
...exports.Resource.type.modelProperties,
|
|
3623
|
+
systemData: {
|
|
3604
3624
|
serializedName: "systemData",
|
|
3605
3625
|
type: {
|
|
3606
3626
|
name: "Composite",
|
|
3607
3627
|
className: "SystemData",
|
|
3608
3628
|
},
|
|
3609
|
-
},
|
|
3629
|
+
},
|
|
3630
|
+
description: {
|
|
3610
3631
|
serializedName: "properties.description",
|
|
3611
3632
|
type: {
|
|
3612
3633
|
name: "String",
|
|
3613
3634
|
},
|
|
3614
|
-
},
|
|
3635
|
+
},
|
|
3636
|
+
query: {
|
|
3615
3637
|
serializedName: "properties.query",
|
|
3616
3638
|
type: {
|
|
3617
3639
|
name: "String",
|
|
3618
3640
|
},
|
|
3619
|
-
},
|
|
3641
|
+
},
|
|
3642
|
+
provisioningState: {
|
|
3620
3643
|
serializedName: "properties.provisioningState",
|
|
3621
3644
|
readOnly: true,
|
|
3622
3645
|
type: {
|
|
3623
3646
|
name: "String",
|
|
3624
3647
|
},
|
|
3625
|
-
}
|
|
3648
|
+
},
|
|
3649
|
+
},
|
|
3626
3650
|
},
|
|
3627
3651
|
};
|
|
3628
3652
|
exports.Client = {
|
|
3629
3653
|
type: {
|
|
3630
3654
|
name: "Composite",
|
|
3631
3655
|
className: "Client",
|
|
3632
|
-
modelProperties:
|
|
3656
|
+
modelProperties: {
|
|
3657
|
+
...exports.Resource.type.modelProperties,
|
|
3658
|
+
systemData: {
|
|
3633
3659
|
serializedName: "systemData",
|
|
3634
3660
|
type: {
|
|
3635
3661
|
name: "Composite",
|
|
3636
3662
|
className: "SystemData",
|
|
3637
3663
|
},
|
|
3638
|
-
},
|
|
3664
|
+
},
|
|
3665
|
+
description: {
|
|
3639
3666
|
serializedName: "properties.description",
|
|
3640
3667
|
type: {
|
|
3641
3668
|
name: "String",
|
|
3642
3669
|
},
|
|
3643
|
-
},
|
|
3670
|
+
},
|
|
3671
|
+
authenticationName: {
|
|
3644
3672
|
serializedName: "properties.authenticationName",
|
|
3645
3673
|
type: {
|
|
3646
3674
|
name: "String",
|
|
3647
3675
|
},
|
|
3648
|
-
},
|
|
3676
|
+
},
|
|
3677
|
+
clientCertificateAuthentication: {
|
|
3649
3678
|
serializedName: "properties.clientCertificateAuthentication",
|
|
3650
3679
|
type: {
|
|
3651
3680
|
name: "Composite",
|
|
3652
3681
|
className: "ClientCertificateAuthentication",
|
|
3653
3682
|
},
|
|
3654
|
-
},
|
|
3683
|
+
},
|
|
3684
|
+
state: {
|
|
3655
3685
|
defaultValue: "Enabled",
|
|
3656
3686
|
serializedName: "properties.state",
|
|
3657
3687
|
type: {
|
|
3658
3688
|
name: "String",
|
|
3659
3689
|
},
|
|
3660
|
-
},
|
|
3690
|
+
},
|
|
3691
|
+
attributes: {
|
|
3661
3692
|
serializedName: "properties.attributes",
|
|
3662
3693
|
type: {
|
|
3663
3694
|
name: "Dictionary",
|
|
3664
3695
|
value: { type: { name: "any" } },
|
|
3665
3696
|
},
|
|
3666
|
-
},
|
|
3697
|
+
},
|
|
3698
|
+
provisioningState: {
|
|
3667
3699
|
serializedName: "properties.provisioningState",
|
|
3668
3700
|
readOnly: true,
|
|
3669
3701
|
type: {
|
|
3670
3702
|
name: "String",
|
|
3671
3703
|
},
|
|
3672
|
-
}
|
|
3704
|
+
},
|
|
3705
|
+
},
|
|
3673
3706
|
},
|
|
3674
3707
|
};
|
|
3675
3708
|
exports.PrivateEndpointConnection = {
|
|
3676
3709
|
type: {
|
|
3677
3710
|
name: "Composite",
|
|
3678
3711
|
className: "PrivateEndpointConnection",
|
|
3679
|
-
modelProperties:
|
|
3712
|
+
modelProperties: {
|
|
3713
|
+
...exports.Resource.type.modelProperties,
|
|
3714
|
+
privateEndpoint: {
|
|
3680
3715
|
serializedName: "properties.privateEndpoint",
|
|
3681
3716
|
type: {
|
|
3682
3717
|
name: "Composite",
|
|
3683
3718
|
className: "PrivateEndpoint",
|
|
3684
3719
|
},
|
|
3685
|
-
},
|
|
3720
|
+
},
|
|
3721
|
+
groupIds: {
|
|
3686
3722
|
serializedName: "properties.groupIds",
|
|
3687
3723
|
type: {
|
|
3688
3724
|
name: "Sequence",
|
|
@@ -3692,146 +3728,174 @@ exports.PrivateEndpointConnection = {
|
|
|
3692
3728
|
},
|
|
3693
3729
|
},
|
|
3694
3730
|
},
|
|
3695
|
-
},
|
|
3731
|
+
},
|
|
3732
|
+
privateLinkServiceConnectionState: {
|
|
3696
3733
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
3697
3734
|
type: {
|
|
3698
3735
|
name: "Composite",
|
|
3699
3736
|
className: "ConnectionState",
|
|
3700
3737
|
},
|
|
3701
|
-
},
|
|
3738
|
+
},
|
|
3739
|
+
provisioningState: {
|
|
3702
3740
|
serializedName: "properties.provisioningState",
|
|
3703
3741
|
type: {
|
|
3704
3742
|
name: "String",
|
|
3705
3743
|
},
|
|
3706
|
-
}
|
|
3744
|
+
},
|
|
3745
|
+
},
|
|
3707
3746
|
},
|
|
3708
3747
|
};
|
|
3709
3748
|
exports.TrackedResource = {
|
|
3710
3749
|
type: {
|
|
3711
3750
|
name: "Composite",
|
|
3712
3751
|
className: "TrackedResource",
|
|
3713
|
-
modelProperties:
|
|
3752
|
+
modelProperties: {
|
|
3753
|
+
...exports.Resource.type.modelProperties,
|
|
3754
|
+
location: {
|
|
3714
3755
|
serializedName: "location",
|
|
3715
3756
|
required: true,
|
|
3716
3757
|
type: {
|
|
3717
3758
|
name: "String",
|
|
3718
3759
|
},
|
|
3719
|
-
},
|
|
3760
|
+
},
|
|
3761
|
+
tags: {
|
|
3720
3762
|
serializedName: "tags",
|
|
3721
3763
|
type: {
|
|
3722
3764
|
name: "Dictionary",
|
|
3723
3765
|
value: { type: { name: "String" } },
|
|
3724
3766
|
},
|
|
3725
|
-
}
|
|
3767
|
+
},
|
|
3768
|
+
},
|
|
3726
3769
|
},
|
|
3727
3770
|
};
|
|
3728
3771
|
exports.DomainTopic = {
|
|
3729
3772
|
type: {
|
|
3730
3773
|
name: "Composite",
|
|
3731
3774
|
className: "DomainTopic",
|
|
3732
|
-
modelProperties:
|
|
3775
|
+
modelProperties: {
|
|
3776
|
+
...exports.Resource.type.modelProperties,
|
|
3777
|
+
systemData: {
|
|
3733
3778
|
serializedName: "systemData",
|
|
3734
3779
|
type: {
|
|
3735
3780
|
name: "Composite",
|
|
3736
3781
|
className: "SystemData",
|
|
3737
3782
|
},
|
|
3738
|
-
},
|
|
3783
|
+
},
|
|
3784
|
+
provisioningState: {
|
|
3739
3785
|
serializedName: "properties.provisioningState",
|
|
3740
3786
|
readOnly: true,
|
|
3741
3787
|
type: {
|
|
3742
3788
|
name: "String",
|
|
3743
3789
|
},
|
|
3744
|
-
}
|
|
3790
|
+
},
|
|
3791
|
+
},
|
|
3745
3792
|
},
|
|
3746
3793
|
};
|
|
3747
3794
|
exports.Subscription = {
|
|
3748
3795
|
type: {
|
|
3749
3796
|
name: "Composite",
|
|
3750
3797
|
className: "Subscription",
|
|
3751
|
-
modelProperties:
|
|
3798
|
+
modelProperties: {
|
|
3799
|
+
...exports.Resource.type.modelProperties,
|
|
3800
|
+
systemData: {
|
|
3752
3801
|
serializedName: "systemData",
|
|
3753
3802
|
type: {
|
|
3754
3803
|
name: "Composite",
|
|
3755
3804
|
className: "SystemData",
|
|
3756
3805
|
},
|
|
3757
|
-
},
|
|
3806
|
+
},
|
|
3807
|
+
provisioningState: {
|
|
3758
3808
|
serializedName: "properties.provisioningState",
|
|
3759
3809
|
readOnly: true,
|
|
3760
3810
|
type: {
|
|
3761
3811
|
name: "String",
|
|
3762
3812
|
},
|
|
3763
|
-
},
|
|
3813
|
+
},
|
|
3814
|
+
deliveryConfiguration: {
|
|
3764
3815
|
serializedName: "properties.deliveryConfiguration",
|
|
3765
3816
|
type: {
|
|
3766
3817
|
name: "Composite",
|
|
3767
3818
|
className: "DeliveryConfiguration",
|
|
3768
3819
|
},
|
|
3769
|
-
},
|
|
3820
|
+
},
|
|
3821
|
+
eventDeliverySchema: {
|
|
3770
3822
|
serializedName: "properties.eventDeliverySchema",
|
|
3771
3823
|
type: {
|
|
3772
3824
|
name: "String",
|
|
3773
3825
|
},
|
|
3774
|
-
},
|
|
3826
|
+
},
|
|
3827
|
+
filtersConfiguration: {
|
|
3775
3828
|
serializedName: "properties.filtersConfiguration",
|
|
3776
3829
|
type: {
|
|
3777
3830
|
name: "Composite",
|
|
3778
3831
|
className: "FiltersConfiguration",
|
|
3779
3832
|
},
|
|
3780
|
-
},
|
|
3833
|
+
},
|
|
3834
|
+
expirationTimeUtc: {
|
|
3781
3835
|
serializedName: "properties.expirationTimeUtc",
|
|
3782
3836
|
type: {
|
|
3783
3837
|
name: "DateTime",
|
|
3784
3838
|
},
|
|
3785
|
-
},
|
|
3839
|
+
},
|
|
3840
|
+
tags: {
|
|
3786
3841
|
serializedName: "properties.tags",
|
|
3787
3842
|
type: {
|
|
3788
3843
|
name: "Dictionary",
|
|
3789
3844
|
value: { type: { name: "String" } },
|
|
3790
3845
|
},
|
|
3791
|
-
}
|
|
3846
|
+
},
|
|
3847
|
+
},
|
|
3792
3848
|
},
|
|
3793
3849
|
};
|
|
3794
3850
|
exports.EventSubscription = {
|
|
3795
3851
|
type: {
|
|
3796
3852
|
name: "Composite",
|
|
3797
3853
|
className: "EventSubscription",
|
|
3798
|
-
modelProperties:
|
|
3854
|
+
modelProperties: {
|
|
3855
|
+
...exports.Resource.type.modelProperties,
|
|
3856
|
+
systemData: {
|
|
3799
3857
|
serializedName: "systemData",
|
|
3800
3858
|
type: {
|
|
3801
3859
|
name: "Composite",
|
|
3802
3860
|
className: "SystemData",
|
|
3803
3861
|
},
|
|
3804
|
-
},
|
|
3862
|
+
},
|
|
3863
|
+
topic: {
|
|
3805
3864
|
serializedName: "properties.topic",
|
|
3806
3865
|
readOnly: true,
|
|
3807
3866
|
type: {
|
|
3808
3867
|
name: "String",
|
|
3809
3868
|
},
|
|
3810
|
-
},
|
|
3869
|
+
},
|
|
3870
|
+
provisioningState: {
|
|
3811
3871
|
serializedName: "properties.provisioningState",
|
|
3812
3872
|
readOnly: true,
|
|
3813
3873
|
type: {
|
|
3814
3874
|
name: "String",
|
|
3815
3875
|
},
|
|
3816
|
-
},
|
|
3876
|
+
},
|
|
3877
|
+
destination: {
|
|
3817
3878
|
serializedName: "properties.destination",
|
|
3818
3879
|
type: {
|
|
3819
3880
|
name: "Composite",
|
|
3820
3881
|
className: "EventSubscriptionDestination",
|
|
3821
3882
|
},
|
|
3822
|
-
},
|
|
3883
|
+
},
|
|
3884
|
+
deliveryWithResourceIdentity: {
|
|
3823
3885
|
serializedName: "properties.deliveryWithResourceIdentity",
|
|
3824
3886
|
type: {
|
|
3825
3887
|
name: "Composite",
|
|
3826
3888
|
className: "DeliveryWithResourceIdentity",
|
|
3827
3889
|
},
|
|
3828
|
-
},
|
|
3890
|
+
},
|
|
3891
|
+
filter: {
|
|
3829
3892
|
serializedName: "properties.filter",
|
|
3830
3893
|
type: {
|
|
3831
3894
|
name: "Composite",
|
|
3832
3895
|
className: "EventSubscriptionFilter",
|
|
3833
3896
|
},
|
|
3834
|
-
},
|
|
3897
|
+
},
|
|
3898
|
+
labels: {
|
|
3835
3899
|
serializedName: "properties.labels",
|
|
3836
3900
|
type: {
|
|
3837
3901
|
name: "Sequence",
|
|
@@ -3841,117 +3905,140 @@ exports.EventSubscription = {
|
|
|
3841
3905
|
},
|
|
3842
3906
|
},
|
|
3843
3907
|
},
|
|
3844
|
-
},
|
|
3908
|
+
},
|
|
3909
|
+
expirationTimeUtc: {
|
|
3845
3910
|
serializedName: "properties.expirationTimeUtc",
|
|
3846
3911
|
type: {
|
|
3847
3912
|
name: "DateTime",
|
|
3848
3913
|
},
|
|
3849
|
-
},
|
|
3914
|
+
},
|
|
3915
|
+
eventDeliverySchema: {
|
|
3850
3916
|
serializedName: "properties.eventDeliverySchema",
|
|
3851
3917
|
type: {
|
|
3852
3918
|
name: "String",
|
|
3853
3919
|
},
|
|
3854
|
-
},
|
|
3920
|
+
},
|
|
3921
|
+
retryPolicy: {
|
|
3855
3922
|
serializedName: "properties.retryPolicy",
|
|
3856
3923
|
type: {
|
|
3857
3924
|
name: "Composite",
|
|
3858
3925
|
className: "RetryPolicy",
|
|
3859
3926
|
},
|
|
3860
|
-
},
|
|
3927
|
+
},
|
|
3928
|
+
deadLetterDestination: {
|
|
3861
3929
|
serializedName: "properties.deadLetterDestination",
|
|
3862
3930
|
type: {
|
|
3863
3931
|
name: "Composite",
|
|
3864
3932
|
className: "DeadLetterDestination",
|
|
3865
3933
|
},
|
|
3866
|
-
},
|
|
3934
|
+
},
|
|
3935
|
+
deadLetterWithResourceIdentity: {
|
|
3867
3936
|
serializedName: "properties.deadLetterWithResourceIdentity",
|
|
3868
3937
|
type: {
|
|
3869
3938
|
name: "Composite",
|
|
3870
3939
|
className: "DeadLetterWithResourceIdentity",
|
|
3871
3940
|
},
|
|
3872
|
-
}
|
|
3941
|
+
},
|
|
3942
|
+
},
|
|
3873
3943
|
},
|
|
3874
3944
|
};
|
|
3875
3945
|
exports.NamespaceTopic = {
|
|
3876
3946
|
type: {
|
|
3877
3947
|
name: "Composite",
|
|
3878
3948
|
className: "NamespaceTopic",
|
|
3879
|
-
modelProperties:
|
|
3949
|
+
modelProperties: {
|
|
3950
|
+
...exports.Resource.type.modelProperties,
|
|
3951
|
+
systemData: {
|
|
3880
3952
|
serializedName: "systemData",
|
|
3881
3953
|
type: {
|
|
3882
3954
|
name: "Composite",
|
|
3883
3955
|
className: "SystemData",
|
|
3884
3956
|
},
|
|
3885
|
-
},
|
|
3957
|
+
},
|
|
3958
|
+
provisioningState: {
|
|
3886
3959
|
serializedName: "properties.provisioningState",
|
|
3887
3960
|
readOnly: true,
|
|
3888
3961
|
type: {
|
|
3889
3962
|
name: "String",
|
|
3890
3963
|
},
|
|
3891
|
-
},
|
|
3964
|
+
},
|
|
3965
|
+
publisherType: {
|
|
3892
3966
|
serializedName: "properties.publisherType",
|
|
3893
3967
|
type: {
|
|
3894
3968
|
name: "String",
|
|
3895
3969
|
},
|
|
3896
|
-
},
|
|
3970
|
+
},
|
|
3971
|
+
inputSchema: {
|
|
3897
3972
|
defaultValue: "CloudEventSchemaV1_0",
|
|
3898
3973
|
serializedName: "properties.inputSchema",
|
|
3899
3974
|
type: {
|
|
3900
3975
|
name: "String",
|
|
3901
3976
|
},
|
|
3902
|
-
},
|
|
3977
|
+
},
|
|
3978
|
+
eventRetentionInDays: {
|
|
3903
3979
|
serializedName: "properties.eventRetentionInDays",
|
|
3904
3980
|
type: {
|
|
3905
3981
|
name: "Number",
|
|
3906
3982
|
},
|
|
3907
|
-
}
|
|
3983
|
+
},
|
|
3984
|
+
},
|
|
3908
3985
|
},
|
|
3909
3986
|
};
|
|
3910
3987
|
exports.PartnerConfiguration = {
|
|
3911
3988
|
type: {
|
|
3912
3989
|
name: "Composite",
|
|
3913
3990
|
className: "PartnerConfiguration",
|
|
3914
|
-
modelProperties:
|
|
3991
|
+
modelProperties: {
|
|
3992
|
+
...exports.Resource.type.modelProperties,
|
|
3993
|
+
systemData: {
|
|
3915
3994
|
serializedName: "systemData",
|
|
3916
3995
|
type: {
|
|
3917
3996
|
name: "Composite",
|
|
3918
3997
|
className: "SystemData",
|
|
3919
3998
|
},
|
|
3920
|
-
},
|
|
3999
|
+
},
|
|
4000
|
+
location: {
|
|
3921
4001
|
serializedName: "location",
|
|
3922
4002
|
type: {
|
|
3923
4003
|
name: "String",
|
|
3924
4004
|
},
|
|
3925
|
-
},
|
|
4005
|
+
},
|
|
4006
|
+
tags: {
|
|
3926
4007
|
serializedName: "tags",
|
|
3927
4008
|
type: {
|
|
3928
4009
|
name: "Dictionary",
|
|
3929
4010
|
value: { type: { name: "String" } },
|
|
3930
4011
|
},
|
|
3931
|
-
},
|
|
4012
|
+
},
|
|
4013
|
+
partnerAuthorization: {
|
|
3932
4014
|
serializedName: "properties.partnerAuthorization",
|
|
3933
4015
|
type: {
|
|
3934
4016
|
name: "Composite",
|
|
3935
4017
|
className: "PartnerAuthorization",
|
|
3936
4018
|
},
|
|
3937
|
-
},
|
|
4019
|
+
},
|
|
4020
|
+
provisioningState: {
|
|
3938
4021
|
serializedName: "properties.provisioningState",
|
|
3939
4022
|
type: {
|
|
3940
4023
|
name: "String",
|
|
3941
4024
|
},
|
|
3942
|
-
}
|
|
4025
|
+
},
|
|
4026
|
+
},
|
|
3943
4027
|
},
|
|
3944
4028
|
};
|
|
3945
4029
|
exports.NetworkSecurityPerimeterConfiguration = {
|
|
3946
4030
|
type: {
|
|
3947
4031
|
name: "Composite",
|
|
3948
4032
|
className: "NetworkSecurityPerimeterConfiguration",
|
|
3949
|
-
modelProperties:
|
|
4033
|
+
modelProperties: {
|
|
4034
|
+
...exports.Resource.type.modelProperties,
|
|
4035
|
+
provisioningState: {
|
|
3950
4036
|
serializedName: "properties.provisioningState",
|
|
3951
4037
|
type: {
|
|
3952
4038
|
name: "String",
|
|
3953
4039
|
},
|
|
3954
|
-
},
|
|
4040
|
+
},
|
|
4041
|
+
provisioningIssues: {
|
|
3955
4042
|
serializedName: "properties.provisioningIssues",
|
|
3956
4043
|
type: {
|
|
3957
4044
|
name: "Sequence",
|
|
@@ -3962,132 +4049,159 @@ exports.NetworkSecurityPerimeterConfiguration = {
|
|
|
3962
4049
|
},
|
|
3963
4050
|
},
|
|
3964
4051
|
},
|
|
3965
|
-
},
|
|
4052
|
+
},
|
|
4053
|
+
networkSecurityPerimeter: {
|
|
3966
4054
|
serializedName: "properties.networkSecurityPerimeter",
|
|
3967
4055
|
type: {
|
|
3968
4056
|
name: "Composite",
|
|
3969
4057
|
className: "NetworkSecurityPerimeterInfo",
|
|
3970
4058
|
},
|
|
3971
|
-
},
|
|
4059
|
+
},
|
|
4060
|
+
resourceAssociation: {
|
|
3972
4061
|
serializedName: "properties.resourceAssociation",
|
|
3973
4062
|
type: {
|
|
3974
4063
|
name: "Composite",
|
|
3975
4064
|
className: "ResourceAssociation",
|
|
3976
4065
|
},
|
|
3977
|
-
},
|
|
4066
|
+
},
|
|
4067
|
+
profile: {
|
|
3978
4068
|
serializedName: "properties.profile",
|
|
3979
4069
|
type: {
|
|
3980
4070
|
name: "Composite",
|
|
3981
4071
|
className: "NetworkSecurityPerimeterConfigurationProfile",
|
|
3982
4072
|
},
|
|
3983
|
-
}
|
|
4073
|
+
},
|
|
4074
|
+
},
|
|
3984
4075
|
},
|
|
3985
4076
|
};
|
|
3986
4077
|
exports.PermissionBinding = {
|
|
3987
4078
|
type: {
|
|
3988
4079
|
name: "Composite",
|
|
3989
4080
|
className: "PermissionBinding",
|
|
3990
|
-
modelProperties:
|
|
4081
|
+
modelProperties: {
|
|
4082
|
+
...exports.Resource.type.modelProperties,
|
|
4083
|
+
systemData: {
|
|
3991
4084
|
serializedName: "systemData",
|
|
3992
4085
|
type: {
|
|
3993
4086
|
name: "Composite",
|
|
3994
4087
|
className: "SystemData",
|
|
3995
4088
|
},
|
|
3996
|
-
},
|
|
4089
|
+
},
|
|
4090
|
+
description: {
|
|
3997
4091
|
serializedName: "properties.description",
|
|
3998
4092
|
type: {
|
|
3999
4093
|
name: "String",
|
|
4000
4094
|
},
|
|
4001
|
-
},
|
|
4095
|
+
},
|
|
4096
|
+
topicSpaceName: {
|
|
4002
4097
|
serializedName: "properties.topicSpaceName",
|
|
4003
4098
|
type: {
|
|
4004
4099
|
name: "String",
|
|
4005
4100
|
},
|
|
4006
|
-
},
|
|
4101
|
+
},
|
|
4102
|
+
permission: {
|
|
4007
4103
|
serializedName: "properties.permission",
|
|
4008
4104
|
type: {
|
|
4009
4105
|
name: "String",
|
|
4010
4106
|
},
|
|
4011
|
-
},
|
|
4107
|
+
},
|
|
4108
|
+
clientGroupName: {
|
|
4012
4109
|
serializedName: "properties.clientGroupName",
|
|
4013
4110
|
type: {
|
|
4014
4111
|
name: "String",
|
|
4015
4112
|
},
|
|
4016
|
-
},
|
|
4113
|
+
},
|
|
4114
|
+
provisioningState: {
|
|
4017
4115
|
serializedName: "properties.provisioningState",
|
|
4018
4116
|
readOnly: true,
|
|
4019
4117
|
type: {
|
|
4020
4118
|
name: "String",
|
|
4021
4119
|
},
|
|
4022
|
-
}
|
|
4120
|
+
},
|
|
4121
|
+
},
|
|
4023
4122
|
},
|
|
4024
4123
|
};
|
|
4025
4124
|
exports.EventType = {
|
|
4026
4125
|
type: {
|
|
4027
4126
|
name: "Composite",
|
|
4028
4127
|
className: "EventType",
|
|
4029
|
-
modelProperties:
|
|
4128
|
+
modelProperties: {
|
|
4129
|
+
...exports.Resource.type.modelProperties,
|
|
4130
|
+
displayName: {
|
|
4030
4131
|
serializedName: "properties.displayName",
|
|
4031
4132
|
type: {
|
|
4032
4133
|
name: "String",
|
|
4033
4134
|
},
|
|
4034
|
-
},
|
|
4135
|
+
},
|
|
4136
|
+
description: {
|
|
4035
4137
|
serializedName: "properties.description",
|
|
4036
4138
|
type: {
|
|
4037
4139
|
name: "String",
|
|
4038
4140
|
},
|
|
4039
|
-
},
|
|
4141
|
+
},
|
|
4142
|
+
schemaUrl: {
|
|
4040
4143
|
serializedName: "properties.schemaUrl",
|
|
4041
4144
|
type: {
|
|
4042
4145
|
name: "String",
|
|
4043
4146
|
},
|
|
4044
|
-
},
|
|
4147
|
+
},
|
|
4148
|
+
isInDefaultSet: {
|
|
4045
4149
|
serializedName: "properties.isInDefaultSet",
|
|
4046
4150
|
type: {
|
|
4047
4151
|
name: "Boolean",
|
|
4048
4152
|
},
|
|
4049
|
-
}
|
|
4153
|
+
},
|
|
4154
|
+
},
|
|
4050
4155
|
},
|
|
4051
4156
|
};
|
|
4052
4157
|
exports.ExtensionTopic = {
|
|
4053
4158
|
type: {
|
|
4054
4159
|
name: "Composite",
|
|
4055
4160
|
className: "ExtensionTopic",
|
|
4056
|
-
modelProperties:
|
|
4161
|
+
modelProperties: {
|
|
4162
|
+
...exports.Resource.type.modelProperties,
|
|
4163
|
+
systemData: {
|
|
4057
4164
|
serializedName: "systemData",
|
|
4058
4165
|
type: {
|
|
4059
4166
|
name: "Composite",
|
|
4060
4167
|
className: "SystemData",
|
|
4061
4168
|
},
|
|
4062
|
-
},
|
|
4169
|
+
},
|
|
4170
|
+
description: {
|
|
4063
4171
|
serializedName: "properties.description",
|
|
4064
4172
|
type: {
|
|
4065
4173
|
name: "String",
|
|
4066
4174
|
},
|
|
4067
|
-
},
|
|
4175
|
+
},
|
|
4176
|
+
systemTopic: {
|
|
4068
4177
|
serializedName: "properties.systemTopic",
|
|
4069
4178
|
type: {
|
|
4070
4179
|
name: "String",
|
|
4071
4180
|
},
|
|
4072
|
-
}
|
|
4181
|
+
},
|
|
4182
|
+
},
|
|
4073
4183
|
},
|
|
4074
4184
|
};
|
|
4075
4185
|
exports.TopicSpace = {
|
|
4076
4186
|
type: {
|
|
4077
4187
|
name: "Composite",
|
|
4078
4188
|
className: "TopicSpace",
|
|
4079
|
-
modelProperties:
|
|
4189
|
+
modelProperties: {
|
|
4190
|
+
...exports.Resource.type.modelProperties,
|
|
4191
|
+
systemData: {
|
|
4080
4192
|
serializedName: "systemData",
|
|
4081
4193
|
type: {
|
|
4082
4194
|
name: "Composite",
|
|
4083
4195
|
className: "SystemData",
|
|
4084
4196
|
},
|
|
4085
|
-
},
|
|
4197
|
+
},
|
|
4198
|
+
description: {
|
|
4086
4199
|
serializedName: "properties.description",
|
|
4087
4200
|
type: {
|
|
4088
4201
|
name: "String",
|
|
4089
4202
|
},
|
|
4090
|
-
},
|
|
4203
|
+
},
|
|
4204
|
+
topicTemplates: {
|
|
4091
4205
|
serializedName: "properties.topicTemplates",
|
|
4092
4206
|
type: {
|
|
4093
4207
|
name: "Sequence",
|
|
@@ -4097,45 +4211,54 @@ exports.TopicSpace = {
|
|
|
4097
4211
|
},
|
|
4098
4212
|
},
|
|
4099
4213
|
},
|
|
4100
|
-
},
|
|
4214
|
+
},
|
|
4215
|
+
provisioningState: {
|
|
4101
4216
|
serializedName: "properties.provisioningState",
|
|
4102
4217
|
readOnly: true,
|
|
4103
4218
|
type: {
|
|
4104
4219
|
name: "String",
|
|
4105
4220
|
},
|
|
4106
|
-
}
|
|
4221
|
+
},
|
|
4222
|
+
},
|
|
4107
4223
|
},
|
|
4108
4224
|
};
|
|
4109
4225
|
exports.TopicTypeInfo = {
|
|
4110
4226
|
type: {
|
|
4111
4227
|
name: "Composite",
|
|
4112
4228
|
className: "TopicTypeInfo",
|
|
4113
|
-
modelProperties:
|
|
4229
|
+
modelProperties: {
|
|
4230
|
+
...exports.Resource.type.modelProperties,
|
|
4231
|
+
provider: {
|
|
4114
4232
|
serializedName: "properties.provider",
|
|
4115
4233
|
type: {
|
|
4116
4234
|
name: "String",
|
|
4117
4235
|
},
|
|
4118
|
-
},
|
|
4236
|
+
},
|
|
4237
|
+
displayName: {
|
|
4119
4238
|
serializedName: "properties.displayName",
|
|
4120
4239
|
type: {
|
|
4121
4240
|
name: "String",
|
|
4122
4241
|
},
|
|
4123
|
-
},
|
|
4242
|
+
},
|
|
4243
|
+
description: {
|
|
4124
4244
|
serializedName: "properties.description",
|
|
4125
4245
|
type: {
|
|
4126
4246
|
name: "String",
|
|
4127
4247
|
},
|
|
4128
|
-
},
|
|
4248
|
+
},
|
|
4249
|
+
resourceRegionType: {
|
|
4129
4250
|
serializedName: "properties.resourceRegionType",
|
|
4130
4251
|
type: {
|
|
4131
4252
|
name: "String",
|
|
4132
4253
|
},
|
|
4133
|
-
},
|
|
4254
|
+
},
|
|
4255
|
+
provisioningState: {
|
|
4134
4256
|
serializedName: "properties.provisioningState",
|
|
4135
4257
|
type: {
|
|
4136
4258
|
name: "String",
|
|
4137
4259
|
},
|
|
4138
|
-
},
|
|
4260
|
+
},
|
|
4261
|
+
supportedLocations: {
|
|
4139
4262
|
serializedName: "properties.supportedLocations",
|
|
4140
4263
|
type: {
|
|
4141
4264
|
name: "Sequence",
|
|
@@ -4145,12 +4268,14 @@ exports.TopicTypeInfo = {
|
|
|
4145
4268
|
},
|
|
4146
4269
|
},
|
|
4147
4270
|
},
|
|
4148
|
-
},
|
|
4271
|
+
},
|
|
4272
|
+
sourceResourceFormat: {
|
|
4149
4273
|
serializedName: "properties.sourceResourceFormat",
|
|
4150
4274
|
type: {
|
|
4151
4275
|
name: "String",
|
|
4152
4276
|
},
|
|
4153
|
-
},
|
|
4277
|
+
},
|
|
4278
|
+
supportedScopesForSource: {
|
|
4154
4279
|
serializedName: "properties.supportedScopesForSource",
|
|
4155
4280
|
type: {
|
|
4156
4281
|
name: "Sequence",
|
|
@@ -4160,12 +4285,14 @@ exports.TopicTypeInfo = {
|
|
|
4160
4285
|
},
|
|
4161
4286
|
},
|
|
4162
4287
|
},
|
|
4163
|
-
},
|
|
4288
|
+
},
|
|
4289
|
+
areRegionalAndGlobalSourcesSupported: {
|
|
4164
4290
|
serializedName: "properties.areRegionalAndGlobalSourcesSupported",
|
|
4165
4291
|
type: {
|
|
4166
4292
|
name: "Boolean",
|
|
4167
4293
|
},
|
|
4168
|
-
},
|
|
4294
|
+
},
|
|
4295
|
+
additionalEnforcedPermissions: {
|
|
4169
4296
|
serializedName: "properties.additionalEnforcedPermissions",
|
|
4170
4297
|
type: {
|
|
4171
4298
|
name: "Sequence",
|
|
@@ -4176,52 +4303,62 @@ exports.TopicTypeInfo = {
|
|
|
4176
4303
|
},
|
|
4177
4304
|
},
|
|
4178
4305
|
},
|
|
4179
|
-
}
|
|
4306
|
+
},
|
|
4307
|
+
},
|
|
4180
4308
|
},
|
|
4181
4309
|
};
|
|
4182
4310
|
exports.VerifiedPartner = {
|
|
4183
4311
|
type: {
|
|
4184
4312
|
name: "Composite",
|
|
4185
4313
|
className: "VerifiedPartner",
|
|
4186
|
-
modelProperties:
|
|
4314
|
+
modelProperties: {
|
|
4315
|
+
...exports.Resource.type.modelProperties,
|
|
4316
|
+
systemData: {
|
|
4187
4317
|
serializedName: "systemData",
|
|
4188
4318
|
type: {
|
|
4189
4319
|
name: "Composite",
|
|
4190
4320
|
className: "SystemData",
|
|
4191
4321
|
},
|
|
4192
|
-
},
|
|
4322
|
+
},
|
|
4323
|
+
partnerRegistrationImmutableId: {
|
|
4193
4324
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
4194
4325
|
type: {
|
|
4195
4326
|
name: "Uuid",
|
|
4196
4327
|
},
|
|
4197
|
-
},
|
|
4328
|
+
},
|
|
4329
|
+
organizationName: {
|
|
4198
4330
|
serializedName: "properties.organizationName",
|
|
4199
4331
|
type: {
|
|
4200
4332
|
name: "String",
|
|
4201
4333
|
},
|
|
4202
|
-
},
|
|
4334
|
+
},
|
|
4335
|
+
partnerDisplayName: {
|
|
4203
4336
|
serializedName: "properties.partnerDisplayName",
|
|
4204
4337
|
type: {
|
|
4205
4338
|
name: "String",
|
|
4206
4339
|
},
|
|
4207
|
-
},
|
|
4340
|
+
},
|
|
4341
|
+
partnerTopicDetails: {
|
|
4208
4342
|
serializedName: "properties.partnerTopicDetails",
|
|
4209
4343
|
type: {
|
|
4210
4344
|
name: "Composite",
|
|
4211
4345
|
className: "PartnerDetails",
|
|
4212
4346
|
},
|
|
4213
|
-
},
|
|
4347
|
+
},
|
|
4348
|
+
partnerDestinationDetails: {
|
|
4214
4349
|
serializedName: "properties.partnerDestinationDetails",
|
|
4215
4350
|
type: {
|
|
4216
4351
|
name: "Composite",
|
|
4217
4352
|
className: "PartnerDetails",
|
|
4218
4353
|
},
|
|
4219
|
-
},
|
|
4354
|
+
},
|
|
4355
|
+
provisioningState: {
|
|
4220
4356
|
serializedName: "properties.provisioningState",
|
|
4221
4357
|
type: {
|
|
4222
4358
|
name: "String",
|
|
4223
4359
|
},
|
|
4224
|
-
}
|
|
4360
|
+
},
|
|
4361
|
+
},
|
|
4225
4362
|
},
|
|
4226
4363
|
};
|
|
4227
4364
|
exports.WebhookPartnerDestinationInfo = {
|
|
@@ -4231,23 +4368,28 @@ exports.WebhookPartnerDestinationInfo = {
|
|
|
4231
4368
|
className: "WebhookPartnerDestinationInfo",
|
|
4232
4369
|
uberParent: "PartnerDestinationInfo",
|
|
4233
4370
|
polymorphicDiscriminator: exports.PartnerDestinationInfo.type.polymorphicDiscriminator,
|
|
4234
|
-
modelProperties:
|
|
4371
|
+
modelProperties: {
|
|
4372
|
+
...exports.PartnerDestinationInfo.type.modelProperties,
|
|
4373
|
+
endpointUrl: {
|
|
4235
4374
|
serializedName: "properties.endpointUrl",
|
|
4236
4375
|
type: {
|
|
4237
4376
|
name: "String",
|
|
4238
4377
|
},
|
|
4239
|
-
},
|
|
4378
|
+
},
|
|
4379
|
+
endpointBaseUrl: {
|
|
4240
4380
|
serializedName: "properties.endpointBaseUrl",
|
|
4241
4381
|
type: {
|
|
4242
4382
|
name: "String",
|
|
4243
4383
|
},
|
|
4244
|
-
},
|
|
4384
|
+
},
|
|
4385
|
+
clientAuthentication: {
|
|
4245
4386
|
serializedName: "properties.clientAuthentication",
|
|
4246
4387
|
type: {
|
|
4247
4388
|
name: "Composite",
|
|
4248
4389
|
className: "PartnerClientAuthentication",
|
|
4249
4390
|
},
|
|
4250
|
-
}
|
|
4391
|
+
},
|
|
4392
|
+
},
|
|
4251
4393
|
},
|
|
4252
4394
|
};
|
|
4253
4395
|
exports.WebhookUpdatePartnerDestinationInfo = {
|
|
@@ -4257,23 +4399,28 @@ exports.WebhookUpdatePartnerDestinationInfo = {
|
|
|
4257
4399
|
className: "WebhookUpdatePartnerDestinationInfo",
|
|
4258
4400
|
uberParent: "PartnerUpdateDestinationInfo",
|
|
4259
4401
|
polymorphicDiscriminator: exports.PartnerUpdateDestinationInfo.type.polymorphicDiscriminator,
|
|
4260
|
-
modelProperties:
|
|
4402
|
+
modelProperties: {
|
|
4403
|
+
...exports.PartnerUpdateDestinationInfo.type.modelProperties,
|
|
4404
|
+
endpointUrl: {
|
|
4261
4405
|
serializedName: "properties.endpointUrl",
|
|
4262
4406
|
type: {
|
|
4263
4407
|
name: "String",
|
|
4264
4408
|
},
|
|
4265
|
-
},
|
|
4409
|
+
},
|
|
4410
|
+
endpointBaseUrl: {
|
|
4266
4411
|
serializedName: "properties.endpointBaseUrl",
|
|
4267
4412
|
type: {
|
|
4268
4413
|
name: "String",
|
|
4269
4414
|
},
|
|
4270
|
-
},
|
|
4415
|
+
},
|
|
4416
|
+
clientAuthentication: {
|
|
4271
4417
|
serializedName: "properties.clientAuthentication",
|
|
4272
4418
|
type: {
|
|
4273
4419
|
name: "Composite",
|
|
4274
4420
|
className: "PartnerClientAuthentication",
|
|
4275
4421
|
},
|
|
4276
|
-
}
|
|
4422
|
+
},
|
|
4423
|
+
},
|
|
4277
4424
|
},
|
|
4278
4425
|
};
|
|
4279
4426
|
exports.JsonInputSchemaMapping = {
|
|
@@ -4283,43 +4430,51 @@ exports.JsonInputSchemaMapping = {
|
|
|
4283
4430
|
className: "JsonInputSchemaMapping",
|
|
4284
4431
|
uberParent: "InputSchemaMapping",
|
|
4285
4432
|
polymorphicDiscriminator: exports.InputSchemaMapping.type.polymorphicDiscriminator,
|
|
4286
|
-
modelProperties:
|
|
4433
|
+
modelProperties: {
|
|
4434
|
+
...exports.InputSchemaMapping.type.modelProperties,
|
|
4435
|
+
id: {
|
|
4287
4436
|
serializedName: "properties.id",
|
|
4288
4437
|
type: {
|
|
4289
4438
|
name: "Composite",
|
|
4290
4439
|
className: "JsonField",
|
|
4291
4440
|
},
|
|
4292
|
-
},
|
|
4441
|
+
},
|
|
4442
|
+
topic: {
|
|
4293
4443
|
serializedName: "properties.topic",
|
|
4294
4444
|
type: {
|
|
4295
4445
|
name: "Composite",
|
|
4296
4446
|
className: "JsonField",
|
|
4297
4447
|
},
|
|
4298
|
-
},
|
|
4448
|
+
},
|
|
4449
|
+
eventTime: {
|
|
4299
4450
|
serializedName: "properties.eventTime",
|
|
4300
4451
|
type: {
|
|
4301
4452
|
name: "Composite",
|
|
4302
4453
|
className: "JsonField",
|
|
4303
4454
|
},
|
|
4304
|
-
},
|
|
4455
|
+
},
|
|
4456
|
+
eventType: {
|
|
4305
4457
|
serializedName: "properties.eventType",
|
|
4306
4458
|
type: {
|
|
4307
4459
|
name: "Composite",
|
|
4308
4460
|
className: "JsonFieldWithDefault",
|
|
4309
4461
|
},
|
|
4310
|
-
},
|
|
4462
|
+
},
|
|
4463
|
+
subject: {
|
|
4311
4464
|
serializedName: "properties.subject",
|
|
4312
4465
|
type: {
|
|
4313
4466
|
name: "Composite",
|
|
4314
4467
|
className: "JsonFieldWithDefault",
|
|
4315
4468
|
},
|
|
4316
|
-
},
|
|
4469
|
+
},
|
|
4470
|
+
dataVersion: {
|
|
4317
4471
|
serializedName: "properties.dataVersion",
|
|
4318
4472
|
type: {
|
|
4319
4473
|
name: "Composite",
|
|
4320
4474
|
className: "JsonFieldWithDefault",
|
|
4321
4475
|
},
|
|
4322
|
-
}
|
|
4476
|
+
},
|
|
4477
|
+
},
|
|
4323
4478
|
},
|
|
4324
4479
|
};
|
|
4325
4480
|
exports.StaticDeliveryAttributeMapping = {
|
|
@@ -4329,18 +4484,22 @@ exports.StaticDeliveryAttributeMapping = {
|
|
|
4329
4484
|
className: "StaticDeliveryAttributeMapping",
|
|
4330
4485
|
uberParent: "DeliveryAttributeMapping",
|
|
4331
4486
|
polymorphicDiscriminator: exports.DeliveryAttributeMapping.type.polymorphicDiscriminator,
|
|
4332
|
-
modelProperties:
|
|
4487
|
+
modelProperties: {
|
|
4488
|
+
...exports.DeliveryAttributeMapping.type.modelProperties,
|
|
4489
|
+
value: {
|
|
4333
4490
|
serializedName: "properties.value",
|
|
4334
4491
|
type: {
|
|
4335
4492
|
name: "String",
|
|
4336
4493
|
},
|
|
4337
|
-
},
|
|
4494
|
+
},
|
|
4495
|
+
isSecret: {
|
|
4338
4496
|
defaultValue: false,
|
|
4339
4497
|
serializedName: "properties.isSecret",
|
|
4340
4498
|
type: {
|
|
4341
4499
|
name: "Boolean",
|
|
4342
4500
|
},
|
|
4343
|
-
}
|
|
4501
|
+
},
|
|
4502
|
+
},
|
|
4344
4503
|
},
|
|
4345
4504
|
};
|
|
4346
4505
|
exports.DynamicDeliveryAttributeMapping = {
|
|
@@ -4350,12 +4509,15 @@ exports.DynamicDeliveryAttributeMapping = {
|
|
|
4350
4509
|
className: "DynamicDeliveryAttributeMapping",
|
|
4351
4510
|
uberParent: "DeliveryAttributeMapping",
|
|
4352
4511
|
polymorphicDiscriminator: exports.DeliveryAttributeMapping.type.polymorphicDiscriminator,
|
|
4353
|
-
modelProperties:
|
|
4512
|
+
modelProperties: {
|
|
4513
|
+
...exports.DeliveryAttributeMapping.type.modelProperties,
|
|
4514
|
+
sourceField: {
|
|
4354
4515
|
serializedName: "properties.sourceField",
|
|
4355
4516
|
type: {
|
|
4356
4517
|
name: "String",
|
|
4357
4518
|
},
|
|
4358
|
-
}
|
|
4519
|
+
},
|
|
4520
|
+
},
|
|
4359
4521
|
},
|
|
4360
4522
|
};
|
|
4361
4523
|
exports.StorageBlobDeadLetterDestination = {
|
|
@@ -4365,17 +4527,21 @@ exports.StorageBlobDeadLetterDestination = {
|
|
|
4365
4527
|
className: "StorageBlobDeadLetterDestination",
|
|
4366
4528
|
uberParent: "DeadLetterDestination",
|
|
4367
4529
|
polymorphicDiscriminator: exports.DeadLetterDestination.type.polymorphicDiscriminator,
|
|
4368
|
-
modelProperties:
|
|
4530
|
+
modelProperties: {
|
|
4531
|
+
...exports.DeadLetterDestination.type.modelProperties,
|
|
4532
|
+
resourceId: {
|
|
4369
4533
|
serializedName: "properties.resourceId",
|
|
4370
4534
|
type: {
|
|
4371
4535
|
name: "String",
|
|
4372
4536
|
},
|
|
4373
|
-
},
|
|
4537
|
+
},
|
|
4538
|
+
blobContainerName: {
|
|
4374
4539
|
serializedName: "properties.blobContainerName",
|
|
4375
4540
|
type: {
|
|
4376
4541
|
name: "String",
|
|
4377
4542
|
},
|
|
4378
|
-
}
|
|
4543
|
+
},
|
|
4544
|
+
},
|
|
4379
4545
|
},
|
|
4380
4546
|
};
|
|
4381
4547
|
exports.WebHookEventSubscriptionDestination = {
|
|
@@ -4385,40 +4551,48 @@ exports.WebHookEventSubscriptionDestination = {
|
|
|
4385
4551
|
className: "WebHookEventSubscriptionDestination",
|
|
4386
4552
|
uberParent: "EventSubscriptionDestination",
|
|
4387
4553
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4388
|
-
modelProperties:
|
|
4554
|
+
modelProperties: {
|
|
4555
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
4556
|
+
endpointUrl: {
|
|
4389
4557
|
serializedName: "properties.endpointUrl",
|
|
4390
4558
|
type: {
|
|
4391
4559
|
name: "String",
|
|
4392
4560
|
},
|
|
4393
|
-
},
|
|
4561
|
+
},
|
|
4562
|
+
endpointBaseUrl: {
|
|
4394
4563
|
serializedName: "properties.endpointBaseUrl",
|
|
4395
4564
|
readOnly: true,
|
|
4396
4565
|
type: {
|
|
4397
4566
|
name: "String",
|
|
4398
4567
|
},
|
|
4399
|
-
},
|
|
4568
|
+
},
|
|
4569
|
+
maxEventsPerBatch: {
|
|
4400
4570
|
defaultValue: 1,
|
|
4401
4571
|
serializedName: "properties.maxEventsPerBatch",
|
|
4402
4572
|
type: {
|
|
4403
4573
|
name: "Number",
|
|
4404
4574
|
},
|
|
4405
|
-
},
|
|
4575
|
+
},
|
|
4576
|
+
preferredBatchSizeInKilobytes: {
|
|
4406
4577
|
defaultValue: 64,
|
|
4407
4578
|
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
4408
4579
|
type: {
|
|
4409
4580
|
name: "Number",
|
|
4410
4581
|
},
|
|
4411
|
-
},
|
|
4582
|
+
},
|
|
4583
|
+
azureActiveDirectoryTenantId: {
|
|
4412
4584
|
serializedName: "properties.azureActiveDirectoryTenantId",
|
|
4413
4585
|
type: {
|
|
4414
4586
|
name: "String",
|
|
4415
4587
|
},
|
|
4416
|
-
},
|
|
4588
|
+
},
|
|
4589
|
+
azureActiveDirectoryApplicationIdOrUri: {
|
|
4417
4590
|
serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
|
|
4418
4591
|
type: {
|
|
4419
4592
|
name: "String",
|
|
4420
4593
|
},
|
|
4421
|
-
},
|
|
4594
|
+
},
|
|
4595
|
+
deliveryAttributeMappings: {
|
|
4422
4596
|
serializedName: "properties.deliveryAttributeMappings",
|
|
4423
4597
|
type: {
|
|
4424
4598
|
name: "Sequence",
|
|
@@ -4429,12 +4603,14 @@ exports.WebHookEventSubscriptionDestination = {
|
|
|
4429
4603
|
},
|
|
4430
4604
|
},
|
|
4431
4605
|
},
|
|
4432
|
-
},
|
|
4606
|
+
},
|
|
4607
|
+
minimumTlsVersionAllowed: {
|
|
4433
4608
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4434
4609
|
type: {
|
|
4435
4610
|
name: "String",
|
|
4436
4611
|
},
|
|
4437
|
-
}
|
|
4612
|
+
},
|
|
4613
|
+
},
|
|
4438
4614
|
},
|
|
4439
4615
|
};
|
|
4440
4616
|
exports.EventHubEventSubscriptionDestination = {
|
|
@@ -4444,12 +4620,15 @@ exports.EventHubEventSubscriptionDestination = {
|
|
|
4444
4620
|
className: "EventHubEventSubscriptionDestination",
|
|
4445
4621
|
uberParent: "EventSubscriptionDestination",
|
|
4446
4622
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4447
|
-
modelProperties:
|
|
4623
|
+
modelProperties: {
|
|
4624
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
4625
|
+
resourceId: {
|
|
4448
4626
|
serializedName: "properties.resourceId",
|
|
4449
4627
|
type: {
|
|
4450
4628
|
name: "String",
|
|
4451
4629
|
},
|
|
4452
|
-
},
|
|
4630
|
+
},
|
|
4631
|
+
deliveryAttributeMappings: {
|
|
4453
4632
|
serializedName: "properties.deliveryAttributeMappings",
|
|
4454
4633
|
type: {
|
|
4455
4634
|
name: "Sequence",
|
|
@@ -4460,7 +4639,8 @@ exports.EventHubEventSubscriptionDestination = {
|
|
|
4460
4639
|
},
|
|
4461
4640
|
},
|
|
4462
4641
|
},
|
|
4463
|
-
}
|
|
4642
|
+
},
|
|
4643
|
+
},
|
|
4464
4644
|
},
|
|
4465
4645
|
};
|
|
4466
4646
|
exports.StorageQueueEventSubscriptionDestination = {
|
|
@@ -4470,22 +4650,27 @@ exports.StorageQueueEventSubscriptionDestination = {
|
|
|
4470
4650
|
className: "StorageQueueEventSubscriptionDestination",
|
|
4471
4651
|
uberParent: "EventSubscriptionDestination",
|
|
4472
4652
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4473
|
-
modelProperties:
|
|
4653
|
+
modelProperties: {
|
|
4654
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
4655
|
+
resourceId: {
|
|
4474
4656
|
serializedName: "properties.resourceId",
|
|
4475
4657
|
type: {
|
|
4476
4658
|
name: "String",
|
|
4477
4659
|
},
|
|
4478
|
-
},
|
|
4660
|
+
},
|
|
4661
|
+
queueName: {
|
|
4479
4662
|
serializedName: "properties.queueName",
|
|
4480
4663
|
type: {
|
|
4481
4664
|
name: "String",
|
|
4482
4665
|
},
|
|
4483
|
-
},
|
|
4666
|
+
},
|
|
4667
|
+
queueMessageTimeToLiveInSeconds: {
|
|
4484
4668
|
serializedName: "properties.queueMessageTimeToLiveInSeconds",
|
|
4485
4669
|
type: {
|
|
4486
4670
|
name: "Number",
|
|
4487
4671
|
},
|
|
4488
|
-
}
|
|
4672
|
+
},
|
|
4673
|
+
},
|
|
4489
4674
|
},
|
|
4490
4675
|
};
|
|
4491
4676
|
exports.HybridConnectionEventSubscriptionDestination = {
|
|
@@ -4495,12 +4680,15 @@ exports.HybridConnectionEventSubscriptionDestination = {
|
|
|
4495
4680
|
className: "HybridConnectionEventSubscriptionDestination",
|
|
4496
4681
|
uberParent: "EventSubscriptionDestination",
|
|
4497
4682
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4498
|
-
modelProperties:
|
|
4683
|
+
modelProperties: {
|
|
4684
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
4685
|
+
resourceId: {
|
|
4499
4686
|
serializedName: "properties.resourceId",
|
|
4500
4687
|
type: {
|
|
4501
4688
|
name: "String",
|
|
4502
4689
|
},
|
|
4503
|
-
},
|
|
4690
|
+
},
|
|
4691
|
+
deliveryAttributeMappings: {
|
|
4504
4692
|
serializedName: "properties.deliveryAttributeMappings",
|
|
4505
4693
|
type: {
|
|
4506
4694
|
name: "Sequence",
|
|
@@ -4511,7 +4699,8 @@ exports.HybridConnectionEventSubscriptionDestination = {
|
|
|
4511
4699
|
},
|
|
4512
4700
|
},
|
|
4513
4701
|
},
|
|
4514
|
-
}
|
|
4702
|
+
},
|
|
4703
|
+
},
|
|
4515
4704
|
},
|
|
4516
4705
|
};
|
|
4517
4706
|
exports.ServiceBusQueueEventSubscriptionDestination = {
|
|
@@ -4521,12 +4710,15 @@ exports.ServiceBusQueueEventSubscriptionDestination = {
|
|
|
4521
4710
|
className: "ServiceBusQueueEventSubscriptionDestination",
|
|
4522
4711
|
uberParent: "EventSubscriptionDestination",
|
|
4523
4712
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4524
|
-
modelProperties:
|
|
4713
|
+
modelProperties: {
|
|
4714
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
4715
|
+
resourceId: {
|
|
4525
4716
|
serializedName: "properties.resourceId",
|
|
4526
4717
|
type: {
|
|
4527
4718
|
name: "String",
|
|
4528
4719
|
},
|
|
4529
|
-
},
|
|
4720
|
+
},
|
|
4721
|
+
deliveryAttributeMappings: {
|
|
4530
4722
|
serializedName: "properties.deliveryAttributeMappings",
|
|
4531
4723
|
type: {
|
|
4532
4724
|
name: "Sequence",
|
|
@@ -4537,7 +4729,8 @@ exports.ServiceBusQueueEventSubscriptionDestination = {
|
|
|
4537
4729
|
},
|
|
4538
4730
|
},
|
|
4539
4731
|
},
|
|
4540
|
-
}
|
|
4732
|
+
},
|
|
4733
|
+
},
|
|
4541
4734
|
},
|
|
4542
4735
|
};
|
|
4543
4736
|
exports.ServiceBusTopicEventSubscriptionDestination = {
|
|
@@ -4547,12 +4740,15 @@ exports.ServiceBusTopicEventSubscriptionDestination = {
|
|
|
4547
4740
|
className: "ServiceBusTopicEventSubscriptionDestination",
|
|
4548
4741
|
uberParent: "EventSubscriptionDestination",
|
|
4549
4742
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4550
|
-
modelProperties:
|
|
4743
|
+
modelProperties: {
|
|
4744
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
4745
|
+
resourceId: {
|
|
4551
4746
|
serializedName: "properties.resourceId",
|
|
4552
4747
|
type: {
|
|
4553
4748
|
name: "String",
|
|
4554
4749
|
},
|
|
4555
|
-
},
|
|
4750
|
+
},
|
|
4751
|
+
deliveryAttributeMappings: {
|
|
4556
4752
|
serializedName: "properties.deliveryAttributeMappings",
|
|
4557
4753
|
type: {
|
|
4558
4754
|
name: "Sequence",
|
|
@@ -4563,7 +4759,8 @@ exports.ServiceBusTopicEventSubscriptionDestination = {
|
|
|
4563
4759
|
},
|
|
4564
4760
|
},
|
|
4565
4761
|
},
|
|
4566
|
-
}
|
|
4762
|
+
},
|
|
4763
|
+
},
|
|
4567
4764
|
},
|
|
4568
4765
|
};
|
|
4569
4766
|
exports.AzureFunctionEventSubscriptionDestination = {
|
|
@@ -4573,24 +4770,29 @@ exports.AzureFunctionEventSubscriptionDestination = {
|
|
|
4573
4770
|
className: "AzureFunctionEventSubscriptionDestination",
|
|
4574
4771
|
uberParent: "EventSubscriptionDestination",
|
|
4575
4772
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4576
|
-
modelProperties:
|
|
4773
|
+
modelProperties: {
|
|
4774
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
4775
|
+
resourceId: {
|
|
4577
4776
|
serializedName: "properties.resourceId",
|
|
4578
4777
|
type: {
|
|
4579
4778
|
name: "String",
|
|
4580
4779
|
},
|
|
4581
|
-
},
|
|
4780
|
+
},
|
|
4781
|
+
maxEventsPerBatch: {
|
|
4582
4782
|
defaultValue: 1,
|
|
4583
4783
|
serializedName: "properties.maxEventsPerBatch",
|
|
4584
4784
|
type: {
|
|
4585
4785
|
name: "Number",
|
|
4586
4786
|
},
|
|
4587
|
-
},
|
|
4787
|
+
},
|
|
4788
|
+
preferredBatchSizeInKilobytes: {
|
|
4588
4789
|
defaultValue: 64,
|
|
4589
4790
|
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
4590
4791
|
type: {
|
|
4591
4792
|
name: "Number",
|
|
4592
4793
|
},
|
|
4593
|
-
},
|
|
4794
|
+
},
|
|
4795
|
+
deliveryAttributeMappings: {
|
|
4594
4796
|
serializedName: "properties.deliveryAttributeMappings",
|
|
4595
4797
|
type: {
|
|
4596
4798
|
name: "Sequence",
|
|
@@ -4601,7 +4803,8 @@ exports.AzureFunctionEventSubscriptionDestination = {
|
|
|
4601
4803
|
},
|
|
4602
4804
|
},
|
|
4603
4805
|
},
|
|
4604
|
-
}
|
|
4806
|
+
},
|
|
4807
|
+
},
|
|
4605
4808
|
},
|
|
4606
4809
|
};
|
|
4607
4810
|
exports.PartnerEventSubscriptionDestination = {
|
|
@@ -4611,12 +4814,15 @@ exports.PartnerEventSubscriptionDestination = {
|
|
|
4611
4814
|
className: "PartnerEventSubscriptionDestination",
|
|
4612
4815
|
uberParent: "EventSubscriptionDestination",
|
|
4613
4816
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4614
|
-
modelProperties:
|
|
4817
|
+
modelProperties: {
|
|
4818
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
4819
|
+
resourceId: {
|
|
4615
4820
|
serializedName: "properties.resourceId",
|
|
4616
4821
|
type: {
|
|
4617
4822
|
name: "String",
|
|
4618
4823
|
},
|
|
4619
|
-
}
|
|
4824
|
+
},
|
|
4825
|
+
},
|
|
4620
4826
|
},
|
|
4621
4827
|
};
|
|
4622
4828
|
exports.MonitorAlertEventSubscriptionDestination = {
|
|
@@ -4626,17 +4832,21 @@ exports.MonitorAlertEventSubscriptionDestination = {
|
|
|
4626
4832
|
className: "MonitorAlertEventSubscriptionDestination",
|
|
4627
4833
|
uberParent: "EventSubscriptionDestination",
|
|
4628
4834
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4629
|
-
modelProperties:
|
|
4835
|
+
modelProperties: {
|
|
4836
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
4837
|
+
severity: {
|
|
4630
4838
|
serializedName: "properties.severity",
|
|
4631
4839
|
type: {
|
|
4632
4840
|
name: "String",
|
|
4633
4841
|
},
|
|
4634
|
-
},
|
|
4842
|
+
},
|
|
4843
|
+
description: {
|
|
4635
4844
|
serializedName: "properties.description",
|
|
4636
4845
|
type: {
|
|
4637
4846
|
name: "String",
|
|
4638
4847
|
},
|
|
4639
|
-
},
|
|
4848
|
+
},
|
|
4849
|
+
actionGroups: {
|
|
4640
4850
|
serializedName: "properties.actionGroups",
|
|
4641
4851
|
type: {
|
|
4642
4852
|
name: "Sequence",
|
|
@@ -4646,7 +4856,8 @@ exports.MonitorAlertEventSubscriptionDestination = {
|
|
|
4646
4856
|
},
|
|
4647
4857
|
},
|
|
4648
4858
|
},
|
|
4649
|
-
}
|
|
4859
|
+
},
|
|
4860
|
+
},
|
|
4650
4861
|
},
|
|
4651
4862
|
};
|
|
4652
4863
|
exports.NamespaceTopicEventSubscriptionDestination = {
|
|
@@ -4656,12 +4867,15 @@ exports.NamespaceTopicEventSubscriptionDestination = {
|
|
|
4656
4867
|
className: "NamespaceTopicEventSubscriptionDestination",
|
|
4657
4868
|
uberParent: "EventSubscriptionDestination",
|
|
4658
4869
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4659
|
-
modelProperties:
|
|
4870
|
+
modelProperties: {
|
|
4871
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
4872
|
+
resourceId: {
|
|
4660
4873
|
serializedName: "properties.resourceId",
|
|
4661
4874
|
type: {
|
|
4662
4875
|
name: "String",
|
|
4663
4876
|
},
|
|
4664
|
-
}
|
|
4877
|
+
},
|
|
4878
|
+
},
|
|
4665
4879
|
},
|
|
4666
4880
|
};
|
|
4667
4881
|
exports.NumberInFilter = {
|
|
@@ -4671,7 +4885,9 @@ exports.NumberInFilter = {
|
|
|
4671
4885
|
className: "NumberInFilter",
|
|
4672
4886
|
uberParent: "Filter",
|
|
4673
4887
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4674
|
-
modelProperties:
|
|
4888
|
+
modelProperties: {
|
|
4889
|
+
...exports.Filter.type.modelProperties,
|
|
4890
|
+
values: {
|
|
4675
4891
|
serializedName: "values",
|
|
4676
4892
|
type: {
|
|
4677
4893
|
name: "Sequence",
|
|
@@ -4681,7 +4897,8 @@ exports.NumberInFilter = {
|
|
|
4681
4897
|
},
|
|
4682
4898
|
},
|
|
4683
4899
|
},
|
|
4684
|
-
}
|
|
4900
|
+
},
|
|
4901
|
+
},
|
|
4685
4902
|
},
|
|
4686
4903
|
};
|
|
4687
4904
|
exports.NumberNotInFilter = {
|
|
@@ -4691,7 +4908,9 @@ exports.NumberNotInFilter = {
|
|
|
4691
4908
|
className: "NumberNotInFilter",
|
|
4692
4909
|
uberParent: "Filter",
|
|
4693
4910
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4694
|
-
modelProperties:
|
|
4911
|
+
modelProperties: {
|
|
4912
|
+
...exports.Filter.type.modelProperties,
|
|
4913
|
+
values: {
|
|
4695
4914
|
serializedName: "values",
|
|
4696
4915
|
type: {
|
|
4697
4916
|
name: "Sequence",
|
|
@@ -4701,7 +4920,8 @@ exports.NumberNotInFilter = {
|
|
|
4701
4920
|
},
|
|
4702
4921
|
},
|
|
4703
4922
|
},
|
|
4704
|
-
}
|
|
4923
|
+
},
|
|
4924
|
+
},
|
|
4705
4925
|
},
|
|
4706
4926
|
};
|
|
4707
4927
|
exports.NumberLessThanFilter = {
|
|
@@ -4711,12 +4931,15 @@ exports.NumberLessThanFilter = {
|
|
|
4711
4931
|
className: "NumberLessThanFilter",
|
|
4712
4932
|
uberParent: "Filter",
|
|
4713
4933
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4714
|
-
modelProperties:
|
|
4934
|
+
modelProperties: {
|
|
4935
|
+
...exports.Filter.type.modelProperties,
|
|
4936
|
+
value: {
|
|
4715
4937
|
serializedName: "value",
|
|
4716
4938
|
type: {
|
|
4717
4939
|
name: "Number",
|
|
4718
4940
|
},
|
|
4719
|
-
}
|
|
4941
|
+
},
|
|
4942
|
+
},
|
|
4720
4943
|
},
|
|
4721
4944
|
};
|
|
4722
4945
|
exports.NumberGreaterThanFilter = {
|
|
@@ -4726,12 +4949,15 @@ exports.NumberGreaterThanFilter = {
|
|
|
4726
4949
|
className: "NumberGreaterThanFilter",
|
|
4727
4950
|
uberParent: "Filter",
|
|
4728
4951
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4729
|
-
modelProperties:
|
|
4952
|
+
modelProperties: {
|
|
4953
|
+
...exports.Filter.type.modelProperties,
|
|
4954
|
+
value: {
|
|
4730
4955
|
serializedName: "value",
|
|
4731
4956
|
type: {
|
|
4732
4957
|
name: "Number",
|
|
4733
4958
|
},
|
|
4734
|
-
}
|
|
4959
|
+
},
|
|
4960
|
+
},
|
|
4735
4961
|
},
|
|
4736
4962
|
};
|
|
4737
4963
|
exports.NumberLessThanOrEqualsFilter = {
|
|
@@ -4741,12 +4967,15 @@ exports.NumberLessThanOrEqualsFilter = {
|
|
|
4741
4967
|
className: "NumberLessThanOrEqualsFilter",
|
|
4742
4968
|
uberParent: "Filter",
|
|
4743
4969
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4744
|
-
modelProperties:
|
|
4970
|
+
modelProperties: {
|
|
4971
|
+
...exports.Filter.type.modelProperties,
|
|
4972
|
+
value: {
|
|
4745
4973
|
serializedName: "value",
|
|
4746
4974
|
type: {
|
|
4747
4975
|
name: "Number",
|
|
4748
4976
|
},
|
|
4749
|
-
}
|
|
4977
|
+
},
|
|
4978
|
+
},
|
|
4750
4979
|
},
|
|
4751
4980
|
};
|
|
4752
4981
|
exports.NumberGreaterThanOrEqualsFilter = {
|
|
@@ -4756,12 +4985,15 @@ exports.NumberGreaterThanOrEqualsFilter = {
|
|
|
4756
4985
|
className: "NumberGreaterThanOrEqualsFilter",
|
|
4757
4986
|
uberParent: "Filter",
|
|
4758
4987
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4759
|
-
modelProperties:
|
|
4988
|
+
modelProperties: {
|
|
4989
|
+
...exports.Filter.type.modelProperties,
|
|
4990
|
+
value: {
|
|
4760
4991
|
serializedName: "value",
|
|
4761
4992
|
type: {
|
|
4762
4993
|
name: "Number",
|
|
4763
4994
|
},
|
|
4764
|
-
}
|
|
4995
|
+
},
|
|
4996
|
+
},
|
|
4765
4997
|
},
|
|
4766
4998
|
};
|
|
4767
4999
|
exports.BoolEqualsFilter = {
|
|
@@ -4771,12 +5003,15 @@ exports.BoolEqualsFilter = {
|
|
|
4771
5003
|
className: "BoolEqualsFilter",
|
|
4772
5004
|
uberParent: "Filter",
|
|
4773
5005
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4774
|
-
modelProperties:
|
|
5006
|
+
modelProperties: {
|
|
5007
|
+
...exports.Filter.type.modelProperties,
|
|
5008
|
+
value: {
|
|
4775
5009
|
serializedName: "value",
|
|
4776
5010
|
type: {
|
|
4777
5011
|
name: "Boolean",
|
|
4778
5012
|
},
|
|
4779
|
-
}
|
|
5013
|
+
},
|
|
5014
|
+
},
|
|
4780
5015
|
},
|
|
4781
5016
|
};
|
|
4782
5017
|
exports.StringInFilter = {
|
|
@@ -4786,7 +5021,9 @@ exports.StringInFilter = {
|
|
|
4786
5021
|
className: "StringInFilter",
|
|
4787
5022
|
uberParent: "Filter",
|
|
4788
5023
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4789
|
-
modelProperties:
|
|
5024
|
+
modelProperties: {
|
|
5025
|
+
...exports.Filter.type.modelProperties,
|
|
5026
|
+
values: {
|
|
4790
5027
|
serializedName: "values",
|
|
4791
5028
|
type: {
|
|
4792
5029
|
name: "Sequence",
|
|
@@ -4796,7 +5033,8 @@ exports.StringInFilter = {
|
|
|
4796
5033
|
},
|
|
4797
5034
|
},
|
|
4798
5035
|
},
|
|
4799
|
-
}
|
|
5036
|
+
},
|
|
5037
|
+
},
|
|
4800
5038
|
},
|
|
4801
5039
|
};
|
|
4802
5040
|
exports.StringNotInFilter = {
|
|
@@ -4806,7 +5044,9 @@ exports.StringNotInFilter = {
|
|
|
4806
5044
|
className: "StringNotInFilter",
|
|
4807
5045
|
uberParent: "Filter",
|
|
4808
5046
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4809
|
-
modelProperties:
|
|
5047
|
+
modelProperties: {
|
|
5048
|
+
...exports.Filter.type.modelProperties,
|
|
5049
|
+
values: {
|
|
4810
5050
|
serializedName: "values",
|
|
4811
5051
|
type: {
|
|
4812
5052
|
name: "Sequence",
|
|
@@ -4816,7 +5056,8 @@ exports.StringNotInFilter = {
|
|
|
4816
5056
|
},
|
|
4817
5057
|
},
|
|
4818
5058
|
},
|
|
4819
|
-
}
|
|
5059
|
+
},
|
|
5060
|
+
},
|
|
4820
5061
|
},
|
|
4821
5062
|
};
|
|
4822
5063
|
exports.StringBeginsWithFilter = {
|
|
@@ -4826,7 +5067,9 @@ exports.StringBeginsWithFilter = {
|
|
|
4826
5067
|
className: "StringBeginsWithFilter",
|
|
4827
5068
|
uberParent: "Filter",
|
|
4828
5069
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4829
|
-
modelProperties:
|
|
5070
|
+
modelProperties: {
|
|
5071
|
+
...exports.Filter.type.modelProperties,
|
|
5072
|
+
values: {
|
|
4830
5073
|
serializedName: "values",
|
|
4831
5074
|
type: {
|
|
4832
5075
|
name: "Sequence",
|
|
@@ -4836,7 +5079,8 @@ exports.StringBeginsWithFilter = {
|
|
|
4836
5079
|
},
|
|
4837
5080
|
},
|
|
4838
5081
|
},
|
|
4839
|
-
}
|
|
5082
|
+
},
|
|
5083
|
+
},
|
|
4840
5084
|
},
|
|
4841
5085
|
};
|
|
4842
5086
|
exports.StringEndsWithFilter = {
|
|
@@ -4846,7 +5090,9 @@ exports.StringEndsWithFilter = {
|
|
|
4846
5090
|
className: "StringEndsWithFilter",
|
|
4847
5091
|
uberParent: "Filter",
|
|
4848
5092
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4849
|
-
modelProperties:
|
|
5093
|
+
modelProperties: {
|
|
5094
|
+
...exports.Filter.type.modelProperties,
|
|
5095
|
+
values: {
|
|
4850
5096
|
serializedName: "values",
|
|
4851
5097
|
type: {
|
|
4852
5098
|
name: "Sequence",
|
|
@@ -4856,7 +5102,8 @@ exports.StringEndsWithFilter = {
|
|
|
4856
5102
|
},
|
|
4857
5103
|
},
|
|
4858
5104
|
},
|
|
4859
|
-
}
|
|
5105
|
+
},
|
|
5106
|
+
},
|
|
4860
5107
|
},
|
|
4861
5108
|
};
|
|
4862
5109
|
exports.StringContainsFilter = {
|
|
@@ -4866,7 +5113,9 @@ exports.StringContainsFilter = {
|
|
|
4866
5113
|
className: "StringContainsFilter",
|
|
4867
5114
|
uberParent: "Filter",
|
|
4868
5115
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4869
|
-
modelProperties:
|
|
5116
|
+
modelProperties: {
|
|
5117
|
+
...exports.Filter.type.modelProperties,
|
|
5118
|
+
values: {
|
|
4870
5119
|
serializedName: "values",
|
|
4871
5120
|
type: {
|
|
4872
5121
|
name: "Sequence",
|
|
@@ -4876,7 +5125,8 @@ exports.StringContainsFilter = {
|
|
|
4876
5125
|
},
|
|
4877
5126
|
},
|
|
4878
5127
|
},
|
|
4879
|
-
}
|
|
5128
|
+
},
|
|
5129
|
+
},
|
|
4880
5130
|
},
|
|
4881
5131
|
};
|
|
4882
5132
|
exports.NumberInRangeFilter = {
|
|
@@ -4886,7 +5136,9 @@ exports.NumberInRangeFilter = {
|
|
|
4886
5136
|
className: "NumberInRangeFilter",
|
|
4887
5137
|
uberParent: "Filter",
|
|
4888
5138
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4889
|
-
modelProperties:
|
|
5139
|
+
modelProperties: {
|
|
5140
|
+
...exports.Filter.type.modelProperties,
|
|
5141
|
+
values: {
|
|
4890
5142
|
serializedName: "values",
|
|
4891
5143
|
type: {
|
|
4892
5144
|
name: "Sequence",
|
|
@@ -4901,7 +5153,8 @@ exports.NumberInRangeFilter = {
|
|
|
4901
5153
|
},
|
|
4902
5154
|
},
|
|
4903
5155
|
},
|
|
4904
|
-
}
|
|
5156
|
+
},
|
|
5157
|
+
},
|
|
4905
5158
|
},
|
|
4906
5159
|
};
|
|
4907
5160
|
exports.NumberNotInRangeFilter = {
|
|
@@ -4911,7 +5164,9 @@ exports.NumberNotInRangeFilter = {
|
|
|
4911
5164
|
className: "NumberNotInRangeFilter",
|
|
4912
5165
|
uberParent: "Filter",
|
|
4913
5166
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4914
|
-
modelProperties:
|
|
5167
|
+
modelProperties: {
|
|
5168
|
+
...exports.Filter.type.modelProperties,
|
|
5169
|
+
values: {
|
|
4915
5170
|
serializedName: "values",
|
|
4916
5171
|
type: {
|
|
4917
5172
|
name: "Sequence",
|
|
@@ -4926,7 +5181,8 @@ exports.NumberNotInRangeFilter = {
|
|
|
4926
5181
|
},
|
|
4927
5182
|
},
|
|
4928
5183
|
},
|
|
4929
|
-
}
|
|
5184
|
+
},
|
|
5185
|
+
},
|
|
4930
5186
|
},
|
|
4931
5187
|
};
|
|
4932
5188
|
exports.StringNotBeginsWithFilter = {
|
|
@@ -4936,7 +5192,9 @@ exports.StringNotBeginsWithFilter = {
|
|
|
4936
5192
|
className: "StringNotBeginsWithFilter",
|
|
4937
5193
|
uberParent: "Filter",
|
|
4938
5194
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4939
|
-
modelProperties:
|
|
5195
|
+
modelProperties: {
|
|
5196
|
+
...exports.Filter.type.modelProperties,
|
|
5197
|
+
values: {
|
|
4940
5198
|
serializedName: "values",
|
|
4941
5199
|
type: {
|
|
4942
5200
|
name: "Sequence",
|
|
@@ -4946,7 +5204,8 @@ exports.StringNotBeginsWithFilter = {
|
|
|
4946
5204
|
},
|
|
4947
5205
|
},
|
|
4948
5206
|
},
|
|
4949
|
-
}
|
|
5207
|
+
},
|
|
5208
|
+
},
|
|
4950
5209
|
},
|
|
4951
5210
|
};
|
|
4952
5211
|
exports.StringNotEndsWithFilter = {
|
|
@@ -4956,7 +5215,9 @@ exports.StringNotEndsWithFilter = {
|
|
|
4956
5215
|
className: "StringNotEndsWithFilter",
|
|
4957
5216
|
uberParent: "Filter",
|
|
4958
5217
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4959
|
-
modelProperties:
|
|
5218
|
+
modelProperties: {
|
|
5219
|
+
...exports.Filter.type.modelProperties,
|
|
5220
|
+
values: {
|
|
4960
5221
|
serializedName: "values",
|
|
4961
5222
|
type: {
|
|
4962
5223
|
name: "Sequence",
|
|
@@ -4966,7 +5227,8 @@ exports.StringNotEndsWithFilter = {
|
|
|
4966
5227
|
},
|
|
4967
5228
|
},
|
|
4968
5229
|
},
|
|
4969
|
-
}
|
|
5230
|
+
},
|
|
5231
|
+
},
|
|
4970
5232
|
},
|
|
4971
5233
|
};
|
|
4972
5234
|
exports.StringNotContainsFilter = {
|
|
@@ -4976,7 +5238,9 @@ exports.StringNotContainsFilter = {
|
|
|
4976
5238
|
className: "StringNotContainsFilter",
|
|
4977
5239
|
uberParent: "Filter",
|
|
4978
5240
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4979
|
-
modelProperties:
|
|
5241
|
+
modelProperties: {
|
|
5242
|
+
...exports.Filter.type.modelProperties,
|
|
5243
|
+
values: {
|
|
4980
5244
|
serializedName: "values",
|
|
4981
5245
|
type: {
|
|
4982
5246
|
name: "Sequence",
|
|
@@ -4986,7 +5250,8 @@ exports.StringNotContainsFilter = {
|
|
|
4986
5250
|
},
|
|
4987
5251
|
},
|
|
4988
5252
|
},
|
|
4989
|
-
}
|
|
5253
|
+
},
|
|
5254
|
+
},
|
|
4990
5255
|
},
|
|
4991
5256
|
};
|
|
4992
5257
|
exports.IsNullOrUndefinedFilter = {
|
|
@@ -4996,7 +5261,9 @@ exports.IsNullOrUndefinedFilter = {
|
|
|
4996
5261
|
className: "IsNullOrUndefinedFilter",
|
|
4997
5262
|
uberParent: "Filter",
|
|
4998
5263
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4999
|
-
modelProperties:
|
|
5264
|
+
modelProperties: {
|
|
5265
|
+
...exports.Filter.type.modelProperties,
|
|
5266
|
+
},
|
|
5000
5267
|
},
|
|
5001
5268
|
};
|
|
5002
5269
|
exports.IsNotNullFilter = {
|
|
@@ -5006,7 +5273,9 @@ exports.IsNotNullFilter = {
|
|
|
5006
5273
|
className: "IsNotNullFilter",
|
|
5007
5274
|
uberParent: "Filter",
|
|
5008
5275
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
5009
|
-
modelProperties:
|
|
5276
|
+
modelProperties: {
|
|
5277
|
+
...exports.Filter.type.modelProperties,
|
|
5278
|
+
},
|
|
5010
5279
|
},
|
|
5011
5280
|
};
|
|
5012
5281
|
exports.NumberInAdvancedFilter = {
|
|
@@ -5016,7 +5285,9 @@ exports.NumberInAdvancedFilter = {
|
|
|
5016
5285
|
className: "NumberInAdvancedFilter",
|
|
5017
5286
|
uberParent: "AdvancedFilter",
|
|
5018
5287
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5019
|
-
modelProperties:
|
|
5288
|
+
modelProperties: {
|
|
5289
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5290
|
+
values: {
|
|
5020
5291
|
serializedName: "values",
|
|
5021
5292
|
type: {
|
|
5022
5293
|
name: "Sequence",
|
|
@@ -5026,7 +5297,8 @@ exports.NumberInAdvancedFilter = {
|
|
|
5026
5297
|
},
|
|
5027
5298
|
},
|
|
5028
5299
|
},
|
|
5029
|
-
}
|
|
5300
|
+
},
|
|
5301
|
+
},
|
|
5030
5302
|
},
|
|
5031
5303
|
};
|
|
5032
5304
|
exports.NumberNotInAdvancedFilter = {
|
|
@@ -5036,7 +5308,9 @@ exports.NumberNotInAdvancedFilter = {
|
|
|
5036
5308
|
className: "NumberNotInAdvancedFilter",
|
|
5037
5309
|
uberParent: "AdvancedFilter",
|
|
5038
5310
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5039
|
-
modelProperties:
|
|
5311
|
+
modelProperties: {
|
|
5312
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5313
|
+
values: {
|
|
5040
5314
|
serializedName: "values",
|
|
5041
5315
|
type: {
|
|
5042
5316
|
name: "Sequence",
|
|
@@ -5046,7 +5320,8 @@ exports.NumberNotInAdvancedFilter = {
|
|
|
5046
5320
|
},
|
|
5047
5321
|
},
|
|
5048
5322
|
},
|
|
5049
|
-
}
|
|
5323
|
+
},
|
|
5324
|
+
},
|
|
5050
5325
|
},
|
|
5051
5326
|
};
|
|
5052
5327
|
exports.NumberLessThanAdvancedFilter = {
|
|
@@ -5056,12 +5331,15 @@ exports.NumberLessThanAdvancedFilter = {
|
|
|
5056
5331
|
className: "NumberLessThanAdvancedFilter",
|
|
5057
5332
|
uberParent: "AdvancedFilter",
|
|
5058
5333
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5059
|
-
modelProperties:
|
|
5334
|
+
modelProperties: {
|
|
5335
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5336
|
+
value: {
|
|
5060
5337
|
serializedName: "value",
|
|
5061
5338
|
type: {
|
|
5062
5339
|
name: "Number",
|
|
5063
5340
|
},
|
|
5064
|
-
}
|
|
5341
|
+
},
|
|
5342
|
+
},
|
|
5065
5343
|
},
|
|
5066
5344
|
};
|
|
5067
5345
|
exports.NumberGreaterThanAdvancedFilter = {
|
|
@@ -5071,12 +5349,15 @@ exports.NumberGreaterThanAdvancedFilter = {
|
|
|
5071
5349
|
className: "NumberGreaterThanAdvancedFilter",
|
|
5072
5350
|
uberParent: "AdvancedFilter",
|
|
5073
5351
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5074
|
-
modelProperties:
|
|
5352
|
+
modelProperties: {
|
|
5353
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5354
|
+
value: {
|
|
5075
5355
|
serializedName: "value",
|
|
5076
5356
|
type: {
|
|
5077
5357
|
name: "Number",
|
|
5078
5358
|
},
|
|
5079
|
-
}
|
|
5359
|
+
},
|
|
5360
|
+
},
|
|
5080
5361
|
},
|
|
5081
5362
|
};
|
|
5082
5363
|
exports.NumberLessThanOrEqualsAdvancedFilter = {
|
|
@@ -5086,12 +5367,15 @@ exports.NumberLessThanOrEqualsAdvancedFilter = {
|
|
|
5086
5367
|
className: "NumberLessThanOrEqualsAdvancedFilter",
|
|
5087
5368
|
uberParent: "AdvancedFilter",
|
|
5088
5369
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5089
|
-
modelProperties:
|
|
5370
|
+
modelProperties: {
|
|
5371
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5372
|
+
value: {
|
|
5090
5373
|
serializedName: "value",
|
|
5091
5374
|
type: {
|
|
5092
5375
|
name: "Number",
|
|
5093
5376
|
},
|
|
5094
|
-
}
|
|
5377
|
+
},
|
|
5378
|
+
},
|
|
5095
5379
|
},
|
|
5096
5380
|
};
|
|
5097
5381
|
exports.NumberGreaterThanOrEqualsAdvancedFilter = {
|
|
@@ -5101,12 +5385,15 @@ exports.NumberGreaterThanOrEqualsAdvancedFilter = {
|
|
|
5101
5385
|
className: "NumberGreaterThanOrEqualsAdvancedFilter",
|
|
5102
5386
|
uberParent: "AdvancedFilter",
|
|
5103
5387
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5104
|
-
modelProperties:
|
|
5388
|
+
modelProperties: {
|
|
5389
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5390
|
+
value: {
|
|
5105
5391
|
serializedName: "value",
|
|
5106
5392
|
type: {
|
|
5107
5393
|
name: "Number",
|
|
5108
5394
|
},
|
|
5109
|
-
}
|
|
5395
|
+
},
|
|
5396
|
+
},
|
|
5110
5397
|
},
|
|
5111
5398
|
};
|
|
5112
5399
|
exports.BoolEqualsAdvancedFilter = {
|
|
@@ -5116,12 +5403,15 @@ exports.BoolEqualsAdvancedFilter = {
|
|
|
5116
5403
|
className: "BoolEqualsAdvancedFilter",
|
|
5117
5404
|
uberParent: "AdvancedFilter",
|
|
5118
5405
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5119
|
-
modelProperties:
|
|
5406
|
+
modelProperties: {
|
|
5407
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5408
|
+
value: {
|
|
5120
5409
|
serializedName: "value",
|
|
5121
5410
|
type: {
|
|
5122
5411
|
name: "Boolean",
|
|
5123
5412
|
},
|
|
5124
|
-
}
|
|
5413
|
+
},
|
|
5414
|
+
},
|
|
5125
5415
|
},
|
|
5126
5416
|
};
|
|
5127
5417
|
exports.StringInAdvancedFilter = {
|
|
@@ -5131,7 +5421,9 @@ exports.StringInAdvancedFilter = {
|
|
|
5131
5421
|
className: "StringInAdvancedFilter",
|
|
5132
5422
|
uberParent: "AdvancedFilter",
|
|
5133
5423
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5134
|
-
modelProperties:
|
|
5424
|
+
modelProperties: {
|
|
5425
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5426
|
+
values: {
|
|
5135
5427
|
serializedName: "values",
|
|
5136
5428
|
type: {
|
|
5137
5429
|
name: "Sequence",
|
|
@@ -5141,7 +5433,8 @@ exports.StringInAdvancedFilter = {
|
|
|
5141
5433
|
},
|
|
5142
5434
|
},
|
|
5143
5435
|
},
|
|
5144
|
-
}
|
|
5436
|
+
},
|
|
5437
|
+
},
|
|
5145
5438
|
},
|
|
5146
5439
|
};
|
|
5147
5440
|
exports.StringNotInAdvancedFilter = {
|
|
@@ -5151,7 +5444,9 @@ exports.StringNotInAdvancedFilter = {
|
|
|
5151
5444
|
className: "StringNotInAdvancedFilter",
|
|
5152
5445
|
uberParent: "AdvancedFilter",
|
|
5153
5446
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5154
|
-
modelProperties:
|
|
5447
|
+
modelProperties: {
|
|
5448
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5449
|
+
values: {
|
|
5155
5450
|
serializedName: "values",
|
|
5156
5451
|
type: {
|
|
5157
5452
|
name: "Sequence",
|
|
@@ -5161,7 +5456,8 @@ exports.StringNotInAdvancedFilter = {
|
|
|
5161
5456
|
},
|
|
5162
5457
|
},
|
|
5163
5458
|
},
|
|
5164
|
-
}
|
|
5459
|
+
},
|
|
5460
|
+
},
|
|
5165
5461
|
},
|
|
5166
5462
|
};
|
|
5167
5463
|
exports.StringBeginsWithAdvancedFilter = {
|
|
@@ -5171,7 +5467,9 @@ exports.StringBeginsWithAdvancedFilter = {
|
|
|
5171
5467
|
className: "StringBeginsWithAdvancedFilter",
|
|
5172
5468
|
uberParent: "AdvancedFilter",
|
|
5173
5469
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5174
|
-
modelProperties:
|
|
5470
|
+
modelProperties: {
|
|
5471
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5472
|
+
values: {
|
|
5175
5473
|
serializedName: "values",
|
|
5176
5474
|
type: {
|
|
5177
5475
|
name: "Sequence",
|
|
@@ -5181,7 +5479,8 @@ exports.StringBeginsWithAdvancedFilter = {
|
|
|
5181
5479
|
},
|
|
5182
5480
|
},
|
|
5183
5481
|
},
|
|
5184
|
-
}
|
|
5482
|
+
},
|
|
5483
|
+
},
|
|
5185
5484
|
},
|
|
5186
5485
|
};
|
|
5187
5486
|
exports.StringEndsWithAdvancedFilter = {
|
|
@@ -5191,7 +5490,9 @@ exports.StringEndsWithAdvancedFilter = {
|
|
|
5191
5490
|
className: "StringEndsWithAdvancedFilter",
|
|
5192
5491
|
uberParent: "AdvancedFilter",
|
|
5193
5492
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5194
|
-
modelProperties:
|
|
5493
|
+
modelProperties: {
|
|
5494
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5495
|
+
values: {
|
|
5195
5496
|
serializedName: "values",
|
|
5196
5497
|
type: {
|
|
5197
5498
|
name: "Sequence",
|
|
@@ -5201,7 +5502,8 @@ exports.StringEndsWithAdvancedFilter = {
|
|
|
5201
5502
|
},
|
|
5202
5503
|
},
|
|
5203
5504
|
},
|
|
5204
|
-
}
|
|
5505
|
+
},
|
|
5506
|
+
},
|
|
5205
5507
|
},
|
|
5206
5508
|
};
|
|
5207
5509
|
exports.StringContainsAdvancedFilter = {
|
|
@@ -5211,7 +5513,9 @@ exports.StringContainsAdvancedFilter = {
|
|
|
5211
5513
|
className: "StringContainsAdvancedFilter",
|
|
5212
5514
|
uberParent: "AdvancedFilter",
|
|
5213
5515
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5214
|
-
modelProperties:
|
|
5516
|
+
modelProperties: {
|
|
5517
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5518
|
+
values: {
|
|
5215
5519
|
serializedName: "values",
|
|
5216
5520
|
type: {
|
|
5217
5521
|
name: "Sequence",
|
|
@@ -5221,7 +5525,8 @@ exports.StringContainsAdvancedFilter = {
|
|
|
5221
5525
|
},
|
|
5222
5526
|
},
|
|
5223
5527
|
},
|
|
5224
|
-
}
|
|
5528
|
+
},
|
|
5529
|
+
},
|
|
5225
5530
|
},
|
|
5226
5531
|
};
|
|
5227
5532
|
exports.NumberInRangeAdvancedFilter = {
|
|
@@ -5231,7 +5536,9 @@ exports.NumberInRangeAdvancedFilter = {
|
|
|
5231
5536
|
className: "NumberInRangeAdvancedFilter",
|
|
5232
5537
|
uberParent: "AdvancedFilter",
|
|
5233
5538
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5234
|
-
modelProperties:
|
|
5539
|
+
modelProperties: {
|
|
5540
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5541
|
+
values: {
|
|
5235
5542
|
serializedName: "values",
|
|
5236
5543
|
type: {
|
|
5237
5544
|
name: "Sequence",
|
|
@@ -5246,7 +5553,8 @@ exports.NumberInRangeAdvancedFilter = {
|
|
|
5246
5553
|
},
|
|
5247
5554
|
},
|
|
5248
5555
|
},
|
|
5249
|
-
}
|
|
5556
|
+
},
|
|
5557
|
+
},
|
|
5250
5558
|
},
|
|
5251
5559
|
};
|
|
5252
5560
|
exports.NumberNotInRangeAdvancedFilter = {
|
|
@@ -5256,7 +5564,9 @@ exports.NumberNotInRangeAdvancedFilter = {
|
|
|
5256
5564
|
className: "NumberNotInRangeAdvancedFilter",
|
|
5257
5565
|
uberParent: "AdvancedFilter",
|
|
5258
5566
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5259
|
-
modelProperties:
|
|
5567
|
+
modelProperties: {
|
|
5568
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5569
|
+
values: {
|
|
5260
5570
|
serializedName: "values",
|
|
5261
5571
|
type: {
|
|
5262
5572
|
name: "Sequence",
|
|
@@ -5271,7 +5581,8 @@ exports.NumberNotInRangeAdvancedFilter = {
|
|
|
5271
5581
|
},
|
|
5272
5582
|
},
|
|
5273
5583
|
},
|
|
5274
|
-
}
|
|
5584
|
+
},
|
|
5585
|
+
},
|
|
5275
5586
|
},
|
|
5276
5587
|
};
|
|
5277
5588
|
exports.StringNotBeginsWithAdvancedFilter = {
|
|
@@ -5281,7 +5592,9 @@ exports.StringNotBeginsWithAdvancedFilter = {
|
|
|
5281
5592
|
className: "StringNotBeginsWithAdvancedFilter",
|
|
5282
5593
|
uberParent: "AdvancedFilter",
|
|
5283
5594
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5284
|
-
modelProperties:
|
|
5595
|
+
modelProperties: {
|
|
5596
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5597
|
+
values: {
|
|
5285
5598
|
serializedName: "values",
|
|
5286
5599
|
type: {
|
|
5287
5600
|
name: "Sequence",
|
|
@@ -5291,7 +5604,8 @@ exports.StringNotBeginsWithAdvancedFilter = {
|
|
|
5291
5604
|
},
|
|
5292
5605
|
},
|
|
5293
5606
|
},
|
|
5294
|
-
}
|
|
5607
|
+
},
|
|
5608
|
+
},
|
|
5295
5609
|
},
|
|
5296
5610
|
};
|
|
5297
5611
|
exports.StringNotEndsWithAdvancedFilter = {
|
|
@@ -5301,7 +5615,9 @@ exports.StringNotEndsWithAdvancedFilter = {
|
|
|
5301
5615
|
className: "StringNotEndsWithAdvancedFilter",
|
|
5302
5616
|
uberParent: "AdvancedFilter",
|
|
5303
5617
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5304
|
-
modelProperties:
|
|
5618
|
+
modelProperties: {
|
|
5619
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5620
|
+
values: {
|
|
5305
5621
|
serializedName: "values",
|
|
5306
5622
|
type: {
|
|
5307
5623
|
name: "Sequence",
|
|
@@ -5311,7 +5627,8 @@ exports.StringNotEndsWithAdvancedFilter = {
|
|
|
5311
5627
|
},
|
|
5312
5628
|
},
|
|
5313
5629
|
},
|
|
5314
|
-
}
|
|
5630
|
+
},
|
|
5631
|
+
},
|
|
5315
5632
|
},
|
|
5316
5633
|
};
|
|
5317
5634
|
exports.StringNotContainsAdvancedFilter = {
|
|
@@ -5321,7 +5638,9 @@ exports.StringNotContainsAdvancedFilter = {
|
|
|
5321
5638
|
className: "StringNotContainsAdvancedFilter",
|
|
5322
5639
|
uberParent: "AdvancedFilter",
|
|
5323
5640
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5324
|
-
modelProperties:
|
|
5641
|
+
modelProperties: {
|
|
5642
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5643
|
+
values: {
|
|
5325
5644
|
serializedName: "values",
|
|
5326
5645
|
type: {
|
|
5327
5646
|
name: "Sequence",
|
|
@@ -5331,7 +5650,8 @@ exports.StringNotContainsAdvancedFilter = {
|
|
|
5331
5650
|
},
|
|
5332
5651
|
},
|
|
5333
5652
|
},
|
|
5334
|
-
}
|
|
5653
|
+
},
|
|
5654
|
+
},
|
|
5335
5655
|
},
|
|
5336
5656
|
};
|
|
5337
5657
|
exports.IsNullOrUndefinedAdvancedFilter = {
|
|
@@ -5341,7 +5661,9 @@ exports.IsNullOrUndefinedAdvancedFilter = {
|
|
|
5341
5661
|
className: "IsNullOrUndefinedAdvancedFilter",
|
|
5342
5662
|
uberParent: "AdvancedFilter",
|
|
5343
5663
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5344
|
-
modelProperties:
|
|
5664
|
+
modelProperties: {
|
|
5665
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5666
|
+
},
|
|
5345
5667
|
},
|
|
5346
5668
|
};
|
|
5347
5669
|
exports.IsNotNullAdvancedFilter = {
|
|
@@ -5351,7 +5673,9 @@ exports.IsNotNullAdvancedFilter = {
|
|
|
5351
5673
|
className: "IsNotNullAdvancedFilter",
|
|
5352
5674
|
uberParent: "AdvancedFilter",
|
|
5353
5675
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
5354
|
-
modelProperties:
|
|
5676
|
+
modelProperties: {
|
|
5677
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
5678
|
+
},
|
|
5355
5679
|
},
|
|
5356
5680
|
};
|
|
5357
5681
|
exports.StaticStringRoutingEnrichment = {
|
|
@@ -5361,12 +5685,15 @@ exports.StaticStringRoutingEnrichment = {
|
|
|
5361
5685
|
className: "StaticStringRoutingEnrichment",
|
|
5362
5686
|
uberParent: "StaticRoutingEnrichment",
|
|
5363
5687
|
polymorphicDiscriminator: exports.StaticRoutingEnrichment.type.polymorphicDiscriminator,
|
|
5364
|
-
modelProperties:
|
|
5688
|
+
modelProperties: {
|
|
5689
|
+
...exports.StaticRoutingEnrichment.type.modelProperties,
|
|
5690
|
+
value: {
|
|
5365
5691
|
serializedName: "value",
|
|
5366
5692
|
type: {
|
|
5367
5693
|
name: "String",
|
|
5368
5694
|
},
|
|
5369
|
-
}
|
|
5695
|
+
},
|
|
5696
|
+
},
|
|
5370
5697
|
},
|
|
5371
5698
|
};
|
|
5372
5699
|
exports.AzureADPartnerClientAuthentication = {
|
|
@@ -5376,42 +5703,51 @@ exports.AzureADPartnerClientAuthentication = {
|
|
|
5376
5703
|
className: "AzureADPartnerClientAuthentication",
|
|
5377
5704
|
uberParent: "PartnerClientAuthentication",
|
|
5378
5705
|
polymorphicDiscriminator: exports.PartnerClientAuthentication.type.polymorphicDiscriminator,
|
|
5379
|
-
modelProperties:
|
|
5706
|
+
modelProperties: {
|
|
5707
|
+
...exports.PartnerClientAuthentication.type.modelProperties,
|
|
5708
|
+
azureActiveDirectoryTenantId: {
|
|
5380
5709
|
serializedName: "properties.azureActiveDirectoryTenantId",
|
|
5381
5710
|
type: {
|
|
5382
5711
|
name: "String",
|
|
5383
5712
|
},
|
|
5384
|
-
},
|
|
5713
|
+
},
|
|
5714
|
+
azureActiveDirectoryApplicationIdOrUri: {
|
|
5385
5715
|
serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
|
|
5386
5716
|
type: {
|
|
5387
5717
|
name: "String",
|
|
5388
5718
|
},
|
|
5389
|
-
}
|
|
5719
|
+
},
|
|
5720
|
+
},
|
|
5390
5721
|
},
|
|
5391
5722
|
};
|
|
5392
5723
|
exports.Domain = {
|
|
5393
5724
|
type: {
|
|
5394
5725
|
name: "Composite",
|
|
5395
5726
|
className: "Domain",
|
|
5396
|
-
modelProperties:
|
|
5727
|
+
modelProperties: {
|
|
5728
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5729
|
+
sku: {
|
|
5397
5730
|
serializedName: "sku",
|
|
5398
5731
|
type: {
|
|
5399
5732
|
name: "Composite",
|
|
5400
5733
|
className: "ResourceSku",
|
|
5401
5734
|
},
|
|
5402
|
-
},
|
|
5735
|
+
},
|
|
5736
|
+
identity: {
|
|
5403
5737
|
serializedName: "identity",
|
|
5404
5738
|
type: {
|
|
5405
5739
|
name: "Composite",
|
|
5406
5740
|
className: "IdentityInfo",
|
|
5407
5741
|
},
|
|
5408
|
-
},
|
|
5742
|
+
},
|
|
5743
|
+
systemData: {
|
|
5409
5744
|
serializedName: "systemData",
|
|
5410
5745
|
type: {
|
|
5411
5746
|
name: "Composite",
|
|
5412
5747
|
className: "SystemData",
|
|
5413
5748
|
},
|
|
5414
|
-
},
|
|
5749
|
+
},
|
|
5750
|
+
privateEndpointConnections: {
|
|
5415
5751
|
serializedName: "properties.privateEndpointConnections",
|
|
5416
5752
|
readOnly: true,
|
|
5417
5753
|
type: {
|
|
@@ -5423,52 +5759,61 @@ exports.Domain = {
|
|
|
5423
5759
|
},
|
|
5424
5760
|
},
|
|
5425
5761
|
},
|
|
5426
|
-
},
|
|
5762
|
+
},
|
|
5763
|
+
provisioningState: {
|
|
5427
5764
|
serializedName: "properties.provisioningState",
|
|
5428
5765
|
readOnly: true,
|
|
5429
5766
|
type: {
|
|
5430
5767
|
name: "String",
|
|
5431
5768
|
},
|
|
5432
|
-
},
|
|
5769
|
+
},
|
|
5770
|
+
minimumTlsVersionAllowed: {
|
|
5433
5771
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
5434
5772
|
type: {
|
|
5435
5773
|
name: "String",
|
|
5436
5774
|
},
|
|
5437
|
-
},
|
|
5775
|
+
},
|
|
5776
|
+
endpoint: {
|
|
5438
5777
|
serializedName: "properties.endpoint",
|
|
5439
5778
|
readOnly: true,
|
|
5440
5779
|
type: {
|
|
5441
5780
|
name: "String",
|
|
5442
5781
|
},
|
|
5443
|
-
},
|
|
5782
|
+
},
|
|
5783
|
+
inputSchema: {
|
|
5444
5784
|
serializedName: "properties.inputSchema",
|
|
5445
5785
|
type: {
|
|
5446
5786
|
name: "String",
|
|
5447
5787
|
},
|
|
5448
|
-
},
|
|
5788
|
+
},
|
|
5789
|
+
eventTypeInfo: {
|
|
5449
5790
|
serializedName: "properties.eventTypeInfo",
|
|
5450
5791
|
type: {
|
|
5451
5792
|
name: "Composite",
|
|
5452
5793
|
className: "EventTypeInfo",
|
|
5453
5794
|
},
|
|
5454
|
-
},
|
|
5795
|
+
},
|
|
5796
|
+
inputSchemaMapping: {
|
|
5455
5797
|
serializedName: "properties.inputSchemaMapping",
|
|
5456
5798
|
type: {
|
|
5457
5799
|
name: "Composite",
|
|
5458
5800
|
className: "InputSchemaMapping",
|
|
5459
5801
|
},
|
|
5460
|
-
},
|
|
5802
|
+
},
|
|
5803
|
+
metricResourceId: {
|
|
5461
5804
|
serializedName: "properties.metricResourceId",
|
|
5462
5805
|
readOnly: true,
|
|
5463
5806
|
type: {
|
|
5464
5807
|
name: "String",
|
|
5465
5808
|
},
|
|
5466
|
-
},
|
|
5809
|
+
},
|
|
5810
|
+
publicNetworkAccess: {
|
|
5467
5811
|
serializedName: "properties.publicNetworkAccess",
|
|
5468
5812
|
type: {
|
|
5469
5813
|
name: "String",
|
|
5470
5814
|
},
|
|
5471
|
-
},
|
|
5815
|
+
},
|
|
5816
|
+
inboundIpRules: {
|
|
5472
5817
|
serializedName: "properties.inboundIpRules",
|
|
5473
5818
|
type: {
|
|
5474
5819
|
name: "Sequence",
|
|
@@ -5479,55 +5824,65 @@ exports.Domain = {
|
|
|
5479
5824
|
},
|
|
5480
5825
|
},
|
|
5481
5826
|
},
|
|
5482
|
-
},
|
|
5827
|
+
},
|
|
5828
|
+
disableLocalAuth: {
|
|
5483
5829
|
defaultValue: false,
|
|
5484
5830
|
serializedName: "properties.disableLocalAuth",
|
|
5485
5831
|
type: {
|
|
5486
5832
|
name: "Boolean",
|
|
5487
5833
|
},
|
|
5488
|
-
},
|
|
5834
|
+
},
|
|
5835
|
+
autoCreateTopicWithFirstSubscription: {
|
|
5489
5836
|
defaultValue: true,
|
|
5490
5837
|
serializedName: "properties.autoCreateTopicWithFirstSubscription",
|
|
5491
5838
|
type: {
|
|
5492
5839
|
name: "Boolean",
|
|
5493
5840
|
},
|
|
5494
|
-
},
|
|
5841
|
+
},
|
|
5842
|
+
autoDeleteTopicWithLastSubscription: {
|
|
5495
5843
|
defaultValue: true,
|
|
5496
5844
|
serializedName: "properties.autoDeleteTopicWithLastSubscription",
|
|
5497
5845
|
type: {
|
|
5498
5846
|
name: "Boolean",
|
|
5499
5847
|
},
|
|
5500
|
-
},
|
|
5848
|
+
},
|
|
5849
|
+
dataResidencyBoundary: {
|
|
5501
5850
|
serializedName: "properties.dataResidencyBoundary",
|
|
5502
5851
|
type: {
|
|
5503
5852
|
name: "String",
|
|
5504
5853
|
},
|
|
5505
|
-
}
|
|
5854
|
+
},
|
|
5855
|
+
},
|
|
5506
5856
|
},
|
|
5507
5857
|
};
|
|
5508
5858
|
exports.Namespace = {
|
|
5509
5859
|
type: {
|
|
5510
5860
|
name: "Composite",
|
|
5511
5861
|
className: "Namespace",
|
|
5512
|
-
modelProperties:
|
|
5862
|
+
modelProperties: {
|
|
5863
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5864
|
+
sku: {
|
|
5513
5865
|
serializedName: "sku",
|
|
5514
5866
|
type: {
|
|
5515
5867
|
name: "Composite",
|
|
5516
5868
|
className: "NamespaceSku",
|
|
5517
5869
|
},
|
|
5518
|
-
},
|
|
5870
|
+
},
|
|
5871
|
+
identity: {
|
|
5519
5872
|
serializedName: "identity",
|
|
5520
5873
|
type: {
|
|
5521
5874
|
name: "Composite",
|
|
5522
5875
|
className: "IdentityInfo",
|
|
5523
5876
|
},
|
|
5524
|
-
},
|
|
5877
|
+
},
|
|
5878
|
+
systemData: {
|
|
5525
5879
|
serializedName: "systemData",
|
|
5526
5880
|
type: {
|
|
5527
5881
|
name: "Composite",
|
|
5528
5882
|
className: "SystemData",
|
|
5529
5883
|
},
|
|
5530
|
-
},
|
|
5884
|
+
},
|
|
5885
|
+
privateEndpointConnections: {
|
|
5531
5886
|
serializedName: "properties.privateEndpointConnections",
|
|
5532
5887
|
type: {
|
|
5533
5888
|
name: "Sequence",
|
|
@@ -5538,35 +5893,41 @@ exports.Namespace = {
|
|
|
5538
5893
|
},
|
|
5539
5894
|
},
|
|
5540
5895
|
},
|
|
5541
|
-
},
|
|
5896
|
+
},
|
|
5897
|
+
provisioningState: {
|
|
5542
5898
|
serializedName: "properties.provisioningState",
|
|
5543
5899
|
readOnly: true,
|
|
5544
5900
|
type: {
|
|
5545
5901
|
name: "String",
|
|
5546
5902
|
},
|
|
5547
|
-
},
|
|
5903
|
+
},
|
|
5904
|
+
topicsConfiguration: {
|
|
5548
5905
|
serializedName: "properties.topicsConfiguration",
|
|
5549
5906
|
type: {
|
|
5550
5907
|
name: "Composite",
|
|
5551
5908
|
className: "TopicsConfiguration",
|
|
5552
5909
|
},
|
|
5553
|
-
},
|
|
5910
|
+
},
|
|
5911
|
+
topicSpacesConfiguration: {
|
|
5554
5912
|
serializedName: "properties.topicSpacesConfiguration",
|
|
5555
5913
|
type: {
|
|
5556
5914
|
name: "Composite",
|
|
5557
5915
|
className: "TopicSpacesConfiguration",
|
|
5558
5916
|
},
|
|
5559
|
-
},
|
|
5917
|
+
},
|
|
5918
|
+
isZoneRedundant: {
|
|
5560
5919
|
serializedName: "properties.isZoneRedundant",
|
|
5561
5920
|
type: {
|
|
5562
5921
|
name: "Boolean",
|
|
5563
5922
|
},
|
|
5564
|
-
},
|
|
5923
|
+
},
|
|
5924
|
+
publicNetworkAccess: {
|
|
5565
5925
|
serializedName: "properties.publicNetworkAccess",
|
|
5566
5926
|
type: {
|
|
5567
5927
|
name: "String",
|
|
5568
5928
|
},
|
|
5569
|
-
},
|
|
5929
|
+
},
|
|
5930
|
+
inboundIpRules: {
|
|
5570
5931
|
serializedName: "properties.inboundIpRules",
|
|
5571
5932
|
type: {
|
|
5572
5933
|
name: "Sequence",
|
|
@@ -5577,74 +5938,89 @@ exports.Namespace = {
|
|
|
5577
5938
|
},
|
|
5578
5939
|
},
|
|
5579
5940
|
},
|
|
5580
|
-
},
|
|
5941
|
+
},
|
|
5942
|
+
minimumTlsVersionAllowed: {
|
|
5581
5943
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
5582
5944
|
type: {
|
|
5583
5945
|
name: "String",
|
|
5584
5946
|
},
|
|
5585
|
-
}
|
|
5947
|
+
},
|
|
5948
|
+
},
|
|
5586
5949
|
},
|
|
5587
5950
|
};
|
|
5588
5951
|
exports.PartnerDestination = {
|
|
5589
5952
|
type: {
|
|
5590
5953
|
name: "Composite",
|
|
5591
5954
|
className: "PartnerDestination",
|
|
5592
|
-
modelProperties:
|
|
5955
|
+
modelProperties: {
|
|
5956
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5957
|
+
systemData: {
|
|
5593
5958
|
serializedName: "systemData",
|
|
5594
5959
|
type: {
|
|
5595
5960
|
name: "Composite",
|
|
5596
5961
|
className: "SystemData",
|
|
5597
5962
|
},
|
|
5598
|
-
},
|
|
5963
|
+
},
|
|
5964
|
+
partnerRegistrationImmutableId: {
|
|
5599
5965
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
5600
5966
|
type: {
|
|
5601
5967
|
name: "Uuid",
|
|
5602
5968
|
},
|
|
5603
|
-
},
|
|
5969
|
+
},
|
|
5970
|
+
endpointServiceContext: {
|
|
5604
5971
|
serializedName: "properties.endpointServiceContext",
|
|
5605
5972
|
type: {
|
|
5606
5973
|
name: "String",
|
|
5607
5974
|
},
|
|
5608
|
-
},
|
|
5975
|
+
},
|
|
5976
|
+
expirationTimeIfNotActivatedUtc: {
|
|
5609
5977
|
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
5610
5978
|
type: {
|
|
5611
5979
|
name: "DateTime",
|
|
5612
5980
|
},
|
|
5613
|
-
},
|
|
5981
|
+
},
|
|
5982
|
+
provisioningState: {
|
|
5614
5983
|
serializedName: "properties.provisioningState",
|
|
5615
5984
|
readOnly: true,
|
|
5616
5985
|
type: {
|
|
5617
5986
|
name: "String",
|
|
5618
5987
|
},
|
|
5619
|
-
},
|
|
5988
|
+
},
|
|
5989
|
+
activationState: {
|
|
5620
5990
|
serializedName: "properties.activationState",
|
|
5621
5991
|
type: {
|
|
5622
5992
|
name: "String",
|
|
5623
5993
|
},
|
|
5624
|
-
},
|
|
5994
|
+
},
|
|
5995
|
+
endpointBaseUrl: {
|
|
5625
5996
|
serializedName: "properties.endpointBaseUrl",
|
|
5626
5997
|
type: {
|
|
5627
5998
|
name: "String",
|
|
5628
5999
|
},
|
|
5629
|
-
},
|
|
6000
|
+
},
|
|
6001
|
+
messageForActivation: {
|
|
5630
6002
|
serializedName: "properties.messageForActivation",
|
|
5631
6003
|
type: {
|
|
5632
6004
|
name: "String",
|
|
5633
6005
|
},
|
|
5634
|
-
}
|
|
6006
|
+
},
|
|
6007
|
+
},
|
|
5635
6008
|
},
|
|
5636
6009
|
};
|
|
5637
6010
|
exports.PartnerNamespace = {
|
|
5638
6011
|
type: {
|
|
5639
6012
|
name: "Composite",
|
|
5640
6013
|
className: "PartnerNamespace",
|
|
5641
|
-
modelProperties:
|
|
6014
|
+
modelProperties: {
|
|
6015
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6016
|
+
systemData: {
|
|
5642
6017
|
serializedName: "systemData",
|
|
5643
6018
|
type: {
|
|
5644
6019
|
name: "Composite",
|
|
5645
6020
|
className: "SystemData",
|
|
5646
6021
|
},
|
|
5647
|
-
},
|
|
6022
|
+
},
|
|
6023
|
+
privateEndpointConnections: {
|
|
5648
6024
|
serializedName: "properties.privateEndpointConnections",
|
|
5649
6025
|
readOnly: true,
|
|
5650
6026
|
type: {
|
|
@@ -5656,34 +6032,40 @@ exports.PartnerNamespace = {
|
|
|
5656
6032
|
},
|
|
5657
6033
|
},
|
|
5658
6034
|
},
|
|
5659
|
-
},
|
|
6035
|
+
},
|
|
6036
|
+
provisioningState: {
|
|
5660
6037
|
serializedName: "properties.provisioningState",
|
|
5661
6038
|
readOnly: true,
|
|
5662
6039
|
type: {
|
|
5663
6040
|
name: "String",
|
|
5664
6041
|
},
|
|
5665
|
-
},
|
|
6042
|
+
},
|
|
6043
|
+
partnerRegistrationFullyQualifiedId: {
|
|
5666
6044
|
serializedName: "properties.partnerRegistrationFullyQualifiedId",
|
|
5667
6045
|
type: {
|
|
5668
6046
|
name: "String",
|
|
5669
6047
|
},
|
|
5670
|
-
},
|
|
6048
|
+
},
|
|
6049
|
+
minimumTlsVersionAllowed: {
|
|
5671
6050
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
5672
6051
|
type: {
|
|
5673
6052
|
name: "String",
|
|
5674
6053
|
},
|
|
5675
|
-
},
|
|
6054
|
+
},
|
|
6055
|
+
endpoint: {
|
|
5676
6056
|
serializedName: "properties.endpoint",
|
|
5677
6057
|
readOnly: true,
|
|
5678
6058
|
type: {
|
|
5679
6059
|
name: "String",
|
|
5680
6060
|
},
|
|
5681
|
-
},
|
|
6061
|
+
},
|
|
6062
|
+
publicNetworkAccess: {
|
|
5682
6063
|
serializedName: "properties.publicNetworkAccess",
|
|
5683
6064
|
type: {
|
|
5684
6065
|
name: "String",
|
|
5685
6066
|
},
|
|
5686
|
-
},
|
|
6067
|
+
},
|
|
6068
|
+
inboundIpRules: {
|
|
5687
6069
|
serializedName: "properties.inboundIpRules",
|
|
5688
6070
|
type: {
|
|
5689
6071
|
name: "Sequence",
|
|
@@ -5694,182 +6076,217 @@ exports.PartnerNamespace = {
|
|
|
5694
6076
|
},
|
|
5695
6077
|
},
|
|
5696
6078
|
},
|
|
5697
|
-
},
|
|
6079
|
+
},
|
|
6080
|
+
disableLocalAuth: {
|
|
5698
6081
|
defaultValue: false,
|
|
5699
6082
|
serializedName: "properties.disableLocalAuth",
|
|
5700
6083
|
type: {
|
|
5701
6084
|
name: "Boolean",
|
|
5702
6085
|
},
|
|
5703
|
-
},
|
|
6086
|
+
},
|
|
6087
|
+
partnerTopicRoutingMode: {
|
|
5704
6088
|
defaultValue: "SourceEventAttribute",
|
|
5705
6089
|
serializedName: "properties.partnerTopicRoutingMode",
|
|
5706
6090
|
type: {
|
|
5707
6091
|
name: "String",
|
|
5708
6092
|
},
|
|
5709
|
-
}
|
|
6093
|
+
},
|
|
6094
|
+
},
|
|
5710
6095
|
},
|
|
5711
6096
|
};
|
|
5712
6097
|
exports.PartnerRegistration = {
|
|
5713
6098
|
type: {
|
|
5714
6099
|
name: "Composite",
|
|
5715
6100
|
className: "PartnerRegistration",
|
|
5716
|
-
modelProperties:
|
|
6101
|
+
modelProperties: {
|
|
6102
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6103
|
+
systemData: {
|
|
5717
6104
|
serializedName: "systemData",
|
|
5718
6105
|
type: {
|
|
5719
6106
|
name: "Composite",
|
|
5720
6107
|
className: "SystemData",
|
|
5721
6108
|
},
|
|
5722
|
-
},
|
|
6109
|
+
},
|
|
6110
|
+
provisioningState: {
|
|
5723
6111
|
serializedName: "properties.provisioningState",
|
|
5724
6112
|
readOnly: true,
|
|
5725
6113
|
type: {
|
|
5726
6114
|
name: "String",
|
|
5727
6115
|
},
|
|
5728
|
-
},
|
|
6116
|
+
},
|
|
6117
|
+
partnerRegistrationImmutableId: {
|
|
5729
6118
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
5730
6119
|
type: {
|
|
5731
6120
|
name: "Uuid",
|
|
5732
6121
|
},
|
|
5733
|
-
}
|
|
6122
|
+
},
|
|
6123
|
+
},
|
|
5734
6124
|
},
|
|
5735
6125
|
};
|
|
5736
6126
|
exports.PartnerTopic = {
|
|
5737
6127
|
type: {
|
|
5738
6128
|
name: "Composite",
|
|
5739
6129
|
className: "PartnerTopic",
|
|
5740
|
-
modelProperties:
|
|
6130
|
+
modelProperties: {
|
|
6131
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6132
|
+
systemData: {
|
|
5741
6133
|
serializedName: "systemData",
|
|
5742
6134
|
type: {
|
|
5743
6135
|
name: "Composite",
|
|
5744
6136
|
className: "SystemData",
|
|
5745
6137
|
},
|
|
5746
|
-
},
|
|
6138
|
+
},
|
|
6139
|
+
identity: {
|
|
5747
6140
|
serializedName: "identity",
|
|
5748
6141
|
type: {
|
|
5749
6142
|
name: "Composite",
|
|
5750
6143
|
className: "IdentityInfo",
|
|
5751
6144
|
},
|
|
5752
|
-
},
|
|
6145
|
+
},
|
|
6146
|
+
partnerRegistrationImmutableId: {
|
|
5753
6147
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
5754
6148
|
type: {
|
|
5755
6149
|
name: "Uuid",
|
|
5756
6150
|
},
|
|
5757
|
-
},
|
|
6151
|
+
},
|
|
6152
|
+
source: {
|
|
5758
6153
|
serializedName: "properties.source",
|
|
5759
6154
|
type: {
|
|
5760
6155
|
name: "String",
|
|
5761
6156
|
},
|
|
5762
|
-
},
|
|
6157
|
+
},
|
|
6158
|
+
eventTypeInfo: {
|
|
5763
6159
|
serializedName: "properties.eventTypeInfo",
|
|
5764
6160
|
type: {
|
|
5765
6161
|
name: "Composite",
|
|
5766
6162
|
className: "EventTypeInfo",
|
|
5767
6163
|
},
|
|
5768
|
-
},
|
|
6164
|
+
},
|
|
6165
|
+
expirationTimeIfNotActivatedUtc: {
|
|
5769
6166
|
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
5770
6167
|
type: {
|
|
5771
6168
|
name: "DateTime",
|
|
5772
6169
|
},
|
|
5773
|
-
},
|
|
6170
|
+
},
|
|
6171
|
+
provisioningState: {
|
|
5774
6172
|
serializedName: "properties.provisioningState",
|
|
5775
6173
|
readOnly: true,
|
|
5776
6174
|
type: {
|
|
5777
6175
|
name: "String",
|
|
5778
6176
|
},
|
|
5779
|
-
},
|
|
6177
|
+
},
|
|
6178
|
+
activationState: {
|
|
5780
6179
|
serializedName: "properties.activationState",
|
|
5781
6180
|
type: {
|
|
5782
6181
|
name: "String",
|
|
5783
6182
|
},
|
|
5784
|
-
},
|
|
6183
|
+
},
|
|
6184
|
+
partnerTopicFriendlyDescription: {
|
|
5785
6185
|
serializedName: "properties.partnerTopicFriendlyDescription",
|
|
5786
6186
|
type: {
|
|
5787
6187
|
name: "String",
|
|
5788
6188
|
},
|
|
5789
|
-
},
|
|
6189
|
+
},
|
|
6190
|
+
messageForActivation: {
|
|
5790
6191
|
serializedName: "properties.messageForActivation",
|
|
5791
6192
|
type: {
|
|
5792
6193
|
name: "String",
|
|
5793
6194
|
},
|
|
5794
|
-
}
|
|
6195
|
+
},
|
|
6196
|
+
},
|
|
5795
6197
|
},
|
|
5796
6198
|
};
|
|
5797
6199
|
exports.SystemTopic = {
|
|
5798
6200
|
type: {
|
|
5799
6201
|
name: "Composite",
|
|
5800
6202
|
className: "SystemTopic",
|
|
5801
|
-
modelProperties:
|
|
6203
|
+
modelProperties: {
|
|
6204
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6205
|
+
systemData: {
|
|
5802
6206
|
serializedName: "systemData",
|
|
5803
6207
|
type: {
|
|
5804
6208
|
name: "Composite",
|
|
5805
6209
|
className: "SystemData",
|
|
5806
6210
|
},
|
|
5807
|
-
},
|
|
6211
|
+
},
|
|
6212
|
+
identity: {
|
|
5808
6213
|
serializedName: "identity",
|
|
5809
6214
|
type: {
|
|
5810
6215
|
name: "Composite",
|
|
5811
6216
|
className: "IdentityInfo",
|
|
5812
6217
|
},
|
|
5813
|
-
},
|
|
6218
|
+
},
|
|
6219
|
+
provisioningState: {
|
|
5814
6220
|
serializedName: "properties.provisioningState",
|
|
5815
6221
|
readOnly: true,
|
|
5816
6222
|
type: {
|
|
5817
6223
|
name: "String",
|
|
5818
6224
|
},
|
|
5819
|
-
},
|
|
6225
|
+
},
|
|
6226
|
+
source: {
|
|
5820
6227
|
serializedName: "properties.source",
|
|
5821
6228
|
type: {
|
|
5822
6229
|
name: "String",
|
|
5823
6230
|
},
|
|
5824
|
-
},
|
|
6231
|
+
},
|
|
6232
|
+
topicType: {
|
|
5825
6233
|
serializedName: "properties.topicType",
|
|
5826
6234
|
type: {
|
|
5827
6235
|
name: "String",
|
|
5828
6236
|
},
|
|
5829
|
-
},
|
|
6237
|
+
},
|
|
6238
|
+
metricResourceId: {
|
|
5830
6239
|
serializedName: "properties.metricResourceId",
|
|
5831
6240
|
readOnly: true,
|
|
5832
6241
|
type: {
|
|
5833
6242
|
name: "String",
|
|
5834
6243
|
},
|
|
5835
|
-
}
|
|
6244
|
+
},
|
|
6245
|
+
},
|
|
5836
6246
|
},
|
|
5837
6247
|
};
|
|
5838
6248
|
exports.Topic = {
|
|
5839
6249
|
type: {
|
|
5840
6250
|
name: "Composite",
|
|
5841
6251
|
className: "Topic",
|
|
5842
|
-
modelProperties:
|
|
6252
|
+
modelProperties: {
|
|
6253
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6254
|
+
sku: {
|
|
5843
6255
|
serializedName: "sku",
|
|
5844
6256
|
type: {
|
|
5845
6257
|
name: "Composite",
|
|
5846
6258
|
className: "ResourceSku",
|
|
5847
6259
|
},
|
|
5848
|
-
},
|
|
6260
|
+
},
|
|
6261
|
+
identity: {
|
|
5849
6262
|
serializedName: "identity",
|
|
5850
6263
|
type: {
|
|
5851
6264
|
name: "Composite",
|
|
5852
6265
|
className: "IdentityInfo",
|
|
5853
6266
|
},
|
|
5854
|
-
},
|
|
6267
|
+
},
|
|
6268
|
+
kind: {
|
|
5855
6269
|
defaultValue: "Azure",
|
|
5856
6270
|
serializedName: "kind",
|
|
5857
6271
|
type: {
|
|
5858
6272
|
name: "String",
|
|
5859
6273
|
},
|
|
5860
|
-
},
|
|
6274
|
+
},
|
|
6275
|
+
extendedLocation: {
|
|
5861
6276
|
serializedName: "extendedLocation",
|
|
5862
6277
|
type: {
|
|
5863
6278
|
name: "Composite",
|
|
5864
6279
|
className: "ExtendedLocation",
|
|
5865
6280
|
},
|
|
5866
|
-
},
|
|
6281
|
+
},
|
|
6282
|
+
systemData: {
|
|
5867
6283
|
serializedName: "systemData",
|
|
5868
6284
|
type: {
|
|
5869
6285
|
name: "Composite",
|
|
5870
6286
|
className: "SystemData",
|
|
5871
6287
|
},
|
|
5872
|
-
},
|
|
6288
|
+
},
|
|
6289
|
+
privateEndpointConnections: {
|
|
5873
6290
|
serializedName: "properties.privateEndpointConnections",
|
|
5874
6291
|
readOnly: true,
|
|
5875
6292
|
type: {
|
|
@@ -5881,52 +6298,61 @@ exports.Topic = {
|
|
|
5881
6298
|
},
|
|
5882
6299
|
},
|
|
5883
6300
|
},
|
|
5884
|
-
},
|
|
6301
|
+
},
|
|
6302
|
+
provisioningState: {
|
|
5885
6303
|
serializedName: "properties.provisioningState",
|
|
5886
6304
|
readOnly: true,
|
|
5887
6305
|
type: {
|
|
5888
6306
|
name: "String",
|
|
5889
6307
|
},
|
|
5890
|
-
},
|
|
6308
|
+
},
|
|
6309
|
+
endpoint: {
|
|
5891
6310
|
serializedName: "properties.endpoint",
|
|
5892
6311
|
readOnly: true,
|
|
5893
6312
|
type: {
|
|
5894
6313
|
name: "String",
|
|
5895
6314
|
},
|
|
5896
|
-
},
|
|
6315
|
+
},
|
|
6316
|
+
eventTypeInfo: {
|
|
5897
6317
|
serializedName: "properties.eventTypeInfo",
|
|
5898
6318
|
type: {
|
|
5899
6319
|
name: "Composite",
|
|
5900
6320
|
className: "EventTypeInfo",
|
|
5901
6321
|
},
|
|
5902
|
-
},
|
|
6322
|
+
},
|
|
6323
|
+
minimumTlsVersionAllowed: {
|
|
5903
6324
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
5904
6325
|
type: {
|
|
5905
6326
|
name: "String",
|
|
5906
6327
|
},
|
|
5907
|
-
},
|
|
6328
|
+
},
|
|
6329
|
+
inputSchema: {
|
|
5908
6330
|
serializedName: "properties.inputSchema",
|
|
5909
6331
|
type: {
|
|
5910
6332
|
name: "String",
|
|
5911
6333
|
},
|
|
5912
|
-
},
|
|
6334
|
+
},
|
|
6335
|
+
inputSchemaMapping: {
|
|
5913
6336
|
serializedName: "properties.inputSchemaMapping",
|
|
5914
6337
|
type: {
|
|
5915
6338
|
name: "Composite",
|
|
5916
6339
|
className: "InputSchemaMapping",
|
|
5917
6340
|
},
|
|
5918
|
-
},
|
|
6341
|
+
},
|
|
6342
|
+
metricResourceId: {
|
|
5919
6343
|
serializedName: "properties.metricResourceId",
|
|
5920
6344
|
readOnly: true,
|
|
5921
6345
|
type: {
|
|
5922
6346
|
name: "String",
|
|
5923
6347
|
},
|
|
5924
|
-
},
|
|
6348
|
+
},
|
|
6349
|
+
publicNetworkAccess: {
|
|
5925
6350
|
serializedName: "properties.publicNetworkAccess",
|
|
5926
6351
|
type: {
|
|
5927
6352
|
name: "String",
|
|
5928
6353
|
},
|
|
5929
|
-
},
|
|
6354
|
+
},
|
|
6355
|
+
inboundIpRules: {
|
|
5930
6356
|
serializedName: "properties.inboundIpRules",
|
|
5931
6357
|
type: {
|
|
5932
6358
|
name: "Sequence",
|
|
@@ -5937,18 +6363,21 @@ exports.Topic = {
|
|
|
5937
6363
|
},
|
|
5938
6364
|
},
|
|
5939
6365
|
},
|
|
5940
|
-
},
|
|
6366
|
+
},
|
|
6367
|
+
disableLocalAuth: {
|
|
5941
6368
|
defaultValue: false,
|
|
5942
6369
|
serializedName: "properties.disableLocalAuth",
|
|
5943
6370
|
type: {
|
|
5944
6371
|
name: "Boolean",
|
|
5945
6372
|
},
|
|
5946
|
-
},
|
|
6373
|
+
},
|
|
6374
|
+
dataResidencyBoundary: {
|
|
5947
6375
|
serializedName: "properties.dataResidencyBoundary",
|
|
5948
6376
|
type: {
|
|
5949
6377
|
name: "String",
|
|
5950
6378
|
},
|
|
5951
|
-
}
|
|
6379
|
+
},
|
|
6380
|
+
},
|
|
5952
6381
|
},
|
|
5953
6382
|
};
|
|
5954
6383
|
exports.CaCertificatesDeleteHeaders = {
|