@azure/arm-monitor 8.0.0-alpha.20250619.1 → 8.0.0-alpha.20250718.2
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/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +449 -195
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/monitorClient.js +55 -11
- package/dist/browser/monitorClient.js.map +1 -1
- package/dist/browser/operations/actionGroups.js +30 -59
- package/dist/browser/operations/actionGroups.js.map +1 -1
- package/dist/browser/operations/activityLogAlerts.js +45 -79
- package/dist/browser/operations/activityLogAlerts.js.map +1 -1
- package/dist/browser/operations/activityLogs.js +23 -40
- package/dist/browser/operations/activityLogs.js.map +1 -1
- package/dist/browser/operations/alertRuleIncidents.js +10 -27
- package/dist/browser/operations/alertRuleIncidents.js.map +1 -1
- package/dist/browser/operations/alertRules.js +19 -53
- package/dist/browser/operations/alertRules.js.map +1 -1
- package/dist/browser/operations/autoscaleSettings.js +45 -79
- package/dist/browser/operations/autoscaleSettings.js.map +1 -1
- package/dist/browser/operations/azureMonitorWorkspaces.js +56 -85
- package/dist/browser/operations/azureMonitorWorkspaces.js.map +1 -1
- package/dist/browser/operations/baselines.js +10 -27
- package/dist/browser/operations/baselines.js.map +1 -1
- package/dist/browser/operations/dataCollectionEndpoints.js +45 -79
- package/dist/browser/operations/dataCollectionEndpoints.js.map +1 -1
- package/dist/browser/operations/dataCollectionRuleAssociations.js +67 -118
- package/dist/browser/operations/dataCollectionRuleAssociations.js.map +1 -1
- package/dist/browser/operations/dataCollectionRules.js +45 -79
- package/dist/browser/operations/dataCollectionRules.js.map +1 -1
- package/dist/browser/operations/diagnosticSettings.js +10 -27
- package/dist/browser/operations/diagnosticSettings.js.map +1 -1
- package/dist/browser/operations/diagnosticSettingsCategory.js +10 -27
- package/dist/browser/operations/diagnosticSettingsCategory.js.map +1 -1
- package/dist/browser/operations/eventCategories.js +10 -27
- package/dist/browser/operations/eventCategories.js.map +1 -1
- package/dist/browser/operations/logProfiles.js +10 -27
- package/dist/browser/operations/logProfiles.js.map +1 -1
- package/dist/browser/operations/metricAlerts.js +19 -53
- package/dist/browser/operations/metricAlerts.js.map +1 -1
- package/dist/browser/operations/metricAlertsStatus.js +1 -0
- package/dist/browser/operations/metricAlertsStatus.js.map +1 -1
- package/dist/browser/operations/metricDefinitions.js +19 -53
- package/dist/browser/operations/metricDefinitions.js.map +1 -1
- package/dist/browser/operations/metricNamespaces.js +10 -27
- package/dist/browser/operations/metricNamespaces.js.map +1 -1
- package/dist/browser/operations/metricsOperations.js +1 -0
- package/dist/browser/operations/metricsOperations.js.map +1 -1
- package/dist/browser/operations/monitorOperations.js +23 -40
- package/dist/browser/operations/monitorOperations.js.map +1 -1
- package/dist/browser/operations/operations.js +1 -0
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/predictiveMetric.js +1 -0
- package/dist/browser/operations/predictiveMetric.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +23 -12
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +1 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/privateLinkScopeOperationStatus.js +1 -0
- package/dist/browser/operations/privateLinkScopeOperationStatus.js.map +1 -1
- package/dist/browser/operations/privateLinkScopedResources.js +45 -52
- package/dist/browser/operations/privateLinkScopedResources.js.map +1 -1
- package/dist/browser/operations/privateLinkScopes.js +56 -85
- package/dist/browser/operations/privateLinkScopes.js.map +1 -1
- package/dist/browser/operations/scheduledQueryRules.js +45 -79
- package/dist/browser/operations/scheduledQueryRules.js.map +1 -1
- package/dist/browser/operations/tenantActionGroups.js +10 -27
- package/dist/browser/operations/tenantActionGroups.js.map +1 -1
- package/dist/browser/operations/tenantActivityLogs.js +23 -40
- package/dist/browser/operations/tenantActivityLogs.js.map +1 -1
- package/dist/browser/operations/vMInsights.js +1 -0
- package/dist/browser/operations/vMInsights.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.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 +449 -195
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/monitorClient.js +55 -11
- package/dist/commonjs/monitorClient.js.map +1 -1
- package/dist/commonjs/operations/actionGroups.js +30 -58
- package/dist/commonjs/operations/actionGroups.js.map +1 -1
- package/dist/commonjs/operations/activityLogAlerts.js +45 -78
- package/dist/commonjs/operations/activityLogAlerts.js.map +1 -1
- package/dist/commonjs/operations/activityLogs.js +23 -39
- package/dist/commonjs/operations/activityLogs.js.map +1 -1
- package/dist/commonjs/operations/alertRuleIncidents.js +10 -26
- package/dist/commonjs/operations/alertRuleIncidents.js.map +1 -1
- package/dist/commonjs/operations/alertRules.js +19 -52
- package/dist/commonjs/operations/alertRules.js.map +1 -1
- package/dist/commonjs/operations/autoscaleSettings.js +45 -78
- package/dist/commonjs/operations/autoscaleSettings.js.map +1 -1
- package/dist/commonjs/operations/azureMonitorWorkspaces.js +56 -84
- package/dist/commonjs/operations/azureMonitorWorkspaces.js.map +1 -1
- package/dist/commonjs/operations/baselines.js +10 -26
- package/dist/commonjs/operations/baselines.js.map +1 -1
- package/dist/commonjs/operations/dataCollectionEndpoints.js +45 -78
- package/dist/commonjs/operations/dataCollectionEndpoints.js.map +1 -1
- package/dist/commonjs/operations/dataCollectionRuleAssociations.js +67 -117
- package/dist/commonjs/operations/dataCollectionRuleAssociations.js.map +1 -1
- package/dist/commonjs/operations/dataCollectionRules.js +45 -78
- package/dist/commonjs/operations/dataCollectionRules.js.map +1 -1
- package/dist/commonjs/operations/diagnosticSettings.js +10 -26
- package/dist/commonjs/operations/diagnosticSettings.js.map +1 -1
- package/dist/commonjs/operations/diagnosticSettingsCategory.js +10 -26
- package/dist/commonjs/operations/diagnosticSettingsCategory.js.map +1 -1
- package/dist/commonjs/operations/eventCategories.js +10 -26
- package/dist/commonjs/operations/eventCategories.js.map +1 -1
- package/dist/commonjs/operations/logProfiles.js +10 -26
- package/dist/commonjs/operations/logProfiles.js.map +1 -1
- package/dist/commonjs/operations/metricAlerts.js +19 -52
- package/dist/commonjs/operations/metricAlerts.js.map +1 -1
- package/dist/commonjs/operations/metricAlertsStatus.js +1 -0
- package/dist/commonjs/operations/metricAlertsStatus.js.map +1 -1
- package/dist/commonjs/operations/metricDefinitions.js +19 -52
- package/dist/commonjs/operations/metricDefinitions.js.map +1 -1
- package/dist/commonjs/operations/metricNamespaces.js +10 -26
- package/dist/commonjs/operations/metricNamespaces.js.map +1 -1
- package/dist/commonjs/operations/metricsOperations.js +1 -0
- package/dist/commonjs/operations/metricsOperations.js.map +1 -1
- package/dist/commonjs/operations/monitorOperations.js +23 -39
- package/dist/commonjs/operations/monitorOperations.js.map +1 -1
- package/dist/commonjs/operations/operations.js +1 -0
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/predictiveMetric.js +1 -0
- package/dist/commonjs/operations/predictiveMetric.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +23 -12
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +1 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/privateLinkScopeOperationStatus.js +1 -0
- package/dist/commonjs/operations/privateLinkScopeOperationStatus.js.map +1 -1
- package/dist/commonjs/operations/privateLinkScopedResources.js +45 -51
- package/dist/commonjs/operations/privateLinkScopedResources.js.map +1 -1
- package/dist/commonjs/operations/privateLinkScopes.js +56 -84
- package/dist/commonjs/operations/privateLinkScopes.js.map +1 -1
- package/dist/commonjs/operations/scheduledQueryRules.js +45 -78
- package/dist/commonjs/operations/scheduledQueryRules.js.map +1 -1
- package/dist/commonjs/operations/tenantActionGroups.js +10 -26
- package/dist/commonjs/operations/tenantActionGroups.js.map +1 -1
- package/dist/commonjs/operations/tenantActivityLogs.js +23 -39
- package/dist/commonjs/operations/tenantActivityLogs.js.map +1 -1
- package/dist/commonjs/operations/vMInsights.js +1 -0
- package/dist/commonjs/operations/vMInsights.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/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +449 -195
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/monitorClient.js +55 -11
- package/dist/esm/monitorClient.js.map +1 -1
- package/dist/esm/operations/actionGroups.js +30 -59
- package/dist/esm/operations/actionGroups.js.map +1 -1
- package/dist/esm/operations/activityLogAlerts.js +45 -79
- package/dist/esm/operations/activityLogAlerts.js.map +1 -1
- package/dist/esm/operations/activityLogs.js +23 -40
- package/dist/esm/operations/activityLogs.js.map +1 -1
- package/dist/esm/operations/alertRuleIncidents.js +10 -27
- package/dist/esm/operations/alertRuleIncidents.js.map +1 -1
- package/dist/esm/operations/alertRules.js +19 -53
- package/dist/esm/operations/alertRules.js.map +1 -1
- package/dist/esm/operations/autoscaleSettings.js +45 -79
- package/dist/esm/operations/autoscaleSettings.js.map +1 -1
- package/dist/esm/operations/azureMonitorWorkspaces.js +56 -85
- package/dist/esm/operations/azureMonitorWorkspaces.js.map +1 -1
- package/dist/esm/operations/baselines.js +10 -27
- package/dist/esm/operations/baselines.js.map +1 -1
- package/dist/esm/operations/dataCollectionEndpoints.js +45 -79
- package/dist/esm/operations/dataCollectionEndpoints.js.map +1 -1
- package/dist/esm/operations/dataCollectionRuleAssociations.js +67 -118
- package/dist/esm/operations/dataCollectionRuleAssociations.js.map +1 -1
- package/dist/esm/operations/dataCollectionRules.js +45 -79
- package/dist/esm/operations/dataCollectionRules.js.map +1 -1
- package/dist/esm/operations/diagnosticSettings.js +10 -27
- package/dist/esm/operations/diagnosticSettings.js.map +1 -1
- package/dist/esm/operations/diagnosticSettingsCategory.js +10 -27
- package/dist/esm/operations/diagnosticSettingsCategory.js.map +1 -1
- package/dist/esm/operations/eventCategories.js +10 -27
- package/dist/esm/operations/eventCategories.js.map +1 -1
- package/dist/esm/operations/logProfiles.js +10 -27
- package/dist/esm/operations/logProfiles.js.map +1 -1
- package/dist/esm/operations/metricAlerts.js +19 -53
- package/dist/esm/operations/metricAlerts.js.map +1 -1
- package/dist/esm/operations/metricAlertsStatus.js +1 -0
- package/dist/esm/operations/metricAlertsStatus.js.map +1 -1
- package/dist/esm/operations/metricDefinitions.js +19 -53
- package/dist/esm/operations/metricDefinitions.js.map +1 -1
- package/dist/esm/operations/metricNamespaces.js +10 -27
- package/dist/esm/operations/metricNamespaces.js.map +1 -1
- package/dist/esm/operations/metricsOperations.js +1 -0
- package/dist/esm/operations/metricsOperations.js.map +1 -1
- package/dist/esm/operations/monitorOperations.js +23 -40
- package/dist/esm/operations/monitorOperations.js.map +1 -1
- package/dist/esm/operations/operations.js +1 -0
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/predictiveMetric.js +1 -0
- package/dist/esm/operations/predictiveMetric.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +23 -12
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +1 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/privateLinkScopeOperationStatus.js +1 -0
- package/dist/esm/operations/privateLinkScopeOperationStatus.js.map +1 -1
- package/dist/esm/operations/privateLinkScopedResources.js +45 -52
- package/dist/esm/operations/privateLinkScopedResources.js.map +1 -1
- package/dist/esm/operations/privateLinkScopes.js +56 -85
- package/dist/esm/operations/privateLinkScopes.js.map +1 -1
- package/dist/esm/operations/scheduledQueryRules.js +45 -79
- package/dist/esm/operations/scheduledQueryRules.js.map +1 -1
- package/dist/esm/operations/tenantActionGroups.js +10 -27
- package/dist/esm/operations/tenantActionGroups.js.map +1 -1
- package/dist/esm/operations/tenantActivityLogs.js +23 -40
- package/dist/esm/operations/tenantActivityLogs.js.map +1 -1
- package/dist/esm/operations/vMInsights.js +1 -0
- package/dist/esm/operations/vMInsights.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.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 +449 -195
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/monitorClient.js +55 -11
- package/dist/react-native/monitorClient.js.map +1 -1
- package/dist/react-native/operations/actionGroups.js +30 -59
- package/dist/react-native/operations/actionGroups.js.map +1 -1
- package/dist/react-native/operations/activityLogAlerts.js +45 -79
- package/dist/react-native/operations/activityLogAlerts.js.map +1 -1
- package/dist/react-native/operations/activityLogs.js +23 -40
- package/dist/react-native/operations/activityLogs.js.map +1 -1
- package/dist/react-native/operations/alertRuleIncidents.js +10 -27
- package/dist/react-native/operations/alertRuleIncidents.js.map +1 -1
- package/dist/react-native/operations/alertRules.js +19 -53
- package/dist/react-native/operations/alertRules.js.map +1 -1
- package/dist/react-native/operations/autoscaleSettings.js +45 -79
- package/dist/react-native/operations/autoscaleSettings.js.map +1 -1
- package/dist/react-native/operations/azureMonitorWorkspaces.js +56 -85
- package/dist/react-native/operations/azureMonitorWorkspaces.js.map +1 -1
- package/dist/react-native/operations/baselines.js +10 -27
- package/dist/react-native/operations/baselines.js.map +1 -1
- package/dist/react-native/operations/dataCollectionEndpoints.js +45 -79
- package/dist/react-native/operations/dataCollectionEndpoints.js.map +1 -1
- package/dist/react-native/operations/dataCollectionRuleAssociations.js +67 -118
- package/dist/react-native/operations/dataCollectionRuleAssociations.js.map +1 -1
- package/dist/react-native/operations/dataCollectionRules.js +45 -79
- package/dist/react-native/operations/dataCollectionRules.js.map +1 -1
- package/dist/react-native/operations/diagnosticSettings.js +10 -27
- package/dist/react-native/operations/diagnosticSettings.js.map +1 -1
- package/dist/react-native/operations/diagnosticSettingsCategory.js +10 -27
- package/dist/react-native/operations/diagnosticSettingsCategory.js.map +1 -1
- package/dist/react-native/operations/eventCategories.js +10 -27
- package/dist/react-native/operations/eventCategories.js.map +1 -1
- package/dist/react-native/operations/logProfiles.js +10 -27
- package/dist/react-native/operations/logProfiles.js.map +1 -1
- package/dist/react-native/operations/metricAlerts.js +19 -53
- package/dist/react-native/operations/metricAlerts.js.map +1 -1
- package/dist/react-native/operations/metricAlertsStatus.js +1 -0
- package/dist/react-native/operations/metricAlertsStatus.js.map +1 -1
- package/dist/react-native/operations/metricDefinitions.js +19 -53
- package/dist/react-native/operations/metricDefinitions.js.map +1 -1
- package/dist/react-native/operations/metricNamespaces.js +10 -27
- package/dist/react-native/operations/metricNamespaces.js.map +1 -1
- package/dist/react-native/operations/metricsOperations.js +1 -0
- package/dist/react-native/operations/metricsOperations.js.map +1 -1
- package/dist/react-native/operations/monitorOperations.js +23 -40
- package/dist/react-native/operations/monitorOperations.js.map +1 -1
- package/dist/react-native/operations/operations.js +1 -0
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/predictiveMetric.js +1 -0
- package/dist/react-native/operations/predictiveMetric.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +23 -12
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +1 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/privateLinkScopeOperationStatus.js +1 -0
- package/dist/react-native/operations/privateLinkScopeOperationStatus.js.map +1 -1
- package/dist/react-native/operations/privateLinkScopedResources.js +45 -52
- package/dist/react-native/operations/privateLinkScopedResources.js.map +1 -1
- package/dist/react-native/operations/privateLinkScopes.js +56 -85
- package/dist/react-native/operations/privateLinkScopes.js.map +1 -1
- package/dist/react-native/operations/scheduledQueryRules.js +45 -79
- package/dist/react-native/operations/scheduledQueryRules.js.map +1 -1
- package/dist/react-native/operations/tenantActionGroups.js +10 -27
- package/dist/react-native/operations/tenantActionGroups.js.map +1 -1
- package/dist/react-native/operations/tenantActivityLogs.js +23 -40
- package/dist/react-native/operations/tenantActivityLogs.js.map +1 -1
- package/dist/react-native/operations/vMInsights.js +1 -0
- package/dist/react-native/operations/vMInsights.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-monitor.api.md → arm-monitor-node.api.md} +0 -0
|
@@ -7958,28 +7958,36 @@ exports.AzureMonitorWorkspaceResourceProperties = {
|
|
|
7958
7958
|
type: {
|
|
7959
7959
|
name: "Composite",
|
|
7960
7960
|
className: "AzureMonitorWorkspaceResourceProperties",
|
|
7961
|
-
modelProperties:
|
|
7961
|
+
modelProperties: {
|
|
7962
|
+
...exports.AzureMonitorWorkspace.type.modelProperties,
|
|
7963
|
+
},
|
|
7962
7964
|
},
|
|
7963
7965
|
};
|
|
7964
7966
|
exports.AzureMonitorWorkspaceMetrics = {
|
|
7965
7967
|
type: {
|
|
7966
7968
|
name: "Composite",
|
|
7967
7969
|
className: "AzureMonitorWorkspaceMetrics",
|
|
7968
|
-
modelProperties:
|
|
7970
|
+
modelProperties: {
|
|
7971
|
+
...exports.Metrics.type.modelProperties,
|
|
7972
|
+
},
|
|
7969
7973
|
},
|
|
7970
7974
|
};
|
|
7971
7975
|
exports.AzureMonitorWorkspaceDefaultIngestionSettings = {
|
|
7972
7976
|
type: {
|
|
7973
7977
|
name: "Composite",
|
|
7974
7978
|
className: "AzureMonitorWorkspaceDefaultIngestionSettings",
|
|
7975
|
-
modelProperties:
|
|
7979
|
+
modelProperties: {
|
|
7980
|
+
...exports.IngestionSettings.type.modelProperties,
|
|
7981
|
+
},
|
|
7976
7982
|
},
|
|
7977
7983
|
};
|
|
7978
7984
|
exports.PrivateEndpointConnection = {
|
|
7979
7985
|
type: {
|
|
7980
7986
|
name: "Composite",
|
|
7981
7987
|
className: "PrivateEndpointConnection",
|
|
7982
|
-
modelProperties:
|
|
7988
|
+
modelProperties: {
|
|
7989
|
+
...exports.Resource.type.modelProperties,
|
|
7990
|
+
groupIds: {
|
|
7983
7991
|
serializedName: "properties.groupIds",
|
|
7984
7992
|
readOnly: true,
|
|
7985
7993
|
type: {
|
|
@@ -7990,71 +7998,87 @@ exports.PrivateEndpointConnection = {
|
|
|
7990
7998
|
},
|
|
7991
7999
|
},
|
|
7992
8000
|
},
|
|
7993
|
-
},
|
|
8001
|
+
},
|
|
8002
|
+
privateEndpoint: {
|
|
7994
8003
|
serializedName: "properties.privateEndpoint",
|
|
7995
8004
|
type: {
|
|
7996
8005
|
name: "Composite",
|
|
7997
8006
|
className: "PrivateEndpoint",
|
|
7998
8007
|
},
|
|
7999
|
-
},
|
|
8008
|
+
},
|
|
8009
|
+
privateLinkServiceConnectionState: {
|
|
8000
8010
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
8001
8011
|
type: {
|
|
8002
8012
|
name: "Composite",
|
|
8003
8013
|
className: "PrivateLinkServiceConnectionState",
|
|
8004
8014
|
},
|
|
8005
|
-
},
|
|
8015
|
+
},
|
|
8016
|
+
provisioningState: {
|
|
8006
8017
|
serializedName: "properties.provisioningState",
|
|
8007
8018
|
type: {
|
|
8008
8019
|
name: "String",
|
|
8009
8020
|
},
|
|
8010
|
-
}
|
|
8021
|
+
},
|
|
8022
|
+
},
|
|
8011
8023
|
},
|
|
8012
8024
|
};
|
|
8013
8025
|
exports.DataCollectionEndpointResourceSystemData = {
|
|
8014
8026
|
type: {
|
|
8015
8027
|
name: "Composite",
|
|
8016
8028
|
className: "DataCollectionEndpointResourceSystemData",
|
|
8017
|
-
modelProperties:
|
|
8029
|
+
modelProperties: {
|
|
8030
|
+
...exports.SystemData.type.modelProperties,
|
|
8031
|
+
},
|
|
8018
8032
|
},
|
|
8019
8033
|
};
|
|
8020
8034
|
exports.DataCollectionRuleAssociationProxyOnlyResourceSystemData = {
|
|
8021
8035
|
type: {
|
|
8022
8036
|
name: "Composite",
|
|
8023
8037
|
className: "DataCollectionRuleAssociationProxyOnlyResourceSystemData",
|
|
8024
|
-
modelProperties:
|
|
8038
|
+
modelProperties: {
|
|
8039
|
+
...exports.SystemData.type.modelProperties,
|
|
8040
|
+
},
|
|
8025
8041
|
},
|
|
8026
8042
|
};
|
|
8027
8043
|
exports.DataCollectionRuleResourceSystemData = {
|
|
8028
8044
|
type: {
|
|
8029
8045
|
name: "Composite",
|
|
8030
8046
|
className: "DataCollectionRuleResourceSystemData",
|
|
8031
|
-
modelProperties:
|
|
8047
|
+
modelProperties: {
|
|
8048
|
+
...exports.SystemData.type.modelProperties,
|
|
8049
|
+
},
|
|
8032
8050
|
},
|
|
8033
8051
|
};
|
|
8034
8052
|
exports.TrackedResource = {
|
|
8035
8053
|
type: {
|
|
8036
8054
|
name: "Composite",
|
|
8037
8055
|
className: "TrackedResource",
|
|
8038
|
-
modelProperties:
|
|
8056
|
+
modelProperties: {
|
|
8057
|
+
...exports.ResourceAutoGenerated.type.modelProperties,
|
|
8058
|
+
tags: {
|
|
8039
8059
|
serializedName: "tags",
|
|
8040
8060
|
type: {
|
|
8041
8061
|
name: "Dictionary",
|
|
8042
8062
|
value: { type: { name: "String" } },
|
|
8043
8063
|
},
|
|
8044
|
-
},
|
|
8064
|
+
},
|
|
8065
|
+
location: {
|
|
8045
8066
|
serializedName: "location",
|
|
8046
8067
|
required: true,
|
|
8047
8068
|
type: {
|
|
8048
8069
|
name: "String",
|
|
8049
8070
|
},
|
|
8050
|
-
}
|
|
8071
|
+
},
|
|
8072
|
+
},
|
|
8051
8073
|
},
|
|
8052
8074
|
};
|
|
8053
8075
|
exports.AutoscaleSettingResource = {
|
|
8054
8076
|
type: {
|
|
8055
8077
|
name: "Composite",
|
|
8056
8078
|
className: "AutoscaleSettingResource",
|
|
8057
|
-
modelProperties:
|
|
8079
|
+
modelProperties: {
|
|
8080
|
+
...exports.ResourceAutoGenerated2.type.modelProperties,
|
|
8081
|
+
profiles: {
|
|
8058
8082
|
constraints: {
|
|
8059
8083
|
MaxItems: 20,
|
|
8060
8084
|
},
|
|
@@ -8069,7 +8093,8 @@ exports.AutoscaleSettingResource = {
|
|
|
8069
8093
|
},
|
|
8070
8094
|
},
|
|
8071
8095
|
},
|
|
8072
|
-
},
|
|
8096
|
+
},
|
|
8097
|
+
notifications: {
|
|
8073
8098
|
serializedName: "properties.notifications",
|
|
8074
8099
|
type: {
|
|
8075
8100
|
name: "Sequence",
|
|
@@ -8080,34 +8105,40 @@ exports.AutoscaleSettingResource = {
|
|
|
8080
8105
|
},
|
|
8081
8106
|
},
|
|
8082
8107
|
},
|
|
8083
|
-
},
|
|
8108
|
+
},
|
|
8109
|
+
enabled: {
|
|
8084
8110
|
defaultValue: false,
|
|
8085
8111
|
serializedName: "properties.enabled",
|
|
8086
8112
|
type: {
|
|
8087
8113
|
name: "Boolean",
|
|
8088
8114
|
},
|
|
8089
|
-
},
|
|
8115
|
+
},
|
|
8116
|
+
predictiveAutoscalePolicy: {
|
|
8090
8117
|
serializedName: "properties.predictiveAutoscalePolicy",
|
|
8091
8118
|
type: {
|
|
8092
8119
|
name: "Composite",
|
|
8093
8120
|
className: "PredictiveAutoscalePolicy",
|
|
8094
8121
|
},
|
|
8095
|
-
},
|
|
8122
|
+
},
|
|
8123
|
+
namePropertiesName: {
|
|
8096
8124
|
serializedName: "properties.name",
|
|
8097
8125
|
type: {
|
|
8098
8126
|
name: "String",
|
|
8099
8127
|
},
|
|
8100
|
-
},
|
|
8128
|
+
},
|
|
8129
|
+
targetResourceUri: {
|
|
8101
8130
|
serializedName: "properties.targetResourceUri",
|
|
8102
8131
|
type: {
|
|
8103
8132
|
name: "String",
|
|
8104
8133
|
},
|
|
8105
|
-
},
|
|
8134
|
+
},
|
|
8135
|
+
targetResourceLocation: {
|
|
8106
8136
|
serializedName: "properties.targetResourceLocation",
|
|
8107
8137
|
type: {
|
|
8108
8138
|
name: "String",
|
|
8109
8139
|
},
|
|
8110
|
-
}
|
|
8140
|
+
},
|
|
8141
|
+
},
|
|
8111
8142
|
},
|
|
8112
8143
|
};
|
|
8113
8144
|
exports.ThresholdRuleCondition = {
|
|
@@ -8117,7 +8148,9 @@ exports.ThresholdRuleCondition = {
|
|
|
8117
8148
|
className: "ThresholdRuleCondition",
|
|
8118
8149
|
uberParent: "RuleCondition",
|
|
8119
8150
|
polymorphicDiscriminator: exports.RuleCondition.type.polymorphicDiscriminator,
|
|
8120
|
-
modelProperties:
|
|
8151
|
+
modelProperties: {
|
|
8152
|
+
...exports.RuleCondition.type.modelProperties,
|
|
8153
|
+
operator: {
|
|
8121
8154
|
serializedName: "operator",
|
|
8122
8155
|
required: true,
|
|
8123
8156
|
type: {
|
|
@@ -8130,24 +8163,28 @@ exports.ThresholdRuleCondition = {
|
|
|
8130
8163
|
"Equals",
|
|
8131
8164
|
],
|
|
8132
8165
|
},
|
|
8133
|
-
},
|
|
8166
|
+
},
|
|
8167
|
+
threshold: {
|
|
8134
8168
|
serializedName: "threshold",
|
|
8135
8169
|
required: true,
|
|
8136
8170
|
type: {
|
|
8137
8171
|
name: "Number",
|
|
8138
8172
|
},
|
|
8139
|
-
},
|
|
8173
|
+
},
|
|
8174
|
+
windowSize: {
|
|
8140
8175
|
serializedName: "windowSize",
|
|
8141
8176
|
type: {
|
|
8142
8177
|
name: "TimeSpan",
|
|
8143
8178
|
},
|
|
8144
|
-
},
|
|
8179
|
+
},
|
|
8180
|
+
timeAggregation: {
|
|
8145
8181
|
serializedName: "timeAggregation",
|
|
8146
8182
|
type: {
|
|
8147
8183
|
name: "Enum",
|
|
8148
8184
|
allowedValues: ["Average", "Minimum", "Maximum", "Total", "Last"],
|
|
8149
8185
|
},
|
|
8150
|
-
}
|
|
8186
|
+
},
|
|
8187
|
+
},
|
|
8151
8188
|
},
|
|
8152
8189
|
};
|
|
8153
8190
|
exports.LocationThresholdRuleCondition = {
|
|
@@ -8157,12 +8194,15 @@ exports.LocationThresholdRuleCondition = {
|
|
|
8157
8194
|
className: "LocationThresholdRuleCondition",
|
|
8158
8195
|
uberParent: "RuleCondition",
|
|
8159
8196
|
polymorphicDiscriminator: exports.RuleCondition.type.polymorphicDiscriminator,
|
|
8160
|
-
modelProperties:
|
|
8197
|
+
modelProperties: {
|
|
8198
|
+
...exports.RuleCondition.type.modelProperties,
|
|
8199
|
+
windowSize: {
|
|
8161
8200
|
serializedName: "windowSize",
|
|
8162
8201
|
type: {
|
|
8163
8202
|
name: "TimeSpan",
|
|
8164
8203
|
},
|
|
8165
|
-
},
|
|
8204
|
+
},
|
|
8205
|
+
failedLocationCount: {
|
|
8166
8206
|
constraints: {
|
|
8167
8207
|
InclusiveMinimum: 0,
|
|
8168
8208
|
},
|
|
@@ -8171,7 +8211,8 @@ exports.LocationThresholdRuleCondition = {
|
|
|
8171
8211
|
type: {
|
|
8172
8212
|
name: "Number",
|
|
8173
8213
|
},
|
|
8174
|
-
}
|
|
8214
|
+
},
|
|
8215
|
+
},
|
|
8175
8216
|
},
|
|
8176
8217
|
};
|
|
8177
8218
|
exports.ManagementEventRuleCondition = {
|
|
@@ -8181,13 +8222,16 @@ exports.ManagementEventRuleCondition = {
|
|
|
8181
8222
|
className: "ManagementEventRuleCondition",
|
|
8182
8223
|
uberParent: "RuleCondition",
|
|
8183
8224
|
polymorphicDiscriminator: exports.RuleCondition.type.polymorphicDiscriminator,
|
|
8184
|
-
modelProperties:
|
|
8225
|
+
modelProperties: {
|
|
8226
|
+
...exports.RuleCondition.type.modelProperties,
|
|
8227
|
+
aggregation: {
|
|
8185
8228
|
serializedName: "aggregation",
|
|
8186
8229
|
type: {
|
|
8187
8230
|
name: "Composite",
|
|
8188
8231
|
className: "ManagementEventAggregationCondition",
|
|
8189
8232
|
},
|
|
8190
|
-
}
|
|
8233
|
+
},
|
|
8234
|
+
},
|
|
8191
8235
|
},
|
|
8192
8236
|
};
|
|
8193
8237
|
exports.RuleMetricDataSource = {
|
|
@@ -8197,12 +8241,15 @@ exports.RuleMetricDataSource = {
|
|
|
8197
8241
|
className: "RuleMetricDataSource",
|
|
8198
8242
|
uberParent: "RuleDataSource",
|
|
8199
8243
|
polymorphicDiscriminator: exports.RuleDataSource.type.polymorphicDiscriminator,
|
|
8200
|
-
modelProperties:
|
|
8244
|
+
modelProperties: {
|
|
8245
|
+
...exports.RuleDataSource.type.modelProperties,
|
|
8246
|
+
metricName: {
|
|
8201
8247
|
serializedName: "metricName",
|
|
8202
8248
|
type: {
|
|
8203
8249
|
name: "String",
|
|
8204
8250
|
},
|
|
8205
|
-
}
|
|
8251
|
+
},
|
|
8252
|
+
},
|
|
8206
8253
|
},
|
|
8207
8254
|
};
|
|
8208
8255
|
exports.RuleManagementEventDataSource = {
|
|
@@ -8212,53 +8259,64 @@ exports.RuleManagementEventDataSource = {
|
|
|
8212
8259
|
className: "RuleManagementEventDataSource",
|
|
8213
8260
|
uberParent: "RuleDataSource",
|
|
8214
8261
|
polymorphicDiscriminator: exports.RuleDataSource.type.polymorphicDiscriminator,
|
|
8215
|
-
modelProperties:
|
|
8262
|
+
modelProperties: {
|
|
8263
|
+
...exports.RuleDataSource.type.modelProperties,
|
|
8264
|
+
eventName: {
|
|
8216
8265
|
serializedName: "eventName",
|
|
8217
8266
|
type: {
|
|
8218
8267
|
name: "String",
|
|
8219
8268
|
},
|
|
8220
|
-
},
|
|
8269
|
+
},
|
|
8270
|
+
eventSource: {
|
|
8221
8271
|
serializedName: "eventSource",
|
|
8222
8272
|
type: {
|
|
8223
8273
|
name: "String",
|
|
8224
8274
|
},
|
|
8225
|
-
},
|
|
8275
|
+
},
|
|
8276
|
+
level: {
|
|
8226
8277
|
serializedName: "level",
|
|
8227
8278
|
type: {
|
|
8228
8279
|
name: "String",
|
|
8229
8280
|
},
|
|
8230
|
-
},
|
|
8281
|
+
},
|
|
8282
|
+
operationName: {
|
|
8231
8283
|
serializedName: "operationName",
|
|
8232
8284
|
type: {
|
|
8233
8285
|
name: "String",
|
|
8234
8286
|
},
|
|
8235
|
-
},
|
|
8287
|
+
},
|
|
8288
|
+
resourceGroupName: {
|
|
8236
8289
|
serializedName: "resourceGroupName",
|
|
8237
8290
|
type: {
|
|
8238
8291
|
name: "String",
|
|
8239
8292
|
},
|
|
8240
|
-
},
|
|
8293
|
+
},
|
|
8294
|
+
resourceProviderName: {
|
|
8241
8295
|
serializedName: "resourceProviderName",
|
|
8242
8296
|
type: {
|
|
8243
8297
|
name: "String",
|
|
8244
8298
|
},
|
|
8245
|
-
},
|
|
8299
|
+
},
|
|
8300
|
+
status: {
|
|
8246
8301
|
serializedName: "status",
|
|
8247
8302
|
type: {
|
|
8248
8303
|
name: "String",
|
|
8249
8304
|
},
|
|
8250
|
-
},
|
|
8305
|
+
},
|
|
8306
|
+
subStatus: {
|
|
8251
8307
|
serializedName: "subStatus",
|
|
8252
8308
|
type: {
|
|
8253
8309
|
name: "String",
|
|
8254
8310
|
},
|
|
8255
|
-
},
|
|
8311
|
+
},
|
|
8312
|
+
claims: {
|
|
8256
8313
|
serializedName: "claims",
|
|
8257
8314
|
type: {
|
|
8258
8315
|
name: "Composite",
|
|
8259
8316
|
className: "RuleManagementEventClaimsDataSource",
|
|
8260
8317
|
},
|
|
8261
|
-
}
|
|
8318
|
+
},
|
|
8319
|
+
},
|
|
8262
8320
|
},
|
|
8263
8321
|
};
|
|
8264
8322
|
exports.RuleEmailAction = {
|
|
@@ -8268,12 +8326,15 @@ exports.RuleEmailAction = {
|
|
|
8268
8326
|
className: "RuleEmailAction",
|
|
8269
8327
|
uberParent: "RuleAction",
|
|
8270
8328
|
polymorphicDiscriminator: exports.RuleAction.type.polymorphicDiscriminator,
|
|
8271
|
-
modelProperties:
|
|
8329
|
+
modelProperties: {
|
|
8330
|
+
...exports.RuleAction.type.modelProperties,
|
|
8331
|
+
sendToServiceOwners: {
|
|
8272
8332
|
serializedName: "sendToServiceOwners",
|
|
8273
8333
|
type: {
|
|
8274
8334
|
name: "Boolean",
|
|
8275
8335
|
},
|
|
8276
|
-
},
|
|
8336
|
+
},
|
|
8337
|
+
customEmails: {
|
|
8277
8338
|
serializedName: "customEmails",
|
|
8278
8339
|
type: {
|
|
8279
8340
|
name: "Sequence",
|
|
@@ -8283,7 +8344,8 @@ exports.RuleEmailAction = {
|
|
|
8283
8344
|
},
|
|
8284
8345
|
},
|
|
8285
8346
|
},
|
|
8286
|
-
}
|
|
8347
|
+
},
|
|
8348
|
+
},
|
|
8287
8349
|
},
|
|
8288
8350
|
};
|
|
8289
8351
|
exports.RuleWebhookAction = {
|
|
@@ -8293,59 +8355,71 @@ exports.RuleWebhookAction = {
|
|
|
8293
8355
|
className: "RuleWebhookAction",
|
|
8294
8356
|
uberParent: "RuleAction",
|
|
8295
8357
|
polymorphicDiscriminator: exports.RuleAction.type.polymorphicDiscriminator,
|
|
8296
|
-
modelProperties:
|
|
8358
|
+
modelProperties: {
|
|
8359
|
+
...exports.RuleAction.type.modelProperties,
|
|
8360
|
+
serviceUri: {
|
|
8297
8361
|
serializedName: "serviceUri",
|
|
8298
8362
|
type: {
|
|
8299
8363
|
name: "String",
|
|
8300
8364
|
},
|
|
8301
|
-
},
|
|
8365
|
+
},
|
|
8366
|
+
properties: {
|
|
8302
8367
|
serializedName: "properties",
|
|
8303
8368
|
type: {
|
|
8304
8369
|
name: "Dictionary",
|
|
8305
8370
|
value: { type: { name: "String" } },
|
|
8306
8371
|
},
|
|
8307
|
-
}
|
|
8372
|
+
},
|
|
8373
|
+
},
|
|
8308
8374
|
},
|
|
8309
8375
|
};
|
|
8310
8376
|
exports.AlertRuleResource = {
|
|
8311
8377
|
type: {
|
|
8312
8378
|
name: "Composite",
|
|
8313
8379
|
className: "AlertRuleResource",
|
|
8314
|
-
modelProperties:
|
|
8380
|
+
modelProperties: {
|
|
8381
|
+
...exports.ResourceAutoGenerated3.type.modelProperties,
|
|
8382
|
+
namePropertiesName: {
|
|
8315
8383
|
serializedName: "properties.name",
|
|
8316
8384
|
required: true,
|
|
8317
8385
|
type: {
|
|
8318
8386
|
name: "String",
|
|
8319
8387
|
},
|
|
8320
|
-
},
|
|
8388
|
+
},
|
|
8389
|
+
description: {
|
|
8321
8390
|
serializedName: "properties.description",
|
|
8322
8391
|
type: {
|
|
8323
8392
|
name: "String",
|
|
8324
8393
|
},
|
|
8325
|
-
},
|
|
8394
|
+
},
|
|
8395
|
+
provisioningState: {
|
|
8326
8396
|
serializedName: "properties.provisioningState",
|
|
8327
8397
|
type: {
|
|
8328
8398
|
name: "String",
|
|
8329
8399
|
},
|
|
8330
|
-
},
|
|
8400
|
+
},
|
|
8401
|
+
isEnabled: {
|
|
8331
8402
|
serializedName: "properties.isEnabled",
|
|
8332
8403
|
required: true,
|
|
8333
8404
|
type: {
|
|
8334
8405
|
name: "Boolean",
|
|
8335
8406
|
},
|
|
8336
|
-
},
|
|
8407
|
+
},
|
|
8408
|
+
condition: {
|
|
8337
8409
|
serializedName: "properties.condition",
|
|
8338
8410
|
type: {
|
|
8339
8411
|
name: "Composite",
|
|
8340
8412
|
className: "RuleCondition",
|
|
8341
8413
|
},
|
|
8342
|
-
},
|
|
8414
|
+
},
|
|
8415
|
+
action: {
|
|
8343
8416
|
serializedName: "properties.action",
|
|
8344
8417
|
type: {
|
|
8345
8418
|
name: "Composite",
|
|
8346
8419
|
className: "RuleAction",
|
|
8347
8420
|
},
|
|
8348
|
-
},
|
|
8421
|
+
},
|
|
8422
|
+
actions: {
|
|
8349
8423
|
serializedName: "properties.actions",
|
|
8350
8424
|
type: {
|
|
8351
8425
|
name: "Sequence",
|
|
@@ -8356,30 +8430,36 @@ exports.AlertRuleResource = {
|
|
|
8356
8430
|
},
|
|
8357
8431
|
},
|
|
8358
8432
|
},
|
|
8359
|
-
},
|
|
8433
|
+
},
|
|
8434
|
+
lastUpdatedTime: {
|
|
8360
8435
|
serializedName: "properties.lastUpdatedTime",
|
|
8361
8436
|
readOnly: true,
|
|
8362
8437
|
type: {
|
|
8363
8438
|
name: "DateTime",
|
|
8364
8439
|
},
|
|
8365
|
-
}
|
|
8440
|
+
},
|
|
8441
|
+
},
|
|
8366
8442
|
},
|
|
8367
8443
|
};
|
|
8368
8444
|
exports.LogProfileResource = {
|
|
8369
8445
|
type: {
|
|
8370
8446
|
name: "Composite",
|
|
8371
8447
|
className: "LogProfileResource",
|
|
8372
|
-
modelProperties:
|
|
8448
|
+
modelProperties: {
|
|
8449
|
+
...exports.ResourceAutoGenerated4.type.modelProperties,
|
|
8450
|
+
storageAccountId: {
|
|
8373
8451
|
serializedName: "properties.storageAccountId",
|
|
8374
8452
|
type: {
|
|
8375
8453
|
name: "String",
|
|
8376
8454
|
},
|
|
8377
|
-
},
|
|
8455
|
+
},
|
|
8456
|
+
serviceBusRuleId: {
|
|
8378
8457
|
serializedName: "properties.serviceBusRuleId",
|
|
8379
8458
|
type: {
|
|
8380
8459
|
name: "String",
|
|
8381
8460
|
},
|
|
8382
|
-
},
|
|
8461
|
+
},
|
|
8462
|
+
locations: {
|
|
8383
8463
|
serializedName: "properties.locations",
|
|
8384
8464
|
required: true,
|
|
8385
8465
|
type: {
|
|
@@ -8390,7 +8470,8 @@ exports.LogProfileResource = {
|
|
|
8390
8470
|
},
|
|
8391
8471
|
},
|
|
8392
8472
|
},
|
|
8393
|
-
},
|
|
8473
|
+
},
|
|
8474
|
+
categories: {
|
|
8394
8475
|
serializedName: "properties.categories",
|
|
8395
8476
|
required: true,
|
|
8396
8477
|
type: {
|
|
@@ -8401,46 +8482,55 @@ exports.LogProfileResource = {
|
|
|
8401
8482
|
},
|
|
8402
8483
|
},
|
|
8403
8484
|
},
|
|
8404
|
-
},
|
|
8485
|
+
},
|
|
8486
|
+
retentionPolicy: {
|
|
8405
8487
|
serializedName: "properties.retentionPolicy",
|
|
8406
8488
|
type: {
|
|
8407
8489
|
name: "Composite",
|
|
8408
8490
|
className: "RetentionPolicy",
|
|
8409
8491
|
},
|
|
8410
|
-
}
|
|
8492
|
+
},
|
|
8493
|
+
},
|
|
8411
8494
|
},
|
|
8412
8495
|
};
|
|
8413
8496
|
exports.DiagnosticSettingsResource = {
|
|
8414
8497
|
type: {
|
|
8415
8498
|
name: "Composite",
|
|
8416
8499
|
className: "DiagnosticSettingsResource",
|
|
8417
|
-
modelProperties:
|
|
8500
|
+
modelProperties: {
|
|
8501
|
+
...exports.ResourceAutoGenerated5.type.modelProperties,
|
|
8502
|
+
systemData: {
|
|
8418
8503
|
serializedName: "systemData",
|
|
8419
8504
|
type: {
|
|
8420
8505
|
name: "Composite",
|
|
8421
8506
|
className: "SystemData",
|
|
8422
8507
|
},
|
|
8423
|
-
},
|
|
8508
|
+
},
|
|
8509
|
+
storageAccountId: {
|
|
8424
8510
|
serializedName: "properties.storageAccountId",
|
|
8425
8511
|
type: {
|
|
8426
8512
|
name: "String",
|
|
8427
8513
|
},
|
|
8428
|
-
},
|
|
8514
|
+
},
|
|
8515
|
+
serviceBusRuleId: {
|
|
8429
8516
|
serializedName: "properties.serviceBusRuleId",
|
|
8430
8517
|
type: {
|
|
8431
8518
|
name: "String",
|
|
8432
8519
|
},
|
|
8433
|
-
},
|
|
8520
|
+
},
|
|
8521
|
+
eventHubAuthorizationRuleId: {
|
|
8434
8522
|
serializedName: "properties.eventHubAuthorizationRuleId",
|
|
8435
8523
|
type: {
|
|
8436
8524
|
name: "String",
|
|
8437
8525
|
},
|
|
8438
|
-
},
|
|
8526
|
+
},
|
|
8527
|
+
eventHubName: {
|
|
8439
8528
|
serializedName: "properties.eventHubName",
|
|
8440
8529
|
type: {
|
|
8441
8530
|
name: "String",
|
|
8442
8531
|
},
|
|
8443
|
-
},
|
|
8532
|
+
},
|
|
8533
|
+
metrics: {
|
|
8444
8534
|
serializedName: "properties.metrics",
|
|
8445
8535
|
type: {
|
|
8446
8536
|
name: "Sequence",
|
|
@@ -8451,7 +8541,8 @@ exports.DiagnosticSettingsResource = {
|
|
|
8451
8541
|
},
|
|
8452
8542
|
},
|
|
8453
8543
|
},
|
|
8454
|
-
},
|
|
8544
|
+
},
|
|
8545
|
+
logs: {
|
|
8455
8546
|
serializedName: "properties.logs",
|
|
8456
8547
|
type: {
|
|
8457
8548
|
name: "Sequence",
|
|
@@ -8462,40 +8553,48 @@ exports.DiagnosticSettingsResource = {
|
|
|
8462
8553
|
},
|
|
8463
8554
|
},
|
|
8464
8555
|
},
|
|
8465
|
-
},
|
|
8556
|
+
},
|
|
8557
|
+
workspaceId: {
|
|
8466
8558
|
serializedName: "properties.workspaceId",
|
|
8467
8559
|
type: {
|
|
8468
8560
|
name: "String",
|
|
8469
8561
|
},
|
|
8470
|
-
},
|
|
8562
|
+
},
|
|
8563
|
+
marketplacePartnerId: {
|
|
8471
8564
|
serializedName: "properties.marketplacePartnerId",
|
|
8472
8565
|
type: {
|
|
8473
8566
|
name: "String",
|
|
8474
8567
|
},
|
|
8475
|
-
},
|
|
8568
|
+
},
|
|
8569
|
+
logAnalyticsDestinationType: {
|
|
8476
8570
|
serializedName: "properties.logAnalyticsDestinationType",
|
|
8477
8571
|
type: {
|
|
8478
8572
|
name: "String",
|
|
8479
8573
|
},
|
|
8480
|
-
}
|
|
8574
|
+
},
|
|
8575
|
+
},
|
|
8481
8576
|
},
|
|
8482
8577
|
};
|
|
8483
8578
|
exports.DiagnosticSettingsCategoryResource = {
|
|
8484
8579
|
type: {
|
|
8485
8580
|
name: "Composite",
|
|
8486
8581
|
className: "DiagnosticSettingsCategoryResource",
|
|
8487
|
-
modelProperties:
|
|
8582
|
+
modelProperties: {
|
|
8583
|
+
...exports.ResourceAutoGenerated5.type.modelProperties,
|
|
8584
|
+
systemData: {
|
|
8488
8585
|
serializedName: "systemData",
|
|
8489
8586
|
type: {
|
|
8490
8587
|
name: "Composite",
|
|
8491
8588
|
className: "SystemData",
|
|
8492
8589
|
},
|
|
8493
|
-
},
|
|
8590
|
+
},
|
|
8591
|
+
categoryType: {
|
|
8494
8592
|
serializedName: "properties.categoryType",
|
|
8495
8593
|
type: {
|
|
8496
8594
|
name: "String",
|
|
8497
8595
|
},
|
|
8498
|
-
},
|
|
8596
|
+
},
|
|
8597
|
+
categoryGroups: {
|
|
8499
8598
|
serializedName: "properties.categoryGroups",
|
|
8500
8599
|
type: {
|
|
8501
8600
|
name: "Sequence",
|
|
@@ -8505,63 +8604,76 @@ exports.DiagnosticSettingsCategoryResource = {
|
|
|
8505
8604
|
},
|
|
8506
8605
|
},
|
|
8507
8606
|
},
|
|
8508
|
-
}
|
|
8607
|
+
},
|
|
8608
|
+
},
|
|
8509
8609
|
},
|
|
8510
8610
|
};
|
|
8511
8611
|
exports.PrivateEndpointConnectionAutoGenerated = {
|
|
8512
8612
|
type: {
|
|
8513
8613
|
name: "Composite",
|
|
8514
8614
|
className: "PrivateEndpointConnectionAutoGenerated",
|
|
8515
|
-
modelProperties:
|
|
8615
|
+
modelProperties: {
|
|
8616
|
+
...exports.ResourceAutoGenerated5.type.modelProperties,
|
|
8617
|
+
privateEndpoint: {
|
|
8516
8618
|
serializedName: "properties.privateEndpoint",
|
|
8517
8619
|
type: {
|
|
8518
8620
|
name: "Composite",
|
|
8519
8621
|
className: "PrivateEndpointAutoGenerated",
|
|
8520
8622
|
},
|
|
8521
|
-
},
|
|
8623
|
+
},
|
|
8624
|
+
privateLinkServiceConnectionState: {
|
|
8522
8625
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
8523
8626
|
type: {
|
|
8524
8627
|
name: "Composite",
|
|
8525
8628
|
className: "PrivateLinkServiceConnectionState",
|
|
8526
8629
|
},
|
|
8527
|
-
},
|
|
8630
|
+
},
|
|
8631
|
+
provisioningState: {
|
|
8528
8632
|
serializedName: "properties.provisioningState",
|
|
8529
8633
|
type: {
|
|
8530
8634
|
name: "String",
|
|
8531
8635
|
},
|
|
8532
|
-
}
|
|
8636
|
+
},
|
|
8637
|
+
},
|
|
8533
8638
|
},
|
|
8534
8639
|
};
|
|
8535
8640
|
exports.TrackedResourceAutoGenerated = {
|
|
8536
8641
|
type: {
|
|
8537
8642
|
name: "Composite",
|
|
8538
8643
|
className: "TrackedResourceAutoGenerated",
|
|
8539
|
-
modelProperties:
|
|
8644
|
+
modelProperties: {
|
|
8645
|
+
...exports.ResourceAutoGenerated5.type.modelProperties,
|
|
8646
|
+
tags: {
|
|
8540
8647
|
serializedName: "tags",
|
|
8541
8648
|
type: {
|
|
8542
8649
|
name: "Dictionary",
|
|
8543
8650
|
value: { type: { name: "String" } },
|
|
8544
8651
|
},
|
|
8545
|
-
},
|
|
8652
|
+
},
|
|
8653
|
+
location: {
|
|
8546
8654
|
serializedName: "location",
|
|
8547
8655
|
required: true,
|
|
8548
8656
|
type: {
|
|
8549
8657
|
name: "String",
|
|
8550
8658
|
},
|
|
8551
|
-
}
|
|
8659
|
+
},
|
|
8660
|
+
},
|
|
8552
8661
|
},
|
|
8553
8662
|
};
|
|
8554
8663
|
exports.PrivateLinkResource = {
|
|
8555
8664
|
type: {
|
|
8556
8665
|
name: "Composite",
|
|
8557
8666
|
className: "PrivateLinkResource",
|
|
8558
|
-
modelProperties:
|
|
8667
|
+
modelProperties: {
|
|
8668
|
+
...exports.ResourceAutoGenerated5.type.modelProperties,
|
|
8669
|
+
groupId: {
|
|
8559
8670
|
serializedName: "properties.groupId",
|
|
8560
8671
|
readOnly: true,
|
|
8561
8672
|
type: {
|
|
8562
8673
|
name: "String",
|
|
8563
8674
|
},
|
|
8564
|
-
},
|
|
8675
|
+
},
|
|
8676
|
+
requiredMembers: {
|
|
8565
8677
|
serializedName: "properties.requiredMembers",
|
|
8566
8678
|
readOnly: true,
|
|
8567
8679
|
type: {
|
|
@@ -8572,7 +8684,8 @@ exports.PrivateLinkResource = {
|
|
|
8572
8684
|
},
|
|
8573
8685
|
},
|
|
8574
8686
|
},
|
|
8575
|
-
},
|
|
8687
|
+
},
|
|
8688
|
+
requiredZoneNames: {
|
|
8576
8689
|
serializedName: "properties.requiredZoneNames",
|
|
8577
8690
|
type: {
|
|
8578
8691
|
name: "Sequence",
|
|
@@ -8582,21 +8695,26 @@ exports.PrivateLinkResource = {
|
|
|
8582
8695
|
},
|
|
8583
8696
|
},
|
|
8584
8697
|
},
|
|
8585
|
-
}
|
|
8698
|
+
},
|
|
8699
|
+
},
|
|
8586
8700
|
},
|
|
8587
8701
|
};
|
|
8588
8702
|
exports.ProxyResourceAutoGenerated = {
|
|
8589
8703
|
type: {
|
|
8590
8704
|
name: "Composite",
|
|
8591
8705
|
className: "ProxyResourceAutoGenerated",
|
|
8592
|
-
modelProperties:
|
|
8706
|
+
modelProperties: {
|
|
8707
|
+
...exports.ResourceAutoGenerated5.type.modelProperties,
|
|
8708
|
+
},
|
|
8593
8709
|
},
|
|
8594
8710
|
};
|
|
8595
8711
|
exports.ActionGroupResource = {
|
|
8596
8712
|
type: {
|
|
8597
8713
|
name: "Composite",
|
|
8598
8714
|
className: "ActionGroupResource",
|
|
8599
|
-
modelProperties:
|
|
8715
|
+
modelProperties: {
|
|
8716
|
+
...exports.AzureResource.type.modelProperties,
|
|
8717
|
+
groupShortName: {
|
|
8600
8718
|
constraints: {
|
|
8601
8719
|
MaxLength: 12,
|
|
8602
8720
|
},
|
|
@@ -8604,13 +8722,15 @@ exports.ActionGroupResource = {
|
|
|
8604
8722
|
type: {
|
|
8605
8723
|
name: "String",
|
|
8606
8724
|
},
|
|
8607
|
-
},
|
|
8725
|
+
},
|
|
8726
|
+
enabled: {
|
|
8608
8727
|
defaultValue: true,
|
|
8609
8728
|
serializedName: "properties.enabled",
|
|
8610
8729
|
type: {
|
|
8611
8730
|
name: "Boolean",
|
|
8612
8731
|
},
|
|
8613
|
-
},
|
|
8732
|
+
},
|
|
8733
|
+
emailReceivers: {
|
|
8614
8734
|
serializedName: "properties.emailReceivers",
|
|
8615
8735
|
type: {
|
|
8616
8736
|
name: "Sequence",
|
|
@@ -8621,7 +8741,8 @@ exports.ActionGroupResource = {
|
|
|
8621
8741
|
},
|
|
8622
8742
|
},
|
|
8623
8743
|
},
|
|
8624
|
-
},
|
|
8744
|
+
},
|
|
8745
|
+
smsReceivers: {
|
|
8625
8746
|
serializedName: "properties.smsReceivers",
|
|
8626
8747
|
type: {
|
|
8627
8748
|
name: "Sequence",
|
|
@@ -8632,7 +8753,8 @@ exports.ActionGroupResource = {
|
|
|
8632
8753
|
},
|
|
8633
8754
|
},
|
|
8634
8755
|
},
|
|
8635
|
-
},
|
|
8756
|
+
},
|
|
8757
|
+
webhookReceivers: {
|
|
8636
8758
|
serializedName: "properties.webhookReceivers",
|
|
8637
8759
|
type: {
|
|
8638
8760
|
name: "Sequence",
|
|
@@ -8643,7 +8765,8 @@ exports.ActionGroupResource = {
|
|
|
8643
8765
|
},
|
|
8644
8766
|
},
|
|
8645
8767
|
},
|
|
8646
|
-
},
|
|
8768
|
+
},
|
|
8769
|
+
itsmReceivers: {
|
|
8647
8770
|
serializedName: "properties.itsmReceivers",
|
|
8648
8771
|
type: {
|
|
8649
8772
|
name: "Sequence",
|
|
@@ -8654,7 +8777,8 @@ exports.ActionGroupResource = {
|
|
|
8654
8777
|
},
|
|
8655
8778
|
},
|
|
8656
8779
|
},
|
|
8657
|
-
},
|
|
8780
|
+
},
|
|
8781
|
+
azureAppPushReceivers: {
|
|
8658
8782
|
serializedName: "properties.azureAppPushReceivers",
|
|
8659
8783
|
type: {
|
|
8660
8784
|
name: "Sequence",
|
|
@@ -8665,7 +8789,8 @@ exports.ActionGroupResource = {
|
|
|
8665
8789
|
},
|
|
8666
8790
|
},
|
|
8667
8791
|
},
|
|
8668
|
-
},
|
|
8792
|
+
},
|
|
8793
|
+
automationRunbookReceivers: {
|
|
8669
8794
|
serializedName: "properties.automationRunbookReceivers",
|
|
8670
8795
|
type: {
|
|
8671
8796
|
name: "Sequence",
|
|
@@ -8676,7 +8801,8 @@ exports.ActionGroupResource = {
|
|
|
8676
8801
|
},
|
|
8677
8802
|
},
|
|
8678
8803
|
},
|
|
8679
|
-
},
|
|
8804
|
+
},
|
|
8805
|
+
voiceReceivers: {
|
|
8680
8806
|
serializedName: "properties.voiceReceivers",
|
|
8681
8807
|
type: {
|
|
8682
8808
|
name: "Sequence",
|
|
@@ -8687,7 +8813,8 @@ exports.ActionGroupResource = {
|
|
|
8687
8813
|
},
|
|
8688
8814
|
},
|
|
8689
8815
|
},
|
|
8690
|
-
},
|
|
8816
|
+
},
|
|
8817
|
+
logicAppReceivers: {
|
|
8691
8818
|
serializedName: "properties.logicAppReceivers",
|
|
8692
8819
|
type: {
|
|
8693
8820
|
name: "Sequence",
|
|
@@ -8698,7 +8825,8 @@ exports.ActionGroupResource = {
|
|
|
8698
8825
|
},
|
|
8699
8826
|
},
|
|
8700
8827
|
},
|
|
8701
|
-
},
|
|
8828
|
+
},
|
|
8829
|
+
azureFunctionReceivers: {
|
|
8702
8830
|
serializedName: "properties.azureFunctionReceivers",
|
|
8703
8831
|
type: {
|
|
8704
8832
|
name: "Sequence",
|
|
@@ -8709,7 +8837,8 @@ exports.ActionGroupResource = {
|
|
|
8709
8837
|
},
|
|
8710
8838
|
},
|
|
8711
8839
|
},
|
|
8712
|
-
},
|
|
8840
|
+
},
|
|
8841
|
+
armRoleReceivers: {
|
|
8713
8842
|
serializedName: "properties.armRoleReceivers",
|
|
8714
8843
|
type: {
|
|
8715
8844
|
name: "Sequence",
|
|
@@ -8720,7 +8849,8 @@ exports.ActionGroupResource = {
|
|
|
8720
8849
|
},
|
|
8721
8850
|
},
|
|
8722
8851
|
},
|
|
8723
|
-
},
|
|
8852
|
+
},
|
|
8853
|
+
eventHubReceivers: {
|
|
8724
8854
|
serializedName: "properties.eventHubReceivers",
|
|
8725
8855
|
type: {
|
|
8726
8856
|
name: "Sequence",
|
|
@@ -8731,14 +8861,17 @@ exports.ActionGroupResource = {
|
|
|
8731
8861
|
},
|
|
8732
8862
|
},
|
|
8733
8863
|
},
|
|
8734
|
-
}
|
|
8864
|
+
},
|
|
8865
|
+
},
|
|
8735
8866
|
},
|
|
8736
8867
|
};
|
|
8737
8868
|
exports.TenantActionGroupResource = {
|
|
8738
8869
|
type: {
|
|
8739
8870
|
name: "Composite",
|
|
8740
8871
|
className: "TenantActionGroupResource",
|
|
8741
|
-
modelProperties:
|
|
8872
|
+
modelProperties: {
|
|
8873
|
+
...exports.AzureResource.type.modelProperties,
|
|
8874
|
+
groupShortName: {
|
|
8742
8875
|
constraints: {
|
|
8743
8876
|
MaxLength: 12,
|
|
8744
8877
|
},
|
|
@@ -8746,13 +8879,15 @@ exports.TenantActionGroupResource = {
|
|
|
8746
8879
|
type: {
|
|
8747
8880
|
name: "String",
|
|
8748
8881
|
},
|
|
8749
|
-
},
|
|
8882
|
+
},
|
|
8883
|
+
enabled: {
|
|
8750
8884
|
defaultValue: true,
|
|
8751
8885
|
serializedName: "properties.enabled",
|
|
8752
8886
|
type: {
|
|
8753
8887
|
name: "Boolean",
|
|
8754
8888
|
},
|
|
8755
|
-
},
|
|
8889
|
+
},
|
|
8890
|
+
emailReceivers: {
|
|
8756
8891
|
serializedName: "properties.emailReceivers",
|
|
8757
8892
|
type: {
|
|
8758
8893
|
name: "Sequence",
|
|
@@ -8763,7 +8898,8 @@ exports.TenantActionGroupResource = {
|
|
|
8763
8898
|
},
|
|
8764
8899
|
},
|
|
8765
8900
|
},
|
|
8766
|
-
},
|
|
8901
|
+
},
|
|
8902
|
+
smsReceivers: {
|
|
8767
8903
|
serializedName: "properties.smsReceivers",
|
|
8768
8904
|
type: {
|
|
8769
8905
|
name: "Sequence",
|
|
@@ -8774,7 +8910,8 @@ exports.TenantActionGroupResource = {
|
|
|
8774
8910
|
},
|
|
8775
8911
|
},
|
|
8776
8912
|
},
|
|
8777
|
-
},
|
|
8913
|
+
},
|
|
8914
|
+
webhookReceivers: {
|
|
8778
8915
|
serializedName: "properties.webhookReceivers",
|
|
8779
8916
|
type: {
|
|
8780
8917
|
name: "Sequence",
|
|
@@ -8785,7 +8922,8 @@ exports.TenantActionGroupResource = {
|
|
|
8785
8922
|
},
|
|
8786
8923
|
},
|
|
8787
8924
|
},
|
|
8788
|
-
},
|
|
8925
|
+
},
|
|
8926
|
+
azureAppPushReceivers: {
|
|
8789
8927
|
serializedName: "properties.azureAppPushReceivers",
|
|
8790
8928
|
type: {
|
|
8791
8929
|
name: "Sequence",
|
|
@@ -8796,7 +8934,8 @@ exports.TenantActionGroupResource = {
|
|
|
8796
8934
|
},
|
|
8797
8935
|
},
|
|
8798
8936
|
},
|
|
8799
|
-
},
|
|
8937
|
+
},
|
|
8938
|
+
voiceReceivers: {
|
|
8800
8939
|
serializedName: "properties.voiceReceivers",
|
|
8801
8940
|
type: {
|
|
8802
8941
|
name: "Sequence",
|
|
@@ -8807,7 +8946,8 @@ exports.TenantActionGroupResource = {
|
|
|
8807
8946
|
},
|
|
8808
8947
|
},
|
|
8809
8948
|
},
|
|
8810
|
-
}
|
|
8949
|
+
},
|
|
8950
|
+
},
|
|
8811
8951
|
},
|
|
8812
8952
|
};
|
|
8813
8953
|
exports.MetricAlertSingleResourceMultipleMetricCriteria = {
|
|
@@ -8818,7 +8958,9 @@ exports.MetricAlertSingleResourceMultipleMetricCriteria = {
|
|
|
8818
8958
|
uberParent: "MetricAlertCriteria",
|
|
8819
8959
|
additionalProperties: { type: { name: "Object" } },
|
|
8820
8960
|
polymorphicDiscriminator: exports.MetricAlertCriteria.type.polymorphicDiscriminator,
|
|
8821
|
-
modelProperties:
|
|
8961
|
+
modelProperties: {
|
|
8962
|
+
...exports.MetricAlertCriteria.type.modelProperties,
|
|
8963
|
+
allOf: {
|
|
8822
8964
|
serializedName: "allOf",
|
|
8823
8965
|
type: {
|
|
8824
8966
|
name: "Sequence",
|
|
@@ -8829,7 +8971,8 @@ exports.MetricAlertSingleResourceMultipleMetricCriteria = {
|
|
|
8829
8971
|
},
|
|
8830
8972
|
},
|
|
8831
8973
|
},
|
|
8832
|
-
}
|
|
8974
|
+
},
|
|
8975
|
+
},
|
|
8833
8976
|
},
|
|
8834
8977
|
};
|
|
8835
8978
|
exports.WebtestLocationAvailabilityCriteria = {
|
|
@@ -8840,25 +8983,30 @@ exports.WebtestLocationAvailabilityCriteria = {
|
|
|
8840
8983
|
uberParent: "MetricAlertCriteria",
|
|
8841
8984
|
additionalProperties: { type: { name: "Object" } },
|
|
8842
8985
|
polymorphicDiscriminator: exports.MetricAlertCriteria.type.polymorphicDiscriminator,
|
|
8843
|
-
modelProperties:
|
|
8986
|
+
modelProperties: {
|
|
8987
|
+
...exports.MetricAlertCriteria.type.modelProperties,
|
|
8988
|
+
webTestId: {
|
|
8844
8989
|
serializedName: "webTestId",
|
|
8845
8990
|
required: true,
|
|
8846
8991
|
type: {
|
|
8847
8992
|
name: "String",
|
|
8848
8993
|
},
|
|
8849
|
-
},
|
|
8994
|
+
},
|
|
8995
|
+
componentId: {
|
|
8850
8996
|
serializedName: "componentId",
|
|
8851
8997
|
required: true,
|
|
8852
8998
|
type: {
|
|
8853
8999
|
name: "String",
|
|
8854
9000
|
},
|
|
8855
|
-
},
|
|
9001
|
+
},
|
|
9002
|
+
failedLocationCount: {
|
|
8856
9003
|
serializedName: "failedLocationCount",
|
|
8857
9004
|
required: true,
|
|
8858
9005
|
type: {
|
|
8859
9006
|
name: "Number",
|
|
8860
9007
|
},
|
|
8861
|
-
}
|
|
9008
|
+
},
|
|
9009
|
+
},
|
|
8862
9010
|
},
|
|
8863
9011
|
};
|
|
8864
9012
|
exports.MetricAlertMultipleResourceMultipleMetricCriteria = {
|
|
@@ -8869,7 +9017,9 @@ exports.MetricAlertMultipleResourceMultipleMetricCriteria = {
|
|
|
8869
9017
|
uberParent: "MetricAlertCriteria",
|
|
8870
9018
|
additionalProperties: { type: { name: "Object" } },
|
|
8871
9019
|
polymorphicDiscriminator: exports.MetricAlertCriteria.type.polymorphicDiscriminator,
|
|
8872
|
-
modelProperties:
|
|
9020
|
+
modelProperties: {
|
|
9021
|
+
...exports.MetricAlertCriteria.type.modelProperties,
|
|
9022
|
+
allOf: {
|
|
8873
9023
|
serializedName: "allOf",
|
|
8874
9024
|
type: {
|
|
8875
9025
|
name: "Sequence",
|
|
@@ -8880,31 +9030,37 @@ exports.MetricAlertMultipleResourceMultipleMetricCriteria = {
|
|
|
8880
9030
|
},
|
|
8881
9031
|
},
|
|
8882
9032
|
},
|
|
8883
|
-
}
|
|
9033
|
+
},
|
|
9034
|
+
},
|
|
8884
9035
|
},
|
|
8885
9036
|
};
|
|
8886
9037
|
exports.MetricAlertResource = {
|
|
8887
9038
|
type: {
|
|
8888
9039
|
name: "Composite",
|
|
8889
9040
|
className: "MetricAlertResource",
|
|
8890
|
-
modelProperties:
|
|
9041
|
+
modelProperties: {
|
|
9042
|
+
...exports.ResourceAutoGenerated6.type.modelProperties,
|
|
9043
|
+
description: {
|
|
8891
9044
|
serializedName: "properties.description",
|
|
8892
9045
|
type: {
|
|
8893
9046
|
name: "String",
|
|
8894
9047
|
},
|
|
8895
|
-
},
|
|
9048
|
+
},
|
|
9049
|
+
severity: {
|
|
8896
9050
|
serializedName: "properties.severity",
|
|
8897
9051
|
required: true,
|
|
8898
9052
|
type: {
|
|
8899
9053
|
name: "Number",
|
|
8900
9054
|
},
|
|
8901
|
-
},
|
|
9055
|
+
},
|
|
9056
|
+
enabled: {
|
|
8902
9057
|
serializedName: "properties.enabled",
|
|
8903
9058
|
required: true,
|
|
8904
9059
|
type: {
|
|
8905
9060
|
name: "Boolean",
|
|
8906
9061
|
},
|
|
8907
|
-
},
|
|
9062
|
+
},
|
|
9063
|
+
scopes: {
|
|
8908
9064
|
serializedName: "properties.scopes",
|
|
8909
9065
|
required: true,
|
|
8910
9066
|
type: {
|
|
@@ -8915,40 +9071,47 @@ exports.MetricAlertResource = {
|
|
|
8915
9071
|
},
|
|
8916
9072
|
},
|
|
8917
9073
|
},
|
|
8918
|
-
},
|
|
9074
|
+
},
|
|
9075
|
+
evaluationFrequency: {
|
|
8919
9076
|
serializedName: "properties.evaluationFrequency",
|
|
8920
9077
|
required: true,
|
|
8921
9078
|
type: {
|
|
8922
9079
|
name: "TimeSpan",
|
|
8923
9080
|
},
|
|
8924
|
-
},
|
|
9081
|
+
},
|
|
9082
|
+
windowSize: {
|
|
8925
9083
|
serializedName: "properties.windowSize",
|
|
8926
9084
|
required: true,
|
|
8927
9085
|
type: {
|
|
8928
9086
|
name: "TimeSpan",
|
|
8929
9087
|
},
|
|
8930
|
-
},
|
|
9088
|
+
},
|
|
9089
|
+
targetResourceType: {
|
|
8931
9090
|
serializedName: "properties.targetResourceType",
|
|
8932
9091
|
type: {
|
|
8933
9092
|
name: "String",
|
|
8934
9093
|
},
|
|
8935
|
-
},
|
|
9094
|
+
},
|
|
9095
|
+
targetResourceRegion: {
|
|
8936
9096
|
serializedName: "properties.targetResourceRegion",
|
|
8937
9097
|
type: {
|
|
8938
9098
|
name: "String",
|
|
8939
9099
|
},
|
|
8940
|
-
},
|
|
9100
|
+
},
|
|
9101
|
+
criteria: {
|
|
8941
9102
|
serializedName: "properties.criteria",
|
|
8942
9103
|
type: {
|
|
8943
9104
|
name: "Composite",
|
|
8944
9105
|
className: "MetricAlertCriteria",
|
|
8945
9106
|
},
|
|
8946
|
-
},
|
|
9107
|
+
},
|
|
9108
|
+
autoMitigate: {
|
|
8947
9109
|
serializedName: "properties.autoMitigate",
|
|
8948
9110
|
type: {
|
|
8949
9111
|
name: "Boolean",
|
|
8950
9112
|
},
|
|
8951
|
-
},
|
|
9113
|
+
},
|
|
9114
|
+
actions: {
|
|
8952
9115
|
serializedName: "properties.actions",
|
|
8953
9116
|
type: {
|
|
8954
9117
|
name: "Sequence",
|
|
@@ -8959,41 +9122,49 @@ exports.MetricAlertResource = {
|
|
|
8959
9122
|
},
|
|
8960
9123
|
},
|
|
8961
9124
|
},
|
|
8962
|
-
},
|
|
9125
|
+
},
|
|
9126
|
+
lastUpdatedTime: {
|
|
8963
9127
|
serializedName: "properties.lastUpdatedTime",
|
|
8964
9128
|
readOnly: true,
|
|
8965
9129
|
type: {
|
|
8966
9130
|
name: "DateTime",
|
|
8967
9131
|
},
|
|
8968
|
-
},
|
|
9132
|
+
},
|
|
9133
|
+
isMigrated: {
|
|
8969
9134
|
serializedName: "properties.isMigrated",
|
|
8970
9135
|
readOnly: true,
|
|
8971
9136
|
type: {
|
|
8972
9137
|
name: "Boolean",
|
|
8973
9138
|
},
|
|
8974
|
-
}
|
|
9139
|
+
},
|
|
9140
|
+
},
|
|
8975
9141
|
},
|
|
8976
9142
|
};
|
|
8977
9143
|
exports.VMInsightsOnboardingStatus = {
|
|
8978
9144
|
type: {
|
|
8979
9145
|
name: "Composite",
|
|
8980
9146
|
className: "VMInsightsOnboardingStatus",
|
|
8981
|
-
modelProperties:
|
|
9147
|
+
modelProperties: {
|
|
9148
|
+
...exports.ProxyResource.type.modelProperties,
|
|
9149
|
+
resourceId: {
|
|
8982
9150
|
serializedName: "properties.resourceId",
|
|
8983
9151
|
type: {
|
|
8984
9152
|
name: "String",
|
|
8985
9153
|
},
|
|
8986
|
-
},
|
|
9154
|
+
},
|
|
9155
|
+
onboardingStatus: {
|
|
8987
9156
|
serializedName: "properties.onboardingStatus",
|
|
8988
9157
|
type: {
|
|
8989
9158
|
name: "String",
|
|
8990
9159
|
},
|
|
8991
|
-
},
|
|
9160
|
+
},
|
|
9161
|
+
dataStatus: {
|
|
8992
9162
|
serializedName: "properties.dataStatus",
|
|
8993
9163
|
type: {
|
|
8994
9164
|
name: "String",
|
|
8995
9165
|
},
|
|
8996
|
-
},
|
|
9166
|
+
},
|
|
9167
|
+
data: {
|
|
8997
9168
|
serializedName: "properties.data",
|
|
8998
9169
|
type: {
|
|
8999
9170
|
name: "Sequence",
|
|
@@ -9004,14 +9175,17 @@ exports.VMInsightsOnboardingStatus = {
|
|
|
9004
9175
|
},
|
|
9005
9176
|
},
|
|
9006
9177
|
},
|
|
9007
|
-
}
|
|
9178
|
+
},
|
|
9179
|
+
},
|
|
9008
9180
|
},
|
|
9009
9181
|
};
|
|
9010
9182
|
exports.AlertRuleAnyOfOrLeafCondition = {
|
|
9011
9183
|
type: {
|
|
9012
9184
|
name: "Composite",
|
|
9013
9185
|
className: "AlertRuleAnyOfOrLeafCondition",
|
|
9014
|
-
modelProperties:
|
|
9186
|
+
modelProperties: {
|
|
9187
|
+
...exports.AlertRuleLeafCondition.type.modelProperties,
|
|
9188
|
+
anyOf: {
|
|
9015
9189
|
serializedName: "anyOf",
|
|
9016
9190
|
type: {
|
|
9017
9191
|
name: "Sequence",
|
|
@@ -9022,14 +9196,17 @@ exports.AlertRuleAnyOfOrLeafCondition = {
|
|
|
9022
9196
|
},
|
|
9023
9197
|
},
|
|
9024
9198
|
},
|
|
9025
|
-
}
|
|
9199
|
+
},
|
|
9200
|
+
},
|
|
9026
9201
|
},
|
|
9027
9202
|
};
|
|
9028
9203
|
exports.ActivityLogAlertResource = {
|
|
9029
9204
|
type: {
|
|
9030
9205
|
name: "Composite",
|
|
9031
9206
|
className: "ActivityLogAlertResource",
|
|
9032
|
-
modelProperties:
|
|
9207
|
+
modelProperties: {
|
|
9208
|
+
...exports.AzureResourceAutoGenerated.type.modelProperties,
|
|
9209
|
+
scopes: {
|
|
9033
9210
|
serializedName: "properties.scopes",
|
|
9034
9211
|
type: {
|
|
9035
9212
|
name: "Sequence",
|
|
@@ -9039,177 +9216,224 @@ exports.ActivityLogAlertResource = {
|
|
|
9039
9216
|
},
|
|
9040
9217
|
},
|
|
9041
9218
|
},
|
|
9042
|
-
},
|
|
9219
|
+
},
|
|
9220
|
+
condition: {
|
|
9043
9221
|
serializedName: "properties.condition",
|
|
9044
9222
|
type: {
|
|
9045
9223
|
name: "Composite",
|
|
9046
9224
|
className: "AlertRuleAllOfCondition",
|
|
9047
9225
|
},
|
|
9048
|
-
},
|
|
9226
|
+
},
|
|
9227
|
+
actions: {
|
|
9049
9228
|
serializedName: "properties.actions",
|
|
9050
9229
|
type: {
|
|
9051
9230
|
name: "Composite",
|
|
9052
9231
|
className: "ActionList",
|
|
9053
9232
|
},
|
|
9054
|
-
},
|
|
9233
|
+
},
|
|
9234
|
+
enabled: {
|
|
9055
9235
|
defaultValue: true,
|
|
9056
9236
|
serializedName: "properties.enabled",
|
|
9057
9237
|
type: {
|
|
9058
9238
|
name: "Boolean",
|
|
9059
9239
|
},
|
|
9060
|
-
},
|
|
9240
|
+
},
|
|
9241
|
+
description: {
|
|
9061
9242
|
serializedName: "properties.description",
|
|
9062
9243
|
type: {
|
|
9063
9244
|
name: "String",
|
|
9064
9245
|
},
|
|
9065
|
-
}
|
|
9246
|
+
},
|
|
9247
|
+
},
|
|
9066
9248
|
},
|
|
9067
9249
|
};
|
|
9068
9250
|
exports.DataCollectionEndpointResourceProperties = {
|
|
9069
9251
|
type: {
|
|
9070
9252
|
name: "Composite",
|
|
9071
9253
|
className: "DataCollectionEndpointResourceProperties",
|
|
9072
|
-
modelProperties:
|
|
9254
|
+
modelProperties: {
|
|
9255
|
+
...exports.DataCollectionEndpoint.type.modelProperties,
|
|
9256
|
+
},
|
|
9073
9257
|
},
|
|
9074
9258
|
};
|
|
9075
9259
|
exports.DataCollectionEndpointConfigurationAccess = {
|
|
9076
9260
|
type: {
|
|
9077
9261
|
name: "Composite",
|
|
9078
9262
|
className: "DataCollectionEndpointConfigurationAccess",
|
|
9079
|
-
modelProperties:
|
|
9263
|
+
modelProperties: {
|
|
9264
|
+
...exports.ConfigurationAccessEndpointSpec.type.modelProperties,
|
|
9265
|
+
},
|
|
9080
9266
|
},
|
|
9081
9267
|
};
|
|
9082
9268
|
exports.DataCollectionEndpointLogsIngestion = {
|
|
9083
9269
|
type: {
|
|
9084
9270
|
name: "Composite",
|
|
9085
9271
|
className: "DataCollectionEndpointLogsIngestion",
|
|
9086
|
-
modelProperties:
|
|
9272
|
+
modelProperties: {
|
|
9273
|
+
...exports.LogsIngestionEndpointSpec.type.modelProperties,
|
|
9274
|
+
},
|
|
9087
9275
|
},
|
|
9088
9276
|
};
|
|
9089
9277
|
exports.DataCollectionEndpointMetricsIngestion = {
|
|
9090
9278
|
type: {
|
|
9091
9279
|
name: "Composite",
|
|
9092
9280
|
className: "DataCollectionEndpointMetricsIngestion",
|
|
9093
|
-
modelProperties:
|
|
9281
|
+
modelProperties: {
|
|
9282
|
+
...exports.MetricsIngestionEndpointSpec.type.modelProperties,
|
|
9283
|
+
},
|
|
9094
9284
|
},
|
|
9095
9285
|
};
|
|
9096
9286
|
exports.DataCollectionEndpointNetworkAcls = {
|
|
9097
9287
|
type: {
|
|
9098
9288
|
name: "Composite",
|
|
9099
9289
|
className: "DataCollectionEndpointNetworkAcls",
|
|
9100
|
-
modelProperties:
|
|
9290
|
+
modelProperties: {
|
|
9291
|
+
...exports.NetworkRuleSet.type.modelProperties,
|
|
9292
|
+
},
|
|
9101
9293
|
},
|
|
9102
9294
|
};
|
|
9103
9295
|
exports.DataCollectionEndpointFailoverConfiguration = {
|
|
9104
9296
|
type: {
|
|
9105
9297
|
name: "Composite",
|
|
9106
9298
|
className: "DataCollectionEndpointFailoverConfiguration",
|
|
9107
|
-
modelProperties:
|
|
9299
|
+
modelProperties: {
|
|
9300
|
+
...exports.FailoverConfigurationSpec.type.modelProperties,
|
|
9301
|
+
},
|
|
9108
9302
|
},
|
|
9109
9303
|
};
|
|
9110
9304
|
exports.DataCollectionEndpointMetadata = {
|
|
9111
9305
|
type: {
|
|
9112
9306
|
name: "Composite",
|
|
9113
9307
|
className: "DataCollectionEndpointMetadata",
|
|
9114
|
-
modelProperties:
|
|
9308
|
+
modelProperties: {
|
|
9309
|
+
...exports.Metadata.type.modelProperties,
|
|
9310
|
+
},
|
|
9115
9311
|
},
|
|
9116
9312
|
};
|
|
9117
9313
|
exports.DataCollectionRuleAssociationMetadata = {
|
|
9118
9314
|
type: {
|
|
9119
9315
|
name: "Composite",
|
|
9120
9316
|
className: "DataCollectionRuleAssociationMetadata",
|
|
9121
|
-
modelProperties:
|
|
9317
|
+
modelProperties: {
|
|
9318
|
+
...exports.Metadata.type.modelProperties,
|
|
9319
|
+
},
|
|
9122
9320
|
},
|
|
9123
9321
|
};
|
|
9124
9322
|
exports.DataCollectionRuleMetadata = {
|
|
9125
9323
|
type: {
|
|
9126
9324
|
name: "Composite",
|
|
9127
9325
|
className: "DataCollectionRuleMetadata",
|
|
9128
|
-
modelProperties:
|
|
9326
|
+
modelProperties: {
|
|
9327
|
+
...exports.Metadata.type.modelProperties,
|
|
9328
|
+
},
|
|
9129
9329
|
},
|
|
9130
9330
|
};
|
|
9131
9331
|
exports.DataCollectionEndpointResourceIdentity = {
|
|
9132
9332
|
type: {
|
|
9133
9333
|
name: "Composite",
|
|
9134
9334
|
className: "DataCollectionEndpointResourceIdentity",
|
|
9135
|
-
modelProperties:
|
|
9335
|
+
modelProperties: {
|
|
9336
|
+
...exports.ManagedServiceIdentity.type.modelProperties,
|
|
9337
|
+
},
|
|
9136
9338
|
},
|
|
9137
9339
|
};
|
|
9138
9340
|
exports.ResourceForUpdateIdentity = {
|
|
9139
9341
|
type: {
|
|
9140
9342
|
name: "Composite",
|
|
9141
9343
|
className: "ResourceForUpdateIdentity",
|
|
9142
|
-
modelProperties:
|
|
9344
|
+
modelProperties: {
|
|
9345
|
+
...exports.ManagedServiceIdentity.type.modelProperties,
|
|
9346
|
+
},
|
|
9143
9347
|
},
|
|
9144
9348
|
};
|
|
9145
9349
|
exports.DataCollectionRuleResourceIdentity = {
|
|
9146
9350
|
type: {
|
|
9147
9351
|
name: "Composite",
|
|
9148
9352
|
className: "DataCollectionRuleResourceIdentity",
|
|
9149
|
-
modelProperties:
|
|
9353
|
+
modelProperties: {
|
|
9354
|
+
...exports.ManagedServiceIdentity.type.modelProperties,
|
|
9355
|
+
},
|
|
9150
9356
|
},
|
|
9151
9357
|
};
|
|
9152
9358
|
exports.DataCollectionRuleAssociationProxyOnlyResourceProperties = {
|
|
9153
9359
|
type: {
|
|
9154
9360
|
name: "Composite",
|
|
9155
9361
|
className: "DataCollectionRuleAssociationProxyOnlyResourceProperties",
|
|
9156
|
-
modelProperties:
|
|
9362
|
+
modelProperties: {
|
|
9363
|
+
...exports.DataCollectionRuleAssociation.type.modelProperties,
|
|
9364
|
+
},
|
|
9157
9365
|
},
|
|
9158
9366
|
};
|
|
9159
9367
|
exports.DataCollectionRuleResourceProperties = {
|
|
9160
9368
|
type: {
|
|
9161
9369
|
name: "Composite",
|
|
9162
9370
|
className: "DataCollectionRuleResourceProperties",
|
|
9163
|
-
modelProperties:
|
|
9371
|
+
modelProperties: {
|
|
9372
|
+
...exports.DataCollectionRule.type.modelProperties,
|
|
9373
|
+
},
|
|
9164
9374
|
},
|
|
9165
9375
|
};
|
|
9166
9376
|
exports.DataCollectionRuleDataSources = {
|
|
9167
9377
|
type: {
|
|
9168
9378
|
name: "Composite",
|
|
9169
9379
|
className: "DataCollectionRuleDataSources",
|
|
9170
|
-
modelProperties:
|
|
9380
|
+
modelProperties: {
|
|
9381
|
+
...exports.DataSourcesSpec.type.modelProperties,
|
|
9382
|
+
},
|
|
9171
9383
|
},
|
|
9172
9384
|
};
|
|
9173
9385
|
exports.LogFilesDataSourceSettings = {
|
|
9174
9386
|
type: {
|
|
9175
9387
|
name: "Composite",
|
|
9176
9388
|
className: "LogFilesDataSourceSettings",
|
|
9177
|
-
modelProperties:
|
|
9389
|
+
modelProperties: {
|
|
9390
|
+
...exports.LogFileSettings.type.modelProperties,
|
|
9391
|
+
},
|
|
9178
9392
|
},
|
|
9179
9393
|
};
|
|
9180
9394
|
exports.LogFileSettingsText = {
|
|
9181
9395
|
type: {
|
|
9182
9396
|
name: "Composite",
|
|
9183
9397
|
className: "LogFileSettingsText",
|
|
9184
|
-
modelProperties:
|
|
9398
|
+
modelProperties: {
|
|
9399
|
+
...exports.LogFileTextSettings.type.modelProperties,
|
|
9400
|
+
},
|
|
9185
9401
|
},
|
|
9186
9402
|
};
|
|
9187
9403
|
exports.DataSourcesSpecDataImports = {
|
|
9188
9404
|
type: {
|
|
9189
9405
|
name: "Composite",
|
|
9190
9406
|
className: "DataSourcesSpecDataImports",
|
|
9191
|
-
modelProperties:
|
|
9407
|
+
modelProperties: {
|
|
9408
|
+
...exports.DataImportSources.type.modelProperties,
|
|
9409
|
+
},
|
|
9192
9410
|
},
|
|
9193
9411
|
};
|
|
9194
9412
|
exports.DataImportSourcesEventHub = {
|
|
9195
9413
|
type: {
|
|
9196
9414
|
name: "Composite",
|
|
9197
9415
|
className: "DataImportSourcesEventHub",
|
|
9198
|
-
modelProperties:
|
|
9416
|
+
modelProperties: {
|
|
9417
|
+
...exports.EventHubDataSource.type.modelProperties,
|
|
9418
|
+
},
|
|
9199
9419
|
},
|
|
9200
9420
|
};
|
|
9201
9421
|
exports.DataCollectionRuleDestinations = {
|
|
9202
9422
|
type: {
|
|
9203
9423
|
name: "Composite",
|
|
9204
9424
|
className: "DataCollectionRuleDestinations",
|
|
9205
|
-
modelProperties:
|
|
9425
|
+
modelProperties: {
|
|
9426
|
+
...exports.DestinationsSpec.type.modelProperties,
|
|
9427
|
+
},
|
|
9206
9428
|
},
|
|
9207
9429
|
};
|
|
9208
9430
|
exports.DestinationsSpecAzureMonitorMetrics = {
|
|
9209
9431
|
type: {
|
|
9210
9432
|
name: "Composite",
|
|
9211
9433
|
className: "DestinationsSpecAzureMonitorMetrics",
|
|
9212
|
-
modelProperties:
|
|
9434
|
+
modelProperties: {
|
|
9435
|
+
...exports.AzureMonitorMetricsDestination.type.modelProperties,
|
|
9436
|
+
},
|
|
9213
9437
|
},
|
|
9214
9438
|
};
|
|
9215
9439
|
exports.MetricCriteria = {
|
|
@@ -9220,19 +9444,23 @@ exports.MetricCriteria = {
|
|
|
9220
9444
|
uberParent: "MultiMetricCriteria",
|
|
9221
9445
|
additionalProperties: { type: { name: "Object" } },
|
|
9222
9446
|
polymorphicDiscriminator: exports.MultiMetricCriteria.type.polymorphicDiscriminator,
|
|
9223
|
-
modelProperties:
|
|
9447
|
+
modelProperties: {
|
|
9448
|
+
...exports.MultiMetricCriteria.type.modelProperties,
|
|
9449
|
+
operator: {
|
|
9224
9450
|
serializedName: "operator",
|
|
9225
9451
|
required: true,
|
|
9226
9452
|
type: {
|
|
9227
9453
|
name: "String",
|
|
9228
9454
|
},
|
|
9229
|
-
},
|
|
9455
|
+
},
|
|
9456
|
+
threshold: {
|
|
9230
9457
|
serializedName: "threshold",
|
|
9231
9458
|
required: true,
|
|
9232
9459
|
type: {
|
|
9233
9460
|
name: "Number",
|
|
9234
9461
|
},
|
|
9235
|
-
}
|
|
9462
|
+
},
|
|
9463
|
+
},
|
|
9236
9464
|
},
|
|
9237
9465
|
};
|
|
9238
9466
|
exports.DynamicMetricCriteria = {
|
|
@@ -9243,67 +9471,80 @@ exports.DynamicMetricCriteria = {
|
|
|
9243
9471
|
uberParent: "MultiMetricCriteria",
|
|
9244
9472
|
additionalProperties: { type: { name: "Object" } },
|
|
9245
9473
|
polymorphicDiscriminator: exports.MultiMetricCriteria.type.polymorphicDiscriminator,
|
|
9246
|
-
modelProperties:
|
|
9474
|
+
modelProperties: {
|
|
9475
|
+
...exports.MultiMetricCriteria.type.modelProperties,
|
|
9476
|
+
operator: {
|
|
9247
9477
|
serializedName: "operator",
|
|
9248
9478
|
required: true,
|
|
9249
9479
|
type: {
|
|
9250
9480
|
name: "String",
|
|
9251
9481
|
},
|
|
9252
|
-
},
|
|
9482
|
+
},
|
|
9483
|
+
alertSensitivity: {
|
|
9253
9484
|
serializedName: "alertSensitivity",
|
|
9254
9485
|
required: true,
|
|
9255
9486
|
type: {
|
|
9256
9487
|
name: "String",
|
|
9257
9488
|
},
|
|
9258
|
-
},
|
|
9489
|
+
},
|
|
9490
|
+
failingPeriods: {
|
|
9259
9491
|
serializedName: "failingPeriods",
|
|
9260
9492
|
type: {
|
|
9261
9493
|
name: "Composite",
|
|
9262
9494
|
className: "DynamicThresholdFailingPeriods",
|
|
9263
9495
|
},
|
|
9264
|
-
},
|
|
9496
|
+
},
|
|
9497
|
+
ignoreDataBefore: {
|
|
9265
9498
|
serializedName: "ignoreDataBefore",
|
|
9266
9499
|
type: {
|
|
9267
9500
|
name: "DateTime",
|
|
9268
9501
|
},
|
|
9269
|
-
}
|
|
9502
|
+
},
|
|
9503
|
+
},
|
|
9270
9504
|
},
|
|
9271
9505
|
};
|
|
9272
9506
|
exports.AzureMonitorWorkspaceResource = {
|
|
9273
9507
|
type: {
|
|
9274
9508
|
name: "Composite",
|
|
9275
9509
|
className: "AzureMonitorWorkspaceResource",
|
|
9276
|
-
modelProperties:
|
|
9510
|
+
modelProperties: {
|
|
9511
|
+
...exports.TrackedResource.type.modelProperties,
|
|
9512
|
+
etag: {
|
|
9277
9513
|
serializedName: "etag",
|
|
9278
9514
|
readOnly: true,
|
|
9279
9515
|
type: {
|
|
9280
9516
|
name: "String",
|
|
9281
9517
|
},
|
|
9282
|
-
},
|
|
9518
|
+
},
|
|
9519
|
+
accountId: {
|
|
9283
9520
|
serializedName: "properties.accountId",
|
|
9284
9521
|
readOnly: true,
|
|
9285
9522
|
type: {
|
|
9286
9523
|
name: "String",
|
|
9287
9524
|
},
|
|
9288
|
-
},
|
|
9525
|
+
},
|
|
9526
|
+
metrics: {
|
|
9289
9527
|
serializedName: "properties.metrics",
|
|
9290
9528
|
type: {
|
|
9291
9529
|
name: "Composite",
|
|
9292
9530
|
className: "AzureMonitorWorkspaceMetrics",
|
|
9293
9531
|
},
|
|
9294
|
-
},
|
|
9532
|
+
},
|
|
9533
|
+
provisioningState: {
|
|
9295
9534
|
serializedName: "properties.provisioningState",
|
|
9296
9535
|
readOnly: true,
|
|
9297
9536
|
type: {
|
|
9298
9537
|
name: "String",
|
|
9299
9538
|
},
|
|
9300
|
-
},
|
|
9539
|
+
},
|
|
9540
|
+
defaultIngestionSettings: {
|
|
9301
9541
|
serializedName: "properties.defaultIngestionSettings",
|
|
9302
9542
|
type: {
|
|
9303
9543
|
name: "Composite",
|
|
9304
9544
|
className: "AzureMonitorWorkspaceDefaultIngestionSettings",
|
|
9305
9545
|
},
|
|
9306
|
-
},
|
|
9546
|
+
},
|
|
9547
|
+
privateEndpointConnections: {
|
|
9307
9548
|
serializedName: "properties.privateEndpointConnections",
|
|
9308
9549
|
readOnly: true,
|
|
9309
9550
|
type: {
|
|
@@ -9315,32 +9556,38 @@ exports.AzureMonitorWorkspaceResource = {
|
|
|
9315
9556
|
},
|
|
9316
9557
|
},
|
|
9317
9558
|
},
|
|
9318
|
-
},
|
|
9559
|
+
},
|
|
9560
|
+
publicNetworkAccess: {
|
|
9319
9561
|
serializedName: "properties.publicNetworkAccess",
|
|
9320
9562
|
readOnly: true,
|
|
9321
9563
|
type: {
|
|
9322
9564
|
name: "String",
|
|
9323
9565
|
},
|
|
9324
|
-
}
|
|
9566
|
+
},
|
|
9567
|
+
},
|
|
9325
9568
|
},
|
|
9326
9569
|
};
|
|
9327
9570
|
exports.AzureMonitorPrivateLinkScope = {
|
|
9328
9571
|
type: {
|
|
9329
9572
|
name: "Composite",
|
|
9330
9573
|
className: "AzureMonitorPrivateLinkScope",
|
|
9331
|
-
modelProperties:
|
|
9574
|
+
modelProperties: {
|
|
9575
|
+
...exports.TrackedResourceAutoGenerated.type.modelProperties,
|
|
9576
|
+
systemData: {
|
|
9332
9577
|
serializedName: "systemData",
|
|
9333
9578
|
type: {
|
|
9334
9579
|
name: "Composite",
|
|
9335
9580
|
className: "SystemData",
|
|
9336
9581
|
},
|
|
9337
|
-
},
|
|
9582
|
+
},
|
|
9583
|
+
provisioningState: {
|
|
9338
9584
|
serializedName: "properties.provisioningState",
|
|
9339
9585
|
readOnly: true,
|
|
9340
9586
|
type: {
|
|
9341
9587
|
name: "String",
|
|
9342
9588
|
},
|
|
9343
|
-
},
|
|
9589
|
+
},
|
|
9590
|
+
privateEndpointConnections: {
|
|
9344
9591
|
serializedName: "properties.privateEndpointConnections",
|
|
9345
9592
|
readOnly: true,
|
|
9346
9593
|
type: {
|
|
@@ -9352,37 +9599,44 @@ exports.AzureMonitorPrivateLinkScope = {
|
|
|
9352
9599
|
},
|
|
9353
9600
|
},
|
|
9354
9601
|
},
|
|
9355
|
-
},
|
|
9602
|
+
},
|
|
9603
|
+
accessModeSettings: {
|
|
9356
9604
|
serializedName: "properties.accessModeSettings",
|
|
9357
9605
|
type: {
|
|
9358
9606
|
name: "Composite",
|
|
9359
9607
|
className: "AccessModeSettings",
|
|
9360
9608
|
},
|
|
9361
|
-
}
|
|
9609
|
+
},
|
|
9610
|
+
},
|
|
9362
9611
|
},
|
|
9363
9612
|
};
|
|
9364
9613
|
exports.ScopedResource = {
|
|
9365
9614
|
type: {
|
|
9366
9615
|
name: "Composite",
|
|
9367
9616
|
className: "ScopedResource",
|
|
9368
|
-
modelProperties:
|
|
9617
|
+
modelProperties: {
|
|
9618
|
+
...exports.ProxyResourceAutoGenerated.type.modelProperties,
|
|
9619
|
+
systemData: {
|
|
9369
9620
|
serializedName: "systemData",
|
|
9370
9621
|
type: {
|
|
9371
9622
|
name: "Composite",
|
|
9372
9623
|
className: "SystemData",
|
|
9373
9624
|
},
|
|
9374
|
-
},
|
|
9625
|
+
},
|
|
9626
|
+
linkedResourceId: {
|
|
9375
9627
|
serializedName: "properties.linkedResourceId",
|
|
9376
9628
|
type: {
|
|
9377
9629
|
name: "String",
|
|
9378
9630
|
},
|
|
9379
|
-
},
|
|
9631
|
+
},
|
|
9632
|
+
provisioningState: {
|
|
9380
9633
|
serializedName: "properties.provisioningState",
|
|
9381
9634
|
readOnly: true,
|
|
9382
9635
|
type: {
|
|
9383
9636
|
name: "String",
|
|
9384
9637
|
},
|
|
9385
|
-
}
|
|
9638
|
+
},
|
|
9639
|
+
},
|
|
9386
9640
|
},
|
|
9387
9641
|
};
|
|
9388
9642
|
exports.AzureMonitorWorkspacesDeleteHeaders = {
|