@azure/arm-eventgrid 14.2.0-alpha.20250620.1 → 14.2.0-alpha.20250722.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 +42 -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 +700 -312
- 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/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/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 +42 -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 +700 -312
- 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/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/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 +11 -11
- package/dist/esm/eventGridManagementClient.js +42 -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 +700 -312
- 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/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/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 +42 -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 +700 -312
- 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/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/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 +2 -2
- /package/review/{arm-eventgrid.api.md → arm-eventgrid-node.api.md} +0 -0
|
@@ -2758,174 +2758,209 @@ exports.CaCertificate = {
|
|
|
2758
2758
|
type: {
|
|
2759
2759
|
name: "Composite",
|
|
2760
2760
|
className: "CaCertificate",
|
|
2761
|
-
modelProperties:
|
|
2761
|
+
modelProperties: {
|
|
2762
|
+
...exports.Resource.type.modelProperties,
|
|
2763
|
+
systemData: {
|
|
2762
2764
|
serializedName: "systemData",
|
|
2763
2765
|
type: {
|
|
2764
2766
|
name: "Composite",
|
|
2765
2767
|
className: "SystemData",
|
|
2766
2768
|
},
|
|
2767
|
-
},
|
|
2769
|
+
},
|
|
2770
|
+
description: {
|
|
2768
2771
|
serializedName: "properties.description",
|
|
2769
2772
|
type: {
|
|
2770
2773
|
name: "String",
|
|
2771
2774
|
},
|
|
2772
|
-
},
|
|
2775
|
+
},
|
|
2776
|
+
encodedCertificate: {
|
|
2773
2777
|
serializedName: "properties.encodedCertificate",
|
|
2774
2778
|
type: {
|
|
2775
2779
|
name: "String",
|
|
2776
2780
|
},
|
|
2777
|
-
},
|
|
2781
|
+
},
|
|
2782
|
+
issueTimeInUtc: {
|
|
2778
2783
|
serializedName: "properties.issueTimeInUtc",
|
|
2779
2784
|
readOnly: true,
|
|
2780
2785
|
type: {
|
|
2781
2786
|
name: "DateTime",
|
|
2782
2787
|
},
|
|
2783
|
-
},
|
|
2788
|
+
},
|
|
2789
|
+
expiryTimeInUtc: {
|
|
2784
2790
|
serializedName: "properties.expiryTimeInUtc",
|
|
2785
2791
|
readOnly: true,
|
|
2786
2792
|
type: {
|
|
2787
2793
|
name: "DateTime",
|
|
2788
2794
|
},
|
|
2789
|
-
},
|
|
2795
|
+
},
|
|
2796
|
+
provisioningState: {
|
|
2790
2797
|
serializedName: "properties.provisioningState",
|
|
2791
2798
|
readOnly: true,
|
|
2792
2799
|
type: {
|
|
2793
2800
|
name: "String",
|
|
2794
2801
|
},
|
|
2795
|
-
}
|
|
2802
|
+
},
|
|
2803
|
+
},
|
|
2796
2804
|
},
|
|
2797
2805
|
};
|
|
2798
2806
|
exports.Channel = {
|
|
2799
2807
|
type: {
|
|
2800
2808
|
name: "Composite",
|
|
2801
2809
|
className: "Channel",
|
|
2802
|
-
modelProperties:
|
|
2810
|
+
modelProperties: {
|
|
2811
|
+
...exports.Resource.type.modelProperties,
|
|
2812
|
+
systemData: {
|
|
2803
2813
|
serializedName: "systemData",
|
|
2804
2814
|
type: {
|
|
2805
2815
|
name: "Composite",
|
|
2806
2816
|
className: "SystemData",
|
|
2807
2817
|
},
|
|
2808
|
-
},
|
|
2818
|
+
},
|
|
2819
|
+
channelType: {
|
|
2809
2820
|
serializedName: "properties.channelType",
|
|
2810
2821
|
type: {
|
|
2811
2822
|
name: "String",
|
|
2812
2823
|
},
|
|
2813
|
-
},
|
|
2824
|
+
},
|
|
2825
|
+
partnerTopicInfo: {
|
|
2814
2826
|
serializedName: "properties.partnerTopicInfo",
|
|
2815
2827
|
type: {
|
|
2816
2828
|
name: "Composite",
|
|
2817
2829
|
className: "PartnerTopicInfo",
|
|
2818
2830
|
},
|
|
2819
|
-
},
|
|
2831
|
+
},
|
|
2832
|
+
messageForActivation: {
|
|
2820
2833
|
serializedName: "properties.messageForActivation",
|
|
2821
2834
|
type: {
|
|
2822
2835
|
name: "String",
|
|
2823
2836
|
},
|
|
2824
|
-
},
|
|
2837
|
+
},
|
|
2838
|
+
provisioningState: {
|
|
2825
2839
|
serializedName: "properties.provisioningState",
|
|
2826
2840
|
type: {
|
|
2827
2841
|
name: "String",
|
|
2828
2842
|
},
|
|
2829
|
-
},
|
|
2843
|
+
},
|
|
2844
|
+
readinessState: {
|
|
2830
2845
|
serializedName: "properties.readinessState",
|
|
2831
2846
|
type: {
|
|
2832
2847
|
name: "String",
|
|
2833
2848
|
},
|
|
2834
|
-
},
|
|
2849
|
+
},
|
|
2850
|
+
expirationTimeIfNotActivatedUtc: {
|
|
2835
2851
|
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
2836
2852
|
type: {
|
|
2837
2853
|
name: "DateTime",
|
|
2838
2854
|
},
|
|
2839
|
-
}
|
|
2855
|
+
},
|
|
2856
|
+
},
|
|
2840
2857
|
},
|
|
2841
2858
|
};
|
|
2842
2859
|
exports.ClientGroup = {
|
|
2843
2860
|
type: {
|
|
2844
2861
|
name: "Composite",
|
|
2845
2862
|
className: "ClientGroup",
|
|
2846
|
-
modelProperties:
|
|
2863
|
+
modelProperties: {
|
|
2864
|
+
...exports.Resource.type.modelProperties,
|
|
2865
|
+
systemData: {
|
|
2847
2866
|
serializedName: "systemData",
|
|
2848
2867
|
type: {
|
|
2849
2868
|
name: "Composite",
|
|
2850
2869
|
className: "SystemData",
|
|
2851
2870
|
},
|
|
2852
|
-
},
|
|
2871
|
+
},
|
|
2872
|
+
description: {
|
|
2853
2873
|
serializedName: "properties.description",
|
|
2854
2874
|
type: {
|
|
2855
2875
|
name: "String",
|
|
2856
2876
|
},
|
|
2857
|
-
},
|
|
2877
|
+
},
|
|
2878
|
+
query: {
|
|
2858
2879
|
serializedName: "properties.query",
|
|
2859
2880
|
type: {
|
|
2860
2881
|
name: "String",
|
|
2861
2882
|
},
|
|
2862
|
-
},
|
|
2883
|
+
},
|
|
2884
|
+
provisioningState: {
|
|
2863
2885
|
serializedName: "properties.provisioningState",
|
|
2864
2886
|
readOnly: true,
|
|
2865
2887
|
type: {
|
|
2866
2888
|
name: "String",
|
|
2867
2889
|
},
|
|
2868
|
-
}
|
|
2890
|
+
},
|
|
2891
|
+
},
|
|
2869
2892
|
},
|
|
2870
2893
|
};
|
|
2871
2894
|
exports.Client = {
|
|
2872
2895
|
type: {
|
|
2873
2896
|
name: "Composite",
|
|
2874
2897
|
className: "Client",
|
|
2875
|
-
modelProperties:
|
|
2898
|
+
modelProperties: {
|
|
2899
|
+
...exports.Resource.type.modelProperties,
|
|
2900
|
+
systemData: {
|
|
2876
2901
|
serializedName: "systemData",
|
|
2877
2902
|
type: {
|
|
2878
2903
|
name: "Composite",
|
|
2879
2904
|
className: "SystemData",
|
|
2880
2905
|
},
|
|
2881
|
-
},
|
|
2906
|
+
},
|
|
2907
|
+
description: {
|
|
2882
2908
|
serializedName: "properties.description",
|
|
2883
2909
|
type: {
|
|
2884
2910
|
name: "String",
|
|
2885
2911
|
},
|
|
2886
|
-
},
|
|
2912
|
+
},
|
|
2913
|
+
authenticationName: {
|
|
2887
2914
|
serializedName: "properties.authenticationName",
|
|
2888
2915
|
type: {
|
|
2889
2916
|
name: "String",
|
|
2890
2917
|
},
|
|
2891
|
-
},
|
|
2918
|
+
},
|
|
2919
|
+
clientCertificateAuthentication: {
|
|
2892
2920
|
serializedName: "properties.clientCertificateAuthentication",
|
|
2893
2921
|
type: {
|
|
2894
2922
|
name: "Composite",
|
|
2895
2923
|
className: "ClientCertificateAuthentication",
|
|
2896
2924
|
},
|
|
2897
|
-
},
|
|
2925
|
+
},
|
|
2926
|
+
state: {
|
|
2898
2927
|
defaultValue: "Enabled",
|
|
2899
2928
|
serializedName: "properties.state",
|
|
2900
2929
|
type: {
|
|
2901
2930
|
name: "String",
|
|
2902
2931
|
},
|
|
2903
|
-
},
|
|
2932
|
+
},
|
|
2933
|
+
attributes: {
|
|
2904
2934
|
serializedName: "properties.attributes",
|
|
2905
2935
|
type: {
|
|
2906
2936
|
name: "Dictionary",
|
|
2907
2937
|
value: { type: { name: "any" } },
|
|
2908
2938
|
},
|
|
2909
|
-
},
|
|
2939
|
+
},
|
|
2940
|
+
provisioningState: {
|
|
2910
2941
|
serializedName: "properties.provisioningState",
|
|
2911
2942
|
readOnly: true,
|
|
2912
2943
|
type: {
|
|
2913
2944
|
name: "String",
|
|
2914
2945
|
},
|
|
2915
|
-
}
|
|
2946
|
+
},
|
|
2947
|
+
},
|
|
2916
2948
|
},
|
|
2917
2949
|
};
|
|
2918
2950
|
exports.PrivateEndpointConnection = {
|
|
2919
2951
|
type: {
|
|
2920
2952
|
name: "Composite",
|
|
2921
2953
|
className: "PrivateEndpointConnection",
|
|
2922
|
-
modelProperties:
|
|
2954
|
+
modelProperties: {
|
|
2955
|
+
...exports.Resource.type.modelProperties,
|
|
2956
|
+
privateEndpoint: {
|
|
2923
2957
|
serializedName: "properties.privateEndpoint",
|
|
2924
2958
|
type: {
|
|
2925
2959
|
name: "Composite",
|
|
2926
2960
|
className: "PrivateEndpoint",
|
|
2927
2961
|
},
|
|
2928
|
-
},
|
|
2962
|
+
},
|
|
2963
|
+
groupIds: {
|
|
2929
2964
|
serializedName: "properties.groupIds",
|
|
2930
2965
|
type: {
|
|
2931
2966
|
name: "Sequence",
|
|
@@ -2935,140 +2970,167 @@ exports.PrivateEndpointConnection = {
|
|
|
2935
2970
|
},
|
|
2936
2971
|
},
|
|
2937
2972
|
},
|
|
2938
|
-
},
|
|
2973
|
+
},
|
|
2974
|
+
privateLinkServiceConnectionState: {
|
|
2939
2975
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
2940
2976
|
type: {
|
|
2941
2977
|
name: "Composite",
|
|
2942
2978
|
className: "ConnectionState",
|
|
2943
2979
|
},
|
|
2944
|
-
},
|
|
2980
|
+
},
|
|
2981
|
+
provisioningState: {
|
|
2945
2982
|
serializedName: "properties.provisioningState",
|
|
2946
2983
|
type: {
|
|
2947
2984
|
name: "String",
|
|
2948
2985
|
},
|
|
2949
|
-
}
|
|
2986
|
+
},
|
|
2987
|
+
},
|
|
2950
2988
|
},
|
|
2951
2989
|
};
|
|
2952
2990
|
exports.TrackedResource = {
|
|
2953
2991
|
type: {
|
|
2954
2992
|
name: "Composite",
|
|
2955
2993
|
className: "TrackedResource",
|
|
2956
|
-
modelProperties:
|
|
2994
|
+
modelProperties: {
|
|
2995
|
+
...exports.Resource.type.modelProperties,
|
|
2996
|
+
location: {
|
|
2957
2997
|
serializedName: "location",
|
|
2958
2998
|
required: true,
|
|
2959
2999
|
type: {
|
|
2960
3000
|
name: "String",
|
|
2961
3001
|
},
|
|
2962
|
-
},
|
|
3002
|
+
},
|
|
3003
|
+
tags: {
|
|
2963
3004
|
serializedName: "tags",
|
|
2964
3005
|
type: {
|
|
2965
3006
|
name: "Dictionary",
|
|
2966
3007
|
value: { type: { name: "String" } },
|
|
2967
3008
|
},
|
|
2968
|
-
}
|
|
3009
|
+
},
|
|
3010
|
+
},
|
|
2969
3011
|
},
|
|
2970
3012
|
};
|
|
2971
3013
|
exports.DomainTopic = {
|
|
2972
3014
|
type: {
|
|
2973
3015
|
name: "Composite",
|
|
2974
3016
|
className: "DomainTopic",
|
|
2975
|
-
modelProperties:
|
|
3017
|
+
modelProperties: {
|
|
3018
|
+
...exports.Resource.type.modelProperties,
|
|
3019
|
+
systemData: {
|
|
2976
3020
|
serializedName: "systemData",
|
|
2977
3021
|
type: {
|
|
2978
3022
|
name: "Composite",
|
|
2979
3023
|
className: "SystemData",
|
|
2980
3024
|
},
|
|
2981
|
-
},
|
|
3025
|
+
},
|
|
3026
|
+
provisioningState: {
|
|
2982
3027
|
serializedName: "properties.provisioningState",
|
|
2983
3028
|
readOnly: true,
|
|
2984
3029
|
type: {
|
|
2985
3030
|
name: "String",
|
|
2986
3031
|
},
|
|
2987
|
-
}
|
|
3032
|
+
},
|
|
3033
|
+
},
|
|
2988
3034
|
},
|
|
2989
3035
|
};
|
|
2990
3036
|
exports.Subscription = {
|
|
2991
3037
|
type: {
|
|
2992
3038
|
name: "Composite",
|
|
2993
3039
|
className: "Subscription",
|
|
2994
|
-
modelProperties:
|
|
3040
|
+
modelProperties: {
|
|
3041
|
+
...exports.Resource.type.modelProperties,
|
|
3042
|
+
systemData: {
|
|
2995
3043
|
serializedName: "systemData",
|
|
2996
3044
|
type: {
|
|
2997
3045
|
name: "Composite",
|
|
2998
3046
|
className: "SystemData",
|
|
2999
3047
|
},
|
|
3000
|
-
},
|
|
3048
|
+
},
|
|
3049
|
+
provisioningState: {
|
|
3001
3050
|
serializedName: "properties.provisioningState",
|
|
3002
3051
|
readOnly: true,
|
|
3003
3052
|
type: {
|
|
3004
3053
|
name: "String",
|
|
3005
3054
|
},
|
|
3006
|
-
},
|
|
3055
|
+
},
|
|
3056
|
+
deliveryConfiguration: {
|
|
3007
3057
|
serializedName: "properties.deliveryConfiguration",
|
|
3008
3058
|
type: {
|
|
3009
3059
|
name: "Composite",
|
|
3010
3060
|
className: "DeliveryConfiguration",
|
|
3011
3061
|
},
|
|
3012
|
-
},
|
|
3062
|
+
},
|
|
3063
|
+
eventDeliverySchema: {
|
|
3013
3064
|
serializedName: "properties.eventDeliverySchema",
|
|
3014
3065
|
type: {
|
|
3015
3066
|
name: "String",
|
|
3016
3067
|
},
|
|
3017
|
-
},
|
|
3068
|
+
},
|
|
3069
|
+
filtersConfiguration: {
|
|
3018
3070
|
serializedName: "properties.filtersConfiguration",
|
|
3019
3071
|
type: {
|
|
3020
3072
|
name: "Composite",
|
|
3021
3073
|
className: "FiltersConfiguration",
|
|
3022
3074
|
},
|
|
3023
|
-
},
|
|
3075
|
+
},
|
|
3076
|
+
expirationTimeUtc: {
|
|
3024
3077
|
serializedName: "properties.expirationTimeUtc",
|
|
3025
3078
|
type: {
|
|
3026
3079
|
name: "DateTime",
|
|
3027
3080
|
},
|
|
3028
|
-
}
|
|
3081
|
+
},
|
|
3082
|
+
},
|
|
3029
3083
|
},
|
|
3030
3084
|
};
|
|
3031
3085
|
exports.EventSubscription = {
|
|
3032
3086
|
type: {
|
|
3033
3087
|
name: "Composite",
|
|
3034
3088
|
className: "EventSubscription",
|
|
3035
|
-
modelProperties:
|
|
3089
|
+
modelProperties: {
|
|
3090
|
+
...exports.Resource.type.modelProperties,
|
|
3091
|
+
systemData: {
|
|
3036
3092
|
serializedName: "systemData",
|
|
3037
3093
|
type: {
|
|
3038
3094
|
name: "Composite",
|
|
3039
3095
|
className: "SystemData",
|
|
3040
3096
|
},
|
|
3041
|
-
},
|
|
3097
|
+
},
|
|
3098
|
+
topic: {
|
|
3042
3099
|
serializedName: "properties.topic",
|
|
3043
3100
|
readOnly: true,
|
|
3044
3101
|
type: {
|
|
3045
3102
|
name: "String",
|
|
3046
3103
|
},
|
|
3047
|
-
},
|
|
3104
|
+
},
|
|
3105
|
+
provisioningState: {
|
|
3048
3106
|
serializedName: "properties.provisioningState",
|
|
3049
3107
|
readOnly: true,
|
|
3050
3108
|
type: {
|
|
3051
3109
|
name: "String",
|
|
3052
3110
|
},
|
|
3053
|
-
},
|
|
3111
|
+
},
|
|
3112
|
+
destination: {
|
|
3054
3113
|
serializedName: "properties.destination",
|
|
3055
3114
|
type: {
|
|
3056
3115
|
name: "Composite",
|
|
3057
3116
|
className: "EventSubscriptionDestination",
|
|
3058
3117
|
},
|
|
3059
|
-
},
|
|
3118
|
+
},
|
|
3119
|
+
deliveryWithResourceIdentity: {
|
|
3060
3120
|
serializedName: "properties.deliveryWithResourceIdentity",
|
|
3061
3121
|
type: {
|
|
3062
3122
|
name: "Composite",
|
|
3063
3123
|
className: "DeliveryWithResourceIdentity",
|
|
3064
3124
|
},
|
|
3065
|
-
},
|
|
3125
|
+
},
|
|
3126
|
+
filter: {
|
|
3066
3127
|
serializedName: "properties.filter",
|
|
3067
3128
|
type: {
|
|
3068
3129
|
name: "Composite",
|
|
3069
3130
|
className: "EventSubscriptionFilter",
|
|
3070
3131
|
},
|
|
3071
|
-
},
|
|
3132
|
+
},
|
|
3133
|
+
labels: {
|
|
3072
3134
|
serializedName: "properties.labels",
|
|
3073
3135
|
type: {
|
|
3074
3136
|
name: "Sequence",
|
|
@@ -3078,212 +3140,255 @@ exports.EventSubscription = {
|
|
|
3078
3140
|
},
|
|
3079
3141
|
},
|
|
3080
3142
|
},
|
|
3081
|
-
},
|
|
3143
|
+
},
|
|
3144
|
+
expirationTimeUtc: {
|
|
3082
3145
|
serializedName: "properties.expirationTimeUtc",
|
|
3083
3146
|
type: {
|
|
3084
3147
|
name: "DateTime",
|
|
3085
3148
|
},
|
|
3086
|
-
},
|
|
3149
|
+
},
|
|
3150
|
+
eventDeliverySchema: {
|
|
3087
3151
|
serializedName: "properties.eventDeliverySchema",
|
|
3088
3152
|
type: {
|
|
3089
3153
|
name: "String",
|
|
3090
3154
|
},
|
|
3091
|
-
},
|
|
3155
|
+
},
|
|
3156
|
+
retryPolicy: {
|
|
3092
3157
|
serializedName: "properties.retryPolicy",
|
|
3093
3158
|
type: {
|
|
3094
3159
|
name: "Composite",
|
|
3095
3160
|
className: "RetryPolicy",
|
|
3096
3161
|
},
|
|
3097
|
-
},
|
|
3162
|
+
},
|
|
3163
|
+
deadLetterDestination: {
|
|
3098
3164
|
serializedName: "properties.deadLetterDestination",
|
|
3099
3165
|
type: {
|
|
3100
3166
|
name: "Composite",
|
|
3101
3167
|
className: "DeadLetterDestination",
|
|
3102
3168
|
},
|
|
3103
|
-
},
|
|
3169
|
+
},
|
|
3170
|
+
deadLetterWithResourceIdentity: {
|
|
3104
3171
|
serializedName: "properties.deadLetterWithResourceIdentity",
|
|
3105
3172
|
type: {
|
|
3106
3173
|
name: "Composite",
|
|
3107
3174
|
className: "DeadLetterWithResourceIdentity",
|
|
3108
3175
|
},
|
|
3109
|
-
}
|
|
3176
|
+
},
|
|
3177
|
+
},
|
|
3110
3178
|
},
|
|
3111
3179
|
};
|
|
3112
3180
|
exports.NamespaceTopic = {
|
|
3113
3181
|
type: {
|
|
3114
3182
|
name: "Composite",
|
|
3115
3183
|
className: "NamespaceTopic",
|
|
3116
|
-
modelProperties:
|
|
3184
|
+
modelProperties: {
|
|
3185
|
+
...exports.Resource.type.modelProperties,
|
|
3186
|
+
systemData: {
|
|
3117
3187
|
serializedName: "systemData",
|
|
3118
3188
|
type: {
|
|
3119
3189
|
name: "Composite",
|
|
3120
3190
|
className: "SystemData",
|
|
3121
3191
|
},
|
|
3122
|
-
},
|
|
3192
|
+
},
|
|
3193
|
+
provisioningState: {
|
|
3123
3194
|
serializedName: "properties.provisioningState",
|
|
3124
3195
|
readOnly: true,
|
|
3125
3196
|
type: {
|
|
3126
3197
|
name: "String",
|
|
3127
3198
|
},
|
|
3128
|
-
},
|
|
3199
|
+
},
|
|
3200
|
+
publisherType: {
|
|
3129
3201
|
serializedName: "properties.publisherType",
|
|
3130
3202
|
type: {
|
|
3131
3203
|
name: "String",
|
|
3132
3204
|
},
|
|
3133
|
-
},
|
|
3205
|
+
},
|
|
3206
|
+
inputSchema: {
|
|
3134
3207
|
defaultValue: "CloudEventSchemaV1_0",
|
|
3135
3208
|
serializedName: "properties.inputSchema",
|
|
3136
3209
|
type: {
|
|
3137
3210
|
name: "String",
|
|
3138
3211
|
},
|
|
3139
|
-
},
|
|
3212
|
+
},
|
|
3213
|
+
eventRetentionInDays: {
|
|
3140
3214
|
serializedName: "properties.eventRetentionInDays",
|
|
3141
3215
|
type: {
|
|
3142
3216
|
name: "Number",
|
|
3143
3217
|
},
|
|
3144
|
-
}
|
|
3218
|
+
},
|
|
3219
|
+
},
|
|
3145
3220
|
},
|
|
3146
3221
|
};
|
|
3147
3222
|
exports.PartnerConfiguration = {
|
|
3148
3223
|
type: {
|
|
3149
3224
|
name: "Composite",
|
|
3150
3225
|
className: "PartnerConfiguration",
|
|
3151
|
-
modelProperties:
|
|
3226
|
+
modelProperties: {
|
|
3227
|
+
...exports.Resource.type.modelProperties,
|
|
3228
|
+
systemData: {
|
|
3152
3229
|
serializedName: "systemData",
|
|
3153
3230
|
type: {
|
|
3154
3231
|
name: "Composite",
|
|
3155
3232
|
className: "SystemData",
|
|
3156
3233
|
},
|
|
3157
|
-
},
|
|
3234
|
+
},
|
|
3235
|
+
location: {
|
|
3158
3236
|
serializedName: "location",
|
|
3159
3237
|
type: {
|
|
3160
3238
|
name: "String",
|
|
3161
3239
|
},
|
|
3162
|
-
},
|
|
3240
|
+
},
|
|
3241
|
+
tags: {
|
|
3163
3242
|
serializedName: "tags",
|
|
3164
3243
|
type: {
|
|
3165
3244
|
name: "Dictionary",
|
|
3166
3245
|
value: { type: { name: "String" } },
|
|
3167
3246
|
},
|
|
3168
|
-
},
|
|
3247
|
+
},
|
|
3248
|
+
partnerAuthorization: {
|
|
3169
3249
|
serializedName: "properties.partnerAuthorization",
|
|
3170
3250
|
type: {
|
|
3171
3251
|
name: "Composite",
|
|
3172
3252
|
className: "PartnerAuthorization",
|
|
3173
3253
|
},
|
|
3174
|
-
},
|
|
3254
|
+
},
|
|
3255
|
+
provisioningState: {
|
|
3175
3256
|
serializedName: "properties.provisioningState",
|
|
3176
3257
|
type: {
|
|
3177
3258
|
name: "String",
|
|
3178
3259
|
},
|
|
3179
|
-
}
|
|
3260
|
+
},
|
|
3261
|
+
},
|
|
3180
3262
|
},
|
|
3181
3263
|
};
|
|
3182
3264
|
exports.PermissionBinding = {
|
|
3183
3265
|
type: {
|
|
3184
3266
|
name: "Composite",
|
|
3185
3267
|
className: "PermissionBinding",
|
|
3186
|
-
modelProperties:
|
|
3268
|
+
modelProperties: {
|
|
3269
|
+
...exports.Resource.type.modelProperties,
|
|
3270
|
+
systemData: {
|
|
3187
3271
|
serializedName: "systemData",
|
|
3188
3272
|
type: {
|
|
3189
3273
|
name: "Composite",
|
|
3190
3274
|
className: "SystemData",
|
|
3191
3275
|
},
|
|
3192
|
-
},
|
|
3276
|
+
},
|
|
3277
|
+
description: {
|
|
3193
3278
|
serializedName: "properties.description",
|
|
3194
3279
|
type: {
|
|
3195
3280
|
name: "String",
|
|
3196
3281
|
},
|
|
3197
|
-
},
|
|
3282
|
+
},
|
|
3283
|
+
topicSpaceName: {
|
|
3198
3284
|
serializedName: "properties.topicSpaceName",
|
|
3199
3285
|
type: {
|
|
3200
3286
|
name: "String",
|
|
3201
3287
|
},
|
|
3202
|
-
},
|
|
3288
|
+
},
|
|
3289
|
+
permission: {
|
|
3203
3290
|
serializedName: "properties.permission",
|
|
3204
3291
|
type: {
|
|
3205
3292
|
name: "String",
|
|
3206
3293
|
},
|
|
3207
|
-
},
|
|
3294
|
+
},
|
|
3295
|
+
clientGroupName: {
|
|
3208
3296
|
serializedName: "properties.clientGroupName",
|
|
3209
3297
|
type: {
|
|
3210
3298
|
name: "String",
|
|
3211
3299
|
},
|
|
3212
|
-
},
|
|
3300
|
+
},
|
|
3301
|
+
provisioningState: {
|
|
3213
3302
|
serializedName: "properties.provisioningState",
|
|
3214
3303
|
readOnly: true,
|
|
3215
3304
|
type: {
|
|
3216
3305
|
name: "String",
|
|
3217
3306
|
},
|
|
3218
|
-
}
|
|
3307
|
+
},
|
|
3308
|
+
},
|
|
3219
3309
|
},
|
|
3220
3310
|
};
|
|
3221
3311
|
exports.EventType = {
|
|
3222
3312
|
type: {
|
|
3223
3313
|
name: "Composite",
|
|
3224
3314
|
className: "EventType",
|
|
3225
|
-
modelProperties:
|
|
3315
|
+
modelProperties: {
|
|
3316
|
+
...exports.Resource.type.modelProperties,
|
|
3317
|
+
displayName: {
|
|
3226
3318
|
serializedName: "properties.displayName",
|
|
3227
3319
|
type: {
|
|
3228
3320
|
name: "String",
|
|
3229
3321
|
},
|
|
3230
|
-
},
|
|
3322
|
+
},
|
|
3323
|
+
description: {
|
|
3231
3324
|
serializedName: "properties.description",
|
|
3232
3325
|
type: {
|
|
3233
3326
|
name: "String",
|
|
3234
3327
|
},
|
|
3235
|
-
},
|
|
3328
|
+
},
|
|
3329
|
+
schemaUrl: {
|
|
3236
3330
|
serializedName: "properties.schemaUrl",
|
|
3237
3331
|
type: {
|
|
3238
3332
|
name: "String",
|
|
3239
3333
|
},
|
|
3240
|
-
},
|
|
3334
|
+
},
|
|
3335
|
+
isInDefaultSet: {
|
|
3241
3336
|
serializedName: "properties.isInDefaultSet",
|
|
3242
3337
|
type: {
|
|
3243
3338
|
name: "Boolean",
|
|
3244
3339
|
},
|
|
3245
|
-
}
|
|
3340
|
+
},
|
|
3341
|
+
},
|
|
3246
3342
|
},
|
|
3247
3343
|
};
|
|
3248
3344
|
exports.ExtensionTopic = {
|
|
3249
3345
|
type: {
|
|
3250
3346
|
name: "Composite",
|
|
3251
3347
|
className: "ExtensionTopic",
|
|
3252
|
-
modelProperties:
|
|
3348
|
+
modelProperties: {
|
|
3349
|
+
...exports.Resource.type.modelProperties,
|
|
3350
|
+
systemData: {
|
|
3253
3351
|
serializedName: "systemData",
|
|
3254
3352
|
type: {
|
|
3255
3353
|
name: "Composite",
|
|
3256
3354
|
className: "SystemData",
|
|
3257
3355
|
},
|
|
3258
|
-
},
|
|
3356
|
+
},
|
|
3357
|
+
description: {
|
|
3259
3358
|
serializedName: "properties.description",
|
|
3260
3359
|
type: {
|
|
3261
3360
|
name: "String",
|
|
3262
3361
|
},
|
|
3263
|
-
},
|
|
3362
|
+
},
|
|
3363
|
+
systemTopic: {
|
|
3264
3364
|
serializedName: "properties.systemTopic",
|
|
3265
3365
|
type: {
|
|
3266
3366
|
name: "String",
|
|
3267
3367
|
},
|
|
3268
|
-
}
|
|
3368
|
+
},
|
|
3369
|
+
},
|
|
3269
3370
|
},
|
|
3270
3371
|
};
|
|
3271
3372
|
exports.TopicSpace = {
|
|
3272
3373
|
type: {
|
|
3273
3374
|
name: "Composite",
|
|
3274
3375
|
className: "TopicSpace",
|
|
3275
|
-
modelProperties:
|
|
3376
|
+
modelProperties: {
|
|
3377
|
+
...exports.Resource.type.modelProperties,
|
|
3378
|
+
systemData: {
|
|
3276
3379
|
serializedName: "systemData",
|
|
3277
3380
|
type: {
|
|
3278
3381
|
name: "Composite",
|
|
3279
3382
|
className: "SystemData",
|
|
3280
3383
|
},
|
|
3281
|
-
},
|
|
3384
|
+
},
|
|
3385
|
+
description: {
|
|
3282
3386
|
serializedName: "properties.description",
|
|
3283
3387
|
type: {
|
|
3284
3388
|
name: "String",
|
|
3285
3389
|
},
|
|
3286
|
-
},
|
|
3390
|
+
},
|
|
3391
|
+
topicTemplates: {
|
|
3287
3392
|
serializedName: "properties.topicTemplates",
|
|
3288
3393
|
type: {
|
|
3289
3394
|
name: "Sequence",
|
|
@@ -3293,45 +3398,54 @@ exports.TopicSpace = {
|
|
|
3293
3398
|
},
|
|
3294
3399
|
},
|
|
3295
3400
|
},
|
|
3296
|
-
},
|
|
3401
|
+
},
|
|
3402
|
+
provisioningState: {
|
|
3297
3403
|
serializedName: "properties.provisioningState",
|
|
3298
3404
|
readOnly: true,
|
|
3299
3405
|
type: {
|
|
3300
3406
|
name: "String",
|
|
3301
3407
|
},
|
|
3302
|
-
}
|
|
3408
|
+
},
|
|
3409
|
+
},
|
|
3303
3410
|
},
|
|
3304
3411
|
};
|
|
3305
3412
|
exports.TopicTypeInfo = {
|
|
3306
3413
|
type: {
|
|
3307
3414
|
name: "Composite",
|
|
3308
3415
|
className: "TopicTypeInfo",
|
|
3309
|
-
modelProperties:
|
|
3416
|
+
modelProperties: {
|
|
3417
|
+
...exports.Resource.type.modelProperties,
|
|
3418
|
+
provider: {
|
|
3310
3419
|
serializedName: "properties.provider",
|
|
3311
3420
|
type: {
|
|
3312
3421
|
name: "String",
|
|
3313
3422
|
},
|
|
3314
|
-
},
|
|
3423
|
+
},
|
|
3424
|
+
displayName: {
|
|
3315
3425
|
serializedName: "properties.displayName",
|
|
3316
3426
|
type: {
|
|
3317
3427
|
name: "String",
|
|
3318
3428
|
},
|
|
3319
|
-
},
|
|
3429
|
+
},
|
|
3430
|
+
description: {
|
|
3320
3431
|
serializedName: "properties.description",
|
|
3321
3432
|
type: {
|
|
3322
3433
|
name: "String",
|
|
3323
3434
|
},
|
|
3324
|
-
},
|
|
3435
|
+
},
|
|
3436
|
+
resourceRegionType: {
|
|
3325
3437
|
serializedName: "properties.resourceRegionType",
|
|
3326
3438
|
type: {
|
|
3327
3439
|
name: "String",
|
|
3328
3440
|
},
|
|
3329
|
-
},
|
|
3441
|
+
},
|
|
3442
|
+
provisioningState: {
|
|
3330
3443
|
serializedName: "properties.provisioningState",
|
|
3331
3444
|
type: {
|
|
3332
3445
|
name: "String",
|
|
3333
3446
|
},
|
|
3334
|
-
},
|
|
3447
|
+
},
|
|
3448
|
+
supportedLocations: {
|
|
3335
3449
|
serializedName: "properties.supportedLocations",
|
|
3336
3450
|
type: {
|
|
3337
3451
|
name: "Sequence",
|
|
@@ -3341,12 +3455,14 @@ exports.TopicTypeInfo = {
|
|
|
3341
3455
|
},
|
|
3342
3456
|
},
|
|
3343
3457
|
},
|
|
3344
|
-
},
|
|
3458
|
+
},
|
|
3459
|
+
sourceResourceFormat: {
|
|
3345
3460
|
serializedName: "properties.sourceResourceFormat",
|
|
3346
3461
|
type: {
|
|
3347
3462
|
name: "String",
|
|
3348
3463
|
},
|
|
3349
|
-
},
|
|
3464
|
+
},
|
|
3465
|
+
supportedScopesForSource: {
|
|
3350
3466
|
serializedName: "properties.supportedScopesForSource",
|
|
3351
3467
|
type: {
|
|
3352
3468
|
name: "Sequence",
|
|
@@ -3356,12 +3472,14 @@ exports.TopicTypeInfo = {
|
|
|
3356
3472
|
},
|
|
3357
3473
|
},
|
|
3358
3474
|
},
|
|
3359
|
-
},
|
|
3475
|
+
},
|
|
3476
|
+
areRegionalAndGlobalSourcesSupported: {
|
|
3360
3477
|
serializedName: "properties.areRegionalAndGlobalSourcesSupported",
|
|
3361
3478
|
type: {
|
|
3362
3479
|
name: "Boolean",
|
|
3363
3480
|
},
|
|
3364
|
-
},
|
|
3481
|
+
},
|
|
3482
|
+
additionalEnforcedPermissions: {
|
|
3365
3483
|
serializedName: "properties.additionalEnforcedPermissions",
|
|
3366
3484
|
type: {
|
|
3367
3485
|
name: "Sequence",
|
|
@@ -3372,46 +3490,55 @@ exports.TopicTypeInfo = {
|
|
|
3372
3490
|
},
|
|
3373
3491
|
},
|
|
3374
3492
|
},
|
|
3375
|
-
}
|
|
3493
|
+
},
|
|
3494
|
+
},
|
|
3376
3495
|
},
|
|
3377
3496
|
};
|
|
3378
3497
|
exports.VerifiedPartner = {
|
|
3379
3498
|
type: {
|
|
3380
3499
|
name: "Composite",
|
|
3381
3500
|
className: "VerifiedPartner",
|
|
3382
|
-
modelProperties:
|
|
3501
|
+
modelProperties: {
|
|
3502
|
+
...exports.Resource.type.modelProperties,
|
|
3503
|
+
systemData: {
|
|
3383
3504
|
serializedName: "systemData",
|
|
3384
3505
|
type: {
|
|
3385
3506
|
name: "Composite",
|
|
3386
3507
|
className: "SystemData",
|
|
3387
3508
|
},
|
|
3388
|
-
},
|
|
3509
|
+
},
|
|
3510
|
+
partnerRegistrationImmutableId: {
|
|
3389
3511
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
3390
3512
|
type: {
|
|
3391
3513
|
name: "Uuid",
|
|
3392
3514
|
},
|
|
3393
|
-
},
|
|
3515
|
+
},
|
|
3516
|
+
organizationName: {
|
|
3394
3517
|
serializedName: "properties.organizationName",
|
|
3395
3518
|
type: {
|
|
3396
3519
|
name: "String",
|
|
3397
3520
|
},
|
|
3398
|
-
},
|
|
3521
|
+
},
|
|
3522
|
+
partnerDisplayName: {
|
|
3399
3523
|
serializedName: "properties.partnerDisplayName",
|
|
3400
3524
|
type: {
|
|
3401
3525
|
name: "String",
|
|
3402
3526
|
},
|
|
3403
|
-
},
|
|
3527
|
+
},
|
|
3528
|
+
partnerTopicDetails: {
|
|
3404
3529
|
serializedName: "properties.partnerTopicDetails",
|
|
3405
3530
|
type: {
|
|
3406
3531
|
name: "Composite",
|
|
3407
3532
|
className: "PartnerDetails",
|
|
3408
3533
|
},
|
|
3409
|
-
},
|
|
3534
|
+
},
|
|
3535
|
+
provisioningState: {
|
|
3410
3536
|
serializedName: "properties.provisioningState",
|
|
3411
3537
|
type: {
|
|
3412
3538
|
name: "String",
|
|
3413
3539
|
},
|
|
3414
|
-
}
|
|
3540
|
+
},
|
|
3541
|
+
},
|
|
3415
3542
|
},
|
|
3416
3543
|
};
|
|
3417
3544
|
exports.JsonInputSchemaMapping = {
|
|
@@ -3421,43 +3548,51 @@ exports.JsonInputSchemaMapping = {
|
|
|
3421
3548
|
className: "JsonInputSchemaMapping",
|
|
3422
3549
|
uberParent: "InputSchemaMapping",
|
|
3423
3550
|
polymorphicDiscriminator: exports.InputSchemaMapping.type.polymorphicDiscriminator,
|
|
3424
|
-
modelProperties:
|
|
3551
|
+
modelProperties: {
|
|
3552
|
+
...exports.InputSchemaMapping.type.modelProperties,
|
|
3553
|
+
id: {
|
|
3425
3554
|
serializedName: "properties.id",
|
|
3426
3555
|
type: {
|
|
3427
3556
|
name: "Composite",
|
|
3428
3557
|
className: "JsonField",
|
|
3429
3558
|
},
|
|
3430
|
-
},
|
|
3559
|
+
},
|
|
3560
|
+
topic: {
|
|
3431
3561
|
serializedName: "properties.topic",
|
|
3432
3562
|
type: {
|
|
3433
3563
|
name: "Composite",
|
|
3434
3564
|
className: "JsonField",
|
|
3435
3565
|
},
|
|
3436
|
-
},
|
|
3566
|
+
},
|
|
3567
|
+
eventTime: {
|
|
3437
3568
|
serializedName: "properties.eventTime",
|
|
3438
3569
|
type: {
|
|
3439
3570
|
name: "Composite",
|
|
3440
3571
|
className: "JsonField",
|
|
3441
3572
|
},
|
|
3442
|
-
},
|
|
3573
|
+
},
|
|
3574
|
+
eventType: {
|
|
3443
3575
|
serializedName: "properties.eventType",
|
|
3444
3576
|
type: {
|
|
3445
3577
|
name: "Composite",
|
|
3446
3578
|
className: "JsonFieldWithDefault",
|
|
3447
3579
|
},
|
|
3448
|
-
},
|
|
3580
|
+
},
|
|
3581
|
+
subject: {
|
|
3449
3582
|
serializedName: "properties.subject",
|
|
3450
3583
|
type: {
|
|
3451
3584
|
name: "Composite",
|
|
3452
3585
|
className: "JsonFieldWithDefault",
|
|
3453
3586
|
},
|
|
3454
|
-
},
|
|
3587
|
+
},
|
|
3588
|
+
dataVersion: {
|
|
3455
3589
|
serializedName: "properties.dataVersion",
|
|
3456
3590
|
type: {
|
|
3457
3591
|
name: "Composite",
|
|
3458
3592
|
className: "JsonFieldWithDefault",
|
|
3459
3593
|
},
|
|
3460
|
-
}
|
|
3594
|
+
},
|
|
3595
|
+
},
|
|
3461
3596
|
},
|
|
3462
3597
|
};
|
|
3463
3598
|
exports.StaticDeliveryAttributeMapping = {
|
|
@@ -3467,18 +3602,22 @@ exports.StaticDeliveryAttributeMapping = {
|
|
|
3467
3602
|
className: "StaticDeliveryAttributeMapping",
|
|
3468
3603
|
uberParent: "DeliveryAttributeMapping",
|
|
3469
3604
|
polymorphicDiscriminator: exports.DeliveryAttributeMapping.type.polymorphicDiscriminator,
|
|
3470
|
-
modelProperties:
|
|
3605
|
+
modelProperties: {
|
|
3606
|
+
...exports.DeliveryAttributeMapping.type.modelProperties,
|
|
3607
|
+
value: {
|
|
3471
3608
|
serializedName: "properties.value",
|
|
3472
3609
|
type: {
|
|
3473
3610
|
name: "String",
|
|
3474
3611
|
},
|
|
3475
|
-
},
|
|
3612
|
+
},
|
|
3613
|
+
isSecret: {
|
|
3476
3614
|
defaultValue: false,
|
|
3477
3615
|
serializedName: "properties.isSecret",
|
|
3478
3616
|
type: {
|
|
3479
3617
|
name: "Boolean",
|
|
3480
3618
|
},
|
|
3481
|
-
}
|
|
3619
|
+
},
|
|
3620
|
+
},
|
|
3482
3621
|
},
|
|
3483
3622
|
};
|
|
3484
3623
|
exports.DynamicDeliveryAttributeMapping = {
|
|
@@ -3488,12 +3627,15 @@ exports.DynamicDeliveryAttributeMapping = {
|
|
|
3488
3627
|
className: "DynamicDeliveryAttributeMapping",
|
|
3489
3628
|
uberParent: "DeliveryAttributeMapping",
|
|
3490
3629
|
polymorphicDiscriminator: exports.DeliveryAttributeMapping.type.polymorphicDiscriminator,
|
|
3491
|
-
modelProperties:
|
|
3630
|
+
modelProperties: {
|
|
3631
|
+
...exports.DeliveryAttributeMapping.type.modelProperties,
|
|
3632
|
+
sourceField: {
|
|
3492
3633
|
serializedName: "properties.sourceField",
|
|
3493
3634
|
type: {
|
|
3494
3635
|
name: "String",
|
|
3495
3636
|
},
|
|
3496
|
-
}
|
|
3637
|
+
},
|
|
3638
|
+
},
|
|
3497
3639
|
},
|
|
3498
3640
|
};
|
|
3499
3641
|
exports.StorageBlobDeadLetterDestination = {
|
|
@@ -3503,17 +3645,21 @@ exports.StorageBlobDeadLetterDestination = {
|
|
|
3503
3645
|
className: "StorageBlobDeadLetterDestination",
|
|
3504
3646
|
uberParent: "DeadLetterDestination",
|
|
3505
3647
|
polymorphicDiscriminator: exports.DeadLetterDestination.type.polymorphicDiscriminator,
|
|
3506
|
-
modelProperties:
|
|
3648
|
+
modelProperties: {
|
|
3649
|
+
...exports.DeadLetterDestination.type.modelProperties,
|
|
3650
|
+
resourceId: {
|
|
3507
3651
|
serializedName: "properties.resourceId",
|
|
3508
3652
|
type: {
|
|
3509
3653
|
name: "String",
|
|
3510
3654
|
},
|
|
3511
|
-
},
|
|
3655
|
+
},
|
|
3656
|
+
blobContainerName: {
|
|
3512
3657
|
serializedName: "properties.blobContainerName",
|
|
3513
3658
|
type: {
|
|
3514
3659
|
name: "String",
|
|
3515
3660
|
},
|
|
3516
|
-
}
|
|
3661
|
+
},
|
|
3662
|
+
},
|
|
3517
3663
|
},
|
|
3518
3664
|
};
|
|
3519
3665
|
exports.WebHookEventSubscriptionDestination = {
|
|
@@ -3523,40 +3669,48 @@ exports.WebHookEventSubscriptionDestination = {
|
|
|
3523
3669
|
className: "WebHookEventSubscriptionDestination",
|
|
3524
3670
|
uberParent: "EventSubscriptionDestination",
|
|
3525
3671
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3526
|
-
modelProperties:
|
|
3672
|
+
modelProperties: {
|
|
3673
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
3674
|
+
endpointUrl: {
|
|
3527
3675
|
serializedName: "properties.endpointUrl",
|
|
3528
3676
|
type: {
|
|
3529
3677
|
name: "String",
|
|
3530
3678
|
},
|
|
3531
|
-
},
|
|
3679
|
+
},
|
|
3680
|
+
endpointBaseUrl: {
|
|
3532
3681
|
serializedName: "properties.endpointBaseUrl",
|
|
3533
3682
|
readOnly: true,
|
|
3534
3683
|
type: {
|
|
3535
3684
|
name: "String",
|
|
3536
3685
|
},
|
|
3537
|
-
},
|
|
3686
|
+
},
|
|
3687
|
+
maxEventsPerBatch: {
|
|
3538
3688
|
defaultValue: 1,
|
|
3539
3689
|
serializedName: "properties.maxEventsPerBatch",
|
|
3540
3690
|
type: {
|
|
3541
3691
|
name: "Number",
|
|
3542
3692
|
},
|
|
3543
|
-
},
|
|
3693
|
+
},
|
|
3694
|
+
preferredBatchSizeInKilobytes: {
|
|
3544
3695
|
defaultValue: 64,
|
|
3545
3696
|
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
3546
3697
|
type: {
|
|
3547
3698
|
name: "Number",
|
|
3548
3699
|
},
|
|
3549
|
-
},
|
|
3700
|
+
},
|
|
3701
|
+
azureActiveDirectoryTenantId: {
|
|
3550
3702
|
serializedName: "properties.azureActiveDirectoryTenantId",
|
|
3551
3703
|
type: {
|
|
3552
3704
|
name: "String",
|
|
3553
3705
|
},
|
|
3554
|
-
},
|
|
3706
|
+
},
|
|
3707
|
+
azureActiveDirectoryApplicationIdOrUri: {
|
|
3555
3708
|
serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
|
|
3556
3709
|
type: {
|
|
3557
3710
|
name: "String",
|
|
3558
3711
|
},
|
|
3559
|
-
},
|
|
3712
|
+
},
|
|
3713
|
+
deliveryAttributeMappings: {
|
|
3560
3714
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3561
3715
|
type: {
|
|
3562
3716
|
name: "Sequence",
|
|
@@ -3567,12 +3721,14 @@ exports.WebHookEventSubscriptionDestination = {
|
|
|
3567
3721
|
},
|
|
3568
3722
|
},
|
|
3569
3723
|
},
|
|
3570
|
-
},
|
|
3724
|
+
},
|
|
3725
|
+
minimumTlsVersionAllowed: {
|
|
3571
3726
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
3572
3727
|
type: {
|
|
3573
3728
|
name: "String",
|
|
3574
3729
|
},
|
|
3575
|
-
}
|
|
3730
|
+
},
|
|
3731
|
+
},
|
|
3576
3732
|
},
|
|
3577
3733
|
};
|
|
3578
3734
|
exports.EventHubEventSubscriptionDestination = {
|
|
@@ -3582,12 +3738,15 @@ exports.EventHubEventSubscriptionDestination = {
|
|
|
3582
3738
|
className: "EventHubEventSubscriptionDestination",
|
|
3583
3739
|
uberParent: "EventSubscriptionDestination",
|
|
3584
3740
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3585
|
-
modelProperties:
|
|
3741
|
+
modelProperties: {
|
|
3742
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
3743
|
+
resourceId: {
|
|
3586
3744
|
serializedName: "properties.resourceId",
|
|
3587
3745
|
type: {
|
|
3588
3746
|
name: "String",
|
|
3589
3747
|
},
|
|
3590
|
-
},
|
|
3748
|
+
},
|
|
3749
|
+
deliveryAttributeMappings: {
|
|
3591
3750
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3592
3751
|
type: {
|
|
3593
3752
|
name: "Sequence",
|
|
@@ -3598,7 +3757,8 @@ exports.EventHubEventSubscriptionDestination = {
|
|
|
3598
3757
|
},
|
|
3599
3758
|
},
|
|
3600
3759
|
},
|
|
3601
|
-
}
|
|
3760
|
+
},
|
|
3761
|
+
},
|
|
3602
3762
|
},
|
|
3603
3763
|
};
|
|
3604
3764
|
exports.StorageQueueEventSubscriptionDestination = {
|
|
@@ -3608,22 +3768,27 @@ exports.StorageQueueEventSubscriptionDestination = {
|
|
|
3608
3768
|
className: "StorageQueueEventSubscriptionDestination",
|
|
3609
3769
|
uberParent: "EventSubscriptionDestination",
|
|
3610
3770
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3611
|
-
modelProperties:
|
|
3771
|
+
modelProperties: {
|
|
3772
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
3773
|
+
resourceId: {
|
|
3612
3774
|
serializedName: "properties.resourceId",
|
|
3613
3775
|
type: {
|
|
3614
3776
|
name: "String",
|
|
3615
3777
|
},
|
|
3616
|
-
},
|
|
3778
|
+
},
|
|
3779
|
+
queueName: {
|
|
3617
3780
|
serializedName: "properties.queueName",
|
|
3618
3781
|
type: {
|
|
3619
3782
|
name: "String",
|
|
3620
3783
|
},
|
|
3621
|
-
},
|
|
3784
|
+
},
|
|
3785
|
+
queueMessageTimeToLiveInSeconds: {
|
|
3622
3786
|
serializedName: "properties.queueMessageTimeToLiveInSeconds",
|
|
3623
3787
|
type: {
|
|
3624
3788
|
name: "Number",
|
|
3625
3789
|
},
|
|
3626
|
-
}
|
|
3790
|
+
},
|
|
3791
|
+
},
|
|
3627
3792
|
},
|
|
3628
3793
|
};
|
|
3629
3794
|
exports.HybridConnectionEventSubscriptionDestination = {
|
|
@@ -3633,12 +3798,15 @@ exports.HybridConnectionEventSubscriptionDestination = {
|
|
|
3633
3798
|
className: "HybridConnectionEventSubscriptionDestination",
|
|
3634
3799
|
uberParent: "EventSubscriptionDestination",
|
|
3635
3800
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3636
|
-
modelProperties:
|
|
3801
|
+
modelProperties: {
|
|
3802
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
3803
|
+
resourceId: {
|
|
3637
3804
|
serializedName: "properties.resourceId",
|
|
3638
3805
|
type: {
|
|
3639
3806
|
name: "String",
|
|
3640
3807
|
},
|
|
3641
|
-
},
|
|
3808
|
+
},
|
|
3809
|
+
deliveryAttributeMappings: {
|
|
3642
3810
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3643
3811
|
type: {
|
|
3644
3812
|
name: "Sequence",
|
|
@@ -3649,7 +3817,8 @@ exports.HybridConnectionEventSubscriptionDestination = {
|
|
|
3649
3817
|
},
|
|
3650
3818
|
},
|
|
3651
3819
|
},
|
|
3652
|
-
}
|
|
3820
|
+
},
|
|
3821
|
+
},
|
|
3653
3822
|
},
|
|
3654
3823
|
};
|
|
3655
3824
|
exports.ServiceBusQueueEventSubscriptionDestination = {
|
|
@@ -3659,12 +3828,15 @@ exports.ServiceBusQueueEventSubscriptionDestination = {
|
|
|
3659
3828
|
className: "ServiceBusQueueEventSubscriptionDestination",
|
|
3660
3829
|
uberParent: "EventSubscriptionDestination",
|
|
3661
3830
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3662
|
-
modelProperties:
|
|
3831
|
+
modelProperties: {
|
|
3832
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
3833
|
+
resourceId: {
|
|
3663
3834
|
serializedName: "properties.resourceId",
|
|
3664
3835
|
type: {
|
|
3665
3836
|
name: "String",
|
|
3666
3837
|
},
|
|
3667
|
-
},
|
|
3838
|
+
},
|
|
3839
|
+
deliveryAttributeMappings: {
|
|
3668
3840
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3669
3841
|
type: {
|
|
3670
3842
|
name: "Sequence",
|
|
@@ -3675,7 +3847,8 @@ exports.ServiceBusQueueEventSubscriptionDestination = {
|
|
|
3675
3847
|
},
|
|
3676
3848
|
},
|
|
3677
3849
|
},
|
|
3678
|
-
}
|
|
3850
|
+
},
|
|
3851
|
+
},
|
|
3679
3852
|
},
|
|
3680
3853
|
};
|
|
3681
3854
|
exports.ServiceBusTopicEventSubscriptionDestination = {
|
|
@@ -3685,12 +3858,15 @@ exports.ServiceBusTopicEventSubscriptionDestination = {
|
|
|
3685
3858
|
className: "ServiceBusTopicEventSubscriptionDestination",
|
|
3686
3859
|
uberParent: "EventSubscriptionDestination",
|
|
3687
3860
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3688
|
-
modelProperties:
|
|
3861
|
+
modelProperties: {
|
|
3862
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
3863
|
+
resourceId: {
|
|
3689
3864
|
serializedName: "properties.resourceId",
|
|
3690
3865
|
type: {
|
|
3691
3866
|
name: "String",
|
|
3692
3867
|
},
|
|
3693
|
-
},
|
|
3868
|
+
},
|
|
3869
|
+
deliveryAttributeMappings: {
|
|
3694
3870
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3695
3871
|
type: {
|
|
3696
3872
|
name: "Sequence",
|
|
@@ -3701,7 +3877,8 @@ exports.ServiceBusTopicEventSubscriptionDestination = {
|
|
|
3701
3877
|
},
|
|
3702
3878
|
},
|
|
3703
3879
|
},
|
|
3704
|
-
}
|
|
3880
|
+
},
|
|
3881
|
+
},
|
|
3705
3882
|
},
|
|
3706
3883
|
};
|
|
3707
3884
|
exports.AzureFunctionEventSubscriptionDestination = {
|
|
@@ -3711,24 +3888,29 @@ exports.AzureFunctionEventSubscriptionDestination = {
|
|
|
3711
3888
|
className: "AzureFunctionEventSubscriptionDestination",
|
|
3712
3889
|
uberParent: "EventSubscriptionDestination",
|
|
3713
3890
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3714
|
-
modelProperties:
|
|
3891
|
+
modelProperties: {
|
|
3892
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
3893
|
+
resourceId: {
|
|
3715
3894
|
serializedName: "properties.resourceId",
|
|
3716
3895
|
type: {
|
|
3717
3896
|
name: "String",
|
|
3718
3897
|
},
|
|
3719
|
-
},
|
|
3898
|
+
},
|
|
3899
|
+
maxEventsPerBatch: {
|
|
3720
3900
|
defaultValue: 1,
|
|
3721
3901
|
serializedName: "properties.maxEventsPerBatch",
|
|
3722
3902
|
type: {
|
|
3723
3903
|
name: "Number",
|
|
3724
3904
|
},
|
|
3725
|
-
},
|
|
3905
|
+
},
|
|
3906
|
+
preferredBatchSizeInKilobytes: {
|
|
3726
3907
|
defaultValue: 64,
|
|
3727
3908
|
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
3728
3909
|
type: {
|
|
3729
3910
|
name: "Number",
|
|
3730
3911
|
},
|
|
3731
|
-
},
|
|
3912
|
+
},
|
|
3913
|
+
deliveryAttributeMappings: {
|
|
3732
3914
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3733
3915
|
type: {
|
|
3734
3916
|
name: "Sequence",
|
|
@@ -3739,7 +3921,8 @@ exports.AzureFunctionEventSubscriptionDestination = {
|
|
|
3739
3921
|
},
|
|
3740
3922
|
},
|
|
3741
3923
|
},
|
|
3742
|
-
}
|
|
3924
|
+
},
|
|
3925
|
+
},
|
|
3743
3926
|
},
|
|
3744
3927
|
};
|
|
3745
3928
|
exports.MonitorAlertEventSubscriptionDestination = {
|
|
@@ -3749,17 +3932,21 @@ exports.MonitorAlertEventSubscriptionDestination = {
|
|
|
3749
3932
|
className: "MonitorAlertEventSubscriptionDestination",
|
|
3750
3933
|
uberParent: "EventSubscriptionDestination",
|
|
3751
3934
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3752
|
-
modelProperties:
|
|
3935
|
+
modelProperties: {
|
|
3936
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
3937
|
+
severity: {
|
|
3753
3938
|
serializedName: "properties.severity",
|
|
3754
3939
|
type: {
|
|
3755
3940
|
name: "String",
|
|
3756
3941
|
},
|
|
3757
|
-
},
|
|
3942
|
+
},
|
|
3943
|
+
description: {
|
|
3758
3944
|
serializedName: "properties.description",
|
|
3759
3945
|
type: {
|
|
3760
3946
|
name: "String",
|
|
3761
3947
|
},
|
|
3762
|
-
},
|
|
3948
|
+
},
|
|
3949
|
+
actionGroups: {
|
|
3763
3950
|
serializedName: "properties.actionGroups",
|
|
3764
3951
|
type: {
|
|
3765
3952
|
name: "Sequence",
|
|
@@ -3769,7 +3956,8 @@ exports.MonitorAlertEventSubscriptionDestination = {
|
|
|
3769
3956
|
},
|
|
3770
3957
|
},
|
|
3771
3958
|
},
|
|
3772
|
-
}
|
|
3959
|
+
},
|
|
3960
|
+
},
|
|
3773
3961
|
},
|
|
3774
3962
|
};
|
|
3775
3963
|
exports.NamespaceTopicEventSubscriptionDestination = {
|
|
@@ -3779,12 +3967,15 @@ exports.NamespaceTopicEventSubscriptionDestination = {
|
|
|
3779
3967
|
className: "NamespaceTopicEventSubscriptionDestination",
|
|
3780
3968
|
uberParent: "EventSubscriptionDestination",
|
|
3781
3969
|
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3782
|
-
modelProperties:
|
|
3970
|
+
modelProperties: {
|
|
3971
|
+
...exports.EventSubscriptionDestination.type.modelProperties,
|
|
3972
|
+
resourceId: {
|
|
3783
3973
|
serializedName: "properties.resourceId",
|
|
3784
3974
|
type: {
|
|
3785
3975
|
name: "String",
|
|
3786
3976
|
},
|
|
3787
|
-
}
|
|
3977
|
+
},
|
|
3978
|
+
},
|
|
3788
3979
|
},
|
|
3789
3980
|
};
|
|
3790
3981
|
exports.NumberInFilter = {
|
|
@@ -3794,7 +3985,9 @@ exports.NumberInFilter = {
|
|
|
3794
3985
|
className: "NumberInFilter",
|
|
3795
3986
|
uberParent: "Filter",
|
|
3796
3987
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
3797
|
-
modelProperties:
|
|
3988
|
+
modelProperties: {
|
|
3989
|
+
...exports.Filter.type.modelProperties,
|
|
3990
|
+
values: {
|
|
3798
3991
|
serializedName: "values",
|
|
3799
3992
|
type: {
|
|
3800
3993
|
name: "Sequence",
|
|
@@ -3804,7 +3997,8 @@ exports.NumberInFilter = {
|
|
|
3804
3997
|
},
|
|
3805
3998
|
},
|
|
3806
3999
|
},
|
|
3807
|
-
}
|
|
4000
|
+
},
|
|
4001
|
+
},
|
|
3808
4002
|
},
|
|
3809
4003
|
};
|
|
3810
4004
|
exports.NumberNotInFilter = {
|
|
@@ -3814,7 +4008,9 @@ exports.NumberNotInFilter = {
|
|
|
3814
4008
|
className: "NumberNotInFilter",
|
|
3815
4009
|
uberParent: "Filter",
|
|
3816
4010
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
3817
|
-
modelProperties:
|
|
4011
|
+
modelProperties: {
|
|
4012
|
+
...exports.Filter.type.modelProperties,
|
|
4013
|
+
values: {
|
|
3818
4014
|
serializedName: "values",
|
|
3819
4015
|
type: {
|
|
3820
4016
|
name: "Sequence",
|
|
@@ -3824,7 +4020,8 @@ exports.NumberNotInFilter = {
|
|
|
3824
4020
|
},
|
|
3825
4021
|
},
|
|
3826
4022
|
},
|
|
3827
|
-
}
|
|
4023
|
+
},
|
|
4024
|
+
},
|
|
3828
4025
|
},
|
|
3829
4026
|
};
|
|
3830
4027
|
exports.NumberLessThanFilter = {
|
|
@@ -3834,12 +4031,15 @@ exports.NumberLessThanFilter = {
|
|
|
3834
4031
|
className: "NumberLessThanFilter",
|
|
3835
4032
|
uberParent: "Filter",
|
|
3836
4033
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
3837
|
-
modelProperties:
|
|
4034
|
+
modelProperties: {
|
|
4035
|
+
...exports.Filter.type.modelProperties,
|
|
4036
|
+
value: {
|
|
3838
4037
|
serializedName: "value",
|
|
3839
4038
|
type: {
|
|
3840
4039
|
name: "Number",
|
|
3841
4040
|
},
|
|
3842
|
-
}
|
|
4041
|
+
},
|
|
4042
|
+
},
|
|
3843
4043
|
},
|
|
3844
4044
|
};
|
|
3845
4045
|
exports.NumberGreaterThanFilter = {
|
|
@@ -3849,12 +4049,15 @@ exports.NumberGreaterThanFilter = {
|
|
|
3849
4049
|
className: "NumberGreaterThanFilter",
|
|
3850
4050
|
uberParent: "Filter",
|
|
3851
4051
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
3852
|
-
modelProperties:
|
|
4052
|
+
modelProperties: {
|
|
4053
|
+
...exports.Filter.type.modelProperties,
|
|
4054
|
+
value: {
|
|
3853
4055
|
serializedName: "value",
|
|
3854
4056
|
type: {
|
|
3855
4057
|
name: "Number",
|
|
3856
4058
|
},
|
|
3857
|
-
}
|
|
4059
|
+
},
|
|
4060
|
+
},
|
|
3858
4061
|
},
|
|
3859
4062
|
};
|
|
3860
4063
|
exports.NumberLessThanOrEqualsFilter = {
|
|
@@ -3864,12 +4067,15 @@ exports.NumberLessThanOrEqualsFilter = {
|
|
|
3864
4067
|
className: "NumberLessThanOrEqualsFilter",
|
|
3865
4068
|
uberParent: "Filter",
|
|
3866
4069
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
3867
|
-
modelProperties:
|
|
4070
|
+
modelProperties: {
|
|
4071
|
+
...exports.Filter.type.modelProperties,
|
|
4072
|
+
value: {
|
|
3868
4073
|
serializedName: "value",
|
|
3869
4074
|
type: {
|
|
3870
4075
|
name: "Number",
|
|
3871
4076
|
},
|
|
3872
|
-
}
|
|
4077
|
+
},
|
|
4078
|
+
},
|
|
3873
4079
|
},
|
|
3874
4080
|
};
|
|
3875
4081
|
exports.NumberGreaterThanOrEqualsFilter = {
|
|
@@ -3879,12 +4085,15 @@ exports.NumberGreaterThanOrEqualsFilter = {
|
|
|
3879
4085
|
className: "NumberGreaterThanOrEqualsFilter",
|
|
3880
4086
|
uberParent: "Filter",
|
|
3881
4087
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
3882
|
-
modelProperties:
|
|
4088
|
+
modelProperties: {
|
|
4089
|
+
...exports.Filter.type.modelProperties,
|
|
4090
|
+
value: {
|
|
3883
4091
|
serializedName: "value",
|
|
3884
4092
|
type: {
|
|
3885
4093
|
name: "Number",
|
|
3886
4094
|
},
|
|
3887
|
-
}
|
|
4095
|
+
},
|
|
4096
|
+
},
|
|
3888
4097
|
},
|
|
3889
4098
|
};
|
|
3890
4099
|
exports.BoolEqualsFilter = {
|
|
@@ -3894,12 +4103,15 @@ exports.BoolEqualsFilter = {
|
|
|
3894
4103
|
className: "BoolEqualsFilter",
|
|
3895
4104
|
uberParent: "Filter",
|
|
3896
4105
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
3897
|
-
modelProperties:
|
|
4106
|
+
modelProperties: {
|
|
4107
|
+
...exports.Filter.type.modelProperties,
|
|
4108
|
+
value: {
|
|
3898
4109
|
serializedName: "value",
|
|
3899
4110
|
type: {
|
|
3900
4111
|
name: "Boolean",
|
|
3901
4112
|
},
|
|
3902
|
-
}
|
|
4113
|
+
},
|
|
4114
|
+
},
|
|
3903
4115
|
},
|
|
3904
4116
|
};
|
|
3905
4117
|
exports.StringInFilter = {
|
|
@@ -3909,7 +4121,9 @@ exports.StringInFilter = {
|
|
|
3909
4121
|
className: "StringInFilter",
|
|
3910
4122
|
uberParent: "Filter",
|
|
3911
4123
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
3912
|
-
modelProperties:
|
|
4124
|
+
modelProperties: {
|
|
4125
|
+
...exports.Filter.type.modelProperties,
|
|
4126
|
+
values: {
|
|
3913
4127
|
serializedName: "values",
|
|
3914
4128
|
type: {
|
|
3915
4129
|
name: "Sequence",
|
|
@@ -3919,7 +4133,8 @@ exports.StringInFilter = {
|
|
|
3919
4133
|
},
|
|
3920
4134
|
},
|
|
3921
4135
|
},
|
|
3922
|
-
}
|
|
4136
|
+
},
|
|
4137
|
+
},
|
|
3923
4138
|
},
|
|
3924
4139
|
};
|
|
3925
4140
|
exports.StringNotInFilter = {
|
|
@@ -3929,7 +4144,9 @@ exports.StringNotInFilter = {
|
|
|
3929
4144
|
className: "StringNotInFilter",
|
|
3930
4145
|
uberParent: "Filter",
|
|
3931
4146
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
3932
|
-
modelProperties:
|
|
4147
|
+
modelProperties: {
|
|
4148
|
+
...exports.Filter.type.modelProperties,
|
|
4149
|
+
values: {
|
|
3933
4150
|
serializedName: "values",
|
|
3934
4151
|
type: {
|
|
3935
4152
|
name: "Sequence",
|
|
@@ -3939,7 +4156,8 @@ exports.StringNotInFilter = {
|
|
|
3939
4156
|
},
|
|
3940
4157
|
},
|
|
3941
4158
|
},
|
|
3942
|
-
}
|
|
4159
|
+
},
|
|
4160
|
+
},
|
|
3943
4161
|
},
|
|
3944
4162
|
};
|
|
3945
4163
|
exports.StringBeginsWithFilter = {
|
|
@@ -3949,7 +4167,9 @@ exports.StringBeginsWithFilter = {
|
|
|
3949
4167
|
className: "StringBeginsWithFilter",
|
|
3950
4168
|
uberParent: "Filter",
|
|
3951
4169
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
3952
|
-
modelProperties:
|
|
4170
|
+
modelProperties: {
|
|
4171
|
+
...exports.Filter.type.modelProperties,
|
|
4172
|
+
values: {
|
|
3953
4173
|
serializedName: "values",
|
|
3954
4174
|
type: {
|
|
3955
4175
|
name: "Sequence",
|
|
@@ -3959,7 +4179,8 @@ exports.StringBeginsWithFilter = {
|
|
|
3959
4179
|
},
|
|
3960
4180
|
},
|
|
3961
4181
|
},
|
|
3962
|
-
}
|
|
4182
|
+
},
|
|
4183
|
+
},
|
|
3963
4184
|
},
|
|
3964
4185
|
};
|
|
3965
4186
|
exports.StringEndsWithFilter = {
|
|
@@ -3969,7 +4190,9 @@ exports.StringEndsWithFilter = {
|
|
|
3969
4190
|
className: "StringEndsWithFilter",
|
|
3970
4191
|
uberParent: "Filter",
|
|
3971
4192
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
3972
|
-
modelProperties:
|
|
4193
|
+
modelProperties: {
|
|
4194
|
+
...exports.Filter.type.modelProperties,
|
|
4195
|
+
values: {
|
|
3973
4196
|
serializedName: "values",
|
|
3974
4197
|
type: {
|
|
3975
4198
|
name: "Sequence",
|
|
@@ -3979,7 +4202,8 @@ exports.StringEndsWithFilter = {
|
|
|
3979
4202
|
},
|
|
3980
4203
|
},
|
|
3981
4204
|
},
|
|
3982
|
-
}
|
|
4205
|
+
},
|
|
4206
|
+
},
|
|
3983
4207
|
},
|
|
3984
4208
|
};
|
|
3985
4209
|
exports.StringContainsFilter = {
|
|
@@ -3989,7 +4213,9 @@ exports.StringContainsFilter = {
|
|
|
3989
4213
|
className: "StringContainsFilter",
|
|
3990
4214
|
uberParent: "Filter",
|
|
3991
4215
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
3992
|
-
modelProperties:
|
|
4216
|
+
modelProperties: {
|
|
4217
|
+
...exports.Filter.type.modelProperties,
|
|
4218
|
+
values: {
|
|
3993
4219
|
serializedName: "values",
|
|
3994
4220
|
type: {
|
|
3995
4221
|
name: "Sequence",
|
|
@@ -3999,7 +4225,8 @@ exports.StringContainsFilter = {
|
|
|
3999
4225
|
},
|
|
4000
4226
|
},
|
|
4001
4227
|
},
|
|
4002
|
-
}
|
|
4228
|
+
},
|
|
4229
|
+
},
|
|
4003
4230
|
},
|
|
4004
4231
|
};
|
|
4005
4232
|
exports.NumberInRangeFilter = {
|
|
@@ -4009,7 +4236,9 @@ exports.NumberInRangeFilter = {
|
|
|
4009
4236
|
className: "NumberInRangeFilter",
|
|
4010
4237
|
uberParent: "Filter",
|
|
4011
4238
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4012
|
-
modelProperties:
|
|
4239
|
+
modelProperties: {
|
|
4240
|
+
...exports.Filter.type.modelProperties,
|
|
4241
|
+
values: {
|
|
4013
4242
|
serializedName: "values",
|
|
4014
4243
|
type: {
|
|
4015
4244
|
name: "Sequence",
|
|
@@ -4024,7 +4253,8 @@ exports.NumberInRangeFilter = {
|
|
|
4024
4253
|
},
|
|
4025
4254
|
},
|
|
4026
4255
|
},
|
|
4027
|
-
}
|
|
4256
|
+
},
|
|
4257
|
+
},
|
|
4028
4258
|
},
|
|
4029
4259
|
};
|
|
4030
4260
|
exports.NumberNotInRangeFilter = {
|
|
@@ -4034,7 +4264,9 @@ exports.NumberNotInRangeFilter = {
|
|
|
4034
4264
|
className: "NumberNotInRangeFilter",
|
|
4035
4265
|
uberParent: "Filter",
|
|
4036
4266
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4037
|
-
modelProperties:
|
|
4267
|
+
modelProperties: {
|
|
4268
|
+
...exports.Filter.type.modelProperties,
|
|
4269
|
+
values: {
|
|
4038
4270
|
serializedName: "values",
|
|
4039
4271
|
type: {
|
|
4040
4272
|
name: "Sequence",
|
|
@@ -4049,7 +4281,8 @@ exports.NumberNotInRangeFilter = {
|
|
|
4049
4281
|
},
|
|
4050
4282
|
},
|
|
4051
4283
|
},
|
|
4052
|
-
}
|
|
4284
|
+
},
|
|
4285
|
+
},
|
|
4053
4286
|
},
|
|
4054
4287
|
};
|
|
4055
4288
|
exports.StringNotBeginsWithFilter = {
|
|
@@ -4059,7 +4292,9 @@ exports.StringNotBeginsWithFilter = {
|
|
|
4059
4292
|
className: "StringNotBeginsWithFilter",
|
|
4060
4293
|
uberParent: "Filter",
|
|
4061
4294
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4062
|
-
modelProperties:
|
|
4295
|
+
modelProperties: {
|
|
4296
|
+
...exports.Filter.type.modelProperties,
|
|
4297
|
+
values: {
|
|
4063
4298
|
serializedName: "values",
|
|
4064
4299
|
type: {
|
|
4065
4300
|
name: "Sequence",
|
|
@@ -4069,7 +4304,8 @@ exports.StringNotBeginsWithFilter = {
|
|
|
4069
4304
|
},
|
|
4070
4305
|
},
|
|
4071
4306
|
},
|
|
4072
|
-
}
|
|
4307
|
+
},
|
|
4308
|
+
},
|
|
4073
4309
|
},
|
|
4074
4310
|
};
|
|
4075
4311
|
exports.StringNotEndsWithFilter = {
|
|
@@ -4079,7 +4315,9 @@ exports.StringNotEndsWithFilter = {
|
|
|
4079
4315
|
className: "StringNotEndsWithFilter",
|
|
4080
4316
|
uberParent: "Filter",
|
|
4081
4317
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4082
|
-
modelProperties:
|
|
4318
|
+
modelProperties: {
|
|
4319
|
+
...exports.Filter.type.modelProperties,
|
|
4320
|
+
values: {
|
|
4083
4321
|
serializedName: "values",
|
|
4084
4322
|
type: {
|
|
4085
4323
|
name: "Sequence",
|
|
@@ -4089,7 +4327,8 @@ exports.StringNotEndsWithFilter = {
|
|
|
4089
4327
|
},
|
|
4090
4328
|
},
|
|
4091
4329
|
},
|
|
4092
|
-
}
|
|
4330
|
+
},
|
|
4331
|
+
},
|
|
4093
4332
|
},
|
|
4094
4333
|
};
|
|
4095
4334
|
exports.StringNotContainsFilter = {
|
|
@@ -4099,7 +4338,9 @@ exports.StringNotContainsFilter = {
|
|
|
4099
4338
|
className: "StringNotContainsFilter",
|
|
4100
4339
|
uberParent: "Filter",
|
|
4101
4340
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4102
|
-
modelProperties:
|
|
4341
|
+
modelProperties: {
|
|
4342
|
+
...exports.Filter.type.modelProperties,
|
|
4343
|
+
values: {
|
|
4103
4344
|
serializedName: "values",
|
|
4104
4345
|
type: {
|
|
4105
4346
|
name: "Sequence",
|
|
@@ -4109,7 +4350,8 @@ exports.StringNotContainsFilter = {
|
|
|
4109
4350
|
},
|
|
4110
4351
|
},
|
|
4111
4352
|
},
|
|
4112
|
-
}
|
|
4353
|
+
},
|
|
4354
|
+
},
|
|
4113
4355
|
},
|
|
4114
4356
|
};
|
|
4115
4357
|
exports.IsNullOrUndefinedFilter = {
|
|
@@ -4119,7 +4361,9 @@ exports.IsNullOrUndefinedFilter = {
|
|
|
4119
4361
|
className: "IsNullOrUndefinedFilter",
|
|
4120
4362
|
uberParent: "Filter",
|
|
4121
4363
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4122
|
-
modelProperties:
|
|
4364
|
+
modelProperties: {
|
|
4365
|
+
...exports.Filter.type.modelProperties,
|
|
4366
|
+
},
|
|
4123
4367
|
},
|
|
4124
4368
|
};
|
|
4125
4369
|
exports.IsNotNullFilter = {
|
|
@@ -4129,7 +4373,9 @@ exports.IsNotNullFilter = {
|
|
|
4129
4373
|
className: "IsNotNullFilter",
|
|
4130
4374
|
uberParent: "Filter",
|
|
4131
4375
|
polymorphicDiscriminator: exports.Filter.type.polymorphicDiscriminator,
|
|
4132
|
-
modelProperties:
|
|
4376
|
+
modelProperties: {
|
|
4377
|
+
...exports.Filter.type.modelProperties,
|
|
4378
|
+
},
|
|
4133
4379
|
},
|
|
4134
4380
|
};
|
|
4135
4381
|
exports.NumberInAdvancedFilter = {
|
|
@@ -4139,7 +4385,9 @@ exports.NumberInAdvancedFilter = {
|
|
|
4139
4385
|
className: "NumberInAdvancedFilter",
|
|
4140
4386
|
uberParent: "AdvancedFilter",
|
|
4141
4387
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4142
|
-
modelProperties:
|
|
4388
|
+
modelProperties: {
|
|
4389
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4390
|
+
values: {
|
|
4143
4391
|
serializedName: "values",
|
|
4144
4392
|
type: {
|
|
4145
4393
|
name: "Sequence",
|
|
@@ -4149,7 +4397,8 @@ exports.NumberInAdvancedFilter = {
|
|
|
4149
4397
|
},
|
|
4150
4398
|
},
|
|
4151
4399
|
},
|
|
4152
|
-
}
|
|
4400
|
+
},
|
|
4401
|
+
},
|
|
4153
4402
|
},
|
|
4154
4403
|
};
|
|
4155
4404
|
exports.NumberNotInAdvancedFilter = {
|
|
@@ -4159,7 +4408,9 @@ exports.NumberNotInAdvancedFilter = {
|
|
|
4159
4408
|
className: "NumberNotInAdvancedFilter",
|
|
4160
4409
|
uberParent: "AdvancedFilter",
|
|
4161
4410
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4162
|
-
modelProperties:
|
|
4411
|
+
modelProperties: {
|
|
4412
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4413
|
+
values: {
|
|
4163
4414
|
serializedName: "values",
|
|
4164
4415
|
type: {
|
|
4165
4416
|
name: "Sequence",
|
|
@@ -4169,7 +4420,8 @@ exports.NumberNotInAdvancedFilter = {
|
|
|
4169
4420
|
},
|
|
4170
4421
|
},
|
|
4171
4422
|
},
|
|
4172
|
-
}
|
|
4423
|
+
},
|
|
4424
|
+
},
|
|
4173
4425
|
},
|
|
4174
4426
|
};
|
|
4175
4427
|
exports.NumberLessThanAdvancedFilter = {
|
|
@@ -4179,12 +4431,15 @@ exports.NumberLessThanAdvancedFilter = {
|
|
|
4179
4431
|
className: "NumberLessThanAdvancedFilter",
|
|
4180
4432
|
uberParent: "AdvancedFilter",
|
|
4181
4433
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4182
|
-
modelProperties:
|
|
4434
|
+
modelProperties: {
|
|
4435
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4436
|
+
value: {
|
|
4183
4437
|
serializedName: "value",
|
|
4184
4438
|
type: {
|
|
4185
4439
|
name: "Number",
|
|
4186
4440
|
},
|
|
4187
|
-
}
|
|
4441
|
+
},
|
|
4442
|
+
},
|
|
4188
4443
|
},
|
|
4189
4444
|
};
|
|
4190
4445
|
exports.NumberGreaterThanAdvancedFilter = {
|
|
@@ -4194,12 +4449,15 @@ exports.NumberGreaterThanAdvancedFilter = {
|
|
|
4194
4449
|
className: "NumberGreaterThanAdvancedFilter",
|
|
4195
4450
|
uberParent: "AdvancedFilter",
|
|
4196
4451
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4197
|
-
modelProperties:
|
|
4452
|
+
modelProperties: {
|
|
4453
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4454
|
+
value: {
|
|
4198
4455
|
serializedName: "value",
|
|
4199
4456
|
type: {
|
|
4200
4457
|
name: "Number",
|
|
4201
4458
|
},
|
|
4202
|
-
}
|
|
4459
|
+
},
|
|
4460
|
+
},
|
|
4203
4461
|
},
|
|
4204
4462
|
};
|
|
4205
4463
|
exports.NumberLessThanOrEqualsAdvancedFilter = {
|
|
@@ -4209,12 +4467,15 @@ exports.NumberLessThanOrEqualsAdvancedFilter = {
|
|
|
4209
4467
|
className: "NumberLessThanOrEqualsAdvancedFilter",
|
|
4210
4468
|
uberParent: "AdvancedFilter",
|
|
4211
4469
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4212
|
-
modelProperties:
|
|
4470
|
+
modelProperties: {
|
|
4471
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4472
|
+
value: {
|
|
4213
4473
|
serializedName: "value",
|
|
4214
4474
|
type: {
|
|
4215
4475
|
name: "Number",
|
|
4216
4476
|
},
|
|
4217
|
-
}
|
|
4477
|
+
},
|
|
4478
|
+
},
|
|
4218
4479
|
},
|
|
4219
4480
|
};
|
|
4220
4481
|
exports.NumberGreaterThanOrEqualsAdvancedFilter = {
|
|
@@ -4224,12 +4485,15 @@ exports.NumberGreaterThanOrEqualsAdvancedFilter = {
|
|
|
4224
4485
|
className: "NumberGreaterThanOrEqualsAdvancedFilter",
|
|
4225
4486
|
uberParent: "AdvancedFilter",
|
|
4226
4487
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4227
|
-
modelProperties:
|
|
4488
|
+
modelProperties: {
|
|
4489
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4490
|
+
value: {
|
|
4228
4491
|
serializedName: "value",
|
|
4229
4492
|
type: {
|
|
4230
4493
|
name: "Number",
|
|
4231
4494
|
},
|
|
4232
|
-
}
|
|
4495
|
+
},
|
|
4496
|
+
},
|
|
4233
4497
|
},
|
|
4234
4498
|
};
|
|
4235
4499
|
exports.BoolEqualsAdvancedFilter = {
|
|
@@ -4239,12 +4503,15 @@ exports.BoolEqualsAdvancedFilter = {
|
|
|
4239
4503
|
className: "BoolEqualsAdvancedFilter",
|
|
4240
4504
|
uberParent: "AdvancedFilter",
|
|
4241
4505
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4242
|
-
modelProperties:
|
|
4506
|
+
modelProperties: {
|
|
4507
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4508
|
+
value: {
|
|
4243
4509
|
serializedName: "value",
|
|
4244
4510
|
type: {
|
|
4245
4511
|
name: "Boolean",
|
|
4246
4512
|
},
|
|
4247
|
-
}
|
|
4513
|
+
},
|
|
4514
|
+
},
|
|
4248
4515
|
},
|
|
4249
4516
|
};
|
|
4250
4517
|
exports.StringInAdvancedFilter = {
|
|
@@ -4254,7 +4521,9 @@ exports.StringInAdvancedFilter = {
|
|
|
4254
4521
|
className: "StringInAdvancedFilter",
|
|
4255
4522
|
uberParent: "AdvancedFilter",
|
|
4256
4523
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4257
|
-
modelProperties:
|
|
4524
|
+
modelProperties: {
|
|
4525
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4526
|
+
values: {
|
|
4258
4527
|
serializedName: "values",
|
|
4259
4528
|
type: {
|
|
4260
4529
|
name: "Sequence",
|
|
@@ -4264,7 +4533,8 @@ exports.StringInAdvancedFilter = {
|
|
|
4264
4533
|
},
|
|
4265
4534
|
},
|
|
4266
4535
|
},
|
|
4267
|
-
}
|
|
4536
|
+
},
|
|
4537
|
+
},
|
|
4268
4538
|
},
|
|
4269
4539
|
};
|
|
4270
4540
|
exports.StringNotInAdvancedFilter = {
|
|
@@ -4274,7 +4544,9 @@ exports.StringNotInAdvancedFilter = {
|
|
|
4274
4544
|
className: "StringNotInAdvancedFilter",
|
|
4275
4545
|
uberParent: "AdvancedFilter",
|
|
4276
4546
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4277
|
-
modelProperties:
|
|
4547
|
+
modelProperties: {
|
|
4548
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4549
|
+
values: {
|
|
4278
4550
|
serializedName: "values",
|
|
4279
4551
|
type: {
|
|
4280
4552
|
name: "Sequence",
|
|
@@ -4284,7 +4556,8 @@ exports.StringNotInAdvancedFilter = {
|
|
|
4284
4556
|
},
|
|
4285
4557
|
},
|
|
4286
4558
|
},
|
|
4287
|
-
}
|
|
4559
|
+
},
|
|
4560
|
+
},
|
|
4288
4561
|
},
|
|
4289
4562
|
};
|
|
4290
4563
|
exports.StringBeginsWithAdvancedFilter = {
|
|
@@ -4294,7 +4567,9 @@ exports.StringBeginsWithAdvancedFilter = {
|
|
|
4294
4567
|
className: "StringBeginsWithAdvancedFilter",
|
|
4295
4568
|
uberParent: "AdvancedFilter",
|
|
4296
4569
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4297
|
-
modelProperties:
|
|
4570
|
+
modelProperties: {
|
|
4571
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4572
|
+
values: {
|
|
4298
4573
|
serializedName: "values",
|
|
4299
4574
|
type: {
|
|
4300
4575
|
name: "Sequence",
|
|
@@ -4304,7 +4579,8 @@ exports.StringBeginsWithAdvancedFilter = {
|
|
|
4304
4579
|
},
|
|
4305
4580
|
},
|
|
4306
4581
|
},
|
|
4307
|
-
}
|
|
4582
|
+
},
|
|
4583
|
+
},
|
|
4308
4584
|
},
|
|
4309
4585
|
};
|
|
4310
4586
|
exports.StringEndsWithAdvancedFilter = {
|
|
@@ -4314,7 +4590,9 @@ exports.StringEndsWithAdvancedFilter = {
|
|
|
4314
4590
|
className: "StringEndsWithAdvancedFilter",
|
|
4315
4591
|
uberParent: "AdvancedFilter",
|
|
4316
4592
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4317
|
-
modelProperties:
|
|
4593
|
+
modelProperties: {
|
|
4594
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4595
|
+
values: {
|
|
4318
4596
|
serializedName: "values",
|
|
4319
4597
|
type: {
|
|
4320
4598
|
name: "Sequence",
|
|
@@ -4324,7 +4602,8 @@ exports.StringEndsWithAdvancedFilter = {
|
|
|
4324
4602
|
},
|
|
4325
4603
|
},
|
|
4326
4604
|
},
|
|
4327
|
-
}
|
|
4605
|
+
},
|
|
4606
|
+
},
|
|
4328
4607
|
},
|
|
4329
4608
|
};
|
|
4330
4609
|
exports.StringContainsAdvancedFilter = {
|
|
@@ -4334,7 +4613,9 @@ exports.StringContainsAdvancedFilter = {
|
|
|
4334
4613
|
className: "StringContainsAdvancedFilter",
|
|
4335
4614
|
uberParent: "AdvancedFilter",
|
|
4336
4615
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4337
|
-
modelProperties:
|
|
4616
|
+
modelProperties: {
|
|
4617
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4618
|
+
values: {
|
|
4338
4619
|
serializedName: "values",
|
|
4339
4620
|
type: {
|
|
4340
4621
|
name: "Sequence",
|
|
@@ -4344,7 +4625,8 @@ exports.StringContainsAdvancedFilter = {
|
|
|
4344
4625
|
},
|
|
4345
4626
|
},
|
|
4346
4627
|
},
|
|
4347
|
-
}
|
|
4628
|
+
},
|
|
4629
|
+
},
|
|
4348
4630
|
},
|
|
4349
4631
|
};
|
|
4350
4632
|
exports.NumberInRangeAdvancedFilter = {
|
|
@@ -4354,7 +4636,9 @@ exports.NumberInRangeAdvancedFilter = {
|
|
|
4354
4636
|
className: "NumberInRangeAdvancedFilter",
|
|
4355
4637
|
uberParent: "AdvancedFilter",
|
|
4356
4638
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4357
|
-
modelProperties:
|
|
4639
|
+
modelProperties: {
|
|
4640
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4641
|
+
values: {
|
|
4358
4642
|
serializedName: "values",
|
|
4359
4643
|
type: {
|
|
4360
4644
|
name: "Sequence",
|
|
@@ -4369,7 +4653,8 @@ exports.NumberInRangeAdvancedFilter = {
|
|
|
4369
4653
|
},
|
|
4370
4654
|
},
|
|
4371
4655
|
},
|
|
4372
|
-
}
|
|
4656
|
+
},
|
|
4657
|
+
},
|
|
4373
4658
|
},
|
|
4374
4659
|
};
|
|
4375
4660
|
exports.NumberNotInRangeAdvancedFilter = {
|
|
@@ -4379,7 +4664,9 @@ exports.NumberNotInRangeAdvancedFilter = {
|
|
|
4379
4664
|
className: "NumberNotInRangeAdvancedFilter",
|
|
4380
4665
|
uberParent: "AdvancedFilter",
|
|
4381
4666
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4382
|
-
modelProperties:
|
|
4667
|
+
modelProperties: {
|
|
4668
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4669
|
+
values: {
|
|
4383
4670
|
serializedName: "values",
|
|
4384
4671
|
type: {
|
|
4385
4672
|
name: "Sequence",
|
|
@@ -4394,7 +4681,8 @@ exports.NumberNotInRangeAdvancedFilter = {
|
|
|
4394
4681
|
},
|
|
4395
4682
|
},
|
|
4396
4683
|
},
|
|
4397
|
-
}
|
|
4684
|
+
},
|
|
4685
|
+
},
|
|
4398
4686
|
},
|
|
4399
4687
|
};
|
|
4400
4688
|
exports.StringNotBeginsWithAdvancedFilter = {
|
|
@@ -4404,7 +4692,9 @@ exports.StringNotBeginsWithAdvancedFilter = {
|
|
|
4404
4692
|
className: "StringNotBeginsWithAdvancedFilter",
|
|
4405
4693
|
uberParent: "AdvancedFilter",
|
|
4406
4694
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4407
|
-
modelProperties:
|
|
4695
|
+
modelProperties: {
|
|
4696
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4697
|
+
values: {
|
|
4408
4698
|
serializedName: "values",
|
|
4409
4699
|
type: {
|
|
4410
4700
|
name: "Sequence",
|
|
@@ -4414,7 +4704,8 @@ exports.StringNotBeginsWithAdvancedFilter = {
|
|
|
4414
4704
|
},
|
|
4415
4705
|
},
|
|
4416
4706
|
},
|
|
4417
|
-
}
|
|
4707
|
+
},
|
|
4708
|
+
},
|
|
4418
4709
|
},
|
|
4419
4710
|
};
|
|
4420
4711
|
exports.StringNotEndsWithAdvancedFilter = {
|
|
@@ -4424,7 +4715,9 @@ exports.StringNotEndsWithAdvancedFilter = {
|
|
|
4424
4715
|
className: "StringNotEndsWithAdvancedFilter",
|
|
4425
4716
|
uberParent: "AdvancedFilter",
|
|
4426
4717
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4427
|
-
modelProperties:
|
|
4718
|
+
modelProperties: {
|
|
4719
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4720
|
+
values: {
|
|
4428
4721
|
serializedName: "values",
|
|
4429
4722
|
type: {
|
|
4430
4723
|
name: "Sequence",
|
|
@@ -4434,7 +4727,8 @@ exports.StringNotEndsWithAdvancedFilter = {
|
|
|
4434
4727
|
},
|
|
4435
4728
|
},
|
|
4436
4729
|
},
|
|
4437
|
-
}
|
|
4730
|
+
},
|
|
4731
|
+
},
|
|
4438
4732
|
},
|
|
4439
4733
|
};
|
|
4440
4734
|
exports.StringNotContainsAdvancedFilter = {
|
|
@@ -4444,7 +4738,9 @@ exports.StringNotContainsAdvancedFilter = {
|
|
|
4444
4738
|
className: "StringNotContainsAdvancedFilter",
|
|
4445
4739
|
uberParent: "AdvancedFilter",
|
|
4446
4740
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4447
|
-
modelProperties:
|
|
4741
|
+
modelProperties: {
|
|
4742
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4743
|
+
values: {
|
|
4448
4744
|
serializedName: "values",
|
|
4449
4745
|
type: {
|
|
4450
4746
|
name: "Sequence",
|
|
@@ -4454,7 +4750,8 @@ exports.StringNotContainsAdvancedFilter = {
|
|
|
4454
4750
|
},
|
|
4455
4751
|
},
|
|
4456
4752
|
},
|
|
4457
|
-
}
|
|
4753
|
+
},
|
|
4754
|
+
},
|
|
4458
4755
|
},
|
|
4459
4756
|
};
|
|
4460
4757
|
exports.IsNullOrUndefinedAdvancedFilter = {
|
|
@@ -4464,7 +4761,9 @@ exports.IsNullOrUndefinedAdvancedFilter = {
|
|
|
4464
4761
|
className: "IsNullOrUndefinedAdvancedFilter",
|
|
4465
4762
|
uberParent: "AdvancedFilter",
|
|
4466
4763
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4467
|
-
modelProperties:
|
|
4764
|
+
modelProperties: {
|
|
4765
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4766
|
+
},
|
|
4468
4767
|
},
|
|
4469
4768
|
};
|
|
4470
4769
|
exports.IsNotNullAdvancedFilter = {
|
|
@@ -4474,7 +4773,9 @@ exports.IsNotNullAdvancedFilter = {
|
|
|
4474
4773
|
className: "IsNotNullAdvancedFilter",
|
|
4475
4774
|
uberParent: "AdvancedFilter",
|
|
4476
4775
|
polymorphicDiscriminator: exports.AdvancedFilter.type.polymorphicDiscriminator,
|
|
4477
|
-
modelProperties:
|
|
4776
|
+
modelProperties: {
|
|
4777
|
+
...exports.AdvancedFilter.type.modelProperties,
|
|
4778
|
+
},
|
|
4478
4779
|
},
|
|
4479
4780
|
};
|
|
4480
4781
|
exports.StaticStringRoutingEnrichment = {
|
|
@@ -4484,31 +4785,38 @@ exports.StaticStringRoutingEnrichment = {
|
|
|
4484
4785
|
className: "StaticStringRoutingEnrichment",
|
|
4485
4786
|
uberParent: "StaticRoutingEnrichment",
|
|
4486
4787
|
polymorphicDiscriminator: exports.StaticRoutingEnrichment.type.polymorphicDiscriminator,
|
|
4487
|
-
modelProperties:
|
|
4788
|
+
modelProperties: {
|
|
4789
|
+
...exports.StaticRoutingEnrichment.type.modelProperties,
|
|
4790
|
+
value: {
|
|
4488
4791
|
serializedName: "value",
|
|
4489
4792
|
type: {
|
|
4490
4793
|
name: "String",
|
|
4491
4794
|
},
|
|
4492
|
-
}
|
|
4795
|
+
},
|
|
4796
|
+
},
|
|
4493
4797
|
},
|
|
4494
4798
|
};
|
|
4495
4799
|
exports.Domain = {
|
|
4496
4800
|
type: {
|
|
4497
4801
|
name: "Composite",
|
|
4498
4802
|
className: "Domain",
|
|
4499
|
-
modelProperties:
|
|
4803
|
+
modelProperties: {
|
|
4804
|
+
...exports.TrackedResource.type.modelProperties,
|
|
4805
|
+
identity: {
|
|
4500
4806
|
serializedName: "identity",
|
|
4501
4807
|
type: {
|
|
4502
4808
|
name: "Composite",
|
|
4503
4809
|
className: "IdentityInfo",
|
|
4504
4810
|
},
|
|
4505
|
-
},
|
|
4811
|
+
},
|
|
4812
|
+
systemData: {
|
|
4506
4813
|
serializedName: "systemData",
|
|
4507
4814
|
type: {
|
|
4508
4815
|
name: "Composite",
|
|
4509
4816
|
className: "SystemData",
|
|
4510
4817
|
},
|
|
4511
|
-
},
|
|
4818
|
+
},
|
|
4819
|
+
privateEndpointConnections: {
|
|
4512
4820
|
serializedName: "properties.privateEndpointConnections",
|
|
4513
4821
|
readOnly: true,
|
|
4514
4822
|
type: {
|
|
@@ -4520,52 +4828,61 @@ exports.Domain = {
|
|
|
4520
4828
|
},
|
|
4521
4829
|
},
|
|
4522
4830
|
},
|
|
4523
|
-
},
|
|
4831
|
+
},
|
|
4832
|
+
provisioningState: {
|
|
4524
4833
|
serializedName: "properties.provisioningState",
|
|
4525
4834
|
readOnly: true,
|
|
4526
4835
|
type: {
|
|
4527
4836
|
name: "String",
|
|
4528
4837
|
},
|
|
4529
|
-
},
|
|
4838
|
+
},
|
|
4839
|
+
minimumTlsVersionAllowed: {
|
|
4530
4840
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4531
4841
|
type: {
|
|
4532
4842
|
name: "String",
|
|
4533
4843
|
},
|
|
4534
|
-
},
|
|
4844
|
+
},
|
|
4845
|
+
endpoint: {
|
|
4535
4846
|
serializedName: "properties.endpoint",
|
|
4536
4847
|
readOnly: true,
|
|
4537
4848
|
type: {
|
|
4538
4849
|
name: "String",
|
|
4539
4850
|
},
|
|
4540
|
-
},
|
|
4851
|
+
},
|
|
4852
|
+
inputSchema: {
|
|
4541
4853
|
serializedName: "properties.inputSchema",
|
|
4542
4854
|
type: {
|
|
4543
4855
|
name: "String",
|
|
4544
4856
|
},
|
|
4545
|
-
},
|
|
4857
|
+
},
|
|
4858
|
+
eventTypeInfo: {
|
|
4546
4859
|
serializedName: "properties.eventTypeInfo",
|
|
4547
4860
|
type: {
|
|
4548
4861
|
name: "Composite",
|
|
4549
4862
|
className: "EventTypeInfo",
|
|
4550
4863
|
},
|
|
4551
|
-
},
|
|
4864
|
+
},
|
|
4865
|
+
inputSchemaMapping: {
|
|
4552
4866
|
serializedName: "properties.inputSchemaMapping",
|
|
4553
4867
|
type: {
|
|
4554
4868
|
name: "Composite",
|
|
4555
4869
|
className: "InputSchemaMapping",
|
|
4556
4870
|
},
|
|
4557
|
-
},
|
|
4871
|
+
},
|
|
4872
|
+
metricResourceId: {
|
|
4558
4873
|
serializedName: "properties.metricResourceId",
|
|
4559
4874
|
readOnly: true,
|
|
4560
4875
|
type: {
|
|
4561
4876
|
name: "String",
|
|
4562
4877
|
},
|
|
4563
|
-
},
|
|
4878
|
+
},
|
|
4879
|
+
publicNetworkAccess: {
|
|
4564
4880
|
serializedName: "properties.publicNetworkAccess",
|
|
4565
4881
|
type: {
|
|
4566
4882
|
name: "String",
|
|
4567
4883
|
},
|
|
4568
|
-
},
|
|
4884
|
+
},
|
|
4885
|
+
inboundIpRules: {
|
|
4569
4886
|
serializedName: "properties.inboundIpRules",
|
|
4570
4887
|
type: {
|
|
4571
4888
|
name: "Sequence",
|
|
@@ -4576,55 +4893,65 @@ exports.Domain = {
|
|
|
4576
4893
|
},
|
|
4577
4894
|
},
|
|
4578
4895
|
},
|
|
4579
|
-
},
|
|
4896
|
+
},
|
|
4897
|
+
disableLocalAuth: {
|
|
4580
4898
|
defaultValue: false,
|
|
4581
4899
|
serializedName: "properties.disableLocalAuth",
|
|
4582
4900
|
type: {
|
|
4583
4901
|
name: "Boolean",
|
|
4584
4902
|
},
|
|
4585
|
-
},
|
|
4903
|
+
},
|
|
4904
|
+
autoCreateTopicWithFirstSubscription: {
|
|
4586
4905
|
defaultValue: true,
|
|
4587
4906
|
serializedName: "properties.autoCreateTopicWithFirstSubscription",
|
|
4588
4907
|
type: {
|
|
4589
4908
|
name: "Boolean",
|
|
4590
4909
|
},
|
|
4591
|
-
},
|
|
4910
|
+
},
|
|
4911
|
+
autoDeleteTopicWithLastSubscription: {
|
|
4592
4912
|
defaultValue: true,
|
|
4593
4913
|
serializedName: "properties.autoDeleteTopicWithLastSubscription",
|
|
4594
4914
|
type: {
|
|
4595
4915
|
name: "Boolean",
|
|
4596
4916
|
},
|
|
4597
|
-
},
|
|
4917
|
+
},
|
|
4918
|
+
dataResidencyBoundary: {
|
|
4598
4919
|
serializedName: "properties.dataResidencyBoundary",
|
|
4599
4920
|
type: {
|
|
4600
4921
|
name: "String",
|
|
4601
4922
|
},
|
|
4602
|
-
}
|
|
4923
|
+
},
|
|
4924
|
+
},
|
|
4603
4925
|
},
|
|
4604
4926
|
};
|
|
4605
4927
|
exports.Namespace = {
|
|
4606
4928
|
type: {
|
|
4607
4929
|
name: "Composite",
|
|
4608
4930
|
className: "Namespace",
|
|
4609
|
-
modelProperties:
|
|
4931
|
+
modelProperties: {
|
|
4932
|
+
...exports.TrackedResource.type.modelProperties,
|
|
4933
|
+
sku: {
|
|
4610
4934
|
serializedName: "sku",
|
|
4611
4935
|
type: {
|
|
4612
4936
|
name: "Composite",
|
|
4613
4937
|
className: "NamespaceSku",
|
|
4614
4938
|
},
|
|
4615
|
-
},
|
|
4939
|
+
},
|
|
4940
|
+
identity: {
|
|
4616
4941
|
serializedName: "identity",
|
|
4617
4942
|
type: {
|
|
4618
4943
|
name: "Composite",
|
|
4619
4944
|
className: "IdentityInfo",
|
|
4620
4945
|
},
|
|
4621
|
-
},
|
|
4946
|
+
},
|
|
4947
|
+
systemData: {
|
|
4622
4948
|
serializedName: "systemData",
|
|
4623
4949
|
type: {
|
|
4624
4950
|
name: "Composite",
|
|
4625
4951
|
className: "SystemData",
|
|
4626
4952
|
},
|
|
4627
|
-
},
|
|
4953
|
+
},
|
|
4954
|
+
privateEndpointConnections: {
|
|
4628
4955
|
serializedName: "properties.privateEndpointConnections",
|
|
4629
4956
|
type: {
|
|
4630
4957
|
name: "Sequence",
|
|
@@ -4635,35 +4962,41 @@ exports.Namespace = {
|
|
|
4635
4962
|
},
|
|
4636
4963
|
},
|
|
4637
4964
|
},
|
|
4638
|
-
},
|
|
4965
|
+
},
|
|
4966
|
+
provisioningState: {
|
|
4639
4967
|
serializedName: "properties.provisioningState",
|
|
4640
4968
|
readOnly: true,
|
|
4641
4969
|
type: {
|
|
4642
4970
|
name: "String",
|
|
4643
4971
|
},
|
|
4644
|
-
},
|
|
4972
|
+
},
|
|
4973
|
+
topicsConfiguration: {
|
|
4645
4974
|
serializedName: "properties.topicsConfiguration",
|
|
4646
4975
|
type: {
|
|
4647
4976
|
name: "Composite",
|
|
4648
4977
|
className: "TopicsConfiguration",
|
|
4649
4978
|
},
|
|
4650
|
-
},
|
|
4979
|
+
},
|
|
4980
|
+
topicSpacesConfiguration: {
|
|
4651
4981
|
serializedName: "properties.topicSpacesConfiguration",
|
|
4652
4982
|
type: {
|
|
4653
4983
|
name: "Composite",
|
|
4654
4984
|
className: "TopicSpacesConfiguration",
|
|
4655
4985
|
},
|
|
4656
|
-
},
|
|
4986
|
+
},
|
|
4987
|
+
isZoneRedundant: {
|
|
4657
4988
|
serializedName: "properties.isZoneRedundant",
|
|
4658
4989
|
type: {
|
|
4659
4990
|
name: "Boolean",
|
|
4660
4991
|
},
|
|
4661
|
-
},
|
|
4992
|
+
},
|
|
4993
|
+
publicNetworkAccess: {
|
|
4662
4994
|
serializedName: "properties.publicNetworkAccess",
|
|
4663
4995
|
type: {
|
|
4664
4996
|
name: "String",
|
|
4665
4997
|
},
|
|
4666
|
-
},
|
|
4998
|
+
},
|
|
4999
|
+
inboundIpRules: {
|
|
4667
5000
|
serializedName: "properties.inboundIpRules",
|
|
4668
5001
|
type: {
|
|
4669
5002
|
name: "Sequence",
|
|
@@ -4674,31 +5007,37 @@ exports.Namespace = {
|
|
|
4674
5007
|
},
|
|
4675
5008
|
},
|
|
4676
5009
|
},
|
|
4677
|
-
},
|
|
5010
|
+
},
|
|
5011
|
+
minimumTlsVersionAllowed: {
|
|
4678
5012
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4679
5013
|
type: {
|
|
4680
5014
|
name: "String",
|
|
4681
5015
|
},
|
|
4682
|
-
}
|
|
5016
|
+
},
|
|
5017
|
+
},
|
|
4683
5018
|
},
|
|
4684
5019
|
};
|
|
4685
5020
|
exports.Topic = {
|
|
4686
5021
|
type: {
|
|
4687
5022
|
name: "Composite",
|
|
4688
5023
|
className: "Topic",
|
|
4689
|
-
modelProperties:
|
|
5024
|
+
modelProperties: {
|
|
5025
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5026
|
+
identity: {
|
|
4690
5027
|
serializedName: "identity",
|
|
4691
5028
|
type: {
|
|
4692
5029
|
name: "Composite",
|
|
4693
5030
|
className: "IdentityInfo",
|
|
4694
5031
|
},
|
|
4695
|
-
},
|
|
5032
|
+
},
|
|
5033
|
+
systemData: {
|
|
4696
5034
|
serializedName: "systemData",
|
|
4697
5035
|
type: {
|
|
4698
5036
|
name: "Composite",
|
|
4699
5037
|
className: "SystemData",
|
|
4700
5038
|
},
|
|
4701
|
-
},
|
|
5039
|
+
},
|
|
5040
|
+
privateEndpointConnections: {
|
|
4702
5041
|
serializedName: "properties.privateEndpointConnections",
|
|
4703
5042
|
readOnly: true,
|
|
4704
5043
|
type: {
|
|
@@ -4710,52 +5049,61 @@ exports.Topic = {
|
|
|
4710
5049
|
},
|
|
4711
5050
|
},
|
|
4712
5051
|
},
|
|
4713
|
-
},
|
|
5052
|
+
},
|
|
5053
|
+
provisioningState: {
|
|
4714
5054
|
serializedName: "properties.provisioningState",
|
|
4715
5055
|
readOnly: true,
|
|
4716
5056
|
type: {
|
|
4717
5057
|
name: "String",
|
|
4718
5058
|
},
|
|
4719
|
-
},
|
|
5059
|
+
},
|
|
5060
|
+
endpoint: {
|
|
4720
5061
|
serializedName: "properties.endpoint",
|
|
4721
5062
|
readOnly: true,
|
|
4722
5063
|
type: {
|
|
4723
5064
|
name: "String",
|
|
4724
5065
|
},
|
|
4725
|
-
},
|
|
5066
|
+
},
|
|
5067
|
+
eventTypeInfo: {
|
|
4726
5068
|
serializedName: "properties.eventTypeInfo",
|
|
4727
5069
|
type: {
|
|
4728
5070
|
name: "Composite",
|
|
4729
5071
|
className: "EventTypeInfo",
|
|
4730
5072
|
},
|
|
4731
|
-
},
|
|
5073
|
+
},
|
|
5074
|
+
minimumTlsVersionAllowed: {
|
|
4732
5075
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4733
5076
|
type: {
|
|
4734
5077
|
name: "String",
|
|
4735
5078
|
},
|
|
4736
|
-
},
|
|
5079
|
+
},
|
|
5080
|
+
inputSchema: {
|
|
4737
5081
|
serializedName: "properties.inputSchema",
|
|
4738
5082
|
type: {
|
|
4739
5083
|
name: "String",
|
|
4740
5084
|
},
|
|
4741
|
-
},
|
|
5085
|
+
},
|
|
5086
|
+
inputSchemaMapping: {
|
|
4742
5087
|
serializedName: "properties.inputSchemaMapping",
|
|
4743
5088
|
type: {
|
|
4744
5089
|
name: "Composite",
|
|
4745
5090
|
className: "InputSchemaMapping",
|
|
4746
5091
|
},
|
|
4747
|
-
},
|
|
5092
|
+
},
|
|
5093
|
+
metricResourceId: {
|
|
4748
5094
|
serializedName: "properties.metricResourceId",
|
|
4749
5095
|
readOnly: true,
|
|
4750
5096
|
type: {
|
|
4751
5097
|
name: "String",
|
|
4752
5098
|
},
|
|
4753
|
-
},
|
|
5099
|
+
},
|
|
5100
|
+
publicNetworkAccess: {
|
|
4754
5101
|
serializedName: "properties.publicNetworkAccess",
|
|
4755
5102
|
type: {
|
|
4756
5103
|
name: "String",
|
|
4757
5104
|
},
|
|
4758
|
-
},
|
|
5105
|
+
},
|
|
5106
|
+
inboundIpRules: {
|
|
4759
5107
|
serializedName: "properties.inboundIpRules",
|
|
4760
5108
|
type: {
|
|
4761
5109
|
name: "Sequence",
|
|
@@ -4766,31 +5114,37 @@ exports.Topic = {
|
|
|
4766
5114
|
},
|
|
4767
5115
|
},
|
|
4768
5116
|
},
|
|
4769
|
-
},
|
|
5117
|
+
},
|
|
5118
|
+
disableLocalAuth: {
|
|
4770
5119
|
defaultValue: false,
|
|
4771
5120
|
serializedName: "properties.disableLocalAuth",
|
|
4772
5121
|
type: {
|
|
4773
5122
|
name: "Boolean",
|
|
4774
5123
|
},
|
|
4775
|
-
},
|
|
5124
|
+
},
|
|
5125
|
+
dataResidencyBoundary: {
|
|
4776
5126
|
serializedName: "properties.dataResidencyBoundary",
|
|
4777
5127
|
type: {
|
|
4778
5128
|
name: "String",
|
|
4779
5129
|
},
|
|
4780
|
-
}
|
|
5130
|
+
},
|
|
5131
|
+
},
|
|
4781
5132
|
},
|
|
4782
5133
|
};
|
|
4783
5134
|
exports.PartnerNamespace = {
|
|
4784
5135
|
type: {
|
|
4785
5136
|
name: "Composite",
|
|
4786
5137
|
className: "PartnerNamespace",
|
|
4787
|
-
modelProperties:
|
|
5138
|
+
modelProperties: {
|
|
5139
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5140
|
+
systemData: {
|
|
4788
5141
|
serializedName: "systemData",
|
|
4789
5142
|
type: {
|
|
4790
5143
|
name: "Composite",
|
|
4791
5144
|
className: "SystemData",
|
|
4792
5145
|
},
|
|
4793
|
-
},
|
|
5146
|
+
},
|
|
5147
|
+
privateEndpointConnections: {
|
|
4794
5148
|
serializedName: "properties.privateEndpointConnections",
|
|
4795
5149
|
readOnly: true,
|
|
4796
5150
|
type: {
|
|
@@ -4802,34 +5156,40 @@ exports.PartnerNamespace = {
|
|
|
4802
5156
|
},
|
|
4803
5157
|
},
|
|
4804
5158
|
},
|
|
4805
|
-
},
|
|
5159
|
+
},
|
|
5160
|
+
provisioningState: {
|
|
4806
5161
|
serializedName: "properties.provisioningState",
|
|
4807
5162
|
readOnly: true,
|
|
4808
5163
|
type: {
|
|
4809
5164
|
name: "String",
|
|
4810
5165
|
},
|
|
4811
|
-
},
|
|
5166
|
+
},
|
|
5167
|
+
partnerRegistrationFullyQualifiedId: {
|
|
4812
5168
|
serializedName: "properties.partnerRegistrationFullyQualifiedId",
|
|
4813
5169
|
type: {
|
|
4814
5170
|
name: "String",
|
|
4815
5171
|
},
|
|
4816
|
-
},
|
|
5172
|
+
},
|
|
5173
|
+
minimumTlsVersionAllowed: {
|
|
4817
5174
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4818
5175
|
type: {
|
|
4819
5176
|
name: "String",
|
|
4820
5177
|
},
|
|
4821
|
-
},
|
|
5178
|
+
},
|
|
5179
|
+
endpoint: {
|
|
4822
5180
|
serializedName: "properties.endpoint",
|
|
4823
5181
|
readOnly: true,
|
|
4824
5182
|
type: {
|
|
4825
5183
|
name: "String",
|
|
4826
5184
|
},
|
|
4827
|
-
},
|
|
5185
|
+
},
|
|
5186
|
+
publicNetworkAccess: {
|
|
4828
5187
|
serializedName: "properties.publicNetworkAccess",
|
|
4829
5188
|
type: {
|
|
4830
5189
|
name: "String",
|
|
4831
5190
|
},
|
|
4832
|
-
},
|
|
5191
|
+
},
|
|
5192
|
+
inboundIpRules: {
|
|
4833
5193
|
serializedName: "properties.inboundIpRules",
|
|
4834
5194
|
type: {
|
|
4835
5195
|
name: "Sequence",
|
|
@@ -4840,145 +5200,173 @@ exports.PartnerNamespace = {
|
|
|
4840
5200
|
},
|
|
4841
5201
|
},
|
|
4842
5202
|
},
|
|
4843
|
-
},
|
|
5203
|
+
},
|
|
5204
|
+
disableLocalAuth: {
|
|
4844
5205
|
defaultValue: false,
|
|
4845
5206
|
serializedName: "properties.disableLocalAuth",
|
|
4846
5207
|
type: {
|
|
4847
5208
|
name: "Boolean",
|
|
4848
5209
|
},
|
|
4849
|
-
},
|
|
5210
|
+
},
|
|
5211
|
+
partnerTopicRoutingMode: {
|
|
4850
5212
|
defaultValue: "SourceEventAttribute",
|
|
4851
5213
|
serializedName: "properties.partnerTopicRoutingMode",
|
|
4852
5214
|
type: {
|
|
4853
5215
|
name: "String",
|
|
4854
5216
|
},
|
|
4855
|
-
}
|
|
5217
|
+
},
|
|
5218
|
+
},
|
|
4856
5219
|
},
|
|
4857
5220
|
};
|
|
4858
5221
|
exports.PartnerRegistration = {
|
|
4859
5222
|
type: {
|
|
4860
5223
|
name: "Composite",
|
|
4861
5224
|
className: "PartnerRegistration",
|
|
4862
|
-
modelProperties:
|
|
5225
|
+
modelProperties: {
|
|
5226
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5227
|
+
systemData: {
|
|
4863
5228
|
serializedName: "systemData",
|
|
4864
5229
|
type: {
|
|
4865
5230
|
name: "Composite",
|
|
4866
5231
|
className: "SystemData",
|
|
4867
5232
|
},
|
|
4868
|
-
},
|
|
5233
|
+
},
|
|
5234
|
+
provisioningState: {
|
|
4869
5235
|
serializedName: "properties.provisioningState",
|
|
4870
5236
|
readOnly: true,
|
|
4871
5237
|
type: {
|
|
4872
5238
|
name: "String",
|
|
4873
5239
|
},
|
|
4874
|
-
},
|
|
5240
|
+
},
|
|
5241
|
+
partnerRegistrationImmutableId: {
|
|
4875
5242
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
4876
5243
|
type: {
|
|
4877
5244
|
name: "Uuid",
|
|
4878
5245
|
},
|
|
4879
|
-
}
|
|
5246
|
+
},
|
|
5247
|
+
},
|
|
4880
5248
|
},
|
|
4881
5249
|
};
|
|
4882
5250
|
exports.PartnerTopic = {
|
|
4883
5251
|
type: {
|
|
4884
5252
|
name: "Composite",
|
|
4885
5253
|
className: "PartnerTopic",
|
|
4886
|
-
modelProperties:
|
|
5254
|
+
modelProperties: {
|
|
5255
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5256
|
+
systemData: {
|
|
4887
5257
|
serializedName: "systemData",
|
|
4888
5258
|
type: {
|
|
4889
5259
|
name: "Composite",
|
|
4890
5260
|
className: "SystemData",
|
|
4891
5261
|
},
|
|
4892
|
-
},
|
|
5262
|
+
},
|
|
5263
|
+
identity: {
|
|
4893
5264
|
serializedName: "identity",
|
|
4894
5265
|
type: {
|
|
4895
5266
|
name: "Composite",
|
|
4896
5267
|
className: "IdentityInfo",
|
|
4897
5268
|
},
|
|
4898
|
-
},
|
|
5269
|
+
},
|
|
5270
|
+
partnerRegistrationImmutableId: {
|
|
4899
5271
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
4900
5272
|
type: {
|
|
4901
5273
|
name: "Uuid",
|
|
4902
5274
|
},
|
|
4903
|
-
},
|
|
5275
|
+
},
|
|
5276
|
+
source: {
|
|
4904
5277
|
serializedName: "properties.source",
|
|
4905
5278
|
type: {
|
|
4906
5279
|
name: "String",
|
|
4907
5280
|
},
|
|
4908
|
-
},
|
|
5281
|
+
},
|
|
5282
|
+
eventTypeInfo: {
|
|
4909
5283
|
serializedName: "properties.eventTypeInfo",
|
|
4910
5284
|
type: {
|
|
4911
5285
|
name: "Composite",
|
|
4912
5286
|
className: "EventTypeInfo",
|
|
4913
5287
|
},
|
|
4914
|
-
},
|
|
5288
|
+
},
|
|
5289
|
+
expirationTimeIfNotActivatedUtc: {
|
|
4915
5290
|
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
4916
5291
|
type: {
|
|
4917
5292
|
name: "DateTime",
|
|
4918
5293
|
},
|
|
4919
|
-
},
|
|
5294
|
+
},
|
|
5295
|
+
provisioningState: {
|
|
4920
5296
|
serializedName: "properties.provisioningState",
|
|
4921
5297
|
readOnly: true,
|
|
4922
5298
|
type: {
|
|
4923
5299
|
name: "String",
|
|
4924
5300
|
},
|
|
4925
|
-
},
|
|
5301
|
+
},
|
|
5302
|
+
activationState: {
|
|
4926
5303
|
serializedName: "properties.activationState",
|
|
4927
5304
|
type: {
|
|
4928
5305
|
name: "String",
|
|
4929
5306
|
},
|
|
4930
|
-
},
|
|
5307
|
+
},
|
|
5308
|
+
partnerTopicFriendlyDescription: {
|
|
4931
5309
|
serializedName: "properties.partnerTopicFriendlyDescription",
|
|
4932
5310
|
type: {
|
|
4933
5311
|
name: "String",
|
|
4934
5312
|
},
|
|
4935
|
-
},
|
|
5313
|
+
},
|
|
5314
|
+
messageForActivation: {
|
|
4936
5315
|
serializedName: "properties.messageForActivation",
|
|
4937
5316
|
type: {
|
|
4938
5317
|
name: "String",
|
|
4939
5318
|
},
|
|
4940
|
-
}
|
|
5319
|
+
},
|
|
5320
|
+
},
|
|
4941
5321
|
},
|
|
4942
5322
|
};
|
|
4943
5323
|
exports.SystemTopic = {
|
|
4944
5324
|
type: {
|
|
4945
5325
|
name: "Composite",
|
|
4946
5326
|
className: "SystemTopic",
|
|
4947
|
-
modelProperties:
|
|
5327
|
+
modelProperties: {
|
|
5328
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5329
|
+
systemData: {
|
|
4948
5330
|
serializedName: "systemData",
|
|
4949
5331
|
type: {
|
|
4950
5332
|
name: "Composite",
|
|
4951
5333
|
className: "SystemData",
|
|
4952
5334
|
},
|
|
4953
|
-
},
|
|
5335
|
+
},
|
|
5336
|
+
identity: {
|
|
4954
5337
|
serializedName: "identity",
|
|
4955
5338
|
type: {
|
|
4956
5339
|
name: "Composite",
|
|
4957
5340
|
className: "IdentityInfo",
|
|
4958
5341
|
},
|
|
4959
|
-
},
|
|
5342
|
+
},
|
|
5343
|
+
provisioningState: {
|
|
4960
5344
|
serializedName: "properties.provisioningState",
|
|
4961
5345
|
readOnly: true,
|
|
4962
5346
|
type: {
|
|
4963
5347
|
name: "String",
|
|
4964
5348
|
},
|
|
4965
|
-
},
|
|
5349
|
+
},
|
|
5350
|
+
source: {
|
|
4966
5351
|
serializedName: "properties.source",
|
|
4967
5352
|
type: {
|
|
4968
5353
|
name: "String",
|
|
4969
5354
|
},
|
|
4970
|
-
},
|
|
5355
|
+
},
|
|
5356
|
+
topicType: {
|
|
4971
5357
|
serializedName: "properties.topicType",
|
|
4972
5358
|
type: {
|
|
4973
5359
|
name: "String",
|
|
4974
5360
|
},
|
|
4975
|
-
},
|
|
5361
|
+
},
|
|
5362
|
+
metricResourceId: {
|
|
4976
5363
|
serializedName: "properties.metricResourceId",
|
|
4977
5364
|
readOnly: true,
|
|
4978
5365
|
type: {
|
|
4979
5366
|
name: "String",
|
|
4980
5367
|
},
|
|
4981
|
-
}
|
|
5368
|
+
},
|
|
5369
|
+
},
|
|
4982
5370
|
},
|
|
4983
5371
|
};
|
|
4984
5372
|
exports.CaCertificatesDeleteHeaders = {
|