@azure/arm-policyinsights 3.2.0 → 5.0.0
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 +11 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +72 -79
- package/dist/index.js +8639 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1870 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +50 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +60 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1336 -589
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +42 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +202 -166
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/attestations.d.ts +161 -0
- package/dist-esm/src/operations/attestations.d.ts.map +1 -0
- package/dist-esm/src/operations/attestations.js +747 -0
- package/dist-esm/src/operations/attestations.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +5 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/policyEvents.d.ts +208 -0
- package/dist-esm/src/operations/policyEvents.d.ts.map +1 -0
- package/dist-esm/src/operations/policyEvents.js +1097 -0
- package/dist-esm/src/operations/policyEvents.js.map +1 -0
- package/dist-esm/src/operations/policyMetadataOperations.d.ts +38 -0
- package/dist-esm/src/operations/policyMetadataOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/policyMetadataOperations.js +144 -0
- package/dist-esm/src/operations/policyMetadataOperations.js.map +1 -0
- package/dist-esm/src/operations/policyRestrictions.d.ts +27 -0
- package/dist-esm/src/operations/policyRestrictions.d.ts.map +1 -0
- package/dist-esm/src/operations/policyRestrictions.js +81 -0
- package/dist-esm/src/operations/policyRestrictions.js.map +1 -0
- package/dist-esm/src/operations/policyStates.d.ts +361 -0
- package/dist-esm/src/operations/policyStates.d.ts.map +1 -0
- package/dist-esm/src/operations/policyStates.js +1632 -0
- package/dist-esm/src/operations/policyStates.js.map +1 -0
- package/dist-esm/src/operations/policyTrackedResources.d.ts +99 -0
- package/dist-esm/src/operations/policyTrackedResources.d.ts.map +1 -0
- package/dist-esm/src/operations/policyTrackedResources.js +458 -0
- package/dist-esm/src/operations/policyTrackedResources.js.map +1 -0
- package/dist-esm/src/operations/remediations.d.ts +304 -0
- package/dist-esm/src/operations/remediations.d.ts.map +1 -0
- package/dist-esm/src/operations/remediations.js +1377 -0
- package/dist-esm/src/operations/remediations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/attestations.d.ts +110 -0
- package/dist-esm/src/operationsInterfaces/attestations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/attestations.js +9 -0
- package/dist-esm/src/operationsInterfaces/attestations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +9 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +16 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyEvents.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/policyEvents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyEvents.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyEvents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyStates.d.ts +165 -0
- package/dist-esm/src/operationsInterfaces/policyStates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyStates.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyStates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/remediations.d.ts +168 -0
- package/dist-esm/src/operationsInterfaces/remediations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/remediations.js +9 -0
- package/dist-esm/src/operationsInterfaces/remediations.js.map +1 -0
- package/dist-esm/src/policyInsightsClient.d.ts +24 -0
- package/dist-esm/src/policyInsightsClient.d.ts.map +1 -0
- package/dist-esm/src/policyInsightsClient.js +57 -0
- package/dist-esm/src/policyInsightsClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +82 -22
- package/review/arm-policyinsights.api.md +1525 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1645 -2293
- package/src/models/mappers.ts +1579 -795
- package/src/models/parameters.ts +250 -167
- package/src/operations/attestations.ts +999 -0
- package/src/operations/index.ts +5 -5
- package/src/operations/operations.ts +29 -44
- package/src/operations/policyEvents.ts +1158 -327
- package/src/operations/policyMetadataOperations.ts +108 -113
- package/src/operations/policyRestrictions.ts +111 -0
- package/src/operations/policyStates.ts +1751 -750
- package/src/operations/policyTrackedResources.ts +416 -284
- package/src/operations/remediations.ts +1208 -1248
- package/src/operationsInterfaces/attestations.ts +212 -0
- package/src/operationsInterfaces/index.ts +16 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/policyEvents.ts +109 -0
- package/src/operationsInterfaces/policyMetadataOperations.ts +36 -0
- package/src/operationsInterfaces/policyRestrictions.ts +40 -0
- package/src/operationsInterfaces/policyStates.ts +287 -0
- package/src/operationsInterfaces/policyTrackedResources.ts +55 -0
- package/src/operationsInterfaces/remediations.ts +310 -0
- package/src/policyInsightsClient.ts +93 -39
- package/tsconfig.json +20 -7
- package/types/arm-policyinsights.d.ts +2728 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-policyinsights.js +0 -4909
- package/dist/arm-policyinsights.js.map +0 -1
- package/dist/arm-policyinsights.min.js +0 -1
- package/dist/arm-policyinsights.min.js.map +0 -1
- package/esm/models/index.d.ts +0 -2651
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -40
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -33
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/policyEventsMappers.d.ts +0 -2
- package/esm/models/policyEventsMappers.d.ts.map +0 -1
- package/esm/models/policyEventsMappers.js +0 -9
- package/esm/models/policyEventsMappers.js.map +0 -1
- package/esm/models/policyMetadataOperationsMappers.d.ts +0 -2
- package/esm/models/policyMetadataOperationsMappers.d.ts.map +0 -1
- package/esm/models/policyMetadataOperationsMappers.js +0 -9
- package/esm/models/policyMetadataOperationsMappers.js.map +0 -1
- package/esm/models/policyStatesMappers.d.ts +0 -2
- package/esm/models/policyStatesMappers.d.ts.map +0 -1
- package/esm/models/policyStatesMappers.js +0 -9
- package/esm/models/policyStatesMappers.js.map +0 -1
- package/esm/models/policyTrackedResourcesMappers.d.ts +0 -2
- package/esm/models/policyTrackedResourcesMappers.d.ts.map +0 -1
- package/esm/models/policyTrackedResourcesMappers.js +0 -9
- package/esm/models/policyTrackedResourcesMappers.js.map +0 -1
- package/esm/models/remediationsMappers.d.ts +0 -2
- package/esm/models/remediationsMappers.d.ts.map +0 -1
- package/esm/models/remediationsMappers.js +0 -9
- package/esm/models/remediationsMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/policyEvents.d.ts +0 -198
- package/esm/operations/policyEvents.d.ts.map +0 -1
- package/esm/operations/policyEvents.js +0 -365
- package/esm/operations/policyEvents.js.map +0 -1
- package/esm/operations/policyMetadataOperations.d.ts +0 -64
- package/esm/operations/policyMetadataOperations.d.ts.map +0 -1
- package/esm/operations/policyMetadataOperations.js +0 -106
- package/esm/operations/policyMetadataOperations.js.map +0 -1
- package/esm/operations/policyStates.d.ts +0 -442
- package/esm/operations/policyStates.d.ts.map +0 -1
- package/esm/operations/policyStates.js +0 -712
- package/esm/operations/policyStates.js.map +0 -1
- package/esm/operations/policyTrackedResources.d.ts +0 -160
- package/esm/operations/policyTrackedResources.d.ts.map +0 -1
- package/esm/operations/policyTrackedResources.js +0 -258
- package/esm/operations/policyTrackedResources.js.map +0 -1
- package/esm/operations/remediations.d.ts +0 -679
- package/esm/operations/remediations.d.ts.map +0 -1
- package/esm/operations/remediations.js +0 -1014
- package/esm/operations/remediations.js.map +0 -1
- package/esm/policyInsightsClient.d.ts +0 -22
- package/esm/policyInsightsClient.d.ts.map +0 -1
- package/esm/policyInsightsClient.js +0 -37
- package/esm/policyInsightsClient.js.map +0 -1
- package/esm/policyInsightsClientContext.d.ts +0 -13
- package/esm/policyInsightsClientContext.d.ts.map +0 -1
- package/esm/policyInsightsClientContext.js +0 -50
- package/esm/policyInsightsClientContext.js.map +0 -1
- package/src/models/operationsMappers.ts +0 -15
- package/src/models/policyEventsMappers.ts +0 -14
- package/src/models/policyMetadataOperationsMappers.ts +0 -16
- package/src/models/policyStatesMappers.ts +0 -24
- package/src/models/policyTrackedResourcesMappers.ts +0 -16
- package/src/models/remediationsMappers.ts +0 -20
- package/src/policyInsightsClientContext.ts +0 -54
|
@@ -1,679 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { PolicyInsightsClientContext } from "../policyInsightsClientContext";
|
|
4
|
-
/** Class representing a Remediations. */
|
|
5
|
-
export declare class Remediations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Remediations.
|
|
9
|
-
* @param {PolicyInsightsClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: PolicyInsightsClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets all deployments for a remediation at management group scope.
|
|
14
|
-
* @param managementGroupId Management group ID.
|
|
15
|
-
* @param remediationName The name of the remediation.
|
|
16
|
-
* @param [options] The optional parameters
|
|
17
|
-
* @returns Promise<Models.RemediationsListDeploymentsAtManagementGroupResponse>
|
|
18
|
-
*/
|
|
19
|
-
listDeploymentsAtManagementGroup(managementGroupId: string, remediationName: string, options?: Models.RemediationsListDeploymentsAtManagementGroupOptionalParams): Promise<Models.RemediationsListDeploymentsAtManagementGroupResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* @param managementGroupId Management group ID.
|
|
22
|
-
* @param remediationName The name of the remediation.
|
|
23
|
-
* @param callback The callback
|
|
24
|
-
*/
|
|
25
|
-
listDeploymentsAtManagementGroup(managementGroupId: string, remediationName: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
26
|
-
/**
|
|
27
|
-
* @param managementGroupId Management group ID.
|
|
28
|
-
* @param remediationName The name of the remediation.
|
|
29
|
-
* @param options The optional parameters
|
|
30
|
-
* @param callback The callback
|
|
31
|
-
*/
|
|
32
|
-
listDeploymentsAtManagementGroup(managementGroupId: string, remediationName: string, options: Models.RemediationsListDeploymentsAtManagementGroupOptionalParams, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
33
|
-
/**
|
|
34
|
-
* Cancels a remediation at management group scope.
|
|
35
|
-
* @param managementGroupId Management group ID.
|
|
36
|
-
* @param remediationName The name of the remediation.
|
|
37
|
-
* @param [options] The optional parameters
|
|
38
|
-
* @returns Promise<Models.RemediationsCancelAtManagementGroupResponse>
|
|
39
|
-
*/
|
|
40
|
-
cancelAtManagementGroup(managementGroupId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCancelAtManagementGroupResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* @param managementGroupId Management group ID.
|
|
43
|
-
* @param remediationName The name of the remediation.
|
|
44
|
-
* @param callback The callback
|
|
45
|
-
*/
|
|
46
|
-
cancelAtManagementGroup(managementGroupId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
47
|
-
/**
|
|
48
|
-
* @param managementGroupId Management group ID.
|
|
49
|
-
* @param remediationName The name of the remediation.
|
|
50
|
-
* @param options The optional parameters
|
|
51
|
-
* @param callback The callback
|
|
52
|
-
*/
|
|
53
|
-
cancelAtManagementGroup(managementGroupId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
54
|
-
/**
|
|
55
|
-
* Gets all remediations for the management group.
|
|
56
|
-
* @param managementGroupId Management group ID.
|
|
57
|
-
* @param [options] The optional parameters
|
|
58
|
-
* @returns Promise<Models.RemediationsListForManagementGroupResponse>
|
|
59
|
-
*/
|
|
60
|
-
listForManagementGroup(managementGroupId: string, options?: Models.RemediationsListForManagementGroupOptionalParams): Promise<Models.RemediationsListForManagementGroupResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* @param managementGroupId Management group ID.
|
|
63
|
-
* @param callback The callback
|
|
64
|
-
*/
|
|
65
|
-
listForManagementGroup(managementGroupId: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
66
|
-
/**
|
|
67
|
-
* @param managementGroupId Management group ID.
|
|
68
|
-
* @param options The optional parameters
|
|
69
|
-
* @param callback The callback
|
|
70
|
-
*/
|
|
71
|
-
listForManagementGroup(managementGroupId: string, options: Models.RemediationsListForManagementGroupOptionalParams, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
72
|
-
/**
|
|
73
|
-
* Creates or updates a remediation at management group scope.
|
|
74
|
-
* @param managementGroupId Management group ID.
|
|
75
|
-
* @param remediationName The name of the remediation.
|
|
76
|
-
* @param parameters The remediation parameters.
|
|
77
|
-
* @param [options] The optional parameters
|
|
78
|
-
* @returns Promise<Models.RemediationsCreateOrUpdateAtManagementGroupResponse>
|
|
79
|
-
*/
|
|
80
|
-
createOrUpdateAtManagementGroup(managementGroupId: string, remediationName: string, parameters: Models.Remediation, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCreateOrUpdateAtManagementGroupResponse>;
|
|
81
|
-
/**
|
|
82
|
-
* @param managementGroupId Management group ID.
|
|
83
|
-
* @param remediationName The name of the remediation.
|
|
84
|
-
* @param parameters The remediation parameters.
|
|
85
|
-
* @param callback The callback
|
|
86
|
-
*/
|
|
87
|
-
createOrUpdateAtManagementGroup(managementGroupId: string, remediationName: string, parameters: Models.Remediation, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
88
|
-
/**
|
|
89
|
-
* @param managementGroupId Management group ID.
|
|
90
|
-
* @param remediationName The name of the remediation.
|
|
91
|
-
* @param parameters The remediation parameters.
|
|
92
|
-
* @param options The optional parameters
|
|
93
|
-
* @param callback The callback
|
|
94
|
-
*/
|
|
95
|
-
createOrUpdateAtManagementGroup(managementGroupId: string, remediationName: string, parameters: Models.Remediation, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
96
|
-
/**
|
|
97
|
-
* Gets an existing remediation at management group scope.
|
|
98
|
-
* @param managementGroupId Management group ID.
|
|
99
|
-
* @param remediationName The name of the remediation.
|
|
100
|
-
* @param [options] The optional parameters
|
|
101
|
-
* @returns Promise<Models.RemediationsGetAtManagementGroupResponse>
|
|
102
|
-
*/
|
|
103
|
-
getAtManagementGroup(managementGroupId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsGetAtManagementGroupResponse>;
|
|
104
|
-
/**
|
|
105
|
-
* @param managementGroupId Management group ID.
|
|
106
|
-
* @param remediationName The name of the remediation.
|
|
107
|
-
* @param callback The callback
|
|
108
|
-
*/
|
|
109
|
-
getAtManagementGroup(managementGroupId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
110
|
-
/**
|
|
111
|
-
* @param managementGroupId Management group ID.
|
|
112
|
-
* @param remediationName The name of the remediation.
|
|
113
|
-
* @param options The optional parameters
|
|
114
|
-
* @param callback The callback
|
|
115
|
-
*/
|
|
116
|
-
getAtManagementGroup(managementGroupId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
117
|
-
/**
|
|
118
|
-
* Deletes an existing remediation at management group scope.
|
|
119
|
-
* @param managementGroupId Management group ID.
|
|
120
|
-
* @param remediationName The name of the remediation.
|
|
121
|
-
* @param [options] The optional parameters
|
|
122
|
-
* @returns Promise<Models.RemediationsDeleteAtManagementGroupResponse>
|
|
123
|
-
*/
|
|
124
|
-
deleteAtManagementGroup(managementGroupId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsDeleteAtManagementGroupResponse>;
|
|
125
|
-
/**
|
|
126
|
-
* @param managementGroupId Management group ID.
|
|
127
|
-
* @param remediationName The name of the remediation.
|
|
128
|
-
* @param callback The callback
|
|
129
|
-
*/
|
|
130
|
-
deleteAtManagementGroup(managementGroupId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
131
|
-
/**
|
|
132
|
-
* @param managementGroupId Management group ID.
|
|
133
|
-
* @param remediationName The name of the remediation.
|
|
134
|
-
* @param options The optional parameters
|
|
135
|
-
* @param callback The callback
|
|
136
|
-
*/
|
|
137
|
-
deleteAtManagementGroup(managementGroupId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
138
|
-
/**
|
|
139
|
-
* Gets all deployments for a remediation at subscription scope.
|
|
140
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
141
|
-
* @param remediationName The name of the remediation.
|
|
142
|
-
* @param [options] The optional parameters
|
|
143
|
-
* @returns Promise<Models.RemediationsListDeploymentsAtSubscriptionResponse>
|
|
144
|
-
*/
|
|
145
|
-
listDeploymentsAtSubscription(subscriptionId: string, remediationName: string, options?: Models.RemediationsListDeploymentsAtSubscriptionOptionalParams): Promise<Models.RemediationsListDeploymentsAtSubscriptionResponse>;
|
|
146
|
-
/**
|
|
147
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
148
|
-
* @param remediationName The name of the remediation.
|
|
149
|
-
* @param callback The callback
|
|
150
|
-
*/
|
|
151
|
-
listDeploymentsAtSubscription(subscriptionId: string, remediationName: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
152
|
-
/**
|
|
153
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
154
|
-
* @param remediationName The name of the remediation.
|
|
155
|
-
* @param options The optional parameters
|
|
156
|
-
* @param callback The callback
|
|
157
|
-
*/
|
|
158
|
-
listDeploymentsAtSubscription(subscriptionId: string, remediationName: string, options: Models.RemediationsListDeploymentsAtSubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
159
|
-
/**
|
|
160
|
-
* Cancels a remediation at subscription scope.
|
|
161
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
162
|
-
* @param remediationName The name of the remediation.
|
|
163
|
-
* @param [options] The optional parameters
|
|
164
|
-
* @returns Promise<Models.RemediationsCancelAtSubscriptionResponse>
|
|
165
|
-
*/
|
|
166
|
-
cancelAtSubscription(subscriptionId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCancelAtSubscriptionResponse>;
|
|
167
|
-
/**
|
|
168
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
169
|
-
* @param remediationName The name of the remediation.
|
|
170
|
-
* @param callback The callback
|
|
171
|
-
*/
|
|
172
|
-
cancelAtSubscription(subscriptionId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
173
|
-
/**
|
|
174
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
175
|
-
* @param remediationName The name of the remediation.
|
|
176
|
-
* @param options The optional parameters
|
|
177
|
-
* @param callback The callback
|
|
178
|
-
*/
|
|
179
|
-
cancelAtSubscription(subscriptionId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
180
|
-
/**
|
|
181
|
-
* Gets all remediations for the subscription.
|
|
182
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
183
|
-
* @param [options] The optional parameters
|
|
184
|
-
* @returns Promise<Models.RemediationsListForSubscriptionResponse>
|
|
185
|
-
*/
|
|
186
|
-
listForSubscription(subscriptionId: string, options?: Models.RemediationsListForSubscriptionOptionalParams): Promise<Models.RemediationsListForSubscriptionResponse>;
|
|
187
|
-
/**
|
|
188
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
189
|
-
* @param callback The callback
|
|
190
|
-
*/
|
|
191
|
-
listForSubscription(subscriptionId: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
192
|
-
/**
|
|
193
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
194
|
-
* @param options The optional parameters
|
|
195
|
-
* @param callback The callback
|
|
196
|
-
*/
|
|
197
|
-
listForSubscription(subscriptionId: string, options: Models.RemediationsListForSubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
198
|
-
/**
|
|
199
|
-
* Creates or updates a remediation at subscription scope.
|
|
200
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
201
|
-
* @param remediationName The name of the remediation.
|
|
202
|
-
* @param parameters The remediation parameters.
|
|
203
|
-
* @param [options] The optional parameters
|
|
204
|
-
* @returns Promise<Models.RemediationsCreateOrUpdateAtSubscriptionResponse>
|
|
205
|
-
*/
|
|
206
|
-
createOrUpdateAtSubscription(subscriptionId: string, remediationName: string, parameters: Models.Remediation, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCreateOrUpdateAtSubscriptionResponse>;
|
|
207
|
-
/**
|
|
208
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
209
|
-
* @param remediationName The name of the remediation.
|
|
210
|
-
* @param parameters The remediation parameters.
|
|
211
|
-
* @param callback The callback
|
|
212
|
-
*/
|
|
213
|
-
createOrUpdateAtSubscription(subscriptionId: string, remediationName: string, parameters: Models.Remediation, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
214
|
-
/**
|
|
215
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
216
|
-
* @param remediationName The name of the remediation.
|
|
217
|
-
* @param parameters The remediation parameters.
|
|
218
|
-
* @param options The optional parameters
|
|
219
|
-
* @param callback The callback
|
|
220
|
-
*/
|
|
221
|
-
createOrUpdateAtSubscription(subscriptionId: string, remediationName: string, parameters: Models.Remediation, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
222
|
-
/**
|
|
223
|
-
* Gets an existing remediation at subscription scope.
|
|
224
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
225
|
-
* @param remediationName The name of the remediation.
|
|
226
|
-
* @param [options] The optional parameters
|
|
227
|
-
* @returns Promise<Models.RemediationsGetAtSubscriptionResponse>
|
|
228
|
-
*/
|
|
229
|
-
getAtSubscription(subscriptionId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsGetAtSubscriptionResponse>;
|
|
230
|
-
/**
|
|
231
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
232
|
-
* @param remediationName The name of the remediation.
|
|
233
|
-
* @param callback The callback
|
|
234
|
-
*/
|
|
235
|
-
getAtSubscription(subscriptionId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
236
|
-
/**
|
|
237
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
238
|
-
* @param remediationName The name of the remediation.
|
|
239
|
-
* @param options The optional parameters
|
|
240
|
-
* @param callback The callback
|
|
241
|
-
*/
|
|
242
|
-
getAtSubscription(subscriptionId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
243
|
-
/**
|
|
244
|
-
* Deletes an existing remediation at subscription scope.
|
|
245
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
246
|
-
* @param remediationName The name of the remediation.
|
|
247
|
-
* @param [options] The optional parameters
|
|
248
|
-
* @returns Promise<Models.RemediationsDeleteAtSubscriptionResponse>
|
|
249
|
-
*/
|
|
250
|
-
deleteAtSubscription(subscriptionId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsDeleteAtSubscriptionResponse>;
|
|
251
|
-
/**
|
|
252
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
253
|
-
* @param remediationName The name of the remediation.
|
|
254
|
-
* @param callback The callback
|
|
255
|
-
*/
|
|
256
|
-
deleteAtSubscription(subscriptionId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
257
|
-
/**
|
|
258
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
259
|
-
* @param remediationName The name of the remediation.
|
|
260
|
-
* @param options The optional parameters
|
|
261
|
-
* @param callback The callback
|
|
262
|
-
*/
|
|
263
|
-
deleteAtSubscription(subscriptionId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
264
|
-
/**
|
|
265
|
-
* Gets all deployments for a remediation at resource group scope.
|
|
266
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
267
|
-
* @param resourceGroupName Resource group name.
|
|
268
|
-
* @param remediationName The name of the remediation.
|
|
269
|
-
* @param [options] The optional parameters
|
|
270
|
-
* @returns Promise<Models.RemediationsListDeploymentsAtResourceGroupResponse>
|
|
271
|
-
*/
|
|
272
|
-
listDeploymentsAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options?: Models.RemediationsListDeploymentsAtResourceGroupOptionalParams): Promise<Models.RemediationsListDeploymentsAtResourceGroupResponse>;
|
|
273
|
-
/**
|
|
274
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
275
|
-
* @param resourceGroupName Resource group name.
|
|
276
|
-
* @param remediationName The name of the remediation.
|
|
277
|
-
* @param callback The callback
|
|
278
|
-
*/
|
|
279
|
-
listDeploymentsAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
280
|
-
/**
|
|
281
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
282
|
-
* @param resourceGroupName Resource group name.
|
|
283
|
-
* @param remediationName The name of the remediation.
|
|
284
|
-
* @param options The optional parameters
|
|
285
|
-
* @param callback The callback
|
|
286
|
-
*/
|
|
287
|
-
listDeploymentsAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options: Models.RemediationsListDeploymentsAtResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
288
|
-
/**
|
|
289
|
-
* Cancels a remediation at resource group scope.
|
|
290
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
291
|
-
* @param resourceGroupName Resource group name.
|
|
292
|
-
* @param remediationName The name of the remediation.
|
|
293
|
-
* @param [options] The optional parameters
|
|
294
|
-
* @returns Promise<Models.RemediationsCancelAtResourceGroupResponse>
|
|
295
|
-
*/
|
|
296
|
-
cancelAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCancelAtResourceGroupResponse>;
|
|
297
|
-
/**
|
|
298
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
299
|
-
* @param resourceGroupName Resource group name.
|
|
300
|
-
* @param remediationName The name of the remediation.
|
|
301
|
-
* @param callback The callback
|
|
302
|
-
*/
|
|
303
|
-
cancelAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
304
|
-
/**
|
|
305
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
306
|
-
* @param resourceGroupName Resource group name.
|
|
307
|
-
* @param remediationName The name of the remediation.
|
|
308
|
-
* @param options The optional parameters
|
|
309
|
-
* @param callback The callback
|
|
310
|
-
*/
|
|
311
|
-
cancelAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
312
|
-
/**
|
|
313
|
-
* Gets all remediations for the subscription.
|
|
314
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
315
|
-
* @param resourceGroupName Resource group name.
|
|
316
|
-
* @param [options] The optional parameters
|
|
317
|
-
* @returns Promise<Models.RemediationsListForResourceGroupResponse>
|
|
318
|
-
*/
|
|
319
|
-
listForResourceGroup(subscriptionId: string, resourceGroupName: string, options?: Models.RemediationsListForResourceGroupOptionalParams): Promise<Models.RemediationsListForResourceGroupResponse>;
|
|
320
|
-
/**
|
|
321
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
322
|
-
* @param resourceGroupName Resource group name.
|
|
323
|
-
* @param callback The callback
|
|
324
|
-
*/
|
|
325
|
-
listForResourceGroup(subscriptionId: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
326
|
-
/**
|
|
327
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
328
|
-
* @param resourceGroupName Resource group name.
|
|
329
|
-
* @param options The optional parameters
|
|
330
|
-
* @param callback The callback
|
|
331
|
-
*/
|
|
332
|
-
listForResourceGroup(subscriptionId: string, resourceGroupName: string, options: Models.RemediationsListForResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
333
|
-
/**
|
|
334
|
-
* Creates or updates a remediation at resource group scope.
|
|
335
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
336
|
-
* @param resourceGroupName Resource group name.
|
|
337
|
-
* @param remediationName The name of the remediation.
|
|
338
|
-
* @param parameters The remediation parameters.
|
|
339
|
-
* @param [options] The optional parameters
|
|
340
|
-
* @returns Promise<Models.RemediationsCreateOrUpdateAtResourceGroupResponse>
|
|
341
|
-
*/
|
|
342
|
-
createOrUpdateAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, parameters: Models.Remediation, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCreateOrUpdateAtResourceGroupResponse>;
|
|
343
|
-
/**
|
|
344
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
345
|
-
* @param resourceGroupName Resource group name.
|
|
346
|
-
* @param remediationName The name of the remediation.
|
|
347
|
-
* @param parameters The remediation parameters.
|
|
348
|
-
* @param callback The callback
|
|
349
|
-
*/
|
|
350
|
-
createOrUpdateAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, parameters: Models.Remediation, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
351
|
-
/**
|
|
352
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
353
|
-
* @param resourceGroupName Resource group name.
|
|
354
|
-
* @param remediationName The name of the remediation.
|
|
355
|
-
* @param parameters The remediation parameters.
|
|
356
|
-
* @param options The optional parameters
|
|
357
|
-
* @param callback The callback
|
|
358
|
-
*/
|
|
359
|
-
createOrUpdateAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, parameters: Models.Remediation, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
360
|
-
/**
|
|
361
|
-
* Gets an existing remediation at resource group scope.
|
|
362
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
363
|
-
* @param resourceGroupName Resource group name.
|
|
364
|
-
* @param remediationName The name of the remediation.
|
|
365
|
-
* @param [options] The optional parameters
|
|
366
|
-
* @returns Promise<Models.RemediationsGetAtResourceGroupResponse>
|
|
367
|
-
*/
|
|
368
|
-
getAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsGetAtResourceGroupResponse>;
|
|
369
|
-
/**
|
|
370
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
371
|
-
* @param resourceGroupName Resource group name.
|
|
372
|
-
* @param remediationName The name of the remediation.
|
|
373
|
-
* @param callback The callback
|
|
374
|
-
*/
|
|
375
|
-
getAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
376
|
-
/**
|
|
377
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
378
|
-
* @param resourceGroupName Resource group name.
|
|
379
|
-
* @param remediationName The name of the remediation.
|
|
380
|
-
* @param options The optional parameters
|
|
381
|
-
* @param callback The callback
|
|
382
|
-
*/
|
|
383
|
-
getAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
384
|
-
/**
|
|
385
|
-
* Deletes an existing remediation at resource group scope.
|
|
386
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
387
|
-
* @param resourceGroupName Resource group name.
|
|
388
|
-
* @param remediationName The name of the remediation.
|
|
389
|
-
* @param [options] The optional parameters
|
|
390
|
-
* @returns Promise<Models.RemediationsDeleteAtResourceGroupResponse>
|
|
391
|
-
*/
|
|
392
|
-
deleteAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsDeleteAtResourceGroupResponse>;
|
|
393
|
-
/**
|
|
394
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
395
|
-
* @param resourceGroupName Resource group name.
|
|
396
|
-
* @param remediationName The name of the remediation.
|
|
397
|
-
* @param callback The callback
|
|
398
|
-
*/
|
|
399
|
-
deleteAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
400
|
-
/**
|
|
401
|
-
* @param subscriptionId Microsoft Azure subscription ID.
|
|
402
|
-
* @param resourceGroupName Resource group name.
|
|
403
|
-
* @param remediationName The name of the remediation.
|
|
404
|
-
* @param options The optional parameters
|
|
405
|
-
* @param callback The callback
|
|
406
|
-
*/
|
|
407
|
-
deleteAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
408
|
-
/**
|
|
409
|
-
* Gets all deployments for a remediation at resource scope.
|
|
410
|
-
* @param resourceId Resource ID.
|
|
411
|
-
* @param remediationName The name of the remediation.
|
|
412
|
-
* @param [options] The optional parameters
|
|
413
|
-
* @returns Promise<Models.RemediationsListDeploymentsAtResourceResponse>
|
|
414
|
-
*/
|
|
415
|
-
listDeploymentsAtResource(resourceId: string, remediationName: string, options?: Models.RemediationsListDeploymentsAtResourceOptionalParams): Promise<Models.RemediationsListDeploymentsAtResourceResponse>;
|
|
416
|
-
/**
|
|
417
|
-
* @param resourceId Resource ID.
|
|
418
|
-
* @param remediationName The name of the remediation.
|
|
419
|
-
* @param callback The callback
|
|
420
|
-
*/
|
|
421
|
-
listDeploymentsAtResource(resourceId: string, remediationName: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
422
|
-
/**
|
|
423
|
-
* @param resourceId Resource ID.
|
|
424
|
-
* @param remediationName The name of the remediation.
|
|
425
|
-
* @param options The optional parameters
|
|
426
|
-
* @param callback The callback
|
|
427
|
-
*/
|
|
428
|
-
listDeploymentsAtResource(resourceId: string, remediationName: string, options: Models.RemediationsListDeploymentsAtResourceOptionalParams, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
429
|
-
/**
|
|
430
|
-
* Cancel a remediation at resource scope.
|
|
431
|
-
* @param resourceId Resource ID.
|
|
432
|
-
* @param remediationName The name of the remediation.
|
|
433
|
-
* @param [options] The optional parameters
|
|
434
|
-
* @returns Promise<Models.RemediationsCancelAtResourceResponse>
|
|
435
|
-
*/
|
|
436
|
-
cancelAtResource(resourceId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCancelAtResourceResponse>;
|
|
437
|
-
/**
|
|
438
|
-
* @param resourceId Resource ID.
|
|
439
|
-
* @param remediationName The name of the remediation.
|
|
440
|
-
* @param callback The callback
|
|
441
|
-
*/
|
|
442
|
-
cancelAtResource(resourceId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
443
|
-
/**
|
|
444
|
-
* @param resourceId Resource ID.
|
|
445
|
-
* @param remediationName The name of the remediation.
|
|
446
|
-
* @param options The optional parameters
|
|
447
|
-
* @param callback The callback
|
|
448
|
-
*/
|
|
449
|
-
cancelAtResource(resourceId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
450
|
-
/**
|
|
451
|
-
* Gets all remediations for a resource.
|
|
452
|
-
* @param resourceId Resource ID.
|
|
453
|
-
* @param [options] The optional parameters
|
|
454
|
-
* @returns Promise<Models.RemediationsListForResourceResponse>
|
|
455
|
-
*/
|
|
456
|
-
listForResource(resourceId: string, options?: Models.RemediationsListForResourceOptionalParams): Promise<Models.RemediationsListForResourceResponse>;
|
|
457
|
-
/**
|
|
458
|
-
* @param resourceId Resource ID.
|
|
459
|
-
* @param callback The callback
|
|
460
|
-
*/
|
|
461
|
-
listForResource(resourceId: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
462
|
-
/**
|
|
463
|
-
* @param resourceId Resource ID.
|
|
464
|
-
* @param options The optional parameters
|
|
465
|
-
* @param callback The callback
|
|
466
|
-
*/
|
|
467
|
-
listForResource(resourceId: string, options: Models.RemediationsListForResourceOptionalParams, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
468
|
-
/**
|
|
469
|
-
* Creates or updates a remediation at resource scope.
|
|
470
|
-
* @param resourceId Resource ID.
|
|
471
|
-
* @param remediationName The name of the remediation.
|
|
472
|
-
* @param parameters The remediation parameters.
|
|
473
|
-
* @param [options] The optional parameters
|
|
474
|
-
* @returns Promise<Models.RemediationsCreateOrUpdateAtResourceResponse>
|
|
475
|
-
*/
|
|
476
|
-
createOrUpdateAtResource(resourceId: string, remediationName: string, parameters: Models.Remediation, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCreateOrUpdateAtResourceResponse>;
|
|
477
|
-
/**
|
|
478
|
-
* @param resourceId Resource ID.
|
|
479
|
-
* @param remediationName The name of the remediation.
|
|
480
|
-
* @param parameters The remediation parameters.
|
|
481
|
-
* @param callback The callback
|
|
482
|
-
*/
|
|
483
|
-
createOrUpdateAtResource(resourceId: string, remediationName: string, parameters: Models.Remediation, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
484
|
-
/**
|
|
485
|
-
* @param resourceId Resource ID.
|
|
486
|
-
* @param remediationName The name of the remediation.
|
|
487
|
-
* @param parameters The remediation parameters.
|
|
488
|
-
* @param options The optional parameters
|
|
489
|
-
* @param callback The callback
|
|
490
|
-
*/
|
|
491
|
-
createOrUpdateAtResource(resourceId: string, remediationName: string, parameters: Models.Remediation, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
492
|
-
/**
|
|
493
|
-
* Gets an existing remediation at resource scope.
|
|
494
|
-
* @param resourceId Resource ID.
|
|
495
|
-
* @param remediationName The name of the remediation.
|
|
496
|
-
* @param [options] The optional parameters
|
|
497
|
-
* @returns Promise<Models.RemediationsGetAtResourceResponse>
|
|
498
|
-
*/
|
|
499
|
-
getAtResource(resourceId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsGetAtResourceResponse>;
|
|
500
|
-
/**
|
|
501
|
-
* @param resourceId Resource ID.
|
|
502
|
-
* @param remediationName The name of the remediation.
|
|
503
|
-
* @param callback The callback
|
|
504
|
-
*/
|
|
505
|
-
getAtResource(resourceId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
506
|
-
/**
|
|
507
|
-
* @param resourceId Resource ID.
|
|
508
|
-
* @param remediationName The name of the remediation.
|
|
509
|
-
* @param options The optional parameters
|
|
510
|
-
* @param callback The callback
|
|
511
|
-
*/
|
|
512
|
-
getAtResource(resourceId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
513
|
-
/**
|
|
514
|
-
* Deletes an existing remediation at individual resource scope.
|
|
515
|
-
* @param resourceId Resource ID.
|
|
516
|
-
* @param remediationName The name of the remediation.
|
|
517
|
-
* @param [options] The optional parameters
|
|
518
|
-
* @returns Promise<Models.RemediationsDeleteAtResourceResponse>
|
|
519
|
-
*/
|
|
520
|
-
deleteAtResource(resourceId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsDeleteAtResourceResponse>;
|
|
521
|
-
/**
|
|
522
|
-
* @param resourceId Resource ID.
|
|
523
|
-
* @param remediationName The name of the remediation.
|
|
524
|
-
* @param callback The callback
|
|
525
|
-
*/
|
|
526
|
-
deleteAtResource(resourceId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
527
|
-
/**
|
|
528
|
-
* @param resourceId Resource ID.
|
|
529
|
-
* @param remediationName The name of the remediation.
|
|
530
|
-
* @param options The optional parameters
|
|
531
|
-
* @param callback The callback
|
|
532
|
-
*/
|
|
533
|
-
deleteAtResource(resourceId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;
|
|
534
|
-
/**
|
|
535
|
-
* Gets all deployments for a remediation at management group scope.
|
|
536
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
537
|
-
* @param [options] The optional parameters
|
|
538
|
-
* @returns Promise<Models.RemediationsListDeploymentsAtManagementGroupNextResponse>
|
|
539
|
-
*/
|
|
540
|
-
listDeploymentsAtManagementGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListDeploymentsAtManagementGroupNextResponse>;
|
|
541
|
-
/**
|
|
542
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
543
|
-
* @param callback The callback
|
|
544
|
-
*/
|
|
545
|
-
listDeploymentsAtManagementGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
546
|
-
/**
|
|
547
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
548
|
-
* @param options The optional parameters
|
|
549
|
-
* @param callback The callback
|
|
550
|
-
*/
|
|
551
|
-
listDeploymentsAtManagementGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
552
|
-
/**
|
|
553
|
-
* Gets all remediations for the management group.
|
|
554
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
555
|
-
* @param [options] The optional parameters
|
|
556
|
-
* @returns Promise<Models.RemediationsListForManagementGroupNextResponse>
|
|
557
|
-
*/
|
|
558
|
-
listForManagementGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListForManagementGroupNextResponse>;
|
|
559
|
-
/**
|
|
560
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
561
|
-
* @param callback The callback
|
|
562
|
-
*/
|
|
563
|
-
listForManagementGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
564
|
-
/**
|
|
565
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
566
|
-
* @param options The optional parameters
|
|
567
|
-
* @param callback The callback
|
|
568
|
-
*/
|
|
569
|
-
listForManagementGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
570
|
-
/**
|
|
571
|
-
* Gets all deployments for a remediation at subscription scope.
|
|
572
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
573
|
-
* @param [options] The optional parameters
|
|
574
|
-
* @returns Promise<Models.RemediationsListDeploymentsAtSubscriptionNextResponse>
|
|
575
|
-
*/
|
|
576
|
-
listDeploymentsAtSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListDeploymentsAtSubscriptionNextResponse>;
|
|
577
|
-
/**
|
|
578
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
579
|
-
* @param callback The callback
|
|
580
|
-
*/
|
|
581
|
-
listDeploymentsAtSubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
582
|
-
/**
|
|
583
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
584
|
-
* @param options The optional parameters
|
|
585
|
-
* @param callback The callback
|
|
586
|
-
*/
|
|
587
|
-
listDeploymentsAtSubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
588
|
-
/**
|
|
589
|
-
* Gets all remediations for the subscription.
|
|
590
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
591
|
-
* @param [options] The optional parameters
|
|
592
|
-
* @returns Promise<Models.RemediationsListForSubscriptionNextResponse>
|
|
593
|
-
*/
|
|
594
|
-
listForSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListForSubscriptionNextResponse>;
|
|
595
|
-
/**
|
|
596
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
597
|
-
* @param callback The callback
|
|
598
|
-
*/
|
|
599
|
-
listForSubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
600
|
-
/**
|
|
601
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
602
|
-
* @param options The optional parameters
|
|
603
|
-
* @param callback The callback
|
|
604
|
-
*/
|
|
605
|
-
listForSubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
606
|
-
/**
|
|
607
|
-
* Gets all deployments for a remediation at resource group scope.
|
|
608
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
609
|
-
* @param [options] The optional parameters
|
|
610
|
-
* @returns Promise<Models.RemediationsListDeploymentsAtResourceGroupNextResponse>
|
|
611
|
-
*/
|
|
612
|
-
listDeploymentsAtResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListDeploymentsAtResourceGroupNextResponse>;
|
|
613
|
-
/**
|
|
614
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
615
|
-
* @param callback The callback
|
|
616
|
-
*/
|
|
617
|
-
listDeploymentsAtResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
618
|
-
/**
|
|
619
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
620
|
-
* @param options The optional parameters
|
|
621
|
-
* @param callback The callback
|
|
622
|
-
*/
|
|
623
|
-
listDeploymentsAtResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
624
|
-
/**
|
|
625
|
-
* Gets all remediations for the subscription.
|
|
626
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
627
|
-
* @param [options] The optional parameters
|
|
628
|
-
* @returns Promise<Models.RemediationsListForResourceGroupNextResponse>
|
|
629
|
-
*/
|
|
630
|
-
listForResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListForResourceGroupNextResponse>;
|
|
631
|
-
/**
|
|
632
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
633
|
-
* @param callback The callback
|
|
634
|
-
*/
|
|
635
|
-
listForResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
636
|
-
/**
|
|
637
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
638
|
-
* @param options The optional parameters
|
|
639
|
-
* @param callback The callback
|
|
640
|
-
*/
|
|
641
|
-
listForResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
642
|
-
/**
|
|
643
|
-
* Gets all deployments for a remediation at resource scope.
|
|
644
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
645
|
-
* @param [options] The optional parameters
|
|
646
|
-
* @returns Promise<Models.RemediationsListDeploymentsAtResourceNextResponse>
|
|
647
|
-
*/
|
|
648
|
-
listDeploymentsAtResourceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListDeploymentsAtResourceNextResponse>;
|
|
649
|
-
/**
|
|
650
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
651
|
-
* @param callback The callback
|
|
652
|
-
*/
|
|
653
|
-
listDeploymentsAtResourceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
654
|
-
/**
|
|
655
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
656
|
-
* @param options The optional parameters
|
|
657
|
-
* @param callback The callback
|
|
658
|
-
*/
|
|
659
|
-
listDeploymentsAtResourceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;
|
|
660
|
-
/**
|
|
661
|
-
* Gets all remediations for a resource.
|
|
662
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
663
|
-
* @param [options] The optional parameters
|
|
664
|
-
* @returns Promise<Models.RemediationsListForResourceNextResponse>
|
|
665
|
-
*/
|
|
666
|
-
listForResourceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListForResourceNextResponse>;
|
|
667
|
-
/**
|
|
668
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
669
|
-
* @param callback The callback
|
|
670
|
-
*/
|
|
671
|
-
listForResourceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
672
|
-
/**
|
|
673
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
674
|
-
* @param options The optional parameters
|
|
675
|
-
* @param callback The callback
|
|
676
|
-
*/
|
|
677
|
-
listForResourceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;
|
|
678
|
-
}
|
|
679
|
-
//# sourceMappingURL=remediations.d.ts.map
|