@azure/arm-batch 6.0.0 → 7.0.0-beta.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/CHANGELOG.md +14 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +6873 -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/batchManagementClient.d.ts +24 -0
- package/dist-esm/src/batchManagementClient.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClient.js +31 -0
- package/dist-esm/src/batchManagementClient.js.map +1 -0
- package/dist-esm/src/batchManagementClientContext.d.ts +17 -0
- package/dist-esm/src/batchManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClientContext.js +50 -0
- package/dist-esm/src/batchManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -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 +1780 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/index.js +1 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +112 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1723 -1885
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +34 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +303 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/applicationOperations.d.ts +71 -0
- package/dist-esm/src/operations/applicationOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/applicationOperations.js +269 -0
- package/dist-esm/src/operations/applicationOperations.js.map +1 -0
- package/dist-esm/src/operations/applicationPackageOperations.d.ts +83 -0
- package/dist-esm/src/operations/applicationPackageOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/applicationPackageOperations.js +294 -0
- package/dist-esm/src/operations/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operations/batchAccountOperations.d.ts +171 -0
- package/dist-esm/src/operations/batchAccountOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/batchAccountOperations.js +681 -0
- package/dist-esm/src/operations/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operations/certificateOperations.d.ts +106 -0
- package/dist-esm/src/operations/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/certificateOperations.js +388 -0
- package/dist-esm/src/operations/certificateOperations.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/location.d.ts +71 -0
- package/dist-esm/src/operations/location.d.ts.map +1 -0
- package/dist-esm/src/operations/location.js +316 -0
- package/dist-esm/src/operations/location.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/poolOperations.d.ts +103 -0
- package/dist-esm/src/operations/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/poolOperations.js +410 -0
- package/dist-esm/src/operations/poolOperations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +278 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts +47 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js +170 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/applicationOperations.js} +2 -7
- package/dist-esm/src/operationsInterfaces/applicationOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/applicationPackageOperations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts +112 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
- package/{src/models/locationMappers.ts → dist-esm/src/operationsInterfaces/batchAccountOperations.js} +2 -10
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.js +9 -0
- package/dist-esm/src/operationsInterfaces/location.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -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/poolOperations.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +479 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +66 -32
- package/review/arm-batch.api.md +1459 -0
- package/rollup.config.js +181 -30
- package/src/batchManagementClient.ts +59 -48
- package/src/batchManagementClientContext.ts +46 -43
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1460 -3635
- package/src/models/mappers.ts +1705 -1851
- package/src/models/parameters.ts +216 -117
- package/src/operations/applicationOperations.ts +215 -263
- package/src/operations/applicationPackageOperations.ts +252 -279
- package/src/operations/batchAccountOperations.ts +660 -572
- package/src/operations/certificateOperations.ts +360 -359
- package/src/operations/index.ts +1 -2
- package/src/operations/location.ts +285 -234
- package/src/operations/operations.ts +82 -70
- package/src/operations/poolOperations.ts +373 -378
- package/src/operations/privateEndpointConnectionOperations.ts +269 -169
- package/src/operations/privateLinkResourceOperations.ts +156 -126
- package/src/operationsInterfaces/applicationOperations.ts +90 -0
- package/src/operationsInterfaces/applicationPackageOperations.ts +106 -0
- package/src/operationsInterfaces/batchAccountOperations.ts +196 -0
- package/src/operationsInterfaces/certificateOperations.ts +139 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/location.ts +62 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/poolOperations.ts +142 -0
- package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +87 -0
- package/src/operationsInterfaces/privateLinkResourceOperations.ts +45 -0
- package/tsconfig.json +3 -3
- package/types/arm-batch.d.ts +2528 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-batch.js +0 -6972
- package/dist/arm-batch.js.map +0 -1
- package/dist/arm-batch.min.js +0 -1
- package/dist/arm-batch.min.js.map +0 -1
- package/esm/batchManagementClient.d.ts +0 -33
- package/esm/batchManagementClient.d.ts.map +0 -1
- package/esm/batchManagementClient.js +0 -46
- package/esm/batchManagementClient.js.map +0 -1
- package/esm/batchManagementClientContext.d.ts +0 -23
- package/esm/batchManagementClientContext.d.ts.map +0 -1
- package/esm/batchManagementClientContext.js +0 -61
- package/esm/batchManagementClientContext.js.map +0 -1
- package/esm/models/applicationOperationsMappers.d.ts +0 -2
- package/esm/models/applicationOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationOperationsMappers.js +0 -9
- package/esm/models/applicationOperationsMappers.js.map +0 -1
- package/esm/models/applicationPackageOperationsMappers.d.ts +0 -2
- package/esm/models/applicationPackageOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationPackageOperationsMappers.js +0 -9
- package/esm/models/applicationPackageOperationsMappers.js.map +0 -1
- package/esm/models/batchAccountOperationsMappers.d.ts +0 -2
- package/esm/models/batchAccountOperationsMappers.d.ts.map +0 -1
- package/esm/models/batchAccountOperationsMappers.js +0 -9
- package/esm/models/batchAccountOperationsMappers.js.map +0 -1
- package/esm/models/certificateOperationsMappers.d.ts +0 -2
- package/esm/models/certificateOperationsMappers.d.ts.map +0 -1
- package/esm/models/certificateOperationsMappers.js +0 -9
- package/esm/models/certificateOperationsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3946
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationMappers.d.ts +0 -2
- package/esm/models/locationMappers.d.ts.map +0 -1
- package/esm/models/locationMappers.js +0 -9
- package/esm/models/locationMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -110
- 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.map +0 -1
- package/esm/models/parameters.d.ts +0 -21
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -250
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/poolOperationsMappers.d.ts +0 -2
- package/esm/models/poolOperationsMappers.d.ts.map +0 -1
- package/esm/models/poolOperationsMappers.js +0 -9
- package/esm/models/poolOperationsMappers.js.map +0 -1
- package/esm/models/privateEndpointConnectionOperationsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionOperationsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionOperationsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionOperationsMappers.js.map +0 -1
- package/esm/models/privateLinkResourceOperationsMappers.d.ts +0 -2
- package/esm/models/privateLinkResourceOperationsMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourceOperationsMappers.js +0 -9
- package/esm/models/privateLinkResourceOperationsMappers.js.map +0 -1
- package/esm/operations/applicationOperations.d.ts +0 -151
- package/esm/operations/applicationOperations.d.ts.map +0 -1
- package/esm/operations/applicationOperations.js +0 -232
- package/esm/operations/applicationOperations.js.map +0 -1
- package/esm/operations/applicationPackageOperations.d.ts +0 -171
- package/esm/operations/applicationPackageOperations.d.ts.map +0 -1
- package/esm/operations/applicationPackageOperations.js +0 -244
- package/esm/operations/applicationPackageOperations.js.map +0 -1
- package/esm/operations/batchAccountOperations.d.ts +0 -299
- package/esm/operations/batchAccountOperations.d.ts.map +0 -1
- package/esm/operations/batchAccountOperations.js +0 -493
- package/esm/operations/batchAccountOperations.js.map +0 -1
- package/esm/operations/certificateOperations.d.ts +0 -207
- package/esm/operations/certificateOperations.d.ts.map +0 -1
- package/esm/operations/certificateOperations.js +0 -310
- package/esm/operations/certificateOperations.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/location.d.ts +0 -124
- package/esm/operations/location.d.ts.map +0 -1
- package/esm/operations/location.js +0 -216
- package/esm/operations/location.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/poolOperations.d.ts +0 -206
- package/esm/operations/poolOperations.d.ts.map +0 -1
- package/esm/operations/poolOperations.js +0 -341
- package/esm/operations/poolOperations.js.map +0 -1
- package/esm/operations/privateEndpointConnectionOperations.d.ts +0 -104
- package/esm/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnectionOperations.js +0 -195
- package/esm/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/esm/operations/privateLinkResourceOperations.d.ts +0 -79
- package/esm/operations/privateLinkResourceOperations.d.ts.map +0 -1
- package/esm/operations/privateLinkResourceOperations.js +0 -121
- package/esm/operations/privateLinkResourceOperations.js.map +0 -1
- package/src/models/applicationOperationsMappers.ts +0 -79
- package/src/models/applicationPackageOperationsMappers.ts +0 -80
- package/src/models/batchAccountOperationsMappers.ts +0 -89
- package/src/models/certificateOperationsMappers.ts +0 -84
- package/src/models/poolOperationsMappers.ts +0 -85
- package/src/models/privateEndpointConnectionOperationsMappers.ts +0 -80
- package/src/models/privateLinkResourceOperationsMappers.ts +0 -79
package/esm/models/parameters.js
DELETED
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
export var acceptLanguage = {
|
|
10
|
-
parameterPath: "acceptLanguage",
|
|
11
|
-
mapper: {
|
|
12
|
-
serializedName: "accept-language",
|
|
13
|
-
defaultValue: 'en-US',
|
|
14
|
-
type: {
|
|
15
|
-
name: "String"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
export var accountName0 = {
|
|
20
|
-
parameterPath: "accountName",
|
|
21
|
-
mapper: {
|
|
22
|
-
required: true,
|
|
23
|
-
serializedName: "accountName",
|
|
24
|
-
constraints: {
|
|
25
|
-
MaxLength: 24,
|
|
26
|
-
MinLength: 3,
|
|
27
|
-
Pattern: /^[a-z0-9]+$/
|
|
28
|
-
},
|
|
29
|
-
type: {
|
|
30
|
-
name: "String"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
export var accountName1 = {
|
|
35
|
-
parameterPath: "accountName",
|
|
36
|
-
mapper: {
|
|
37
|
-
required: true,
|
|
38
|
-
serializedName: "accountName",
|
|
39
|
-
constraints: {
|
|
40
|
-
MaxLength: 24,
|
|
41
|
-
MinLength: 3,
|
|
42
|
-
Pattern: /^[a-zA-Z0-9]+$/
|
|
43
|
-
},
|
|
44
|
-
type: {
|
|
45
|
-
name: "String"
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export var apiVersion = {
|
|
50
|
-
parameterPath: "apiVersion",
|
|
51
|
-
mapper: {
|
|
52
|
-
required: true,
|
|
53
|
-
serializedName: "api-version",
|
|
54
|
-
type: {
|
|
55
|
-
name: "String"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
export var applicationName = {
|
|
60
|
-
parameterPath: "applicationName",
|
|
61
|
-
mapper: {
|
|
62
|
-
required: true,
|
|
63
|
-
serializedName: "applicationName",
|
|
64
|
-
constraints: {
|
|
65
|
-
MaxLength: 64,
|
|
66
|
-
MinLength: 1,
|
|
67
|
-
Pattern: /^[a-zA-Z0-9_-]+$/
|
|
68
|
-
},
|
|
69
|
-
type: {
|
|
70
|
-
name: "String"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
export var certificateName = {
|
|
75
|
-
parameterPath: "certificateName",
|
|
76
|
-
mapper: {
|
|
77
|
-
required: true,
|
|
78
|
-
serializedName: "certificateName",
|
|
79
|
-
constraints: {
|
|
80
|
-
MaxLength: 45,
|
|
81
|
-
MinLength: 5,
|
|
82
|
-
Pattern: /^[\w]+-[\w]+$/
|
|
83
|
-
},
|
|
84
|
-
type: {
|
|
85
|
-
name: "String"
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
};
|
|
89
|
-
export var filter = {
|
|
90
|
-
parameterPath: [
|
|
91
|
-
"options",
|
|
92
|
-
"filter"
|
|
93
|
-
],
|
|
94
|
-
mapper: {
|
|
95
|
-
serializedName: "$filter",
|
|
96
|
-
type: {
|
|
97
|
-
name: "String"
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
};
|
|
101
|
-
export var ifMatch = {
|
|
102
|
-
parameterPath: [
|
|
103
|
-
"options",
|
|
104
|
-
"ifMatch"
|
|
105
|
-
],
|
|
106
|
-
mapper: {
|
|
107
|
-
serializedName: "If-Match",
|
|
108
|
-
type: {
|
|
109
|
-
name: "String"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
};
|
|
113
|
-
export var ifNoneMatch = {
|
|
114
|
-
parameterPath: [
|
|
115
|
-
"options",
|
|
116
|
-
"ifNoneMatch"
|
|
117
|
-
],
|
|
118
|
-
mapper: {
|
|
119
|
-
serializedName: "If-None-Match",
|
|
120
|
-
type: {
|
|
121
|
-
name: "String"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
};
|
|
125
|
-
export var locationName = {
|
|
126
|
-
parameterPath: "locationName",
|
|
127
|
-
mapper: {
|
|
128
|
-
required: true,
|
|
129
|
-
serializedName: "locationName",
|
|
130
|
-
type: {
|
|
131
|
-
name: "String"
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
};
|
|
135
|
-
export var maxresults = {
|
|
136
|
-
parameterPath: [
|
|
137
|
-
"options",
|
|
138
|
-
"maxresults"
|
|
139
|
-
],
|
|
140
|
-
mapper: {
|
|
141
|
-
serializedName: "maxresults",
|
|
142
|
-
type: {
|
|
143
|
-
name: "Number"
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
};
|
|
147
|
-
export var nextPageLink = {
|
|
148
|
-
parameterPath: "nextPageLink",
|
|
149
|
-
mapper: {
|
|
150
|
-
required: true,
|
|
151
|
-
serializedName: "nextLink",
|
|
152
|
-
type: {
|
|
153
|
-
name: "String"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
skipEncoding: true
|
|
157
|
-
};
|
|
158
|
-
export var poolName = {
|
|
159
|
-
parameterPath: "poolName",
|
|
160
|
-
mapper: {
|
|
161
|
-
required: true,
|
|
162
|
-
serializedName: "poolName",
|
|
163
|
-
constraints: {
|
|
164
|
-
MaxLength: 64,
|
|
165
|
-
MinLength: 1,
|
|
166
|
-
Pattern: /^[a-zA-Z0-9_-]+$/
|
|
167
|
-
},
|
|
168
|
-
type: {
|
|
169
|
-
name: "String"
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
};
|
|
173
|
-
export var privateEndpointConnectionName = {
|
|
174
|
-
parameterPath: "privateEndpointConnectionName",
|
|
175
|
-
mapper: {
|
|
176
|
-
required: true,
|
|
177
|
-
serializedName: "privateEndpointConnectionName",
|
|
178
|
-
constraints: {
|
|
179
|
-
MaxLength: 101,
|
|
180
|
-
MinLength: 1,
|
|
181
|
-
Pattern: /^[a-zA-Z0-9_-]+\.?[a-fA-F0-9-]*$/
|
|
182
|
-
},
|
|
183
|
-
type: {
|
|
184
|
-
name: "String"
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
};
|
|
188
|
-
export var privateLinkResourceName = {
|
|
189
|
-
parameterPath: "privateLinkResourceName",
|
|
190
|
-
mapper: {
|
|
191
|
-
required: true,
|
|
192
|
-
serializedName: "privateLinkResourceName",
|
|
193
|
-
constraints: {
|
|
194
|
-
MaxLength: 101,
|
|
195
|
-
MinLength: 1,
|
|
196
|
-
Pattern: /^[a-zA-Z0-9_-]+\.?[a-fA-F0-9-]*$/
|
|
197
|
-
},
|
|
198
|
-
type: {
|
|
199
|
-
name: "String"
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
};
|
|
203
|
-
export var resourceGroupName = {
|
|
204
|
-
parameterPath: "resourceGroupName",
|
|
205
|
-
mapper: {
|
|
206
|
-
required: true,
|
|
207
|
-
serializedName: "resourceGroupName",
|
|
208
|
-
type: {
|
|
209
|
-
name: "String"
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
};
|
|
213
|
-
export var select = {
|
|
214
|
-
parameterPath: [
|
|
215
|
-
"options",
|
|
216
|
-
"select"
|
|
217
|
-
],
|
|
218
|
-
mapper: {
|
|
219
|
-
serializedName: "$select",
|
|
220
|
-
type: {
|
|
221
|
-
name: "String"
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
};
|
|
225
|
-
export var subscriptionId = {
|
|
226
|
-
parameterPath: "subscriptionId",
|
|
227
|
-
mapper: {
|
|
228
|
-
required: true,
|
|
229
|
-
serializedName: "subscriptionId",
|
|
230
|
-
type: {
|
|
231
|
-
name: "String"
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
};
|
|
235
|
-
export var versionName = {
|
|
236
|
-
parameterPath: "versionName",
|
|
237
|
-
mapper: {
|
|
238
|
-
required: true,
|
|
239
|
-
serializedName: "versionName",
|
|
240
|
-
constraints: {
|
|
241
|
-
MaxLength: 64,
|
|
242
|
-
MinLength: 1,
|
|
243
|
-
Pattern: /^[a-zA-Z0-9_-][a-zA-Z0-9_.-]*$/
|
|
244
|
-
},
|
|
245
|
-
type: {
|
|
246
|
-
name: "String"
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
};
|
|
250
|
-
//# sourceMappingURL=parameters.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/models/parameters.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { Application, ApplicationPackage, ApplicationPackageReference, AutoScaleRun, AutoScaleRunError, AutoScaleSettings, AutoStorageBaseProperties, AutoStorageProperties, AutoUserSpecification, AzureBlobFileSystemConfiguration, AzureFileShareConfiguration, BaseResource, BatchAccount, BatchAccountIdentity, BatchPoolIdentity, Certificate, CertificateCreateOrUpdateParameters, CertificateReference, CIFSMountConfiguration, CloudError, CloudServiceConfiguration, ComputeNodeIdentityReference, ContainerConfiguration, ContainerRegistry, DataDisk, DeleteCertificateError, DeploymentConfiguration, DiffDiskSettings, DiskEncryptionConfiguration, EncryptionProperties, EnvironmentSetting, FixedScaleSettings, ImageReference, InboundNatPool, KeyVaultProperties, KeyVaultReference, LinuxUserConfiguration, ListPoolsResult, MetadataItem, MountConfiguration, NetworkConfiguration, NetworkSecurityGroupRule, NFSMountConfiguration, NodePlacementConfiguration, OSDisk, Pool, PoolCreateHeaders, PoolDeleteHeaders, PoolDisableAutoScaleHeaders, PoolEndpointConfiguration, PoolGetHeaders, PoolStopResizeHeaders, PoolUpdateHeaders, PrivateEndpoint, PrivateEndpointConnection, PrivateLinkResource, PrivateLinkServiceConnectionState, ProxyResource, PublicIPAddressConfiguration, ResizeError, ResizeOperationStatus, Resource, ResourceFile, ScaleSettings, StartTask, TaskContainerSettings, TaskSchedulingPolicy, UserAccount, UserAssignedIdentities, UserIdentity, VirtualMachineConfiguration, VirtualMachineFamilyCoreQuota, VMExtension, WindowsConfiguration, WindowsUserConfiguration } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=poolOperationsMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"poolOperationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/poolOperationsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,2BAA2B,EAC3B,YAAY,EACZ,iBAAiB,EACjB,iBAAiB,EACjB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,gCAAgC,EAChC,2BAA2B,EAC3B,YAAY,EACZ,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,WAAW,EACX,mCAAmC,EACnC,oBAAoB,EACpB,sBAAsB,EACtB,UAAU,EACV,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,iBAAiB,EACjB,QAAQ,EACR,sBAAsB,EACtB,uBAAuB,EACvB,gBAAgB,EAChB,2BAA2B,EAC3B,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EACjB,sBAAsB,EACtB,eAAe,EACf,YAAY,EACZ,kBAAkB,EAClB,oBAAoB,EACpB,wBAAwB,EACxB,qBAAqB,EACrB,0BAA0B,EAC1B,MAAM,EACN,IAAI,EACJ,iBAAiB,EACjB,iBAAiB,EACjB,2BAA2B,EAC3B,yBAAyB,EACzB,cAAc,EACd,qBAAqB,EACrB,iBAAiB,EACjB,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,iCAAiC,EACjC,aAAa,EACb,4BAA4B,EAC5B,WAAW,EACX,qBAAqB,EACrB,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,SAAS,EACT,qBAAqB,EACrB,oBAAoB,EACpB,WAAW,EACX,sBAAsB,EACtB,YAAY,EACZ,2BAA2B,EAC3B,6BAA6B,EAC7B,WAAW,EACX,oBAAoB,EACpB,wBAAwB,EACzB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { Application, ApplicationPackage, ApplicationPackageReference, AutoScaleRun, AutoScaleRunError, AutoScaleSettings, AutoStorageBaseProperties, AutoStorageProperties, AutoUserSpecification, AzureBlobFileSystemConfiguration, AzureFileShareConfiguration, BaseResource, BatchAccount, BatchAccountIdentity, BatchPoolIdentity, Certificate, CertificateCreateOrUpdateParameters, CertificateReference, CIFSMountConfiguration, CloudError, CloudServiceConfiguration, ComputeNodeIdentityReference, ContainerConfiguration, ContainerRegistry, DataDisk, DeleteCertificateError, DeploymentConfiguration, DiffDiskSettings, DiskEncryptionConfiguration, EncryptionProperties, EnvironmentSetting, FixedScaleSettings, ImageReference, InboundNatPool, KeyVaultProperties, KeyVaultReference, LinuxUserConfiguration, ListPoolsResult, MetadataItem, MountConfiguration, NetworkConfiguration, NetworkSecurityGroupRule, NFSMountConfiguration, NodePlacementConfiguration, OSDisk, Pool, PoolCreateHeaders, PoolDeleteHeaders, PoolDisableAutoScaleHeaders, PoolEndpointConfiguration, PoolGetHeaders, PoolStopResizeHeaders, PoolUpdateHeaders, PrivateEndpoint, PrivateEndpointConnection, PrivateLinkResource, PrivateLinkServiceConnectionState, ProxyResource, PublicIPAddressConfiguration, ResizeError, ResizeOperationStatus, Resource, ResourceFile, ScaleSettings, StartTask, TaskContainerSettings, TaskSchedulingPolicy, UserAccount, UserAssignedIdentities, UserIdentity, VirtualMachineConfiguration, VirtualMachineFamilyCoreQuota, VMExtension, WindowsConfiguration, WindowsUserConfiguration } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=poolOperationsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"poolOperationsMappers.js","sourceRoot":"","sources":["../../src/models/poolOperationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,2BAA2B,EAC3B,YAAY,EACZ,iBAAiB,EACjB,iBAAiB,EACjB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,gCAAgC,EAChC,2BAA2B,EAC3B,YAAY,EACZ,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,WAAW,EACX,mCAAmC,EACnC,oBAAoB,EACpB,sBAAsB,EACtB,UAAU,EACV,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,iBAAiB,EACjB,QAAQ,EACR,sBAAsB,EACtB,uBAAuB,EACvB,gBAAgB,EAChB,2BAA2B,EAC3B,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EACjB,sBAAsB,EACtB,eAAe,EACf,YAAY,EACZ,kBAAkB,EAClB,oBAAoB,EACpB,wBAAwB,EACxB,qBAAqB,EACrB,0BAA0B,EAC1B,MAAM,EACN,IAAI,EACJ,iBAAiB,EACjB,iBAAiB,EACjB,2BAA2B,EAC3B,yBAAyB,EACzB,cAAc,EACd,qBAAqB,EACrB,iBAAiB,EACjB,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,iCAAiC,EACjC,aAAa,EACb,4BAA4B,EAC5B,WAAW,EACX,qBAAqB,EACrB,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,SAAS,EACT,qBAAqB,EACrB,oBAAoB,EACpB,WAAW,EACX,sBAAsB,EACtB,YAAY,EACZ,2BAA2B,EAC3B,6BAA6B,EAC7B,WAAW,EACX,oBAAoB,EACpB,wBAAwB,EACzB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { Application, ApplicationPackage, ApplicationPackageReference, AutoScaleRun, AutoScaleRunError, AutoScaleSettings, AutoStorageBaseProperties, AutoStorageProperties, AutoUserSpecification, AzureBlobFileSystemConfiguration, AzureFileShareConfiguration, BaseResource, BatchAccount, BatchAccountIdentity, BatchPoolIdentity, Certificate, CertificateCreateOrUpdateParameters, CertificateReference, CIFSMountConfiguration, CloudError, CloudServiceConfiguration, ComputeNodeIdentityReference, ContainerConfiguration, ContainerRegistry, DataDisk, DeleteCertificateError, DeploymentConfiguration, DiffDiskSettings, DiskEncryptionConfiguration, EncryptionProperties, EnvironmentSetting, FixedScaleSettings, ImageReference, InboundNatPool, KeyVaultProperties, KeyVaultReference, LinuxUserConfiguration, ListPrivateEndpointConnectionsResult, MetadataItem, MountConfiguration, NetworkConfiguration, NetworkSecurityGroupRule, NFSMountConfiguration, NodePlacementConfiguration, OSDisk, Pool, PoolEndpointConfiguration, PrivateEndpoint, PrivateEndpointConnection, PrivateEndpointConnectionUpdateHeaders, PrivateLinkResource, PrivateLinkServiceConnectionState, ProxyResource, PublicIPAddressConfiguration, ResizeError, ResizeOperationStatus, Resource, ResourceFile, ScaleSettings, StartTask, TaskContainerSettings, TaskSchedulingPolicy, UserAccount, UserAssignedIdentities, UserIdentity, VirtualMachineConfiguration, VirtualMachineFamilyCoreQuota, VMExtension, WindowsConfiguration, WindowsUserConfiguration } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=privateEndpointConnectionOperationsMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnectionOperationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/privateEndpointConnectionOperationsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,2BAA2B,EAC3B,YAAY,EACZ,iBAAiB,EACjB,iBAAiB,EACjB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,gCAAgC,EAChC,2BAA2B,EAC3B,YAAY,EACZ,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,WAAW,EACX,mCAAmC,EACnC,oBAAoB,EACpB,sBAAsB,EACtB,UAAU,EACV,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,iBAAiB,EACjB,QAAQ,EACR,sBAAsB,EACtB,uBAAuB,EACvB,gBAAgB,EAChB,2BAA2B,EAC3B,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EACjB,sBAAsB,EACtB,oCAAoC,EACpC,YAAY,EACZ,kBAAkB,EAClB,oBAAoB,EACpB,wBAAwB,EACxB,qBAAqB,EACrB,0BAA0B,EAC1B,MAAM,EACN,IAAI,EACJ,yBAAyB,EACzB,eAAe,EACf,yBAAyB,EACzB,sCAAsC,EACtC,mBAAmB,EACnB,iCAAiC,EACjC,aAAa,EACb,4BAA4B,EAC5B,WAAW,EACX,qBAAqB,EACrB,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,SAAS,EACT,qBAAqB,EACrB,oBAAoB,EACpB,WAAW,EACX,sBAAsB,EACtB,YAAY,EACZ,2BAA2B,EAC3B,6BAA6B,EAC7B,WAAW,EACX,oBAAoB,EACpB,wBAAwB,EACzB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { Application, ApplicationPackage, ApplicationPackageReference, AutoScaleRun, AutoScaleRunError, AutoScaleSettings, AutoStorageBaseProperties, AutoStorageProperties, AutoUserSpecification, AzureBlobFileSystemConfiguration, AzureFileShareConfiguration, BaseResource, BatchAccount, BatchAccountIdentity, BatchPoolIdentity, Certificate, CertificateCreateOrUpdateParameters, CertificateReference, CIFSMountConfiguration, CloudError, CloudServiceConfiguration, ComputeNodeIdentityReference, ContainerConfiguration, ContainerRegistry, DataDisk, DeleteCertificateError, DeploymentConfiguration, DiffDiskSettings, DiskEncryptionConfiguration, EncryptionProperties, EnvironmentSetting, FixedScaleSettings, ImageReference, InboundNatPool, KeyVaultProperties, KeyVaultReference, LinuxUserConfiguration, ListPrivateEndpointConnectionsResult, MetadataItem, MountConfiguration, NetworkConfiguration, NetworkSecurityGroupRule, NFSMountConfiguration, NodePlacementConfiguration, OSDisk, Pool, PoolEndpointConfiguration, PrivateEndpoint, PrivateEndpointConnection, PrivateEndpointConnectionUpdateHeaders, PrivateLinkResource, PrivateLinkServiceConnectionState, ProxyResource, PublicIPAddressConfiguration, ResizeError, ResizeOperationStatus, Resource, ResourceFile, ScaleSettings, StartTask, TaskContainerSettings, TaskSchedulingPolicy, UserAccount, UserAssignedIdentities, UserIdentity, VirtualMachineConfiguration, VirtualMachineFamilyCoreQuota, VMExtension, WindowsConfiguration, WindowsUserConfiguration } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=privateEndpointConnectionOperationsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnectionOperationsMappers.js","sourceRoot":"","sources":["../../src/models/privateEndpointConnectionOperationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,2BAA2B,EAC3B,YAAY,EACZ,iBAAiB,EACjB,iBAAiB,EACjB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,gCAAgC,EAChC,2BAA2B,EAC3B,YAAY,EACZ,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,WAAW,EACX,mCAAmC,EACnC,oBAAoB,EACpB,sBAAsB,EACtB,UAAU,EACV,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,iBAAiB,EACjB,QAAQ,EACR,sBAAsB,EACtB,uBAAuB,EACvB,gBAAgB,EAChB,2BAA2B,EAC3B,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EACjB,sBAAsB,EACtB,oCAAoC,EACpC,YAAY,EACZ,kBAAkB,EAClB,oBAAoB,EACpB,wBAAwB,EACxB,qBAAqB,EACrB,0BAA0B,EAC1B,MAAM,EACN,IAAI,EACJ,yBAAyB,EACzB,eAAe,EACf,yBAAyB,EACzB,sCAAsC,EACtC,mBAAmB,EACnB,iCAAiC,EACjC,aAAa,EACb,4BAA4B,EAC5B,WAAW,EACX,qBAAqB,EACrB,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,SAAS,EACT,qBAAqB,EACrB,oBAAoB,EACpB,WAAW,EACX,sBAAsB,EACtB,YAAY,EACZ,2BAA2B,EAC3B,6BAA6B,EAC7B,WAAW,EACX,oBAAoB,EACpB,wBAAwB,EACzB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { Application, ApplicationPackage, ApplicationPackageReference, AutoScaleRun, AutoScaleRunError, AutoScaleSettings, AutoStorageBaseProperties, AutoStorageProperties, AutoUserSpecification, AzureBlobFileSystemConfiguration, AzureFileShareConfiguration, BaseResource, BatchAccount, BatchAccountIdentity, BatchPoolIdentity, Certificate, CertificateCreateOrUpdateParameters, CertificateReference, CIFSMountConfiguration, CloudError, CloudServiceConfiguration, ComputeNodeIdentityReference, ContainerConfiguration, ContainerRegistry, DataDisk, DeleteCertificateError, DeploymentConfiguration, DiffDiskSettings, DiskEncryptionConfiguration, EncryptionProperties, EnvironmentSetting, FixedScaleSettings, ImageReference, InboundNatPool, KeyVaultProperties, KeyVaultReference, LinuxUserConfiguration, ListPrivateLinkResourcesResult, MetadataItem, MountConfiguration, NetworkConfiguration, NetworkSecurityGroupRule, NFSMountConfiguration, NodePlacementConfiguration, OSDisk, Pool, PoolEndpointConfiguration, PrivateEndpoint, PrivateEndpointConnection, PrivateLinkResource, PrivateLinkServiceConnectionState, ProxyResource, PublicIPAddressConfiguration, ResizeError, ResizeOperationStatus, Resource, ResourceFile, ScaleSettings, StartTask, TaskContainerSettings, TaskSchedulingPolicy, UserAccount, UserAssignedIdentities, UserIdentity, VirtualMachineConfiguration, VirtualMachineFamilyCoreQuota, VMExtension, WindowsConfiguration, WindowsUserConfiguration } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=privateLinkResourceOperationsMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResourceOperationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/privateLinkResourceOperationsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,2BAA2B,EAC3B,YAAY,EACZ,iBAAiB,EACjB,iBAAiB,EACjB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,gCAAgC,EAChC,2BAA2B,EAC3B,YAAY,EACZ,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,WAAW,EACX,mCAAmC,EACnC,oBAAoB,EACpB,sBAAsB,EACtB,UAAU,EACV,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,iBAAiB,EACjB,QAAQ,EACR,sBAAsB,EACtB,uBAAuB,EACvB,gBAAgB,EAChB,2BAA2B,EAC3B,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EACjB,sBAAsB,EACtB,8BAA8B,EAC9B,YAAY,EACZ,kBAAkB,EAClB,oBAAoB,EACpB,wBAAwB,EACxB,qBAAqB,EACrB,0BAA0B,EAC1B,MAAM,EACN,IAAI,EACJ,yBAAyB,EACzB,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,iCAAiC,EACjC,aAAa,EACb,4BAA4B,EAC5B,WAAW,EACX,qBAAqB,EACrB,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,SAAS,EACT,qBAAqB,EACrB,oBAAoB,EACpB,WAAW,EACX,sBAAsB,EACtB,YAAY,EACZ,2BAA2B,EAC3B,6BAA6B,EAC7B,WAAW,EACX,oBAAoB,EACpB,wBAAwB,EACzB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { Application, ApplicationPackage, ApplicationPackageReference, AutoScaleRun, AutoScaleRunError, AutoScaleSettings, AutoStorageBaseProperties, AutoStorageProperties, AutoUserSpecification, AzureBlobFileSystemConfiguration, AzureFileShareConfiguration, BaseResource, BatchAccount, BatchAccountIdentity, BatchPoolIdentity, Certificate, CertificateCreateOrUpdateParameters, CertificateReference, CIFSMountConfiguration, CloudError, CloudServiceConfiguration, ComputeNodeIdentityReference, ContainerConfiguration, ContainerRegistry, DataDisk, DeleteCertificateError, DeploymentConfiguration, DiffDiskSettings, DiskEncryptionConfiguration, EncryptionProperties, EnvironmentSetting, FixedScaleSettings, ImageReference, InboundNatPool, KeyVaultProperties, KeyVaultReference, LinuxUserConfiguration, ListPrivateLinkResourcesResult, MetadataItem, MountConfiguration, NetworkConfiguration, NetworkSecurityGroupRule, NFSMountConfiguration, NodePlacementConfiguration, OSDisk, Pool, PoolEndpointConfiguration, PrivateEndpoint, PrivateEndpointConnection, PrivateLinkResource, PrivateLinkServiceConnectionState, ProxyResource, PublicIPAddressConfiguration, ResizeError, ResizeOperationStatus, Resource, ResourceFile, ScaleSettings, StartTask, TaskContainerSettings, TaskSchedulingPolicy, UserAccount, UserAssignedIdentities, UserIdentity, VirtualMachineConfiguration, VirtualMachineFamilyCoreQuota, VMExtension, WindowsConfiguration, WindowsUserConfiguration } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=privateLinkResourceOperationsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResourceOperationsMappers.js","sourceRoot":"","sources":["../../src/models/privateLinkResourceOperationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,2BAA2B,EAC3B,YAAY,EACZ,iBAAiB,EACjB,iBAAiB,EACjB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,gCAAgC,EAChC,2BAA2B,EAC3B,YAAY,EACZ,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,WAAW,EACX,mCAAmC,EACnC,oBAAoB,EACpB,sBAAsB,EACtB,UAAU,EACV,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,iBAAiB,EACjB,QAAQ,EACR,sBAAsB,EACtB,uBAAuB,EACvB,gBAAgB,EAChB,2BAA2B,EAC3B,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EACjB,sBAAsB,EACtB,8BAA8B,EAC9B,YAAY,EACZ,kBAAkB,EAClB,oBAAoB,EACpB,wBAAwB,EACxB,qBAAqB,EACrB,0BAA0B,EAC1B,MAAM,EACN,IAAI,EACJ,yBAAyB,EACzB,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,iCAAiC,EACjC,aAAa,EACb,4BAA4B,EAC5B,WAAW,EACX,qBAAqB,EACrB,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,SAAS,EACT,qBAAqB,EACrB,oBAAoB,EACpB,WAAW,EACX,sBAAsB,EACtB,YAAY,EACZ,2BAA2B,EAC3B,6BAA6B,EAC7B,WAAW,EACX,oBAAoB,EACpB,wBAAwB,EACzB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { BatchManagementClientContext } from "../batchManagementClientContext";
|
|
4
|
-
/** Class representing a ApplicationOperations. */
|
|
5
|
-
export declare class ApplicationOperations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a ApplicationOperations.
|
|
9
|
-
* @param {BatchManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: BatchManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Adds an application to the specified Batch account.
|
|
14
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
15
|
-
* @param accountName The name of the Batch account.
|
|
16
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
17
|
-
* @param [options] The optional parameters
|
|
18
|
-
* @returns Promise<Models.ApplicationCreateResponse>
|
|
19
|
-
*/
|
|
20
|
-
create(resourceGroupName: string, accountName: string, applicationName: string, options?: Models.ApplicationCreateOptionalParams): Promise<Models.ApplicationCreateResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
23
|
-
* @param accountName The name of the Batch account.
|
|
24
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
25
|
-
* @param callback The callback
|
|
26
|
-
*/
|
|
27
|
-
create(resourceGroupName: string, accountName: string, applicationName: string, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
28
|
-
/**
|
|
29
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
30
|
-
* @param accountName The name of the Batch account.
|
|
31
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
32
|
-
* @param options The optional parameters
|
|
33
|
-
* @param callback The callback
|
|
34
|
-
*/
|
|
35
|
-
create(resourceGroupName: string, accountName: string, applicationName: string, options: Models.ApplicationCreateOptionalParams, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
36
|
-
/**
|
|
37
|
-
* Deletes an application.
|
|
38
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
39
|
-
* @param accountName The name of the Batch account.
|
|
40
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
41
|
-
* @param [options] The optional parameters
|
|
42
|
-
* @returns Promise<msRest.RestResponse>
|
|
43
|
-
*/
|
|
44
|
-
deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
45
|
-
/**
|
|
46
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
47
|
-
* @param accountName The name of the Batch account.
|
|
48
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
49
|
-
* @param callback The callback
|
|
50
|
-
*/
|
|
51
|
-
deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, callback: msRest.ServiceCallback<void>): void;
|
|
52
|
-
/**
|
|
53
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
54
|
-
* @param accountName The name of the Batch account.
|
|
55
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
56
|
-
* @param options The optional parameters
|
|
57
|
-
* @param callback The callback
|
|
58
|
-
*/
|
|
59
|
-
deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
60
|
-
/**
|
|
61
|
-
* Gets information about the specified application.
|
|
62
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
63
|
-
* @param accountName The name of the Batch account.
|
|
64
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
65
|
-
* @param [options] The optional parameters
|
|
66
|
-
* @returns Promise<Models.ApplicationGetResponse>
|
|
67
|
-
*/
|
|
68
|
-
get(resourceGroupName: string, accountName: string, applicationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationGetResponse>;
|
|
69
|
-
/**
|
|
70
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
71
|
-
* @param accountName The name of the Batch account.
|
|
72
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
73
|
-
* @param callback The callback
|
|
74
|
-
*/
|
|
75
|
-
get(resourceGroupName: string, accountName: string, applicationName: string, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
76
|
-
/**
|
|
77
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
78
|
-
* @param accountName The name of the Batch account.
|
|
79
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
80
|
-
* @param options The optional parameters
|
|
81
|
-
* @param callback The callback
|
|
82
|
-
*/
|
|
83
|
-
get(resourceGroupName: string, accountName: string, applicationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
84
|
-
/**
|
|
85
|
-
* Updates settings for the specified application.
|
|
86
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
87
|
-
* @param accountName The name of the Batch account.
|
|
88
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
89
|
-
* @param parameters The parameters for the request.
|
|
90
|
-
* @param [options] The optional parameters
|
|
91
|
-
* @returns Promise<Models.ApplicationUpdateResponse>
|
|
92
|
-
*/
|
|
93
|
-
update(resourceGroupName: string, accountName: string, applicationName: string, parameters: Models.Application, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationUpdateResponse>;
|
|
94
|
-
/**
|
|
95
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
96
|
-
* @param accountName The name of the Batch account.
|
|
97
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
98
|
-
* @param parameters The parameters for the request.
|
|
99
|
-
* @param callback The callback
|
|
100
|
-
*/
|
|
101
|
-
update(resourceGroupName: string, accountName: string, applicationName: string, parameters: Models.Application, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
102
|
-
/**
|
|
103
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
104
|
-
* @param accountName The name of the Batch account.
|
|
105
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
106
|
-
* @param parameters The parameters for the request.
|
|
107
|
-
* @param options The optional parameters
|
|
108
|
-
* @param callback The callback
|
|
109
|
-
*/
|
|
110
|
-
update(resourceGroupName: string, accountName: string, applicationName: string, parameters: Models.Application, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
111
|
-
/**
|
|
112
|
-
* Lists all of the applications in the specified account.
|
|
113
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
114
|
-
* @param accountName The name of the Batch account.
|
|
115
|
-
* @param [options] The optional parameters
|
|
116
|
-
* @returns Promise<Models.ApplicationListResponse>
|
|
117
|
-
*/
|
|
118
|
-
list(resourceGroupName: string, accountName: string, options?: Models.ApplicationListOptionalParams): Promise<Models.ApplicationListResponse>;
|
|
119
|
-
/**
|
|
120
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
121
|
-
* @param accountName The name of the Batch account.
|
|
122
|
-
* @param callback The callback
|
|
123
|
-
*/
|
|
124
|
-
list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListApplicationsResult>): void;
|
|
125
|
-
/**
|
|
126
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
127
|
-
* @param accountName The name of the Batch account.
|
|
128
|
-
* @param options The optional parameters
|
|
129
|
-
* @param callback The callback
|
|
130
|
-
*/
|
|
131
|
-
list(resourceGroupName: string, accountName: string, options: Models.ApplicationListOptionalParams, callback: msRest.ServiceCallback<Models.ListApplicationsResult>): void;
|
|
132
|
-
/**
|
|
133
|
-
* Lists all of the applications in the specified account.
|
|
134
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
135
|
-
* @param [options] The optional parameters
|
|
136
|
-
* @returns Promise<Models.ApplicationListNextResponse>
|
|
137
|
-
*/
|
|
138
|
-
listNext(nextPageLink: string, options?: Models.ApplicationListNextOptionalParams): Promise<Models.ApplicationListNextResponse>;
|
|
139
|
-
/**
|
|
140
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
141
|
-
* @param callback The callback
|
|
142
|
-
*/
|
|
143
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListApplicationsResult>): void;
|
|
144
|
-
/**
|
|
145
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
146
|
-
* @param options The optional parameters
|
|
147
|
-
* @param callback The callback
|
|
148
|
-
*/
|
|
149
|
-
listNext(nextPageLink: string, options: Models.ApplicationListNextOptionalParams, callback: msRest.ServiceCallback<Models.ListApplicationsResult>): void;
|
|
150
|
-
}
|
|
151
|
-
//# sourceMappingURL=applicationOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"applicationOperations.d.ts","sourceRoot":"","sources":["../../src/operations/applicationOperations.ts"],"names":[],"mappings":"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"}
|