@azure/arm-monitor 8.0.0-beta.1 → 8.0.0-beta.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/CHANGELOG.md +83 -8
- package/dist/index.js +1712 -1011
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.js +3 -2
- package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/autoscaleSettingsGetSample.js +1 -1
- package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.js +3 -3
- package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.js +3 -4
- package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.js +1 -1
- package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.js +18 -4
- package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.js.map +1 -1
- package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.js +44 -3
- package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/diagnosticSettingsGetSample.js +19 -1
- package/dist-esm/samples-dev/diagnosticSettingsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/diagnosticSettingsListSample.js +49 -4
- package/dist-esm/samples-dev/diagnosticSettingsListSample.js.map +1 -1
- package/dist-esm/samples-dev/predictiveMetricGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/predictiveMetricGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/predictiveMetricGetSample.js +36 -0
- package/dist-esm/samples-dev/predictiveMetricGetSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js +4 -18
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js +4 -18
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js +12 -2
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopesListSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js +1 -1
- package/dist-esm/src/models/index.d.ts +728 -354
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +205 -8
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +31 -20
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +969 -623
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +19 -13
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +79 -18
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/monitorClient.d.ts +2 -1
- package/dist-esm/src/monitorClient.d.ts.map +1 -1
- package/dist-esm/src/monitorClient.js +20 -14
- package/dist-esm/src/monitorClient.js.map +1 -1
- package/dist-esm/src/operations/actionGroups.js +25 -25
- package/dist-esm/src/operations/actionGroups.js.map +1 -1
- package/dist-esm/src/operations/activityLogAlerts.js +8 -8
- package/dist-esm/src/operations/activityLogs.js +2 -2
- package/dist-esm/src/operations/activityLogs.js.map +1 -1
- package/dist-esm/src/operations/alertRuleIncidents.js +2 -2
- package/dist-esm/src/operations/alertRules.js +6 -6
- package/dist-esm/src/operations/autoscaleSettings.js +8 -8
- package/dist-esm/src/operations/autoscaleSettings.js.map +1 -1
- package/dist-esm/src/operations/baselines.js +4 -4
- package/dist-esm/src/operations/baselines.js.map +1 -1
- package/dist-esm/src/operations/dataCollectionEndpoints.js +8 -8
- package/dist-esm/src/operations/dataCollectionRuleAssociations.js +9 -9
- package/dist-esm/src/operations/dataCollectionRules.js +8 -8
- package/dist-esm/src/operations/diagnosticSettings.d.ts +11 -2
- package/dist-esm/src/operations/diagnosticSettings.d.ts.map +1 -1
- package/dist-esm/src/operations/diagnosticSettings.js +50 -5
- package/dist-esm/src/operations/diagnosticSettings.js.map +1 -1
- package/dist-esm/src/operations/diagnosticSettingsCategory.d.ts +11 -2
- package/dist-esm/src/operations/diagnosticSettingsCategory.d.ts.map +1 -1
- package/dist-esm/src/operations/diagnosticSettingsCategory.js +48 -3
- package/dist-esm/src/operations/diagnosticSettingsCategory.js.map +1 -1
- package/dist-esm/src/operations/eventCategories.js +1 -1
- package/dist-esm/src/operations/eventCategories.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/logProfiles.js +5 -5
- package/dist-esm/src/operations/metricAlerts.js +6 -6
- package/dist-esm/src/operations/metricAlertsStatus.js +2 -2
- package/dist-esm/src/operations/metricDefinitions.js +1 -1
- package/dist-esm/src/operations/metricNamespaces.js +1 -1
- package/dist-esm/src/operations/metrics.js +4 -4
- package/dist-esm/src/operations/metrics.js.map +1 -1
- package/dist-esm/src/operations/operations.js +1 -1
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/predictiveMetric.d.ts +28 -0
- package/dist-esm/src/operations/predictiveMetric.d.ts.map +1 -0
- package/dist-esm/src/operations/predictiveMetric.js +77 -0
- package/dist-esm/src/operations/predictiveMetric.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +4 -22
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +27 -89
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +2 -20
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.js +8 -83
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/privateLinkScopeOperationStatus.js +4 -1
- package/dist-esm/src/operations/privateLinkScopeOperationStatus.js.map +1 -1
- package/dist-esm/src/operations/privateLinkScopedResources.js +27 -6
- package/dist-esm/src/operations/privateLinkScopedResources.js.map +1 -1
- package/dist-esm/src/operations/privateLinkScopes.js +39 -9
- package/dist-esm/src/operations/privateLinkScopes.js.map +1 -1
- package/dist-esm/src/operations/scheduledQueryRules.js +6 -6
- package/dist-esm/src/operations/tenantActivityLogs.js +2 -2
- package/dist-esm/src/operations/tenantActivityLogs.js.map +1 -1
- package/dist-esm/src/operations/vMInsights.js +1 -1
- package/dist-esm/src/operations/vMInsights.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/diagnosticSettings.d.ts +8 -7
- package/dist-esm/src/operationsInterfaces/diagnosticSettings.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/diagnosticSettingsCategory.d.ts +7 -6
- package/dist-esm/src/operationsInterfaces/diagnosticSettingsCategory.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/predictiveMetric.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/predictiveMetric.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/predictiveMetric.js +9 -0
- package/dist-esm/src/operationsInterfaces/predictiveMetric.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +10 -11
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +2 -3
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist-esm/test/monitor_examples.js +1 -1
- package/package.json +3 -4
- package/review/arm-monitor.api.md +341 -355
- package/src/models/index.ts +752 -370
- package/src/models/mappers.ts +1090 -722
- package/src/models/parameters.ts +85 -18
- package/src/monitorClient.ts +27 -16
- package/src/operations/actionGroups.ts +25 -33
- package/src/operations/activityLogAlerts.ts +8 -8
- package/src/operations/activityLogs.ts +2 -2
- package/src/operations/alertRuleIncidents.ts +2 -2
- package/src/operations/alertRules.ts +6 -6
- package/src/operations/autoscaleSettings.ts +8 -8
- package/src/operations/baselines.ts +4 -4
- package/src/operations/dataCollectionEndpoints.ts +8 -8
- package/src/operations/dataCollectionRuleAssociations.ts +9 -9
- package/src/operations/dataCollectionRules.ts +8 -8
- package/src/operations/diagnosticSettings.ts +49 -7
- package/src/operations/diagnosticSettingsCategory.ts +47 -4
- package/src/operations/eventCategories.ts +1 -1
- package/src/operations/index.ts +1 -0
- package/src/operations/logProfiles.ts +5 -5
- package/src/operations/metricAlerts.ts +6 -6
- package/src/operations/metricAlertsStatus.ts +2 -2
- package/src/operations/metricDefinitions.ts +1 -1
- package/src/operations/metricNamespaces.ts +1 -1
- package/src/operations/metrics.ts +4 -4
- package/src/operations/operations.ts +1 -1
- package/src/operations/predictiveMetric.ts +101 -0
- package/src/operations/privateEndpointConnections.ts +29 -124
- package/src/operations/privateLinkResources.ts +10 -118
- package/src/operations/privateLinkScopeOperationStatus.ts +4 -1
- package/src/operations/privateLinkScopedResources.ts +27 -6
- package/src/operations/privateLinkScopes.ts +39 -9
- package/src/operations/scheduledQueryRules.ts +6 -6
- package/src/operations/tenantActivityLogs.ts +2 -2
- package/src/operations/vMInsights.ts +1 -1
- package/src/operationsInterfaces/diagnosticSettings.ts +14 -13
- package/src/operationsInterfaces/diagnosticSettingsCategory.ts +14 -12
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/predictiveMetric.ts +40 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +17 -18
- package/src/operationsInterfaces/privateLinkResources.ts +2 -4
- package/types/arm-monitor.d.ts +638 -227
|
@@ -41,12 +41,12 @@ const listOperationSpec = {
|
|
|
41
41
|
},
|
|
42
42
|
queryParameters: [
|
|
43
43
|
Parameters.filter1,
|
|
44
|
-
Parameters.
|
|
44
|
+
Parameters.apiVersion5,
|
|
45
45
|
Parameters.metricnamespace,
|
|
46
|
-
Parameters.
|
|
47
|
-
Parameters.
|
|
46
|
+
Parameters.timespan1,
|
|
47
|
+
Parameters.interval1,
|
|
48
48
|
Parameters.metricnames,
|
|
49
|
-
Parameters.
|
|
49
|
+
Parameters.aggregation1,
|
|
50
50
|
Parameters.top,
|
|
51
51
|
Parameters.orderby,
|
|
52
52
|
Parameters.resultType
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metrics.js","sourceRoot":"","sources":["../../../src/operations/metrics.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAInD,2CAA2C;AAC3C,MAAM,OAAO,WAAW;IAGtB;;;OAGG;IACH,YAAY,MAAqB;QAC/B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACH,IAAI,CACF,WAAmB,EACnB,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB,iBAAiB,CAClB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,qDAAqD;IAC3D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,eAAe;QAC1B,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"metrics.js","sourceRoot":"","sources":["../../../src/operations/metrics.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAInD,2CAA2C;AAC3C,MAAM,OAAO,WAAW;IAGtB;;;OAGG;IACH,YAAY,MAAqB;QAC/B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACH,IAAI,CACF,WAAmB,EACnB,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB,iBAAiB,CAClB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,qDAAqD;IAC3D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,eAAe;QAC1B,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,GAAG;QACd,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,UAAU;KACtB;IACD,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,WAAW,CAAC;IACzD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC"}
|
|
@@ -35,7 +35,7 @@ const listOperationSpec = {
|
|
|
35
35
|
bodyMapper: Mappers.OperationListResult
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
-
queryParameters: [Parameters.
|
|
38
|
+
queryParameters: [Parameters.apiVersion1],
|
|
39
39
|
urlParameters: [Parameters.$host],
|
|
40
40
|
headerParameters: [Parameters.accept],
|
|
41
41
|
serializer
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAOnD,8CAA8C;AAC9C,MAAM,OAAO,cAAc;IAGzB;;;OAGG;IACH,YAAY,MAAqB;QAC/B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,IAAI,CACF,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,0CAA0C;IAChD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAOnD,8CAA8C;AAC9C,MAAM,OAAO,cAAc;IAGzB;;;OAGG;IACH,YAAY,MAAqB;QAC/B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,IAAI,CACF,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,0CAA0C;IAChD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { PredictiveMetric } from "../operationsInterfaces";
|
|
2
|
+
import { MonitorClient } from "../monitorClient";
|
|
3
|
+
import { PredictiveMetricGetOptionalParams, PredictiveMetricGetResponse } from "../models";
|
|
4
|
+
/** Class containing PredictiveMetric operations. */
|
|
5
|
+
export declare class PredictiveMetricImpl implements PredictiveMetric {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class PredictiveMetric class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: MonitorClient);
|
|
12
|
+
/**
|
|
13
|
+
* get predictive autoscale metric future data
|
|
14
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
+
* @param autoscaleSettingName The autoscale setting name.
|
|
16
|
+
* @param timespan The timespan of the query. It is a string with the following format
|
|
17
|
+
* 'startDateTime_ISO/endDateTime_ISO'.
|
|
18
|
+
* @param interval The interval (i.e. timegrain) of the query.
|
|
19
|
+
* @param metricNamespace Metric namespace to query metric definitions for.
|
|
20
|
+
* @param metricName The names of the metrics (comma separated) to retrieve. Special case: If a
|
|
21
|
+
* metricname itself has a comma in it then use %2 to indicate it. Eg: 'Metric,Name1' should be
|
|
22
|
+
* **'Metric%2Name1'**
|
|
23
|
+
* @param aggregation The list of aggregation types (comma separated) to retrieve.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
get(resourceGroupName: string, autoscaleSettingName: string, timespan: string, interval: string, metricNamespace: string, metricName: string, aggregation: string, options?: PredictiveMetricGetOptionalParams): Promise<PredictiveMetricGetResponse>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=predictiveMetric.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"predictiveMetric.d.ts","sourceRoot":"","sources":["../../../src/operations/predictiveMetric.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAI3D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EACL,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,WAAW,CAAC;AAEnB,oDAAoD;AACpD,qBAAa,oBAAqB,YAAW,gBAAgB;IAC3D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgB;IAEvC;;;OAGG;gBACS,MAAM,EAAE,aAAa;IAIjC;;;;;;;;;;;;;OAaG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,MAAM,EAChB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;CAexC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as Mappers from "../models/mappers";
|
|
10
|
+
import * as Parameters from "../models/parameters";
|
|
11
|
+
/** Class containing PredictiveMetric operations. */
|
|
12
|
+
export class PredictiveMetricImpl {
|
|
13
|
+
/**
|
|
14
|
+
* Initialize a new instance of the class PredictiveMetric class.
|
|
15
|
+
* @param client Reference to the service client
|
|
16
|
+
*/
|
|
17
|
+
constructor(client) {
|
|
18
|
+
this.client = client;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* get predictive autoscale metric future data
|
|
22
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
|
+
* @param autoscaleSettingName The autoscale setting name.
|
|
24
|
+
* @param timespan The timespan of the query. It is a string with the following format
|
|
25
|
+
* 'startDateTime_ISO/endDateTime_ISO'.
|
|
26
|
+
* @param interval The interval (i.e. timegrain) of the query.
|
|
27
|
+
* @param metricNamespace Metric namespace to query metric definitions for.
|
|
28
|
+
* @param metricName The names of the metrics (comma separated) to retrieve. Special case: If a
|
|
29
|
+
* metricname itself has a comma in it then use %2 to indicate it. Eg: 'Metric,Name1' should be
|
|
30
|
+
* **'Metric%2Name1'**
|
|
31
|
+
* @param aggregation The list of aggregation types (comma separated) to retrieve.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
get(resourceGroupName, autoscaleSettingName, timespan, interval, metricNamespace, metricName, aggregation, options) {
|
|
35
|
+
return this.client.sendOperationRequest({
|
|
36
|
+
resourceGroupName,
|
|
37
|
+
autoscaleSettingName,
|
|
38
|
+
timespan,
|
|
39
|
+
interval,
|
|
40
|
+
metricNamespace,
|
|
41
|
+
metricName,
|
|
42
|
+
aggregation,
|
|
43
|
+
options
|
|
44
|
+
}, getOperationSpec);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
// Operation Specifications
|
|
48
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
49
|
+
const getOperationSpec = {
|
|
50
|
+
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}/predictiveMetrics",
|
|
51
|
+
httpMethod: "GET",
|
|
52
|
+
responses: {
|
|
53
|
+
200: {
|
|
54
|
+
bodyMapper: Mappers.PredictiveResponse
|
|
55
|
+
},
|
|
56
|
+
default: {
|
|
57
|
+
bodyMapper: Mappers.AutoscaleErrorResponse
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
queryParameters: [
|
|
61
|
+
Parameters.apiVersion,
|
|
62
|
+
Parameters.timespan,
|
|
63
|
+
Parameters.interval,
|
|
64
|
+
Parameters.metricNamespace,
|
|
65
|
+
Parameters.metricName,
|
|
66
|
+
Parameters.aggregation
|
|
67
|
+
],
|
|
68
|
+
urlParameters: [
|
|
69
|
+
Parameters.$host,
|
|
70
|
+
Parameters.resourceGroupName,
|
|
71
|
+
Parameters.subscriptionId,
|
|
72
|
+
Parameters.autoscaleSettingName
|
|
73
|
+
],
|
|
74
|
+
headerParameters: [Parameters.accept],
|
|
75
|
+
serializer
|
|
76
|
+
};
|
|
77
|
+
//# sourceMappingURL=predictiveMetric.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"predictiveMetric.js","sourceRoot":"","sources":["../../../src/operations/predictiveMetric.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAOnD,oDAAoD;AACpD,MAAM,OAAO,oBAAoB;IAG/B;;;OAGG;IACH,YAAY,MAAqB;QAC/B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,GAAG,CACD,iBAAyB,EACzB,oBAA4B,EAC5B,QAAgB,EAChB,QAAgB,EAChB,eAAuB,EACvB,UAAkB,EAClB,WAAmB,EACnB,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,oBAAoB;YACpB,QAAQ;YACR,QAAQ;YACR,eAAe;YACf,UAAU;YACV,WAAW;YACX,OAAO;SACR,EACD,gBAAgB,CACjB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,4JAA4J;IAC9J,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,kBAAkB;SACvC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,sBAAsB;SAC3C;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,eAAe;QAC1B,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,WAAW;KACvB;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,oBAAoB;KAChC;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
1
|
import { PrivateEndpointConnections } from "../operationsInterfaces";
|
|
3
2
|
import { MonitorClient } from "../monitorClient";
|
|
4
3
|
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
5
|
-
import {
|
|
4
|
+
import { PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams, PrivateEndpointConnectionsCreateOrUpdateResponse, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams, PrivateEndpointConnectionsListByPrivateLinkScopeResponse } from "../models";
|
|
6
5
|
/** Class containing PrivateEndpointConnections operations. */
|
|
7
6
|
export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointConnections {
|
|
8
7
|
private readonly client;
|
|
@@ -11,15 +10,6 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
|
11
10
|
* @param client Reference to the service client
|
|
12
11
|
*/
|
|
13
12
|
constructor(client: MonitorClient);
|
|
14
|
-
/**
|
|
15
|
-
* Gets all private endpoint connections on a private link scope.
|
|
16
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
-
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
18
|
-
* @param options The options parameters.
|
|
19
|
-
*/
|
|
20
|
-
listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
21
|
-
private listByPrivateLinkScopePagingPage;
|
|
22
|
-
private listByPrivateLinkScopePagingAll;
|
|
23
13
|
/**
|
|
24
14
|
* Gets a private endpoint connection.
|
|
25
15
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -33,7 +23,7 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
|
33
23
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
24
|
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
35
25
|
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
36
|
-
* @param parameters
|
|
26
|
+
* @param parameters The Private Endpoint Connection resource.
|
|
37
27
|
* @param options The options parameters.
|
|
38
28
|
*/
|
|
39
29
|
beginCreateOrUpdate(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
|
@@ -42,7 +32,7 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
|
42
32
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
43
33
|
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
44
34
|
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
45
|
-
* @param parameters
|
|
35
|
+
* @param parameters The Private Endpoint Connection resource.
|
|
46
36
|
* @param options The options parameters.
|
|
47
37
|
*/
|
|
48
38
|
beginCreateOrUpdateAndWait(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
@@ -68,14 +58,6 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
|
68
58
|
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
69
59
|
* @param options The options parameters.
|
|
70
60
|
*/
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* ListByPrivateLinkScopeNext
|
|
74
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
-
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
76
|
-
* @param nextLink The nextLink from the previous successful call to the ListByPrivateLinkScope method.
|
|
77
|
-
* @param options The options parameters.
|
|
78
|
-
*/
|
|
79
|
-
private _listByPrivateLinkScopeNext;
|
|
61
|
+
listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams): Promise<PrivateEndpointConnectionsListByPrivateLinkScopeResponse>;
|
|
80
62
|
}
|
|
81
63
|
//# sourceMappingURL=privateEndpointConnections.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAIrE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAa,MAAM,iBAAiB,CAAC;AAE5E,OAAO,EACL,2CAA2C,EAC3C,qCAAqC,EACrC,yBAAyB,EACzB,sDAAsD,EACtD,gDAAgD,EAChD,8CAA8C,EAC9C,8DAA8D,EAC9D,wDAAwD,EACzD,MAAM,WAAW,CAAC;AAEnB,8DAA8D;AAC9D,qBAAa,8BACX,YAAW,0BAA0B;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgB;IAEvC;;;OAGG;gBACS,MAAM,EAAE,aAAa;IAIjC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;;;;OAOG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,gDAAgD,CAAC,EACpE,gDAAgD,CACjD,CACF;IA2DD;;;;;;;OAOG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAW5D;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAqDtD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC;IAUhB;;;;;OAKG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,8DAA8D,GACvE,OAAO,CAAC,wDAAwD,CAAC;CAMrE"}
|
|
@@ -5,13 +5,12 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
8
|
+
import { __awaiter } from "tslib";
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
10
|
import * as Mappers from "../models/mappers";
|
|
11
11
|
import * as Parameters from "../models/parameters";
|
|
12
12
|
import { LroEngine } from "@azure/core-lro";
|
|
13
13
|
import { LroImpl } from "../lroImpl";
|
|
14
|
-
/// <reference lib="esnext.asynciterable" />
|
|
15
14
|
/** Class containing PrivateEndpointConnections operations. */
|
|
16
15
|
export class PrivateEndpointConnectionsImpl {
|
|
17
16
|
/**
|
|
@@ -21,56 +20,6 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
21
20
|
constructor(client) {
|
|
22
21
|
this.client = client;
|
|
23
22
|
}
|
|
24
|
-
/**
|
|
25
|
-
* Gets all private endpoint connections on a private link scope.
|
|
26
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
-
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
listByPrivateLinkScope(resourceGroupName, scopeName, options) {
|
|
31
|
-
const iter = this.listByPrivateLinkScopePagingAll(resourceGroupName, scopeName, options);
|
|
32
|
-
return {
|
|
33
|
-
next() {
|
|
34
|
-
return iter.next();
|
|
35
|
-
},
|
|
36
|
-
[Symbol.asyncIterator]() {
|
|
37
|
-
return this;
|
|
38
|
-
},
|
|
39
|
-
byPage: () => {
|
|
40
|
-
return this.listByPrivateLinkScopePagingPage(resourceGroupName, scopeName, options);
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
listByPrivateLinkScopePagingPage(resourceGroupName, scopeName, options) {
|
|
45
|
-
return __asyncGenerator(this, arguments, function* listByPrivateLinkScopePagingPage_1() {
|
|
46
|
-
let result = yield __await(this._listByPrivateLinkScope(resourceGroupName, scopeName, options));
|
|
47
|
-
yield yield __await(result.value || []);
|
|
48
|
-
let continuationToken = result.nextLink;
|
|
49
|
-
while (continuationToken) {
|
|
50
|
-
result = yield __await(this._listByPrivateLinkScopeNext(resourceGroupName, scopeName, continuationToken, options));
|
|
51
|
-
continuationToken = result.nextLink;
|
|
52
|
-
yield yield __await(result.value || []);
|
|
53
|
-
}
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
listByPrivateLinkScopePagingAll(resourceGroupName, scopeName, options) {
|
|
57
|
-
return __asyncGenerator(this, arguments, function* listByPrivateLinkScopePagingAll_1() {
|
|
58
|
-
var e_1, _a;
|
|
59
|
-
try {
|
|
60
|
-
for (var _b = __asyncValues(this.listByPrivateLinkScopePagingPage(resourceGroupName, scopeName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
61
|
-
const page = _c.value;
|
|
62
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
66
|
-
finally {
|
|
67
|
-
try {
|
|
68
|
-
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
69
|
-
}
|
|
70
|
-
finally { if (e_1) throw e_1.error; }
|
|
71
|
-
}
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
23
|
/**
|
|
75
24
|
* Gets a private endpoint connection.
|
|
76
25
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -86,7 +35,7 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
86
35
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
87
36
|
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
88
37
|
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
89
|
-
* @param parameters
|
|
38
|
+
* @param parameters The Private Endpoint Connection resource.
|
|
90
39
|
* @param options The options parameters.
|
|
91
40
|
*/
|
|
92
41
|
beginCreateOrUpdate(resourceGroupName, scopeName, privateEndpointConnectionName, parameters, options) {
|
|
@@ -133,7 +82,7 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
133
82
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
134
83
|
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
135
84
|
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
136
|
-
* @param parameters
|
|
85
|
+
* @param parameters The Private Endpoint Connection resource.
|
|
137
86
|
* @param options The options parameters.
|
|
138
87
|
*/
|
|
139
88
|
beginCreateOrUpdateAndWait(resourceGroupName, scopeName, privateEndpointConnectionName, parameters, options) {
|
|
@@ -201,19 +150,9 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
201
150
|
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
202
151
|
* @param options The options parameters.
|
|
203
152
|
*/
|
|
204
|
-
|
|
153
|
+
listByPrivateLinkScope(resourceGroupName, scopeName, options) {
|
|
205
154
|
return this.client.sendOperationRequest({ resourceGroupName, scopeName, options }, listByPrivateLinkScopeOperationSpec);
|
|
206
155
|
}
|
|
207
|
-
/**
|
|
208
|
-
* ListByPrivateLinkScopeNext
|
|
209
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
210
|
-
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
211
|
-
* @param nextLink The nextLink from the previous successful call to the ListByPrivateLinkScope method.
|
|
212
|
-
* @param options The options parameters.
|
|
213
|
-
*/
|
|
214
|
-
_listByPrivateLinkScopeNext(resourceGroupName, scopeName, nextLink, options) {
|
|
215
|
-
return this.client.sendOperationRequest({ resourceGroupName, scopeName, nextLink, options }, listByPrivateLinkScopeNextOperationSpec);
|
|
216
|
-
}
|
|
217
156
|
}
|
|
218
157
|
// Operation Specifications
|
|
219
158
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
@@ -223,9 +162,12 @@ const getOperationSpec = {
|
|
|
223
162
|
responses: {
|
|
224
163
|
200: {
|
|
225
164
|
bodyMapper: Mappers.PrivateEndpointConnection
|
|
165
|
+
},
|
|
166
|
+
default: {
|
|
167
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
226
168
|
}
|
|
227
169
|
},
|
|
228
|
-
queryParameters: [Parameters.
|
|
170
|
+
queryParameters: [Parameters.apiVersion11],
|
|
229
171
|
urlParameters: [
|
|
230
172
|
Parameters.$host,
|
|
231
173
|
Parameters.resourceGroupName,
|
|
@@ -251,10 +193,13 @@ const createOrUpdateOperationSpec = {
|
|
|
251
193
|
},
|
|
252
194
|
204: {
|
|
253
195
|
bodyMapper: Mappers.PrivateEndpointConnection
|
|
196
|
+
},
|
|
197
|
+
default: {
|
|
198
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
254
199
|
}
|
|
255
200
|
},
|
|
256
201
|
requestBody: Parameters.parameters8,
|
|
257
|
-
queryParameters: [Parameters.
|
|
202
|
+
queryParameters: [Parameters.apiVersion11],
|
|
258
203
|
urlParameters: [
|
|
259
204
|
Parameters.$host,
|
|
260
205
|
Parameters.resourceGroupName,
|
|
@@ -269,49 +214,42 @@ const createOrUpdateOperationSpec = {
|
|
|
269
214
|
const deleteOperationSpec = {
|
|
270
215
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
271
216
|
httpMethod: "DELETE",
|
|
272
|
-
responses: { 200: {}, 201: {}, 202: {}, 204: {} },
|
|
273
|
-
queryParameters: [Parameters.apiVersion10],
|
|
274
|
-
urlParameters: [
|
|
275
|
-
Parameters.$host,
|
|
276
|
-
Parameters.resourceGroupName,
|
|
277
|
-
Parameters.subscriptionId,
|
|
278
|
-
Parameters.scopeName,
|
|
279
|
-
Parameters.privateEndpointConnectionName
|
|
280
|
-
],
|
|
281
|
-
serializer
|
|
282
|
-
};
|
|
283
|
-
const listByPrivateLinkScopeOperationSpec = {
|
|
284
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnections",
|
|
285
|
-
httpMethod: "GET",
|
|
286
217
|
responses: {
|
|
287
|
-
200: {
|
|
288
|
-
|
|
218
|
+
200: {},
|
|
219
|
+
201: {},
|
|
220
|
+
202: {},
|
|
221
|
+
204: {},
|
|
222
|
+
default: {
|
|
223
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
289
224
|
}
|
|
290
225
|
},
|
|
291
|
-
queryParameters: [Parameters.
|
|
226
|
+
queryParameters: [Parameters.apiVersion11],
|
|
292
227
|
urlParameters: [
|
|
293
228
|
Parameters.$host,
|
|
294
229
|
Parameters.resourceGroupName,
|
|
295
230
|
Parameters.subscriptionId,
|
|
296
|
-
Parameters.scopeName
|
|
231
|
+
Parameters.scopeName,
|
|
232
|
+
Parameters.privateEndpointConnectionName
|
|
297
233
|
],
|
|
298
234
|
headerParameters: [Parameters.accept],
|
|
299
235
|
serializer
|
|
300
236
|
};
|
|
301
|
-
const
|
|
302
|
-
path: "{
|
|
237
|
+
const listByPrivateLinkScopeOperationSpec = {
|
|
238
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnections",
|
|
303
239
|
httpMethod: "GET",
|
|
304
240
|
responses: {
|
|
305
241
|
200: {
|
|
306
242
|
bodyMapper: Mappers.PrivateEndpointConnectionListResult
|
|
243
|
+
},
|
|
244
|
+
default: {
|
|
245
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
307
246
|
}
|
|
308
247
|
},
|
|
309
|
-
queryParameters: [Parameters.
|
|
248
|
+
queryParameters: [Parameters.apiVersion11],
|
|
310
249
|
urlParameters: [
|
|
311
250
|
Parameters.$host,
|
|
312
251
|
Parameters.resourceGroupName,
|
|
313
252
|
Parameters.subscriptionId,
|
|
314
|
-
Parameters.nextLink,
|
|
315
253
|
Parameters.scopeName
|
|
316
254
|
],
|
|
317
255
|
headerParameters: [Parameters.accept],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
1
|
import { PrivateLinkResources } from "../operationsInterfaces";
|
|
3
2
|
import { MonitorClient } from "../monitorClient";
|
|
4
|
-
import {
|
|
3
|
+
import { PrivateLinkResourcesListByPrivateLinkScopeOptionalParams, PrivateLinkResourcesListByPrivateLinkScopeResponse, PrivateLinkResourcesGetOptionalParams, PrivateLinkResourcesGetResponse } from "../models";
|
|
5
4
|
/** Class containing PrivateLinkResources operations. */
|
|
6
5
|
export declare class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
7
6
|
private readonly client;
|
|
@@ -16,16 +15,7 @@ export declare class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
|
16
15
|
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
17
16
|
* @param options The options parameters.
|
|
18
17
|
*/
|
|
19
|
-
listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams):
|
|
20
|
-
private listByPrivateLinkScopePagingPage;
|
|
21
|
-
private listByPrivateLinkScopePagingAll;
|
|
22
|
-
/**
|
|
23
|
-
* Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
|
|
24
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
-
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
private _listByPrivateLinkScope;
|
|
18
|
+
listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): Promise<PrivateLinkResourcesListByPrivateLinkScopeResponse>;
|
|
29
19
|
/**
|
|
30
20
|
* Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
|
|
31
21
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -34,13 +24,5 @@ export declare class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
|
34
24
|
* @param options The options parameters.
|
|
35
25
|
*/
|
|
36
26
|
get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
37
|
-
/**
|
|
38
|
-
* ListByPrivateLinkScopeNext
|
|
39
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
-
* @param scopeName The name of the Azure Monitor PrivateLinkScope resource.
|
|
41
|
-
* @param nextLink The nextLink from the previous successful call to the ListByPrivateLinkScope method.
|
|
42
|
-
* @param options The options parameters.
|
|
43
|
-
*/
|
|
44
|
-
private _listByPrivateLinkScopeNext;
|
|
45
27
|
}
|
|
46
28
|
//# sourceMappingURL=privateLinkResources.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAI/D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EACL,wDAAwD,EACxD,kDAAkD,EAClD,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,WAAW,CAAC;AAEnB,wDAAwD;AACxD,qBAAa,wBAAyB,YAAW,oBAAoB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgB;IAEvC;;;OAGG;gBACS,MAAM,EAAE,aAAa;IAIjC;;;;;OAKG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,wDAAwD,GACjE,OAAO,CAAC,kDAAkD,CAAC;IAO9D;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;CAM5C"}
|