@azure/arm-costmanagement 1.0.0-alpha.20250718.1 → 1.0.0-alpha.20250730.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/costManagementClient.js +28 -5
- package/dist/browser/costManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +256 -117
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/alerts.js +1 -0
- package/dist/browser/operations/alerts.js.map +1 -1
- package/dist/browser/operations/benefitRecommendations.js +23 -40
- package/dist/browser/operations/benefitRecommendations.js.map +1 -1
- package/dist/browser/operations/benefitUtilizationSummaries.js +89 -157
- package/dist/browser/operations/benefitUtilizationSummaries.js.map +1 -1
- package/dist/browser/operations/dimensions.js +19 -53
- package/dist/browser/operations/dimensions.js.map +1 -1
- package/dist/browser/operations/exports.js +1 -0
- package/dist/browser/operations/exports.js.map +1 -1
- package/dist/browser/operations/forecast.js +1 -0
- package/dist/browser/operations/forecast.js.map +1 -1
- package/dist/browser/operations/generateCostDetailsReport.js +23 -12
- package/dist/browser/operations/generateCostDetailsReport.js.map +1 -1
- package/dist/browser/operations/generateDetailedCostReport.js +12 -6
- package/dist/browser/operations/generateDetailedCostReport.js.map +1 -1
- package/dist/browser/operations/generateDetailedCostReportOperationResults.js +12 -6
- package/dist/browser/operations/generateDetailedCostReportOperationResults.js.map +1 -1
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.js +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.js.map +1 -1
- package/dist/browser/operations/generateReservationDetailsReport.js +23 -12
- package/dist/browser/operations/generateReservationDetailsReport.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/priceSheet.js +23 -12
- package/dist/browser/operations/priceSheet.js.map +1 -1
- package/dist/browser/operations/query.js +1 -0
- package/dist/browser/operations/query.js.map +1 -1
- package/dist/browser/operations/scheduledActions.js +45 -79
- package/dist/browser/operations/scheduledActions.js.map +1 -1
- package/dist/browser/operations/views.js +45 -79
- package/dist/browser/operations/views.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/costManagementClient.js +28 -5
- package/dist/commonjs/costManagementClient.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 +256 -117
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/alerts.js +1 -0
- package/dist/commonjs/operations/alerts.js.map +1 -1
- package/dist/commonjs/operations/benefitRecommendations.js +23 -39
- package/dist/commonjs/operations/benefitRecommendations.js.map +1 -1
- package/dist/commonjs/operations/benefitUtilizationSummaries.js +89 -156
- package/dist/commonjs/operations/benefitUtilizationSummaries.js.map +1 -1
- package/dist/commonjs/operations/dimensions.js +19 -52
- package/dist/commonjs/operations/dimensions.js.map +1 -1
- package/dist/commonjs/operations/exports.js +1 -0
- package/dist/commonjs/operations/exports.js.map +1 -1
- package/dist/commonjs/operations/forecast.js +1 -0
- package/dist/commonjs/operations/forecast.js.map +1 -1
- package/dist/commonjs/operations/generateCostDetailsReport.js +23 -12
- package/dist/commonjs/operations/generateCostDetailsReport.js.map +1 -1
- package/dist/commonjs/operations/generateDetailedCostReport.js +12 -6
- package/dist/commonjs/operations/generateDetailedCostReport.js.map +1 -1
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js +12 -6
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js.map +1 -1
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js.map +1 -1
- package/dist/commonjs/operations/generateReservationDetailsReport.js +23 -12
- package/dist/commonjs/operations/generateReservationDetailsReport.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/priceSheet.js +23 -12
- package/dist/commonjs/operations/priceSheet.js.map +1 -1
- package/dist/commonjs/operations/query.js +1 -0
- package/dist/commonjs/operations/query.js.map +1 -1
- package/dist/commonjs/operations/scheduledActions.js +45 -78
- package/dist/commonjs/operations/scheduledActions.js.map +1 -1
- package/dist/commonjs/operations/views.js +45 -78
- package/dist/commonjs/operations/views.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/costManagementClient.js +28 -5
- package/dist/esm/costManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +256 -117
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/alerts.js +1 -0
- package/dist/esm/operations/alerts.js.map +1 -1
- package/dist/esm/operations/benefitRecommendations.js +23 -40
- package/dist/esm/operations/benefitRecommendations.js.map +1 -1
- package/dist/esm/operations/benefitUtilizationSummaries.js +89 -157
- package/dist/esm/operations/benefitUtilizationSummaries.js.map +1 -1
- package/dist/esm/operations/dimensions.js +19 -53
- package/dist/esm/operations/dimensions.js.map +1 -1
- package/dist/esm/operations/exports.js +1 -0
- package/dist/esm/operations/exports.js.map +1 -1
- package/dist/esm/operations/forecast.js +1 -0
- package/dist/esm/operations/forecast.js.map +1 -1
- package/dist/esm/operations/generateCostDetailsReport.js +23 -12
- package/dist/esm/operations/generateCostDetailsReport.js.map +1 -1
- package/dist/esm/operations/generateDetailedCostReport.js +12 -6
- package/dist/esm/operations/generateDetailedCostReport.js.map +1 -1
- package/dist/esm/operations/generateDetailedCostReportOperationResults.js +12 -6
- package/dist/esm/operations/generateDetailedCostReportOperationResults.js.map +1 -1
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.js +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.js.map +1 -1
- package/dist/esm/operations/generateReservationDetailsReport.js +23 -12
- package/dist/esm/operations/generateReservationDetailsReport.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/priceSheet.js +23 -12
- package/dist/esm/operations/priceSheet.js.map +1 -1
- package/dist/esm/operations/query.js +1 -0
- package/dist/esm/operations/query.js.map +1 -1
- package/dist/esm/operations/scheduledActions.js +45 -79
- package/dist/esm/operations/scheduledActions.js.map +1 -1
- package/dist/esm/operations/views.js +45 -79
- package/dist/esm/operations/views.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/costManagementClient.js +28 -5
- package/dist/react-native/costManagementClient.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 +256 -117
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/alerts.js +1 -0
- package/dist/react-native/operations/alerts.js.map +1 -1
- package/dist/react-native/operations/benefitRecommendations.js +23 -40
- package/dist/react-native/operations/benefitRecommendations.js.map +1 -1
- package/dist/react-native/operations/benefitUtilizationSummaries.js +89 -157
- package/dist/react-native/operations/benefitUtilizationSummaries.js.map +1 -1
- package/dist/react-native/operations/dimensions.js +19 -53
- package/dist/react-native/operations/dimensions.js.map +1 -1
- package/dist/react-native/operations/exports.js +1 -0
- package/dist/react-native/operations/exports.js.map +1 -1
- package/dist/react-native/operations/forecast.js +1 -0
- package/dist/react-native/operations/forecast.js.map +1 -1
- package/dist/react-native/operations/generateCostDetailsReport.js +23 -12
- package/dist/react-native/operations/generateCostDetailsReport.js.map +1 -1
- package/dist/react-native/operations/generateDetailedCostReport.js +12 -6
- package/dist/react-native/operations/generateDetailedCostReport.js.map +1 -1
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.js +12 -6
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.js.map +1 -1
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js.map +1 -1
- package/dist/react-native/operations/generateReservationDetailsReport.js +23 -12
- package/dist/react-native/operations/generateReservationDetailsReport.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/priceSheet.js +23 -12
- package/dist/react-native/operations/priceSheet.js.map +1 -1
- package/dist/react-native/operations/query.js +1 -0
- package/dist/react-native/operations/query.js.map +1 -1
- package/dist/react-native/operations/scheduledActions.js +45 -79
- package/dist/react-native/operations/scheduledActions.js.map +1 -1
- package/dist/react-native/operations/views.js +45 -79
- package/dist/react-native/operations/views.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-costmanagement-node.api.md +2064 -2064
|
@@ -2798,20 +2798,25 @@ export const CostManagementOperation = {
|
|
|
2798
2798
|
type: {
|
|
2799
2799
|
name: "Composite",
|
|
2800
2800
|
className: "CostManagementOperation",
|
|
2801
|
-
modelProperties:
|
|
2801
|
+
modelProperties: {
|
|
2802
|
+
...Operation.type.modelProperties,
|
|
2803
|
+
id: {
|
|
2802
2804
|
serializedName: "id",
|
|
2803
2805
|
readOnly: true,
|
|
2804
2806
|
type: {
|
|
2805
2807
|
name: "String"
|
|
2806
2808
|
}
|
|
2807
|
-
}
|
|
2809
|
+
}
|
|
2810
|
+
}
|
|
2808
2811
|
}
|
|
2809
2812
|
};
|
|
2810
2813
|
export const ErrorDetailsWithNestedDetails = {
|
|
2811
2814
|
type: {
|
|
2812
2815
|
name: "Composite",
|
|
2813
2816
|
className: "ErrorDetailsWithNestedDetails",
|
|
2814
|
-
modelProperties:
|
|
2817
|
+
modelProperties: {
|
|
2818
|
+
...ErrorDetails.type.modelProperties,
|
|
2819
|
+
details: {
|
|
2815
2820
|
serializedName: "details",
|
|
2816
2821
|
readOnly: true,
|
|
2817
2822
|
type: {
|
|
@@ -2823,63 +2828,75 @@ export const ErrorDetailsWithNestedDetails = {
|
|
|
2823
2828
|
}
|
|
2824
2829
|
}
|
|
2825
2830
|
}
|
|
2826
|
-
}
|
|
2831
|
+
}
|
|
2832
|
+
}
|
|
2827
2833
|
}
|
|
2828
2834
|
};
|
|
2829
2835
|
export const View = {
|
|
2830
2836
|
type: {
|
|
2831
2837
|
name: "Composite",
|
|
2832
2838
|
className: "View",
|
|
2833
|
-
modelProperties:
|
|
2839
|
+
modelProperties: {
|
|
2840
|
+
...CostManagementProxyResource.type.modelProperties,
|
|
2841
|
+
displayName: {
|
|
2834
2842
|
serializedName: "properties.displayName",
|
|
2835
2843
|
type: {
|
|
2836
2844
|
name: "String"
|
|
2837
2845
|
}
|
|
2838
|
-
},
|
|
2846
|
+
},
|
|
2847
|
+
scope: {
|
|
2839
2848
|
serializedName: "properties.scope",
|
|
2840
2849
|
type: {
|
|
2841
2850
|
name: "String"
|
|
2842
2851
|
}
|
|
2843
|
-
},
|
|
2852
|
+
},
|
|
2853
|
+
createdOn: {
|
|
2844
2854
|
serializedName: "properties.createdOn",
|
|
2845
2855
|
readOnly: true,
|
|
2846
2856
|
type: {
|
|
2847
2857
|
name: "DateTime"
|
|
2848
2858
|
}
|
|
2849
|
-
},
|
|
2859
|
+
},
|
|
2860
|
+
modifiedOn: {
|
|
2850
2861
|
serializedName: "properties.modifiedOn",
|
|
2851
2862
|
readOnly: true,
|
|
2852
2863
|
type: {
|
|
2853
2864
|
name: "DateTime"
|
|
2854
2865
|
}
|
|
2855
|
-
},
|
|
2866
|
+
},
|
|
2867
|
+
dateRange: {
|
|
2856
2868
|
serializedName: "properties.dateRange",
|
|
2857
2869
|
readOnly: true,
|
|
2858
2870
|
type: {
|
|
2859
2871
|
name: "String"
|
|
2860
2872
|
}
|
|
2861
|
-
},
|
|
2873
|
+
},
|
|
2874
|
+
currency: {
|
|
2862
2875
|
serializedName: "properties.currency",
|
|
2863
2876
|
readOnly: true,
|
|
2864
2877
|
type: {
|
|
2865
2878
|
name: "String"
|
|
2866
2879
|
}
|
|
2867
|
-
},
|
|
2880
|
+
},
|
|
2881
|
+
chart: {
|
|
2868
2882
|
serializedName: "properties.chart",
|
|
2869
2883
|
type: {
|
|
2870
2884
|
name: "String"
|
|
2871
2885
|
}
|
|
2872
|
-
},
|
|
2886
|
+
},
|
|
2887
|
+
accumulated: {
|
|
2873
2888
|
serializedName: "properties.accumulated",
|
|
2874
2889
|
type: {
|
|
2875
2890
|
name: "String"
|
|
2876
2891
|
}
|
|
2877
|
-
},
|
|
2892
|
+
},
|
|
2893
|
+
metric: {
|
|
2878
2894
|
serializedName: "properties.metric",
|
|
2879
2895
|
type: {
|
|
2880
2896
|
name: "String"
|
|
2881
2897
|
}
|
|
2882
|
-
},
|
|
2898
|
+
},
|
|
2899
|
+
kpis: {
|
|
2883
2900
|
serializedName: "properties.kpis",
|
|
2884
2901
|
type: {
|
|
2885
2902
|
name: "Sequence",
|
|
@@ -2890,7 +2907,8 @@ export const View = {
|
|
|
2890
2907
|
}
|
|
2891
2908
|
}
|
|
2892
2909
|
}
|
|
2893
|
-
},
|
|
2910
|
+
},
|
|
2911
|
+
pivots: {
|
|
2894
2912
|
serializedName: "properties.pivots",
|
|
2895
2913
|
type: {
|
|
2896
2914
|
name: "Sequence",
|
|
@@ -2901,211 +2919,253 @@ export const View = {
|
|
|
2901
2919
|
}
|
|
2902
2920
|
}
|
|
2903
2921
|
}
|
|
2904
|
-
},
|
|
2922
|
+
},
|
|
2923
|
+
typePropertiesQueryType: {
|
|
2905
2924
|
serializedName: "properties.query.type",
|
|
2906
2925
|
type: {
|
|
2907
2926
|
name: "String"
|
|
2908
2927
|
}
|
|
2909
|
-
},
|
|
2928
|
+
},
|
|
2929
|
+
timeframe: {
|
|
2910
2930
|
serializedName: "properties.query.timeframe",
|
|
2911
2931
|
type: {
|
|
2912
2932
|
name: "String"
|
|
2913
2933
|
}
|
|
2914
|
-
},
|
|
2934
|
+
},
|
|
2935
|
+
timePeriod: {
|
|
2915
2936
|
serializedName: "properties.query.timePeriod",
|
|
2916
2937
|
type: {
|
|
2917
2938
|
name: "Composite",
|
|
2918
2939
|
className: "ReportConfigTimePeriod"
|
|
2919
2940
|
}
|
|
2920
|
-
},
|
|
2941
|
+
},
|
|
2942
|
+
dataSet: {
|
|
2921
2943
|
serializedName: "properties.query.dataSet",
|
|
2922
2944
|
type: {
|
|
2923
2945
|
name: "Composite",
|
|
2924
2946
|
className: "ReportConfigDataset"
|
|
2925
2947
|
}
|
|
2926
|
-
},
|
|
2948
|
+
},
|
|
2949
|
+
includeMonetaryCommitment: {
|
|
2927
2950
|
serializedName: "properties.query.includeMonetaryCommitment",
|
|
2928
2951
|
type: {
|
|
2929
2952
|
name: "Boolean"
|
|
2930
2953
|
}
|
|
2931
|
-
}
|
|
2954
|
+
}
|
|
2955
|
+
}
|
|
2932
2956
|
}
|
|
2933
2957
|
};
|
|
2934
2958
|
export const Alert = {
|
|
2935
2959
|
type: {
|
|
2936
2960
|
name: "Composite",
|
|
2937
2961
|
className: "Alert",
|
|
2938
|
-
modelProperties:
|
|
2962
|
+
modelProperties: {
|
|
2963
|
+
...CostManagementProxyResource.type.modelProperties,
|
|
2964
|
+
definition: {
|
|
2939
2965
|
serializedName: "properties.definition",
|
|
2940
2966
|
type: {
|
|
2941
2967
|
name: "Composite",
|
|
2942
2968
|
className: "AlertPropertiesDefinition"
|
|
2943
2969
|
}
|
|
2944
|
-
},
|
|
2970
|
+
},
|
|
2971
|
+
description: {
|
|
2945
2972
|
serializedName: "properties.description",
|
|
2946
2973
|
type: {
|
|
2947
2974
|
name: "String"
|
|
2948
2975
|
}
|
|
2949
|
-
},
|
|
2976
|
+
},
|
|
2977
|
+
source: {
|
|
2950
2978
|
serializedName: "properties.source",
|
|
2951
2979
|
type: {
|
|
2952
2980
|
name: "String"
|
|
2953
2981
|
}
|
|
2954
|
-
},
|
|
2982
|
+
},
|
|
2983
|
+
details: {
|
|
2955
2984
|
serializedName: "properties.details",
|
|
2956
2985
|
type: {
|
|
2957
2986
|
name: "Composite",
|
|
2958
2987
|
className: "AlertPropertiesDetails"
|
|
2959
2988
|
}
|
|
2960
|
-
},
|
|
2989
|
+
},
|
|
2990
|
+
costEntityId: {
|
|
2961
2991
|
serializedName: "properties.costEntityId",
|
|
2962
2992
|
type: {
|
|
2963
2993
|
name: "String"
|
|
2964
2994
|
}
|
|
2965
|
-
},
|
|
2995
|
+
},
|
|
2996
|
+
status: {
|
|
2966
2997
|
serializedName: "properties.status",
|
|
2967
2998
|
type: {
|
|
2968
2999
|
name: "String"
|
|
2969
3000
|
}
|
|
2970
|
-
},
|
|
3001
|
+
},
|
|
3002
|
+
creationTime: {
|
|
2971
3003
|
serializedName: "properties.creationTime",
|
|
2972
3004
|
type: {
|
|
2973
3005
|
name: "String"
|
|
2974
3006
|
}
|
|
2975
|
-
},
|
|
3007
|
+
},
|
|
3008
|
+
closeTime: {
|
|
2976
3009
|
serializedName: "properties.closeTime",
|
|
2977
3010
|
type: {
|
|
2978
3011
|
name: "String"
|
|
2979
3012
|
}
|
|
2980
|
-
},
|
|
3013
|
+
},
|
|
3014
|
+
modificationTime: {
|
|
2981
3015
|
serializedName: "properties.modificationTime",
|
|
2982
3016
|
type: {
|
|
2983
3017
|
name: "String"
|
|
2984
3018
|
}
|
|
2985
|
-
},
|
|
3019
|
+
},
|
|
3020
|
+
statusModificationUserName: {
|
|
2986
3021
|
serializedName: "properties.statusModificationUserName",
|
|
2987
3022
|
type: {
|
|
2988
3023
|
name: "String"
|
|
2989
3024
|
}
|
|
2990
|
-
},
|
|
3025
|
+
},
|
|
3026
|
+
statusModificationTime: {
|
|
2991
3027
|
serializedName: "properties.statusModificationTime",
|
|
2992
3028
|
type: {
|
|
2993
3029
|
name: "String"
|
|
2994
3030
|
}
|
|
2995
|
-
}
|
|
3031
|
+
}
|
|
3032
|
+
}
|
|
2996
3033
|
}
|
|
2997
3034
|
};
|
|
2998
3035
|
export const ExportRun = {
|
|
2999
3036
|
type: {
|
|
3000
3037
|
name: "Composite",
|
|
3001
3038
|
className: "ExportRun",
|
|
3002
|
-
modelProperties:
|
|
3039
|
+
modelProperties: {
|
|
3040
|
+
...CostManagementProxyResource.type.modelProperties,
|
|
3041
|
+
executionType: {
|
|
3003
3042
|
serializedName: "properties.executionType",
|
|
3004
3043
|
type: {
|
|
3005
3044
|
name: "String"
|
|
3006
3045
|
}
|
|
3007
|
-
},
|
|
3046
|
+
},
|
|
3047
|
+
status: {
|
|
3008
3048
|
serializedName: "properties.status",
|
|
3009
3049
|
type: {
|
|
3010
3050
|
name: "String"
|
|
3011
3051
|
}
|
|
3012
|
-
},
|
|
3052
|
+
},
|
|
3053
|
+
submittedBy: {
|
|
3013
3054
|
serializedName: "properties.submittedBy",
|
|
3014
3055
|
type: {
|
|
3015
3056
|
name: "String"
|
|
3016
3057
|
}
|
|
3017
|
-
},
|
|
3058
|
+
},
|
|
3059
|
+
submittedTime: {
|
|
3018
3060
|
serializedName: "properties.submittedTime",
|
|
3019
3061
|
type: {
|
|
3020
3062
|
name: "DateTime"
|
|
3021
3063
|
}
|
|
3022
|
-
},
|
|
3064
|
+
},
|
|
3065
|
+
processingStartTime: {
|
|
3023
3066
|
serializedName: "properties.processingStartTime",
|
|
3024
3067
|
type: {
|
|
3025
3068
|
name: "DateTime"
|
|
3026
3069
|
}
|
|
3027
|
-
},
|
|
3070
|
+
},
|
|
3071
|
+
processingEndTime: {
|
|
3028
3072
|
serializedName: "properties.processingEndTime",
|
|
3029
3073
|
type: {
|
|
3030
3074
|
name: "DateTime"
|
|
3031
3075
|
}
|
|
3032
|
-
},
|
|
3076
|
+
},
|
|
3077
|
+
fileName: {
|
|
3033
3078
|
serializedName: "properties.fileName",
|
|
3034
3079
|
type: {
|
|
3035
3080
|
name: "String"
|
|
3036
3081
|
}
|
|
3037
|
-
},
|
|
3082
|
+
},
|
|
3083
|
+
runSettings: {
|
|
3038
3084
|
serializedName: "properties.runSettings",
|
|
3039
3085
|
type: {
|
|
3040
3086
|
name: "Composite",
|
|
3041
3087
|
className: "CommonExportProperties"
|
|
3042
3088
|
}
|
|
3043
|
-
},
|
|
3089
|
+
},
|
|
3090
|
+
error: {
|
|
3044
3091
|
serializedName: "properties.error",
|
|
3045
3092
|
type: {
|
|
3046
3093
|
name: "Composite",
|
|
3047
3094
|
className: "ErrorDetails"
|
|
3048
3095
|
}
|
|
3049
|
-
}
|
|
3096
|
+
}
|
|
3097
|
+
}
|
|
3050
3098
|
}
|
|
3051
3099
|
};
|
|
3052
3100
|
export const Export = {
|
|
3053
3101
|
type: {
|
|
3054
3102
|
name: "Composite",
|
|
3055
3103
|
className: "Export",
|
|
3056
|
-
modelProperties:
|
|
3104
|
+
modelProperties: {
|
|
3105
|
+
...CostManagementProxyResource.type.modelProperties,
|
|
3106
|
+
format: {
|
|
3057
3107
|
serializedName: "properties.format",
|
|
3058
3108
|
type: {
|
|
3059
3109
|
name: "String"
|
|
3060
3110
|
}
|
|
3061
|
-
},
|
|
3111
|
+
},
|
|
3112
|
+
deliveryInfo: {
|
|
3062
3113
|
serializedName: "properties.deliveryInfo",
|
|
3063
3114
|
type: {
|
|
3064
3115
|
name: "Composite",
|
|
3065
3116
|
className: "ExportDeliveryInfo"
|
|
3066
3117
|
}
|
|
3067
|
-
},
|
|
3118
|
+
},
|
|
3119
|
+
definition: {
|
|
3068
3120
|
serializedName: "properties.definition",
|
|
3069
3121
|
type: {
|
|
3070
3122
|
name: "Composite",
|
|
3071
3123
|
className: "ExportDefinition"
|
|
3072
3124
|
}
|
|
3073
|
-
},
|
|
3125
|
+
},
|
|
3126
|
+
runHistory: {
|
|
3074
3127
|
serializedName: "properties.runHistory",
|
|
3075
3128
|
type: {
|
|
3076
3129
|
name: "Composite",
|
|
3077
3130
|
className: "ExportExecutionListResult"
|
|
3078
3131
|
}
|
|
3079
|
-
},
|
|
3132
|
+
},
|
|
3133
|
+
partitionData: {
|
|
3080
3134
|
serializedName: "properties.partitionData",
|
|
3081
3135
|
type: {
|
|
3082
3136
|
name: "Boolean"
|
|
3083
3137
|
}
|
|
3084
|
-
},
|
|
3138
|
+
},
|
|
3139
|
+
nextRunTimeEstimate: {
|
|
3085
3140
|
serializedName: "properties.nextRunTimeEstimate",
|
|
3086
3141
|
readOnly: true,
|
|
3087
3142
|
type: {
|
|
3088
3143
|
name: "DateTime"
|
|
3089
3144
|
}
|
|
3090
|
-
},
|
|
3145
|
+
},
|
|
3146
|
+
schedule: {
|
|
3091
3147
|
serializedName: "properties.schedule",
|
|
3092
3148
|
type: {
|
|
3093
3149
|
name: "Composite",
|
|
3094
3150
|
className: "ExportSchedule"
|
|
3095
3151
|
}
|
|
3096
|
-
}
|
|
3152
|
+
}
|
|
3153
|
+
}
|
|
3097
3154
|
}
|
|
3098
3155
|
};
|
|
3099
3156
|
export const ForecastResult = {
|
|
3100
3157
|
type: {
|
|
3101
3158
|
name: "Composite",
|
|
3102
3159
|
className: "ForecastResult",
|
|
3103
|
-
modelProperties:
|
|
3160
|
+
modelProperties: {
|
|
3161
|
+
...CostManagementResource.type.modelProperties,
|
|
3162
|
+
nextLink: {
|
|
3104
3163
|
serializedName: "properties.nextLink",
|
|
3105
3164
|
type: {
|
|
3106
3165
|
name: "String"
|
|
3107
3166
|
}
|
|
3108
|
-
},
|
|
3167
|
+
},
|
|
3168
|
+
columns: {
|
|
3109
3169
|
serializedName: "properties.columns",
|
|
3110
3170
|
type: {
|
|
3111
3171
|
name: "Sequence",
|
|
@@ -3116,7 +3176,8 @@ export const ForecastResult = {
|
|
|
3116
3176
|
}
|
|
3117
3177
|
}
|
|
3118
3178
|
}
|
|
3119
|
-
},
|
|
3179
|
+
},
|
|
3180
|
+
rows: {
|
|
3120
3181
|
serializedName: "properties.rows",
|
|
3121
3182
|
type: {
|
|
3122
3183
|
name: "Sequence",
|
|
@@ -3131,32 +3192,38 @@ export const ForecastResult = {
|
|
|
3131
3192
|
}
|
|
3132
3193
|
}
|
|
3133
3194
|
}
|
|
3134
|
-
}
|
|
3195
|
+
}
|
|
3196
|
+
}
|
|
3135
3197
|
}
|
|
3136
3198
|
};
|
|
3137
3199
|
export const Dimension = {
|
|
3138
3200
|
type: {
|
|
3139
3201
|
name: "Composite",
|
|
3140
3202
|
className: "Dimension",
|
|
3141
|
-
modelProperties:
|
|
3203
|
+
modelProperties: {
|
|
3204
|
+
...CostManagementResource.type.modelProperties,
|
|
3205
|
+
description: {
|
|
3142
3206
|
serializedName: "properties.description",
|
|
3143
3207
|
readOnly: true,
|
|
3144
3208
|
type: {
|
|
3145
3209
|
name: "String"
|
|
3146
3210
|
}
|
|
3147
|
-
},
|
|
3211
|
+
},
|
|
3212
|
+
filterEnabled: {
|
|
3148
3213
|
serializedName: "properties.filterEnabled",
|
|
3149
3214
|
readOnly: true,
|
|
3150
3215
|
type: {
|
|
3151
3216
|
name: "Boolean"
|
|
3152
3217
|
}
|
|
3153
|
-
},
|
|
3218
|
+
},
|
|
3219
|
+
groupingEnabled: {
|
|
3154
3220
|
serializedName: "properties.groupingEnabled",
|
|
3155
3221
|
readOnly: true,
|
|
3156
3222
|
type: {
|
|
3157
3223
|
name: "Boolean"
|
|
3158
3224
|
}
|
|
3159
|
-
},
|
|
3225
|
+
},
|
|
3226
|
+
data: {
|
|
3160
3227
|
serializedName: "properties.data",
|
|
3161
3228
|
type: {
|
|
3162
3229
|
name: "Sequence",
|
|
@@ -3166,49 +3233,58 @@ export const Dimension = {
|
|
|
3166
3233
|
}
|
|
3167
3234
|
}
|
|
3168
3235
|
}
|
|
3169
|
-
},
|
|
3236
|
+
},
|
|
3237
|
+
total: {
|
|
3170
3238
|
serializedName: "properties.total",
|
|
3171
3239
|
readOnly: true,
|
|
3172
3240
|
type: {
|
|
3173
3241
|
name: "Number"
|
|
3174
3242
|
}
|
|
3175
|
-
},
|
|
3243
|
+
},
|
|
3244
|
+
category: {
|
|
3176
3245
|
serializedName: "properties.category",
|
|
3177
3246
|
readOnly: true,
|
|
3178
3247
|
type: {
|
|
3179
3248
|
name: "String"
|
|
3180
3249
|
}
|
|
3181
|
-
},
|
|
3250
|
+
},
|
|
3251
|
+
usageStart: {
|
|
3182
3252
|
serializedName: "properties.usageStart",
|
|
3183
3253
|
readOnly: true,
|
|
3184
3254
|
type: {
|
|
3185
3255
|
name: "DateTime"
|
|
3186
3256
|
}
|
|
3187
|
-
},
|
|
3257
|
+
},
|
|
3258
|
+
usageEnd: {
|
|
3188
3259
|
serializedName: "properties.usageEnd",
|
|
3189
3260
|
readOnly: true,
|
|
3190
3261
|
type: {
|
|
3191
3262
|
name: "DateTime"
|
|
3192
3263
|
}
|
|
3193
|
-
},
|
|
3264
|
+
},
|
|
3265
|
+
nextLink: {
|
|
3194
3266
|
serializedName: "properties.nextLink",
|
|
3195
3267
|
readOnly: true,
|
|
3196
3268
|
type: {
|
|
3197
3269
|
name: "String"
|
|
3198
3270
|
}
|
|
3199
|
-
}
|
|
3271
|
+
}
|
|
3272
|
+
}
|
|
3200
3273
|
}
|
|
3201
3274
|
};
|
|
3202
3275
|
export const QueryResult = {
|
|
3203
3276
|
type: {
|
|
3204
3277
|
name: "Composite",
|
|
3205
3278
|
className: "QueryResult",
|
|
3206
|
-
modelProperties:
|
|
3279
|
+
modelProperties: {
|
|
3280
|
+
...CostManagementResource.type.modelProperties,
|
|
3281
|
+
nextLink: {
|
|
3207
3282
|
serializedName: "properties.nextLink",
|
|
3208
3283
|
type: {
|
|
3209
3284
|
name: "String"
|
|
3210
3285
|
}
|
|
3211
|
-
},
|
|
3286
|
+
},
|
|
3287
|
+
columns: {
|
|
3212
3288
|
serializedName: "properties.columns",
|
|
3213
3289
|
type: {
|
|
3214
3290
|
name: "Sequence",
|
|
@@ -3219,7 +3295,8 @@ export const QueryResult = {
|
|
|
3219
3295
|
}
|
|
3220
3296
|
}
|
|
3221
3297
|
}
|
|
3222
|
-
},
|
|
3298
|
+
},
|
|
3299
|
+
rows: {
|
|
3223
3300
|
serializedName: "properties.rows",
|
|
3224
3301
|
type: {
|
|
3225
3302
|
name: "Sequence",
|
|
@@ -3234,39 +3311,48 @@ export const QueryResult = {
|
|
|
3234
3311
|
}
|
|
3235
3312
|
}
|
|
3236
3313
|
}
|
|
3237
|
-
}
|
|
3314
|
+
}
|
|
3315
|
+
}
|
|
3238
3316
|
}
|
|
3239
3317
|
};
|
|
3240
3318
|
export const ExportProperties = {
|
|
3241
3319
|
type: {
|
|
3242
3320
|
name: "Composite",
|
|
3243
3321
|
className: "ExportProperties",
|
|
3244
|
-
modelProperties:
|
|
3322
|
+
modelProperties: {
|
|
3323
|
+
...CommonExportProperties.type.modelProperties,
|
|
3324
|
+
schedule: {
|
|
3245
3325
|
serializedName: "schedule",
|
|
3246
3326
|
type: {
|
|
3247
3327
|
name: "Composite",
|
|
3248
3328
|
className: "ExportSchedule"
|
|
3249
3329
|
}
|
|
3250
|
-
}
|
|
3330
|
+
}
|
|
3331
|
+
}
|
|
3251
3332
|
}
|
|
3252
3333
|
};
|
|
3253
3334
|
export const ProxyResource = {
|
|
3254
3335
|
type: {
|
|
3255
3336
|
name: "Composite",
|
|
3256
3337
|
className: "ProxyResource",
|
|
3257
|
-
modelProperties:
|
|
3338
|
+
modelProperties: {
|
|
3339
|
+
...Resource.type.modelProperties
|
|
3340
|
+
}
|
|
3258
3341
|
}
|
|
3259
3342
|
};
|
|
3260
3343
|
export const BenefitResource = {
|
|
3261
3344
|
type: {
|
|
3262
3345
|
name: "Composite",
|
|
3263
3346
|
className: "BenefitResource",
|
|
3264
|
-
modelProperties:
|
|
3347
|
+
modelProperties: {
|
|
3348
|
+
...Resource.type.modelProperties,
|
|
3349
|
+
kind: {
|
|
3265
3350
|
serializedName: "kind",
|
|
3266
3351
|
type: {
|
|
3267
3352
|
name: "String"
|
|
3268
3353
|
}
|
|
3269
|
-
}
|
|
3354
|
+
}
|
|
3355
|
+
}
|
|
3270
3356
|
}
|
|
3271
3357
|
};
|
|
3272
3358
|
export const BenefitUtilizationSummary = {
|
|
@@ -3279,13 +3365,16 @@ export const BenefitUtilizationSummary = {
|
|
|
3279
3365
|
serializedName: "kind",
|
|
3280
3366
|
clientName: "kind"
|
|
3281
3367
|
},
|
|
3282
|
-
modelProperties:
|
|
3368
|
+
modelProperties: {
|
|
3369
|
+
...Resource.type.modelProperties,
|
|
3370
|
+
kind: {
|
|
3283
3371
|
serializedName: "kind",
|
|
3284
3372
|
required: true,
|
|
3285
3373
|
type: {
|
|
3286
3374
|
name: "String"
|
|
3287
3375
|
}
|
|
3288
|
-
}
|
|
3376
|
+
}
|
|
3377
|
+
}
|
|
3289
3378
|
}
|
|
3290
3379
|
};
|
|
3291
3380
|
export const SingleScopeBenefitRecommendationProperties = {
|
|
@@ -3295,19 +3384,23 @@ export const SingleScopeBenefitRecommendationProperties = {
|
|
|
3295
3384
|
className: "SingleScopeBenefitRecommendationProperties",
|
|
3296
3385
|
uberParent: "BenefitRecommendationProperties",
|
|
3297
3386
|
polymorphicDiscriminator: BenefitRecommendationProperties.type.polymorphicDiscriminator,
|
|
3298
|
-
modelProperties:
|
|
3387
|
+
modelProperties: {
|
|
3388
|
+
...BenefitRecommendationProperties.type.modelProperties,
|
|
3389
|
+
subscriptionId: {
|
|
3299
3390
|
serializedName: "subscriptionId",
|
|
3300
3391
|
readOnly: true,
|
|
3301
3392
|
type: {
|
|
3302
3393
|
name: "String"
|
|
3303
3394
|
}
|
|
3304
|
-
},
|
|
3395
|
+
},
|
|
3396
|
+
resourceGroup: {
|
|
3305
3397
|
serializedName: "resourceGroup",
|
|
3306
3398
|
readOnly: true,
|
|
3307
3399
|
type: {
|
|
3308
3400
|
name: "String"
|
|
3309
3401
|
}
|
|
3310
|
-
}
|
|
3402
|
+
}
|
|
3403
|
+
}
|
|
3311
3404
|
}
|
|
3312
3405
|
};
|
|
3313
3406
|
export const SharedScopeBenefitRecommendationProperties = {
|
|
@@ -3317,82 +3410,100 @@ export const SharedScopeBenefitRecommendationProperties = {
|
|
|
3317
3410
|
className: "SharedScopeBenefitRecommendationProperties",
|
|
3318
3411
|
uberParent: "BenefitRecommendationProperties",
|
|
3319
3412
|
polymorphicDiscriminator: BenefitRecommendationProperties.type.polymorphicDiscriminator,
|
|
3320
|
-
modelProperties:
|
|
3413
|
+
modelProperties: {
|
|
3414
|
+
...BenefitRecommendationProperties.type.modelProperties
|
|
3415
|
+
}
|
|
3321
3416
|
}
|
|
3322
3417
|
};
|
|
3323
3418
|
export const IncludedQuantityUtilizationSummaryProperties = {
|
|
3324
3419
|
type: {
|
|
3325
3420
|
name: "Composite",
|
|
3326
3421
|
className: "IncludedQuantityUtilizationSummaryProperties",
|
|
3327
|
-
modelProperties:
|
|
3422
|
+
modelProperties: {
|
|
3423
|
+
...BenefitUtilizationSummaryProperties.type.modelProperties,
|
|
3424
|
+
utilizationPercentage: {
|
|
3328
3425
|
serializedName: "utilizationPercentage",
|
|
3329
3426
|
readOnly: true,
|
|
3330
3427
|
type: {
|
|
3331
3428
|
name: "Number"
|
|
3332
3429
|
}
|
|
3333
|
-
}
|
|
3430
|
+
}
|
|
3431
|
+
}
|
|
3334
3432
|
}
|
|
3335
3433
|
};
|
|
3336
3434
|
export const SavingsPlanUtilizationSummaryProperties = {
|
|
3337
3435
|
type: {
|
|
3338
3436
|
name: "Composite",
|
|
3339
3437
|
className: "SavingsPlanUtilizationSummaryProperties",
|
|
3340
|
-
modelProperties:
|
|
3438
|
+
modelProperties: {
|
|
3439
|
+
...BenefitUtilizationSummaryProperties.type.modelProperties,
|
|
3440
|
+
avgUtilizationPercentage: {
|
|
3341
3441
|
serializedName: "avgUtilizationPercentage",
|
|
3342
3442
|
readOnly: true,
|
|
3343
3443
|
type: {
|
|
3344
3444
|
name: "Number"
|
|
3345
3445
|
}
|
|
3346
|
-
},
|
|
3446
|
+
},
|
|
3447
|
+
minUtilizationPercentage: {
|
|
3347
3448
|
serializedName: "minUtilizationPercentage",
|
|
3348
3449
|
readOnly: true,
|
|
3349
3450
|
type: {
|
|
3350
3451
|
name: "Number"
|
|
3351
3452
|
}
|
|
3352
|
-
},
|
|
3453
|
+
},
|
|
3454
|
+
maxUtilizationPercentage: {
|
|
3353
3455
|
serializedName: "maxUtilizationPercentage",
|
|
3354
3456
|
readOnly: true,
|
|
3355
3457
|
type: {
|
|
3356
3458
|
name: "Number"
|
|
3357
3459
|
}
|
|
3358
|
-
}
|
|
3460
|
+
}
|
|
3461
|
+
}
|
|
3359
3462
|
}
|
|
3360
3463
|
};
|
|
3361
3464
|
export const ScheduledActionProxyResource = {
|
|
3362
3465
|
type: {
|
|
3363
3466
|
name: "Composite",
|
|
3364
3467
|
className: "ScheduledActionProxyResource",
|
|
3365
|
-
modelProperties:
|
|
3468
|
+
modelProperties: {
|
|
3469
|
+
...ProxyResource.type.modelProperties,
|
|
3470
|
+
eTag: {
|
|
3366
3471
|
serializedName: "eTag",
|
|
3367
3472
|
readOnly: true,
|
|
3368
3473
|
type: {
|
|
3369
3474
|
name: "String"
|
|
3370
3475
|
}
|
|
3371
|
-
},
|
|
3476
|
+
},
|
|
3477
|
+
kind: {
|
|
3372
3478
|
serializedName: "kind",
|
|
3373
3479
|
type: {
|
|
3374
3480
|
name: "String"
|
|
3375
3481
|
}
|
|
3376
|
-
},
|
|
3482
|
+
},
|
|
3483
|
+
systemData: {
|
|
3377
3484
|
serializedName: "systemData",
|
|
3378
3485
|
type: {
|
|
3379
3486
|
name: "Composite",
|
|
3380
3487
|
className: "SystemData"
|
|
3381
3488
|
}
|
|
3382
|
-
}
|
|
3489
|
+
}
|
|
3490
|
+
}
|
|
3383
3491
|
}
|
|
3384
3492
|
};
|
|
3385
3493
|
export const BenefitRecommendationModel = {
|
|
3386
3494
|
type: {
|
|
3387
3495
|
name: "Composite",
|
|
3388
3496
|
className: "BenefitRecommendationModel",
|
|
3389
|
-
modelProperties:
|
|
3497
|
+
modelProperties: {
|
|
3498
|
+
...BenefitResource.type.modelProperties,
|
|
3499
|
+
properties: {
|
|
3390
3500
|
serializedName: "properties",
|
|
3391
3501
|
type: {
|
|
3392
3502
|
name: "Composite",
|
|
3393
3503
|
className: "BenefitRecommendationProperties"
|
|
3394
3504
|
}
|
|
3395
|
-
}
|
|
3505
|
+
}
|
|
3506
|
+
}
|
|
3396
3507
|
}
|
|
3397
3508
|
};
|
|
3398
3509
|
export const IncludedQuantityUtilizationSummary = {
|
|
@@ -3402,42 +3513,50 @@ export const IncludedQuantityUtilizationSummary = {
|
|
|
3402
3513
|
className: "IncludedQuantityUtilizationSummary",
|
|
3403
3514
|
uberParent: "BenefitUtilizationSummary",
|
|
3404
3515
|
polymorphicDiscriminator: BenefitUtilizationSummary.type.polymorphicDiscriminator,
|
|
3405
|
-
modelProperties:
|
|
3516
|
+
modelProperties: {
|
|
3517
|
+
...BenefitUtilizationSummary.type.modelProperties,
|
|
3518
|
+
armSkuName: {
|
|
3406
3519
|
serializedName: "properties.armSkuName",
|
|
3407
3520
|
readOnly: true,
|
|
3408
3521
|
type: {
|
|
3409
3522
|
name: "String"
|
|
3410
3523
|
}
|
|
3411
|
-
},
|
|
3524
|
+
},
|
|
3525
|
+
benefitId: {
|
|
3412
3526
|
serializedName: "properties.benefitId",
|
|
3413
3527
|
readOnly: true,
|
|
3414
3528
|
type: {
|
|
3415
3529
|
name: "String"
|
|
3416
3530
|
}
|
|
3417
|
-
},
|
|
3531
|
+
},
|
|
3532
|
+
benefitOrderId: {
|
|
3418
3533
|
serializedName: "properties.benefitOrderId",
|
|
3419
3534
|
readOnly: true,
|
|
3420
3535
|
type: {
|
|
3421
3536
|
name: "String"
|
|
3422
3537
|
}
|
|
3423
|
-
},
|
|
3538
|
+
},
|
|
3539
|
+
benefitType: {
|
|
3424
3540
|
serializedName: "properties.benefitType",
|
|
3425
3541
|
type: {
|
|
3426
3542
|
name: "String"
|
|
3427
3543
|
}
|
|
3428
|
-
},
|
|
3544
|
+
},
|
|
3545
|
+
usageDate: {
|
|
3429
3546
|
serializedName: "properties.usageDate",
|
|
3430
3547
|
readOnly: true,
|
|
3431
3548
|
type: {
|
|
3432
3549
|
name: "DateTime"
|
|
3433
3550
|
}
|
|
3434
|
-
},
|
|
3551
|
+
},
|
|
3552
|
+
utilizationPercentage: {
|
|
3435
3553
|
serializedName: "properties.utilizationPercentage",
|
|
3436
3554
|
readOnly: true,
|
|
3437
3555
|
type: {
|
|
3438
3556
|
name: "Number"
|
|
3439
3557
|
}
|
|
3440
|
-
}
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3441
3560
|
}
|
|
3442
3561
|
};
|
|
3443
3562
|
export const SavingsPlanUtilizationSummary = {
|
|
@@ -3447,104 +3566,124 @@ export const SavingsPlanUtilizationSummary = {
|
|
|
3447
3566
|
className: "SavingsPlanUtilizationSummary",
|
|
3448
3567
|
uberParent: "BenefitUtilizationSummary",
|
|
3449
3568
|
polymorphicDiscriminator: BenefitUtilizationSummary.type.polymorphicDiscriminator,
|
|
3450
|
-
modelProperties:
|
|
3569
|
+
modelProperties: {
|
|
3570
|
+
...BenefitUtilizationSummary.type.modelProperties,
|
|
3571
|
+
armSkuName: {
|
|
3451
3572
|
serializedName: "properties.armSkuName",
|
|
3452
3573
|
readOnly: true,
|
|
3453
3574
|
type: {
|
|
3454
3575
|
name: "String"
|
|
3455
3576
|
}
|
|
3456
|
-
},
|
|
3577
|
+
},
|
|
3578
|
+
benefitId: {
|
|
3457
3579
|
serializedName: "properties.benefitId",
|
|
3458
3580
|
readOnly: true,
|
|
3459
3581
|
type: {
|
|
3460
3582
|
name: "String"
|
|
3461
3583
|
}
|
|
3462
|
-
},
|
|
3584
|
+
},
|
|
3585
|
+
benefitOrderId: {
|
|
3463
3586
|
serializedName: "properties.benefitOrderId",
|
|
3464
3587
|
readOnly: true,
|
|
3465
3588
|
type: {
|
|
3466
3589
|
name: "String"
|
|
3467
3590
|
}
|
|
3468
|
-
},
|
|
3591
|
+
},
|
|
3592
|
+
benefitType: {
|
|
3469
3593
|
serializedName: "properties.benefitType",
|
|
3470
3594
|
type: {
|
|
3471
3595
|
name: "String"
|
|
3472
3596
|
}
|
|
3473
|
-
},
|
|
3597
|
+
},
|
|
3598
|
+
usageDate: {
|
|
3474
3599
|
serializedName: "properties.usageDate",
|
|
3475
3600
|
readOnly: true,
|
|
3476
3601
|
type: {
|
|
3477
3602
|
name: "DateTime"
|
|
3478
3603
|
}
|
|
3479
|
-
},
|
|
3604
|
+
},
|
|
3605
|
+
avgUtilizationPercentage: {
|
|
3480
3606
|
serializedName: "properties.avgUtilizationPercentage",
|
|
3481
3607
|
readOnly: true,
|
|
3482
3608
|
type: {
|
|
3483
3609
|
name: "Number"
|
|
3484
3610
|
}
|
|
3485
|
-
},
|
|
3611
|
+
},
|
|
3612
|
+
minUtilizationPercentage: {
|
|
3486
3613
|
serializedName: "properties.minUtilizationPercentage",
|
|
3487
3614
|
readOnly: true,
|
|
3488
3615
|
type: {
|
|
3489
3616
|
name: "Number"
|
|
3490
3617
|
}
|
|
3491
|
-
},
|
|
3618
|
+
},
|
|
3619
|
+
maxUtilizationPercentage: {
|
|
3492
3620
|
serializedName: "properties.maxUtilizationPercentage",
|
|
3493
3621
|
readOnly: true,
|
|
3494
3622
|
type: {
|
|
3495
3623
|
name: "Number"
|
|
3496
3624
|
}
|
|
3497
|
-
}
|
|
3625
|
+
}
|
|
3626
|
+
}
|
|
3498
3627
|
}
|
|
3499
3628
|
};
|
|
3500
3629
|
export const ScheduledAction = {
|
|
3501
3630
|
type: {
|
|
3502
3631
|
name: "Composite",
|
|
3503
3632
|
className: "ScheduledAction",
|
|
3504
|
-
modelProperties:
|
|
3633
|
+
modelProperties: {
|
|
3634
|
+
...ScheduledActionProxyResource.type.modelProperties,
|
|
3635
|
+
displayName: {
|
|
3505
3636
|
serializedName: "properties.displayName",
|
|
3506
3637
|
type: {
|
|
3507
3638
|
name: "String"
|
|
3508
3639
|
}
|
|
3509
|
-
},
|
|
3640
|
+
},
|
|
3641
|
+
fileDestination: {
|
|
3510
3642
|
serializedName: "properties.fileDestination",
|
|
3511
3643
|
type: {
|
|
3512
3644
|
name: "Composite",
|
|
3513
3645
|
className: "FileDestination"
|
|
3514
3646
|
}
|
|
3515
|
-
},
|
|
3647
|
+
},
|
|
3648
|
+
notification: {
|
|
3516
3649
|
serializedName: "properties.notification",
|
|
3517
3650
|
type: {
|
|
3518
3651
|
name: "Composite",
|
|
3519
3652
|
className: "NotificationProperties"
|
|
3520
3653
|
}
|
|
3521
|
-
},
|
|
3654
|
+
},
|
|
3655
|
+
notificationEmail: {
|
|
3522
3656
|
serializedName: "properties.notificationEmail",
|
|
3523
3657
|
type: {
|
|
3524
3658
|
name: "String"
|
|
3525
3659
|
}
|
|
3526
|
-
},
|
|
3660
|
+
},
|
|
3661
|
+
schedule: {
|
|
3527
3662
|
serializedName: "properties.schedule",
|
|
3528
3663
|
type: {
|
|
3529
3664
|
name: "Composite",
|
|
3530
3665
|
className: "ScheduleProperties"
|
|
3531
3666
|
}
|
|
3532
|
-
},
|
|
3667
|
+
},
|
|
3668
|
+
scope: {
|
|
3533
3669
|
serializedName: "properties.scope",
|
|
3534
3670
|
type: {
|
|
3535
3671
|
name: "String"
|
|
3536
3672
|
}
|
|
3537
|
-
},
|
|
3673
|
+
},
|
|
3674
|
+
status: {
|
|
3538
3675
|
serializedName: "properties.status",
|
|
3539
3676
|
type: {
|
|
3540
3677
|
name: "String"
|
|
3541
3678
|
}
|
|
3542
|
-
},
|
|
3679
|
+
},
|
|
3680
|
+
viewId: {
|
|
3543
3681
|
serializedName: "properties.viewId",
|
|
3544
3682
|
type: {
|
|
3545
3683
|
name: "String"
|
|
3546
3684
|
}
|
|
3547
|
-
}
|
|
3685
|
+
}
|
|
3686
|
+
}
|
|
3548
3687
|
}
|
|
3549
3688
|
};
|
|
3550
3689
|
export const GenerateReservationDetailsReportByBillingAccountIdHeaders = {
|