@azure/arm-servicefabricmesh 2.2.1 → 3.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 +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +5478 -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/models/index.d.ts +1366 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +121 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +105 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1264 -1320
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +25 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +104 -62
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/application.d.ts +82 -0
- package/dist-esm/src/operations/application.d.ts.map +1 -0
- package/dist-esm/src/operations/application.js +340 -0
- package/dist-esm/src/operations/application.js.map +1 -0
- package/dist-esm/src/operations/codePackage.d.ts +23 -0
- package/dist-esm/src/operations/codePackage.d.ts.map +1 -0
- package/dist-esm/src/operations/codePackage.js +66 -0
- package/dist-esm/src/operations/codePackage.js.map +1 -0
- package/dist-esm/src/operations/gateway.d.ts +83 -0
- package/dist-esm/src/operations/gateway.d.ts.map +1 -0
- package/dist-esm/src/operations/gateway.js +341 -0
- package/dist-esm/src/operations/gateway.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 +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/network.d.ts +82 -0
- package/dist-esm/src/operations/network.d.ts.map +1 -0
- package/dist-esm/src/operations/network.js +340 -0
- package/dist-esm/src/operations/network.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/secret.d.ts +81 -0
- package/dist-esm/src/operations/secret.d.ts.map +1 -0
- package/dist-esm/src/operations/secret.js +339 -0
- package/dist-esm/src/operations/secret.js.map +1 -0
- package/dist-esm/src/operations/secretValueOperations.d.ts +81 -0
- package/dist-esm/src/operations/secretValueOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/secretValueOperations.js +303 -0
- package/dist-esm/src/operations/secretValueOperations.js.map +1 -0
- package/dist-esm/src/operations/service.d.ts +49 -0
- package/dist-esm/src/operations/service.d.ts.map +1 -0
- package/dist-esm/src/operations/service.js +177 -0
- package/dist-esm/src/operations/service.js.map +1 -0
- package/dist-esm/src/operations/serviceReplica.d.ts +53 -0
- package/dist-esm/src/operations/serviceReplica.d.ts.map +1 -0
- package/dist-esm/src/operations/serviceReplica.js +196 -0
- package/dist-esm/src/operations/serviceReplica.js.map +1 -0
- package/dist-esm/src/operations/volume.d.ts +81 -0
- package/dist-esm/src/operations/volume.d.ts.map +1 -0
- package/dist-esm/src/operations/volume.js +339 -0
- package/dist-esm/src/operations/volume.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/application.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/application.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/application.js +9 -0
- package/dist-esm/src/operationsInterfaces/application.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/codePackage.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/codePackage.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/codePackage.js +9 -0
- package/dist-esm/src/operationsInterfaces/codePackage.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/gateway.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/gateway.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/gateway.js +9 -0
- package/dist-esm/src/operationsInterfaces/gateway.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +18 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/network.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/network.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/network.js +9 -0
- package/dist-esm/src/operationsInterfaces/network.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/secret.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/secret.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/secret.js +9 -0
- package/dist-esm/src/operationsInterfaces/secret.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/secretValueOperations.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/secretValueOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/secretValueOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/service.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/service.js +9 -0
- package/dist-esm/src/operationsInterfaces/service.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceReplica.d.ts +25 -0
- package/dist-esm/src/operationsInterfaces/serviceReplica.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceReplica.js +9 -0
- package/dist-esm/src/operationsInterfaces/serviceReplica.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/volume.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/volume.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/volume.js +9 -0
- package/dist-esm/src/operationsInterfaces/volume.js.map +1 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.d.ts +27 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.d.ts.map +1 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.js +60 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.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 +85 -26
- package/review/arm-servicefabricmesh.api.md +1210 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/models/index.ts +1281 -2775
- package/src/models/mappers.ts +1315 -1344
- package/src/models/parameters.ts +138 -63
- package/src/operations/application.ts +260 -269
- package/src/operations/codePackage.ts +44 -60
- package/src/operations/gateway.ts +263 -272
- package/src/operations/index.ts +3 -5
- package/src/operations/network.ts +262 -271
- package/src/operations/operations.ts +87 -75
- package/src/operations/secret.ts +261 -271
- package/src/operations/secretValueOperations.ts +239 -259
- package/src/operations/service.ts +161 -124
- package/src/operations/serviceReplica.ts +177 -120
- package/src/operations/volume.ts +261 -271
- package/src/operationsInterfaces/application.ts +80 -0
- package/src/operationsInterfaces/codePackage.ts +33 -0
- package/src/operationsInterfaces/gateway.ts +81 -0
- package/src/operationsInterfaces/index.ts +18 -0
- package/src/operationsInterfaces/network.ts +80 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/secret.ts +79 -0
- package/src/operationsInterfaces/secretValueOperations.ts +99 -0
- package/src/operationsInterfaces/service.ts +46 -0
- package/src/operationsInterfaces/serviceReplica.ts +50 -0
- package/src/operationsInterfaces/volume.ts +79 -0
- package/src/serviceFabricMeshManagementClient.ts +102 -53
- package/tsconfig.json +20 -7
- package/types/arm-servicefabricmesh.d.ts +1940 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-servicefabricmesh.js +0 -5363
- package/dist/arm-servicefabricmesh.js.map +0 -1
- package/dist/arm-servicefabricmesh.min.js +0 -1
- package/dist/arm-servicefabricmesh.min.js.map +0 -1
- package/esm/models/applicationMappers.d.ts +0 -2
- package/esm/models/applicationMappers.d.ts.map +0 -1
- package/esm/models/applicationMappers.js +0 -11
- package/esm/models/applicationMappers.js.map +0 -1
- package/esm/models/codePackageMappers.d.ts +0 -2
- package/esm/models/codePackageMappers.d.ts.map +0 -1
- package/esm/models/codePackageMappers.js +0 -11
- package/esm/models/codePackageMappers.js.map +0 -1
- package/esm/models/gatewayMappers.d.ts +0 -2
- package/esm/models/gatewayMappers.d.ts.map +0 -1
- package/esm/models/gatewayMappers.js +0 -11
- package/esm/models/gatewayMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2938
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -102
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/networkMappers.d.ts +0 -2
- package/esm/models/networkMappers.d.ts.map +0 -1
- package/esm/models/networkMappers.js +0 -11
- package/esm/models/networkMappers.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 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -17
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/secretMappers.d.ts +0 -2
- package/esm/models/secretMappers.d.ts.map +0 -1
- package/esm/models/secretMappers.js +0 -11
- package/esm/models/secretMappers.js.map +0 -1
- package/esm/models/secretValueOperationsMappers.d.ts +0 -2
- package/esm/models/secretValueOperationsMappers.d.ts.map +0 -1
- package/esm/models/secretValueOperationsMappers.js +0 -11
- package/esm/models/secretValueOperationsMappers.js.map +0 -1
- package/esm/models/serviceMappers.d.ts +0 -2
- package/esm/models/serviceMappers.d.ts.map +0 -1
- package/esm/models/serviceMappers.js +0 -11
- package/esm/models/serviceMappers.js.map +0 -1
- package/esm/models/serviceReplicaMappers.d.ts +0 -2
- package/esm/models/serviceReplicaMappers.d.ts.map +0 -1
- package/esm/models/serviceReplicaMappers.js +0 -11
- package/esm/models/serviceReplicaMappers.js.map +0 -1
- package/esm/models/volumeMappers.d.ts +0 -2
- package/esm/models/volumeMappers.d.ts.map +0 -1
- package/esm/models/volumeMappers.js +0 -11
- package/esm/models/volumeMappers.js.map +0 -1
- package/esm/operations/application.d.ts +0 -162
- package/esm/operations/application.d.ts.map +0 -1
- package/esm/operations/application.js +0 -238
- package/esm/operations/application.js.map +0 -1
- package/esm/operations/codePackage.d.ts +0 -44
- package/esm/operations/codePackage.d.ts.map +0 -1
- package/esm/operations/codePackage.js +0 -65
- package/esm/operations/codePackage.js.map +0 -1
- package/esm/operations/gateway.d.ts +0 -163
- package/esm/operations/gateway.d.ts.map +0 -1
- package/esm/operations/gateway.js +0 -238
- package/esm/operations/gateway.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/network.d.ts +0 -162
- package/esm/operations/network.d.ts.map +0 -1
- package/esm/operations/network.js +0 -238
- package/esm/operations/network.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -48
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/secret.d.ts +0 -162
- package/esm/operations/secret.d.ts.map +0 -1
- package/esm/operations/secret.js +0 -238
- package/esm/operations/secret.js.map +0 -1
- package/esm/operations/secretValueOperations.d.ts +0 -175
- package/esm/operations/secretValueOperations.d.ts.map +0 -1
- package/esm/operations/secretValueOperations.js +0 -226
- package/esm/operations/secretValueOperations.js.map +0 -1
- package/esm/operations/service.d.ts +0 -82
- package/esm/operations/service.d.ts.map +0 -1
- package/esm/operations/service.js +0 -117
- package/esm/operations/service.js.map +0 -1
- package/esm/operations/serviceReplica.d.ts +0 -88
- package/esm/operations/serviceReplica.d.ts.map +0 -1
- package/esm/operations/serviceReplica.js +0 -121
- package/esm/operations/serviceReplica.js.map +0 -1
- package/esm/operations/volume.d.ts +0 -162
- package/esm/operations/volume.d.ts.map +0 -1
- package/esm/operations/volume.js +0 -238
- package/esm/operations/volume.js.map +0 -1
- package/esm/serviceFabricMeshManagementClient.d.ts +0 -33
- package/esm/serviceFabricMeshManagementClient.d.ts.map +0 -1
- package/esm/serviceFabricMeshManagementClient.js +0 -47
- package/esm/serviceFabricMeshManagementClient.js.map +0 -1
- package/esm/serviceFabricMeshManagementClientContext.d.ts +0 -22
- package/esm/serviceFabricMeshManagementClientContext.d.ts.map +0 -1
- package/esm/serviceFabricMeshManagementClientContext.js +0 -61
- package/esm/serviceFabricMeshManagementClientContext.js.map +0 -1
- package/src/models/applicationMappers.ts +0 -76
- package/src/models/codePackageMappers.ts +0 -18
- package/src/models/gatewayMappers.ts +0 -76
- package/src/models/networkMappers.ts +0 -76
- package/src/models/operationsMappers.ts +0 -20
- package/src/models/secretMappers.ts +0 -76
- package/src/models/secretValueOperationsMappers.ts +0 -77
- package/src/models/serviceMappers.ts +0 -76
- package/src/models/serviceReplicaMappers.ts +0 -40
- package/src/models/volumeMappers.ts +0 -76
- package/src/serviceFabricMeshManagementClientContext.ts +0 -68
package/src/models/mappers.ts
CHANGED
|
@@ -1,21 +1,76 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
8
|
|
|
11
|
-
import
|
|
12
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
13
10
|
|
|
14
|
-
export const
|
|
15
|
-
|
|
11
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
12
|
+
type: {
|
|
13
|
+
name: "Composite",
|
|
14
|
+
className: "OperationListResult",
|
|
15
|
+
modelProperties: {
|
|
16
|
+
value: {
|
|
17
|
+
serializedName: "value",
|
|
18
|
+
type: {
|
|
19
|
+
name: "Sequence",
|
|
20
|
+
element: {
|
|
21
|
+
type: {
|
|
22
|
+
name: "Composite",
|
|
23
|
+
className: "OperationResult"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
nextLink: {
|
|
29
|
+
serializedName: "nextLink",
|
|
30
|
+
readOnly: true,
|
|
31
|
+
type: {
|
|
32
|
+
name: "String"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export const OperationResult: coreClient.CompositeMapper = {
|
|
40
|
+
type: {
|
|
41
|
+
name: "Composite",
|
|
42
|
+
className: "OperationResult",
|
|
43
|
+
modelProperties: {
|
|
44
|
+
name: {
|
|
45
|
+
serializedName: "name",
|
|
46
|
+
type: {
|
|
47
|
+
name: "String"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
display: {
|
|
51
|
+
serializedName: "display",
|
|
52
|
+
type: {
|
|
53
|
+
name: "Composite",
|
|
54
|
+
className: "AvailableOperationDisplay"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
origin: {
|
|
58
|
+
serializedName: "origin",
|
|
59
|
+
type: {
|
|
60
|
+
name: "String"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
nextLink: {
|
|
64
|
+
serializedName: "nextLink",
|
|
65
|
+
type: {
|
|
66
|
+
name: "String"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
};
|
|
16
72
|
|
|
17
|
-
export const AvailableOperationDisplay:
|
|
18
|
-
serializedName: "AvailableOperationDisplay",
|
|
73
|
+
export const AvailableOperationDisplay: coreClient.CompositeMapper = {
|
|
19
74
|
type: {
|
|
20
75
|
name: "Composite",
|
|
21
76
|
className: "AvailableOperationDisplay",
|
|
@@ -48,39 +103,30 @@ export const AvailableOperationDisplay: msRest.CompositeMapper = {
|
|
|
48
103
|
}
|
|
49
104
|
};
|
|
50
105
|
|
|
51
|
-
export const
|
|
52
|
-
serializedName: "ErrorDetailsModel",
|
|
106
|
+
export const ErrorModel: coreClient.CompositeMapper = {
|
|
53
107
|
type: {
|
|
54
108
|
name: "Composite",
|
|
55
|
-
className: "
|
|
109
|
+
className: "ErrorModel",
|
|
56
110
|
modelProperties: {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
serializedName: "code",
|
|
60
|
-
type: {
|
|
61
|
-
name: "String"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
message: {
|
|
65
|
-
required: true,
|
|
66
|
-
serializedName: "message",
|
|
111
|
+
error: {
|
|
112
|
+
serializedName: "error",
|
|
67
113
|
type: {
|
|
68
|
-
name: "
|
|
114
|
+
name: "Composite",
|
|
115
|
+
className: "ErrorErrorModel"
|
|
69
116
|
}
|
|
70
117
|
}
|
|
71
118
|
}
|
|
72
119
|
}
|
|
73
120
|
};
|
|
74
121
|
|
|
75
|
-
export const ErrorErrorModel:
|
|
76
|
-
serializedName: "ErrorErrorModel",
|
|
122
|
+
export const ErrorErrorModel: coreClient.CompositeMapper = {
|
|
77
123
|
type: {
|
|
78
124
|
name: "Composite",
|
|
79
125
|
className: "ErrorErrorModel",
|
|
80
126
|
modelProperties: {
|
|
81
127
|
code: {
|
|
82
|
-
required: true,
|
|
83
128
|
serializedName: "code",
|
|
129
|
+
required: true,
|
|
84
130
|
type: {
|
|
85
131
|
name: "String"
|
|
86
132
|
}
|
|
@@ -113,51 +159,21 @@ export const ErrorErrorModel: msRest.CompositeMapper = {
|
|
|
113
159
|
}
|
|
114
160
|
};
|
|
115
161
|
|
|
116
|
-
export const
|
|
117
|
-
serializedName: "ErrorModel",
|
|
162
|
+
export const ErrorDetailsModel: coreClient.CompositeMapper = {
|
|
118
163
|
type: {
|
|
119
164
|
name: "Composite",
|
|
120
|
-
className: "
|
|
165
|
+
className: "ErrorDetailsModel",
|
|
121
166
|
modelProperties: {
|
|
122
|
-
|
|
167
|
+
code: {
|
|
168
|
+
serializedName: "code",
|
|
123
169
|
required: true,
|
|
124
|
-
serializedName: "error",
|
|
125
|
-
type: {
|
|
126
|
-
name: "Composite",
|
|
127
|
-
className: "ErrorErrorModel"
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
};
|
|
133
|
-
|
|
134
|
-
export const OperationResult: msRest.CompositeMapper = {
|
|
135
|
-
serializedName: "OperationResult",
|
|
136
|
-
type: {
|
|
137
|
-
name: "Composite",
|
|
138
|
-
className: "OperationResult",
|
|
139
|
-
modelProperties: {
|
|
140
|
-
name: {
|
|
141
|
-
serializedName: "name",
|
|
142
|
-
type: {
|
|
143
|
-
name: "String"
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
display: {
|
|
147
|
-
serializedName: "display",
|
|
148
|
-
type: {
|
|
149
|
-
name: "Composite",
|
|
150
|
-
className: "AvailableOperationDisplay"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
origin: {
|
|
154
|
-
serializedName: "origin",
|
|
155
170
|
type: {
|
|
156
171
|
name: "String"
|
|
157
172
|
}
|
|
158
173
|
},
|
|
159
|
-
|
|
160
|
-
serializedName: "
|
|
174
|
+
message: {
|
|
175
|
+
serializedName: "message",
|
|
176
|
+
required: true,
|
|
161
177
|
type: {
|
|
162
178
|
name: "String"
|
|
163
179
|
}
|
|
@@ -166,15 +182,14 @@ export const OperationResult: msRest.CompositeMapper = {
|
|
|
166
182
|
}
|
|
167
183
|
};
|
|
168
184
|
|
|
169
|
-
export const ProvisionedResourceProperties:
|
|
170
|
-
serializedName: "ProvisionedResourceProperties",
|
|
185
|
+
export const ProvisionedResourceProperties: coreClient.CompositeMapper = {
|
|
171
186
|
type: {
|
|
172
187
|
name: "Composite",
|
|
173
188
|
className: "ProvisionedResourceProperties",
|
|
174
189
|
modelProperties: {
|
|
175
190
|
provisioningState: {
|
|
176
|
-
readOnly: true,
|
|
177
191
|
serializedName: "provisioningState",
|
|
192
|
+
readOnly: true,
|
|
178
193
|
type: {
|
|
179
194
|
name: "String"
|
|
180
195
|
}
|
|
@@ -183,29 +198,28 @@ export const ProvisionedResourceProperties: msRest.CompositeMapper = {
|
|
|
183
198
|
}
|
|
184
199
|
};
|
|
185
200
|
|
|
186
|
-
export const Resource:
|
|
187
|
-
serializedName: "Resource",
|
|
201
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
188
202
|
type: {
|
|
189
203
|
name: "Composite",
|
|
190
204
|
className: "Resource",
|
|
191
205
|
modelProperties: {
|
|
192
206
|
id: {
|
|
193
|
-
readOnly: true,
|
|
194
207
|
serializedName: "id",
|
|
208
|
+
readOnly: true,
|
|
195
209
|
type: {
|
|
196
210
|
name: "String"
|
|
197
211
|
}
|
|
198
212
|
},
|
|
199
213
|
name: {
|
|
200
|
-
readOnly: true,
|
|
201
214
|
serializedName: "name",
|
|
215
|
+
readOnly: true,
|
|
202
216
|
type: {
|
|
203
217
|
name: "String"
|
|
204
218
|
}
|
|
205
219
|
},
|
|
206
220
|
type: {
|
|
207
|
-
readOnly: true,
|
|
208
221
|
serializedName: "type",
|
|
222
|
+
readOnly: true,
|
|
209
223
|
type: {
|
|
210
224
|
name: "String"
|
|
211
225
|
}
|
|
@@ -214,39 +228,40 @@ export const Resource: msRest.CompositeMapper = {
|
|
|
214
228
|
}
|
|
215
229
|
};
|
|
216
230
|
|
|
217
|
-
export const
|
|
218
|
-
serializedName: "ProxyResource",
|
|
231
|
+
export const SecretResourceDescriptionList: coreClient.CompositeMapper = {
|
|
219
232
|
type: {
|
|
220
233
|
name: "Composite",
|
|
221
|
-
className: "
|
|
234
|
+
className: "SecretResourceDescriptionList",
|
|
222
235
|
modelProperties: {
|
|
223
|
-
|
|
236
|
+
value: {
|
|
237
|
+
serializedName: "value",
|
|
238
|
+
type: {
|
|
239
|
+
name: "Sequence",
|
|
240
|
+
element: {
|
|
241
|
+
type: {
|
|
242
|
+
name: "Composite",
|
|
243
|
+
className: "SecretResourceDescription"
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
nextLink: {
|
|
249
|
+
serializedName: "nextLink",
|
|
250
|
+
type: {
|
|
251
|
+
name: "String"
|
|
252
|
+
}
|
|
253
|
+
}
|
|
224
254
|
}
|
|
225
255
|
}
|
|
226
256
|
};
|
|
227
257
|
|
|
228
|
-
export const
|
|
229
|
-
serializedName: "ManagedProxyResource",
|
|
258
|
+
export const SecretValueProperties: coreClient.CompositeMapper = {
|
|
230
259
|
type: {
|
|
231
260
|
name: "Composite",
|
|
232
|
-
className: "
|
|
261
|
+
className: "SecretValueProperties",
|
|
233
262
|
modelProperties: {
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
serializedName: "id",
|
|
237
|
-
type: {
|
|
238
|
-
name: "String"
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
name: {
|
|
242
|
-
serializedName: "name",
|
|
243
|
-
type: {
|
|
244
|
-
name: "String"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
type: {
|
|
248
|
-
readOnly: true,
|
|
249
|
-
serializedName: "type",
|
|
263
|
+
value: {
|
|
264
|
+
serializedName: "value",
|
|
250
265
|
type: {
|
|
251
266
|
name: "String"
|
|
252
267
|
}
|
|
@@ -255,27 +270,25 @@ export const ManagedProxyResource: msRest.CompositeMapper = {
|
|
|
255
270
|
}
|
|
256
271
|
};
|
|
257
272
|
|
|
258
|
-
export const
|
|
259
|
-
serializedName: "TrackedResource",
|
|
273
|
+
export const SecretValueResourceDescriptionList: coreClient.CompositeMapper = {
|
|
260
274
|
type: {
|
|
261
275
|
name: "Composite",
|
|
262
|
-
className: "
|
|
276
|
+
className: "SecretValueResourceDescriptionList",
|
|
263
277
|
modelProperties: {
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
serializedName: "tags",
|
|
278
|
+
value: {
|
|
279
|
+
serializedName: "value",
|
|
267
280
|
type: {
|
|
268
|
-
name: "
|
|
269
|
-
|
|
281
|
+
name: "Sequence",
|
|
282
|
+
element: {
|
|
270
283
|
type: {
|
|
271
|
-
name: "
|
|
284
|
+
name: "Composite",
|
|
285
|
+
className: "SecretValueResourceDescription"
|
|
272
286
|
}
|
|
273
287
|
}
|
|
274
288
|
}
|
|
275
289
|
},
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
serializedName: "location",
|
|
290
|
+
nextLink: {
|
|
291
|
+
serializedName: "nextLink",
|
|
279
292
|
type: {
|
|
280
293
|
name: "String"
|
|
281
294
|
}
|
|
@@ -284,21 +297,13 @@ export const TrackedResource: msRest.CompositeMapper = {
|
|
|
284
297
|
}
|
|
285
298
|
};
|
|
286
299
|
|
|
287
|
-
export const
|
|
288
|
-
serializedName: "SecretResourcePropertiesBase",
|
|
300
|
+
export const SecretValue: coreClient.CompositeMapper = {
|
|
289
301
|
type: {
|
|
290
302
|
name: "Composite",
|
|
291
|
-
|
|
292
|
-
serializedName: "kind",
|
|
293
|
-
clientName: "kind"
|
|
294
|
-
},
|
|
295
|
-
uberParent: "SecretResourcePropertiesBase",
|
|
296
|
-
className: "SecretResourcePropertiesBase",
|
|
303
|
+
className: "SecretValue",
|
|
297
304
|
modelProperties: {
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
required: true,
|
|
301
|
-
serializedName: "kind",
|
|
305
|
+
value: {
|
|
306
|
+
serializedName: "value",
|
|
302
307
|
type: {
|
|
303
308
|
name: "String"
|
|
304
309
|
}
|
|
@@ -307,13 +312,11 @@ export const SecretResourcePropertiesBase: msRest.CompositeMapper = {
|
|
|
307
312
|
}
|
|
308
313
|
};
|
|
309
314
|
|
|
310
|
-
export const
|
|
311
|
-
serializedName: "SecretResourceProperties",
|
|
315
|
+
export const VolumeProperties: coreClient.CompositeMapper = {
|
|
312
316
|
type: {
|
|
313
317
|
name: "Composite",
|
|
314
|
-
className: "
|
|
318
|
+
className: "VolumeProperties",
|
|
315
319
|
modelProperties: {
|
|
316
|
-
...SecretResourcePropertiesBase.type.modelProperties,
|
|
317
320
|
description: {
|
|
318
321
|
serializedName: "description",
|
|
319
322
|
type: {
|
|
@@ -321,83 +324,85 @@ export const SecretResourceProperties: msRest.CompositeMapper = {
|
|
|
321
324
|
}
|
|
322
325
|
},
|
|
323
326
|
status: {
|
|
324
|
-
readOnly: true,
|
|
325
327
|
serializedName: "status",
|
|
328
|
+
readOnly: true,
|
|
326
329
|
type: {
|
|
327
330
|
name: "String"
|
|
328
331
|
}
|
|
329
332
|
},
|
|
330
333
|
statusDetails: {
|
|
331
|
-
readOnly: true,
|
|
332
334
|
serializedName: "statusDetails",
|
|
335
|
+
readOnly: true,
|
|
333
336
|
type: {
|
|
334
337
|
name: "String"
|
|
335
338
|
}
|
|
336
339
|
},
|
|
337
|
-
|
|
338
|
-
serializedName: "
|
|
340
|
+
provider: {
|
|
341
|
+
serializedName: "provider",
|
|
342
|
+
required: true,
|
|
339
343
|
type: {
|
|
340
344
|
name: "String"
|
|
341
345
|
}
|
|
346
|
+
},
|
|
347
|
+
azureFileParameters: {
|
|
348
|
+
serializedName: "azureFileParameters",
|
|
349
|
+
type: {
|
|
350
|
+
name: "Composite",
|
|
351
|
+
className: "VolumeProviderParametersAzureFile"
|
|
352
|
+
}
|
|
342
353
|
}
|
|
343
354
|
}
|
|
344
355
|
}
|
|
345
356
|
};
|
|
346
357
|
|
|
347
|
-
export const
|
|
348
|
-
serializedName: "inlinedValue",
|
|
349
|
-
type: {
|
|
350
|
-
name: "Composite",
|
|
351
|
-
className: "InlinedValueSecretResourceProperties",
|
|
352
|
-
modelProperties: {
|
|
353
|
-
...SecretResourceProperties.type.modelProperties
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
};
|
|
357
|
-
|
|
358
|
-
export const SecretResourceDescription: msRest.CompositeMapper = {
|
|
359
|
-
serializedName: "SecretResourceDescription",
|
|
358
|
+
export const VolumeProviderParametersAzureFile: coreClient.CompositeMapper = {
|
|
360
359
|
type: {
|
|
361
360
|
name: "Composite",
|
|
362
|
-
className: "
|
|
361
|
+
className: "VolumeProviderParametersAzureFile",
|
|
363
362
|
modelProperties: {
|
|
364
|
-
|
|
365
|
-
|
|
363
|
+
accountName: {
|
|
364
|
+
serializedName: "accountName",
|
|
366
365
|
required: true,
|
|
367
|
-
serializedName: "properties",
|
|
368
366
|
type: {
|
|
369
|
-
name: "
|
|
370
|
-
|
|
367
|
+
name: "String"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
accountKey: {
|
|
371
|
+
serializedName: "accountKey",
|
|
372
|
+
type: {
|
|
373
|
+
name: "String"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
shareName: {
|
|
377
|
+
serializedName: "shareName",
|
|
378
|
+
required: true,
|
|
379
|
+
type: {
|
|
380
|
+
name: "String"
|
|
371
381
|
}
|
|
372
382
|
}
|
|
373
383
|
}
|
|
374
384
|
}
|
|
375
385
|
};
|
|
376
386
|
|
|
377
|
-
export const
|
|
378
|
-
serializedName: "SecretValue",
|
|
387
|
+
export const VolumeResourceDescriptionList: coreClient.CompositeMapper = {
|
|
379
388
|
type: {
|
|
380
389
|
name: "Composite",
|
|
381
|
-
className: "
|
|
390
|
+
className: "VolumeResourceDescriptionList",
|
|
382
391
|
modelProperties: {
|
|
383
392
|
value: {
|
|
384
393
|
serializedName: "value",
|
|
385
394
|
type: {
|
|
386
|
-
name: "
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
className: "SecretValueProperties",
|
|
398
|
-
modelProperties: {
|
|
399
|
-
value: {
|
|
400
|
-
serializedName: "value",
|
|
395
|
+
name: "Sequence",
|
|
396
|
+
element: {
|
|
397
|
+
type: {
|
|
398
|
+
name: "Composite",
|
|
399
|
+
className: "VolumeResourceDescription"
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
nextLink: {
|
|
405
|
+
serializedName: "nextLink",
|
|
401
406
|
type: {
|
|
402
407
|
name: "String"
|
|
403
408
|
}
|
|
@@ -406,22 +411,25 @@ export const SecretValueProperties: msRest.CompositeMapper = {
|
|
|
406
411
|
}
|
|
407
412
|
};
|
|
408
413
|
|
|
409
|
-
export const
|
|
410
|
-
serializedName: "SecretValueResourceDescription",
|
|
414
|
+
export const NetworkResourceDescriptionList: coreClient.CompositeMapper = {
|
|
411
415
|
type: {
|
|
412
416
|
name: "Composite",
|
|
413
|
-
className: "
|
|
417
|
+
className: "NetworkResourceDescriptionList",
|
|
414
418
|
modelProperties: {
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
readOnly: true,
|
|
418
|
-
serializedName: "properties.provisioningState",
|
|
419
|
+
value: {
|
|
420
|
+
serializedName: "value",
|
|
419
421
|
type: {
|
|
420
|
-
name: "
|
|
422
|
+
name: "Sequence",
|
|
423
|
+
element: {
|
|
424
|
+
type: {
|
|
425
|
+
name: "Composite",
|
|
426
|
+
className: "NetworkResourceDescription"
|
|
427
|
+
}
|
|
428
|
+
}
|
|
421
429
|
}
|
|
422
430
|
},
|
|
423
|
-
|
|
424
|
-
serializedName: "
|
|
431
|
+
nextLink: {
|
|
432
|
+
serializedName: "nextLink",
|
|
425
433
|
type: {
|
|
426
434
|
name: "String"
|
|
427
435
|
}
|
|
@@ -430,132 +438,114 @@ export const SecretValueResourceDescription: msRest.CompositeMapper = {
|
|
|
430
438
|
}
|
|
431
439
|
};
|
|
432
440
|
|
|
433
|
-
export const
|
|
434
|
-
serializedName: "VolumeProviderParametersAzureFile",
|
|
441
|
+
export const GatewayProperties: coreClient.CompositeMapper = {
|
|
435
442
|
type: {
|
|
436
443
|
name: "Composite",
|
|
437
|
-
className: "
|
|
444
|
+
className: "GatewayProperties",
|
|
438
445
|
modelProperties: {
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
serializedName: "accountName",
|
|
446
|
+
description: {
|
|
447
|
+
serializedName: "description",
|
|
442
448
|
type: {
|
|
443
449
|
name: "String"
|
|
444
450
|
}
|
|
445
451
|
},
|
|
446
|
-
|
|
447
|
-
serializedName: "
|
|
452
|
+
sourceNetwork: {
|
|
453
|
+
serializedName: "sourceNetwork",
|
|
448
454
|
type: {
|
|
449
|
-
name: "
|
|
455
|
+
name: "Composite",
|
|
456
|
+
className: "NetworkRef"
|
|
450
457
|
}
|
|
451
458
|
},
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
serializedName: "shareName",
|
|
459
|
+
destinationNetwork: {
|
|
460
|
+
serializedName: "destinationNetwork",
|
|
455
461
|
type: {
|
|
456
|
-
name: "
|
|
462
|
+
name: "Composite",
|
|
463
|
+
className: "NetworkRef"
|
|
457
464
|
}
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
};
|
|
462
|
-
|
|
463
|
-
export const VolumeProperties: msRest.CompositeMapper = {
|
|
464
|
-
serializedName: "VolumeProperties",
|
|
465
|
-
type: {
|
|
466
|
-
name: "Composite",
|
|
467
|
-
className: "VolumeProperties",
|
|
468
|
-
modelProperties: {
|
|
469
|
-
description: {
|
|
470
|
-
serializedName: "description",
|
|
465
|
+
},
|
|
466
|
+
tcp: {
|
|
467
|
+
serializedName: "tcp",
|
|
471
468
|
type: {
|
|
472
|
-
name: "
|
|
469
|
+
name: "Sequence",
|
|
470
|
+
element: {
|
|
471
|
+
type: {
|
|
472
|
+
name: "Composite",
|
|
473
|
+
className: "TcpConfig"
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
http: {
|
|
479
|
+
serializedName: "http",
|
|
480
|
+
type: {
|
|
481
|
+
name: "Sequence",
|
|
482
|
+
element: {
|
|
483
|
+
type: {
|
|
484
|
+
name: "Composite",
|
|
485
|
+
className: "HttpConfig"
|
|
486
|
+
}
|
|
487
|
+
}
|
|
473
488
|
}
|
|
474
489
|
},
|
|
475
490
|
status: {
|
|
476
|
-
readOnly: true,
|
|
477
491
|
serializedName: "status",
|
|
492
|
+
readOnly: true,
|
|
478
493
|
type: {
|
|
479
494
|
name: "String"
|
|
480
495
|
}
|
|
481
496
|
},
|
|
482
497
|
statusDetails: {
|
|
483
|
-
readOnly: true,
|
|
484
498
|
serializedName: "statusDetails",
|
|
499
|
+
readOnly: true,
|
|
485
500
|
type: {
|
|
486
501
|
name: "String"
|
|
487
502
|
}
|
|
488
503
|
},
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
serializedName: "provider",
|
|
493
|
-
defaultValue: 'SFAzureFile',
|
|
504
|
+
ipAddress: {
|
|
505
|
+
serializedName: "ipAddress",
|
|
506
|
+
readOnly: true,
|
|
494
507
|
type: {
|
|
495
508
|
name: "String"
|
|
496
509
|
}
|
|
497
|
-
},
|
|
498
|
-
azureFileParameters: {
|
|
499
|
-
serializedName: "azureFileParameters",
|
|
500
|
-
type: {
|
|
501
|
-
name: "Composite",
|
|
502
|
-
className: "VolumeProviderParametersAzureFile"
|
|
503
|
-
}
|
|
504
510
|
}
|
|
505
511
|
}
|
|
506
512
|
}
|
|
507
513
|
};
|
|
508
514
|
|
|
509
|
-
export const
|
|
510
|
-
serializedName: "VolumeReference",
|
|
515
|
+
export const NetworkRef: coreClient.CompositeMapper = {
|
|
511
516
|
type: {
|
|
512
517
|
name: "Composite",
|
|
513
|
-
className: "
|
|
518
|
+
className: "NetworkRef",
|
|
514
519
|
modelProperties: {
|
|
515
520
|
name: {
|
|
516
|
-
required: true,
|
|
517
521
|
serializedName: "name",
|
|
518
522
|
type: {
|
|
519
523
|
name: "String"
|
|
520
524
|
}
|
|
521
525
|
},
|
|
522
|
-
|
|
523
|
-
serializedName: "
|
|
524
|
-
type: {
|
|
525
|
-
name: "Boolean"
|
|
526
|
-
}
|
|
527
|
-
},
|
|
528
|
-
destinationPath: {
|
|
529
|
-
required: true,
|
|
530
|
-
serializedName: "destinationPath",
|
|
526
|
+
endpointRefs: {
|
|
527
|
+
serializedName: "endpointRefs",
|
|
531
528
|
type: {
|
|
532
|
-
name: "
|
|
529
|
+
name: "Sequence",
|
|
530
|
+
element: {
|
|
531
|
+
type: {
|
|
532
|
+
name: "Composite",
|
|
533
|
+
className: "EndpointRef"
|
|
534
|
+
}
|
|
535
|
+
}
|
|
533
536
|
}
|
|
534
537
|
}
|
|
535
538
|
}
|
|
536
539
|
}
|
|
537
540
|
};
|
|
538
541
|
|
|
539
|
-
export const
|
|
540
|
-
serializedName: "ApplicationScopedVolumeCreationParameters",
|
|
542
|
+
export const EndpointRef: coreClient.CompositeMapper = {
|
|
541
543
|
type: {
|
|
542
544
|
name: "Composite",
|
|
543
|
-
|
|
544
|
-
serializedName: "kind",
|
|
545
|
-
clientName: "kind"
|
|
546
|
-
},
|
|
547
|
-
uberParent: "ApplicationScopedVolumeCreationParameters",
|
|
548
|
-
className: "ApplicationScopedVolumeCreationParameters",
|
|
545
|
+
className: "EndpointRef",
|
|
549
546
|
modelProperties: {
|
|
550
|
-
|
|
551
|
-
serializedName: "
|
|
552
|
-
type: {
|
|
553
|
-
name: "String"
|
|
554
|
-
}
|
|
555
|
-
},
|
|
556
|
-
kind: {
|
|
557
|
-
required: true,
|
|
558
|
-
serializedName: "kind",
|
|
547
|
+
name: {
|
|
548
|
+
serializedName: "name",
|
|
559
549
|
type: {
|
|
560
550
|
name: "String"
|
|
561
551
|
}
|
|
@@ -564,206 +554,123 @@ export const ApplicationScopedVolumeCreationParameters: msRest.CompositeMapper =
|
|
|
564
554
|
}
|
|
565
555
|
};
|
|
566
556
|
|
|
567
|
-
export const
|
|
568
|
-
serializedName: "ApplicationScopedVolume",
|
|
557
|
+
export const TcpConfig: coreClient.CompositeMapper = {
|
|
569
558
|
type: {
|
|
570
559
|
name: "Composite",
|
|
571
|
-
className: "
|
|
560
|
+
className: "TcpConfig",
|
|
572
561
|
modelProperties: {
|
|
573
|
-
|
|
574
|
-
|
|
562
|
+
name: {
|
|
563
|
+
serializedName: "name",
|
|
575
564
|
required: true,
|
|
576
|
-
serializedName: "creationParameters",
|
|
577
565
|
type: {
|
|
578
|
-
name: "
|
|
579
|
-
className: "ApplicationScopedVolumeCreationParameters"
|
|
566
|
+
name: "String"
|
|
580
567
|
}
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
};
|
|
585
|
-
|
|
586
|
-
export const ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk: msRest.CompositeMapper = {
|
|
587
|
-
serializedName: "ServiceFabricVolumeDisk",
|
|
588
|
-
type: {
|
|
589
|
-
name: "Composite",
|
|
590
|
-
polymorphicDiscriminator: ApplicationScopedVolumeCreationParameters.type.polymorphicDiscriminator,
|
|
591
|
-
uberParent: "ApplicationScopedVolumeCreationParameters",
|
|
592
|
-
className: "ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk",
|
|
593
|
-
modelProperties: {
|
|
594
|
-
...ApplicationScopedVolumeCreationParameters.type.modelProperties,
|
|
595
|
-
sizeDisk: {
|
|
568
|
+
},
|
|
569
|
+
port: {
|
|
570
|
+
serializedName: "port",
|
|
596
571
|
required: true,
|
|
597
|
-
serializedName: "sizeDisk",
|
|
598
572
|
type: {
|
|
599
|
-
name: "
|
|
573
|
+
name: "Number"
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
destination: {
|
|
577
|
+
serializedName: "destination",
|
|
578
|
+
type: {
|
|
579
|
+
name: "Composite",
|
|
580
|
+
className: "GatewayDestination"
|
|
600
581
|
}
|
|
601
582
|
}
|
|
602
583
|
}
|
|
603
584
|
}
|
|
604
585
|
};
|
|
605
586
|
|
|
606
|
-
export const
|
|
607
|
-
serializedName: "VolumeResourceDescription",
|
|
587
|
+
export const GatewayDestination: coreClient.CompositeMapper = {
|
|
608
588
|
type: {
|
|
609
589
|
name: "Composite",
|
|
610
|
-
className: "
|
|
590
|
+
className: "GatewayDestination",
|
|
611
591
|
modelProperties: {
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
serializedName: "properties.provisioningState",
|
|
592
|
+
applicationName: {
|
|
593
|
+
serializedName: "applicationName",
|
|
594
|
+
required: true,
|
|
616
595
|
type: {
|
|
617
596
|
name: "String"
|
|
618
597
|
}
|
|
619
598
|
},
|
|
620
|
-
|
|
621
|
-
serializedName: "
|
|
599
|
+
serviceName: {
|
|
600
|
+
serializedName: "serviceName",
|
|
601
|
+
required: true,
|
|
622
602
|
type: {
|
|
623
603
|
name: "String"
|
|
624
604
|
}
|
|
625
605
|
},
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
606
|
+
endpointName: {
|
|
607
|
+
serializedName: "endpointName",
|
|
608
|
+
required: true,
|
|
629
609
|
type: {
|
|
630
610
|
name: "String"
|
|
631
611
|
}
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
};
|
|
616
|
+
|
|
617
|
+
export const HttpConfig: coreClient.CompositeMapper = {
|
|
618
|
+
type: {
|
|
619
|
+
name: "Composite",
|
|
620
|
+
className: "HttpConfig",
|
|
621
|
+
modelProperties: {
|
|
622
|
+
name: {
|
|
623
|
+
serializedName: "name",
|
|
624
|
+
required: true,
|
|
636
625
|
type: {
|
|
637
626
|
name: "String"
|
|
638
627
|
}
|
|
639
628
|
},
|
|
640
|
-
|
|
629
|
+
port: {
|
|
630
|
+
serializedName: "port",
|
|
641
631
|
required: true,
|
|
642
|
-
isConstant: true,
|
|
643
|
-
serializedName: "properties.provider",
|
|
644
|
-
defaultValue: 'SFAzureFile',
|
|
645
632
|
type: {
|
|
646
|
-
name: "
|
|
633
|
+
name: "Number"
|
|
647
634
|
}
|
|
648
635
|
},
|
|
649
|
-
|
|
650
|
-
serializedName: "
|
|
636
|
+
hosts: {
|
|
637
|
+
serializedName: "hosts",
|
|
638
|
+
required: true,
|
|
651
639
|
type: {
|
|
652
|
-
name: "
|
|
653
|
-
|
|
640
|
+
name: "Sequence",
|
|
641
|
+
element: {
|
|
642
|
+
type: {
|
|
643
|
+
name: "Composite",
|
|
644
|
+
className: "HttpHostConfig"
|
|
645
|
+
}
|
|
646
|
+
}
|
|
654
647
|
}
|
|
655
648
|
}
|
|
656
649
|
}
|
|
657
650
|
}
|
|
658
651
|
};
|
|
659
652
|
|
|
660
|
-
export const
|
|
661
|
-
serializedName: "NetworkResourcePropertiesBase",
|
|
653
|
+
export const HttpHostConfig: coreClient.CompositeMapper = {
|
|
662
654
|
type: {
|
|
663
655
|
name: "Composite",
|
|
664
|
-
|
|
665
|
-
serializedName: "kind",
|
|
666
|
-
clientName: "kind"
|
|
667
|
-
},
|
|
668
|
-
uberParent: "NetworkResourcePropertiesBase",
|
|
669
|
-
className: "NetworkResourcePropertiesBase",
|
|
656
|
+
className: "HttpHostConfig",
|
|
670
657
|
modelProperties: {
|
|
671
|
-
|
|
672
|
-
|
|
658
|
+
name: {
|
|
659
|
+
serializedName: "name",
|
|
673
660
|
required: true,
|
|
674
|
-
serializedName: "kind",
|
|
675
|
-
type: {
|
|
676
|
-
name: "String"
|
|
677
|
-
}
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
};
|
|
682
|
-
|
|
683
|
-
export const NetworkResourceProperties: msRest.CompositeMapper = {
|
|
684
|
-
serializedName: "NetworkResourceProperties",
|
|
685
|
-
type: {
|
|
686
|
-
name: "Composite",
|
|
687
|
-
className: "NetworkResourceProperties",
|
|
688
|
-
modelProperties: {
|
|
689
|
-
...NetworkResourcePropertiesBase.type.modelProperties,
|
|
690
|
-
description: {
|
|
691
|
-
serializedName: "description",
|
|
692
|
-
type: {
|
|
693
|
-
name: "String"
|
|
694
|
-
}
|
|
695
|
-
},
|
|
696
|
-
status: {
|
|
697
|
-
readOnly: true,
|
|
698
|
-
serializedName: "status",
|
|
699
|
-
type: {
|
|
700
|
-
name: "String"
|
|
701
|
-
}
|
|
702
|
-
},
|
|
703
|
-
statusDetails: {
|
|
704
|
-
readOnly: true,
|
|
705
|
-
serializedName: "statusDetails",
|
|
706
|
-
type: {
|
|
707
|
-
name: "String"
|
|
708
|
-
}
|
|
709
|
-
}
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
};
|
|
713
|
-
|
|
714
|
-
export const LocalNetworkResourceProperties: msRest.CompositeMapper = {
|
|
715
|
-
serializedName: "Local",
|
|
716
|
-
type: {
|
|
717
|
-
name: "Composite",
|
|
718
|
-
className: "LocalNetworkResourceProperties",
|
|
719
|
-
modelProperties: {
|
|
720
|
-
...NetworkResourceProperties.type.modelProperties,
|
|
721
|
-
networkAddressPrefix: {
|
|
722
|
-
serializedName: "networkAddressPrefix",
|
|
723
|
-
type: {
|
|
724
|
-
name: "String"
|
|
725
|
-
}
|
|
726
|
-
}
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
};
|
|
730
|
-
|
|
731
|
-
export const EndpointRef: msRest.CompositeMapper = {
|
|
732
|
-
serializedName: "EndpointRef",
|
|
733
|
-
type: {
|
|
734
|
-
name: "Composite",
|
|
735
|
-
className: "EndpointRef",
|
|
736
|
-
modelProperties: {
|
|
737
|
-
name: {
|
|
738
|
-
serializedName: "name",
|
|
739
|
-
type: {
|
|
740
|
-
name: "String"
|
|
741
|
-
}
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
};
|
|
746
|
-
|
|
747
|
-
export const NetworkRef: msRest.CompositeMapper = {
|
|
748
|
-
serializedName: "NetworkRef",
|
|
749
|
-
type: {
|
|
750
|
-
name: "Composite",
|
|
751
|
-
className: "NetworkRef",
|
|
752
|
-
modelProperties: {
|
|
753
|
-
name: {
|
|
754
|
-
serializedName: "name",
|
|
755
661
|
type: {
|
|
756
662
|
name: "String"
|
|
757
663
|
}
|
|
758
664
|
},
|
|
759
|
-
|
|
760
|
-
serializedName: "
|
|
665
|
+
routes: {
|
|
666
|
+
serializedName: "routes",
|
|
667
|
+
required: true,
|
|
761
668
|
type: {
|
|
762
669
|
name: "Sequence",
|
|
763
670
|
element: {
|
|
764
671
|
type: {
|
|
765
672
|
name: "Composite",
|
|
766
|
-
className: "
|
|
673
|
+
className: "HttpRouteConfig"
|
|
767
674
|
}
|
|
768
675
|
}
|
|
769
676
|
}
|
|
@@ -772,97 +679,72 @@ export const NetworkRef: msRest.CompositeMapper = {
|
|
|
772
679
|
}
|
|
773
680
|
};
|
|
774
681
|
|
|
775
|
-
export const
|
|
776
|
-
serializedName: "NetworkResourceDescription",
|
|
777
|
-
type: {
|
|
778
|
-
name: "Composite",
|
|
779
|
-
className: "NetworkResourceDescription",
|
|
780
|
-
modelProperties: {
|
|
781
|
-
...TrackedResource.type.modelProperties,
|
|
782
|
-
properties: {
|
|
783
|
-
required: true,
|
|
784
|
-
serializedName: "properties",
|
|
785
|
-
type: {
|
|
786
|
-
name: "Composite",
|
|
787
|
-
className: "NetworkResourceProperties"
|
|
788
|
-
}
|
|
789
|
-
}
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
};
|
|
793
|
-
|
|
794
|
-
export const GatewayDestination: msRest.CompositeMapper = {
|
|
795
|
-
serializedName: "GatewayDestination",
|
|
682
|
+
export const HttpRouteConfig: coreClient.CompositeMapper = {
|
|
796
683
|
type: {
|
|
797
684
|
name: "Composite",
|
|
798
|
-
className: "
|
|
685
|
+
className: "HttpRouteConfig",
|
|
799
686
|
modelProperties: {
|
|
800
|
-
|
|
687
|
+
name: {
|
|
688
|
+
serializedName: "name",
|
|
801
689
|
required: true,
|
|
802
|
-
serializedName: "applicationName",
|
|
803
690
|
type: {
|
|
804
691
|
name: "String"
|
|
805
692
|
}
|
|
806
693
|
},
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
serializedName: "serviceName",
|
|
694
|
+
match: {
|
|
695
|
+
serializedName: "match",
|
|
810
696
|
type: {
|
|
811
|
-
name: "
|
|
697
|
+
name: "Composite",
|
|
698
|
+
className: "HttpRouteMatchRule"
|
|
812
699
|
}
|
|
813
700
|
},
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
serializedName: "endpointName",
|
|
701
|
+
destination: {
|
|
702
|
+
serializedName: "destination",
|
|
817
703
|
type: {
|
|
818
|
-
name: "
|
|
704
|
+
name: "Composite",
|
|
705
|
+
className: "GatewayDestination"
|
|
819
706
|
}
|
|
820
707
|
}
|
|
821
708
|
}
|
|
822
709
|
}
|
|
823
710
|
};
|
|
824
711
|
|
|
825
|
-
export const
|
|
826
|
-
serializedName: "TcpConfig",
|
|
712
|
+
export const HttpRouteMatchRule: coreClient.CompositeMapper = {
|
|
827
713
|
type: {
|
|
828
714
|
name: "Composite",
|
|
829
|
-
className: "
|
|
715
|
+
className: "HttpRouteMatchRule",
|
|
830
716
|
modelProperties: {
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
serializedName: "name",
|
|
834
|
-
type: {
|
|
835
|
-
name: "String"
|
|
836
|
-
}
|
|
837
|
-
},
|
|
838
|
-
port: {
|
|
839
|
-
required: true,
|
|
840
|
-
serializedName: "port",
|
|
717
|
+
path: {
|
|
718
|
+
serializedName: "path",
|
|
841
719
|
type: {
|
|
842
|
-
name: "
|
|
720
|
+
name: "Composite",
|
|
721
|
+
className: "HttpRouteMatchPath"
|
|
843
722
|
}
|
|
844
723
|
},
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
serializedName: "destination",
|
|
724
|
+
headers: {
|
|
725
|
+
serializedName: "headers",
|
|
848
726
|
type: {
|
|
849
|
-
name: "
|
|
850
|
-
|
|
727
|
+
name: "Sequence",
|
|
728
|
+
element: {
|
|
729
|
+
type: {
|
|
730
|
+
name: "Composite",
|
|
731
|
+
className: "HttpRouteMatchHeader"
|
|
732
|
+
}
|
|
733
|
+
}
|
|
851
734
|
}
|
|
852
735
|
}
|
|
853
736
|
}
|
|
854
737
|
}
|
|
855
738
|
};
|
|
856
739
|
|
|
857
|
-
export const HttpRouteMatchPath:
|
|
858
|
-
serializedName: "HttpRouteMatchPath",
|
|
740
|
+
export const HttpRouteMatchPath: coreClient.CompositeMapper = {
|
|
859
741
|
type: {
|
|
860
742
|
name: "Composite",
|
|
861
743
|
className: "HttpRouteMatchPath",
|
|
862
744
|
modelProperties: {
|
|
863
745
|
value: {
|
|
864
|
-
required: true,
|
|
865
746
|
serializedName: "value",
|
|
747
|
+
required: true,
|
|
866
748
|
type: {
|
|
867
749
|
name: "String"
|
|
868
750
|
}
|
|
@@ -874,10 +756,8 @@ export const HttpRouteMatchPath: msRest.CompositeMapper = {
|
|
|
874
756
|
}
|
|
875
757
|
},
|
|
876
758
|
type: {
|
|
877
|
-
required: true,
|
|
878
|
-
isConstant: true,
|
|
879
759
|
serializedName: "type",
|
|
880
|
-
|
|
760
|
+
required: true,
|
|
881
761
|
type: {
|
|
882
762
|
name: "String"
|
|
883
763
|
}
|
|
@@ -886,15 +766,14 @@ export const HttpRouteMatchPath: msRest.CompositeMapper = {
|
|
|
886
766
|
}
|
|
887
767
|
};
|
|
888
768
|
|
|
889
|
-
export const HttpRouteMatchHeader:
|
|
890
|
-
serializedName: "HttpRouteMatchHeader",
|
|
769
|
+
export const HttpRouteMatchHeader: coreClient.CompositeMapper = {
|
|
891
770
|
type: {
|
|
892
771
|
name: "Composite",
|
|
893
772
|
className: "HttpRouteMatchHeader",
|
|
894
773
|
modelProperties: {
|
|
895
774
|
name: {
|
|
896
|
-
required: true,
|
|
897
775
|
serializedName: "name",
|
|
776
|
+
required: true,
|
|
898
777
|
type: {
|
|
899
778
|
name: "String"
|
|
900
779
|
}
|
|
@@ -915,316 +794,328 @@ export const HttpRouteMatchHeader: msRest.CompositeMapper = {
|
|
|
915
794
|
}
|
|
916
795
|
};
|
|
917
796
|
|
|
918
|
-
export const
|
|
919
|
-
serializedName: "HttpRouteMatchRule",
|
|
797
|
+
export const GatewayResourceDescriptionList: coreClient.CompositeMapper = {
|
|
920
798
|
type: {
|
|
921
799
|
name: "Composite",
|
|
922
|
-
className: "
|
|
800
|
+
className: "GatewayResourceDescriptionList",
|
|
923
801
|
modelProperties: {
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
serializedName: "path",
|
|
927
|
-
defaultValue: {},
|
|
928
|
-
type: {
|
|
929
|
-
name: "Composite",
|
|
930
|
-
className: "HttpRouteMatchPath"
|
|
931
|
-
}
|
|
932
|
-
},
|
|
933
|
-
headers: {
|
|
934
|
-
serializedName: "headers",
|
|
802
|
+
value: {
|
|
803
|
+
serializedName: "value",
|
|
935
804
|
type: {
|
|
936
805
|
name: "Sequence",
|
|
937
806
|
element: {
|
|
938
807
|
type: {
|
|
939
808
|
name: "Composite",
|
|
940
|
-
className: "
|
|
809
|
+
className: "GatewayResourceDescription"
|
|
941
810
|
}
|
|
942
811
|
}
|
|
943
812
|
}
|
|
944
|
-
}
|
|
945
|
-
}
|
|
946
|
-
}
|
|
947
|
-
};
|
|
948
|
-
|
|
949
|
-
export const HttpRouteConfig: msRest.CompositeMapper = {
|
|
950
|
-
serializedName: "HttpRouteConfig",
|
|
951
|
-
type: {
|
|
952
|
-
name: "Composite",
|
|
953
|
-
className: "HttpRouteConfig",
|
|
954
|
-
modelProperties: {
|
|
955
|
-
name: {
|
|
956
|
-
required: true,
|
|
957
|
-
serializedName: "name",
|
|
958
|
-
type: {
|
|
959
|
-
name: "String"
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
match: {
|
|
963
|
-
required: true,
|
|
964
|
-
serializedName: "match",
|
|
965
|
-
defaultValue: {},
|
|
966
|
-
type: {
|
|
967
|
-
name: "Composite",
|
|
968
|
-
className: "HttpRouteMatchRule"
|
|
969
|
-
}
|
|
970
813
|
},
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
serializedName: "destination",
|
|
814
|
+
nextLink: {
|
|
815
|
+
serializedName: "nextLink",
|
|
974
816
|
type: {
|
|
975
|
-
name: "
|
|
976
|
-
className: "GatewayDestination"
|
|
817
|
+
name: "String"
|
|
977
818
|
}
|
|
978
819
|
}
|
|
979
820
|
}
|
|
980
821
|
}
|
|
981
822
|
};
|
|
982
823
|
|
|
983
|
-
export const
|
|
984
|
-
serializedName: "HttpHostConfig",
|
|
824
|
+
export const ApplicationProperties: coreClient.CompositeMapper = {
|
|
985
825
|
type: {
|
|
986
826
|
name: "Composite",
|
|
987
|
-
className: "
|
|
827
|
+
className: "ApplicationProperties",
|
|
988
828
|
modelProperties: {
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
serializedName: "name",
|
|
829
|
+
description: {
|
|
830
|
+
serializedName: "description",
|
|
992
831
|
type: {
|
|
993
832
|
name: "String"
|
|
994
833
|
}
|
|
995
834
|
},
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
serializedName: "routes",
|
|
835
|
+
services: {
|
|
836
|
+
serializedName: "services",
|
|
999
837
|
type: {
|
|
1000
838
|
name: "Sequence",
|
|
1001
839
|
element: {
|
|
1002
840
|
type: {
|
|
1003
841
|
name: "Composite",
|
|
1004
|
-
className: "
|
|
842
|
+
className: "ServiceResourceDescription"
|
|
1005
843
|
}
|
|
1006
844
|
}
|
|
1007
845
|
}
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
};
|
|
1012
|
-
|
|
1013
|
-
export const HttpConfig: msRest.CompositeMapper = {
|
|
1014
|
-
serializedName: "HttpConfig",
|
|
1015
|
-
type: {
|
|
1016
|
-
name: "Composite",
|
|
1017
|
-
className: "HttpConfig",
|
|
1018
|
-
modelProperties: {
|
|
1019
|
-
name: {
|
|
1020
|
-
required: true,
|
|
1021
|
-
serializedName: "name",
|
|
846
|
+
},
|
|
847
|
+
diagnostics: {
|
|
848
|
+
serializedName: "diagnostics",
|
|
1022
849
|
type: {
|
|
1023
|
-
name: "
|
|
850
|
+
name: "Composite",
|
|
851
|
+
className: "DiagnosticsDescription"
|
|
1024
852
|
}
|
|
1025
853
|
},
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
serializedName: "port",
|
|
854
|
+
debugParams: {
|
|
855
|
+
serializedName: "debugParams",
|
|
1029
856
|
type: {
|
|
1030
|
-
name: "
|
|
857
|
+
name: "String"
|
|
1031
858
|
}
|
|
1032
859
|
},
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
860
|
+
serviceNames: {
|
|
861
|
+
serializedName: "serviceNames",
|
|
862
|
+
readOnly: true,
|
|
1036
863
|
type: {
|
|
1037
864
|
name: "Sequence",
|
|
1038
865
|
element: {
|
|
1039
866
|
type: {
|
|
1040
|
-
name: "
|
|
1041
|
-
className: "HttpHostConfig"
|
|
867
|
+
name: "String"
|
|
1042
868
|
}
|
|
1043
869
|
}
|
|
1044
870
|
}
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
export const GatewayProperties: msRest.CompositeMapper = {
|
|
1051
|
-
serializedName: "GatewayProperties",
|
|
1052
|
-
type: {
|
|
1053
|
-
name: "Composite",
|
|
1054
|
-
className: "GatewayProperties",
|
|
1055
|
-
modelProperties: {
|
|
1056
|
-
description: {
|
|
1057
|
-
serializedName: "description",
|
|
871
|
+
},
|
|
872
|
+
status: {
|
|
873
|
+
serializedName: "status",
|
|
874
|
+
readOnly: true,
|
|
1058
875
|
type: {
|
|
1059
876
|
name: "String"
|
|
1060
877
|
}
|
|
1061
878
|
},
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
879
|
+
statusDetails: {
|
|
880
|
+
serializedName: "statusDetails",
|
|
881
|
+
readOnly: true,
|
|
1065
882
|
type: {
|
|
1066
|
-
name: "
|
|
1067
|
-
className: "NetworkRef"
|
|
883
|
+
name: "String"
|
|
1068
884
|
}
|
|
1069
885
|
},
|
|
1070
|
-
|
|
886
|
+
healthState: {
|
|
887
|
+
serializedName: "healthState",
|
|
888
|
+
readOnly: true,
|
|
889
|
+
type: {
|
|
890
|
+
name: "String"
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
unhealthyEvaluation: {
|
|
894
|
+
serializedName: "unhealthyEvaluation",
|
|
895
|
+
readOnly: true,
|
|
896
|
+
type: {
|
|
897
|
+
name: "String"
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
};
|
|
903
|
+
|
|
904
|
+
export const ServiceReplicaProperties: coreClient.CompositeMapper = {
|
|
905
|
+
type: {
|
|
906
|
+
name: "Composite",
|
|
907
|
+
className: "ServiceReplicaProperties",
|
|
908
|
+
modelProperties: {
|
|
909
|
+
osType: {
|
|
910
|
+
serializedName: "osType",
|
|
1071
911
|
required: true,
|
|
1072
|
-
serializedName: "destinationNetwork",
|
|
1073
912
|
type: {
|
|
1074
|
-
name: "
|
|
1075
|
-
className: "NetworkRef"
|
|
913
|
+
name: "String"
|
|
1076
914
|
}
|
|
1077
915
|
},
|
|
1078
|
-
|
|
1079
|
-
serializedName: "
|
|
916
|
+
codePackages: {
|
|
917
|
+
serializedName: "codePackages",
|
|
918
|
+
required: true,
|
|
1080
919
|
type: {
|
|
1081
920
|
name: "Sequence",
|
|
1082
921
|
element: {
|
|
1083
922
|
type: {
|
|
1084
923
|
name: "Composite",
|
|
1085
|
-
className: "
|
|
924
|
+
className: "ContainerCodePackageProperties"
|
|
1086
925
|
}
|
|
1087
926
|
}
|
|
1088
927
|
}
|
|
1089
928
|
},
|
|
1090
|
-
|
|
1091
|
-
serializedName: "
|
|
929
|
+
networkRefs: {
|
|
930
|
+
serializedName: "networkRefs",
|
|
1092
931
|
type: {
|
|
1093
932
|
name: "Sequence",
|
|
1094
933
|
element: {
|
|
1095
934
|
type: {
|
|
1096
935
|
name: "Composite",
|
|
1097
|
-
className: "
|
|
936
|
+
className: "NetworkRef"
|
|
1098
937
|
}
|
|
1099
938
|
}
|
|
1100
939
|
}
|
|
1101
940
|
},
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
serializedName: "status",
|
|
1105
|
-
type: {
|
|
1106
|
-
name: "String"
|
|
1107
|
-
}
|
|
1108
|
-
},
|
|
1109
|
-
statusDetails: {
|
|
1110
|
-
readOnly: true,
|
|
1111
|
-
serializedName: "statusDetails",
|
|
1112
|
-
type: {
|
|
1113
|
-
name: "String"
|
|
1114
|
-
}
|
|
1115
|
-
},
|
|
1116
|
-
ipAddress: {
|
|
1117
|
-
readOnly: true,
|
|
1118
|
-
serializedName: "ipAddress",
|
|
941
|
+
diagnostics: {
|
|
942
|
+
serializedName: "diagnostics",
|
|
1119
943
|
type: {
|
|
1120
|
-
name: "
|
|
944
|
+
name: "Composite",
|
|
945
|
+
className: "DiagnosticsRef"
|
|
1121
946
|
}
|
|
1122
947
|
}
|
|
1123
948
|
}
|
|
1124
949
|
}
|
|
1125
950
|
};
|
|
1126
951
|
|
|
1127
|
-
export const
|
|
1128
|
-
serializedName: "GatewayResourceDescription",
|
|
952
|
+
export const ContainerCodePackageProperties: coreClient.CompositeMapper = {
|
|
1129
953
|
type: {
|
|
1130
954
|
name: "Composite",
|
|
1131
|
-
className: "
|
|
955
|
+
className: "ContainerCodePackageProperties",
|
|
1132
956
|
modelProperties: {
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
serializedName: "properties.provisioningState",
|
|
957
|
+
name: {
|
|
958
|
+
serializedName: "name",
|
|
959
|
+
required: true,
|
|
1137
960
|
type: {
|
|
1138
961
|
name: "String"
|
|
1139
962
|
}
|
|
1140
963
|
},
|
|
1141
|
-
|
|
1142
|
-
serializedName: "
|
|
964
|
+
image: {
|
|
965
|
+
serializedName: "image",
|
|
966
|
+
required: true,
|
|
1143
967
|
type: {
|
|
1144
968
|
name: "String"
|
|
1145
969
|
}
|
|
1146
970
|
},
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
serializedName: "properties.sourceNetwork",
|
|
971
|
+
imageRegistryCredential: {
|
|
972
|
+
serializedName: "imageRegistryCredential",
|
|
1150
973
|
type: {
|
|
1151
974
|
name: "Composite",
|
|
1152
|
-
className: "
|
|
975
|
+
className: "ImageRegistryCredential"
|
|
1153
976
|
}
|
|
1154
977
|
},
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
978
|
+
entrypoint: {
|
|
979
|
+
serializedName: "entrypoint",
|
|
980
|
+
type: {
|
|
981
|
+
name: "String"
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
commands: {
|
|
985
|
+
serializedName: "commands",
|
|
986
|
+
type: {
|
|
987
|
+
name: "Sequence",
|
|
988
|
+
element: {
|
|
989
|
+
type: {
|
|
990
|
+
name: "String"
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
environmentVariables: {
|
|
996
|
+
serializedName: "environmentVariables",
|
|
997
|
+
type: {
|
|
998
|
+
name: "Sequence",
|
|
999
|
+
element: {
|
|
1000
|
+
type: {
|
|
1001
|
+
name: "Composite",
|
|
1002
|
+
className: "EnvironmentVariable"
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
settings: {
|
|
1008
|
+
serializedName: "settings",
|
|
1009
|
+
type: {
|
|
1010
|
+
name: "Sequence",
|
|
1011
|
+
element: {
|
|
1012
|
+
type: {
|
|
1013
|
+
name: "Composite",
|
|
1014
|
+
className: "Setting"
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
labels: {
|
|
1020
|
+
serializedName: "labels",
|
|
1021
|
+
type: {
|
|
1022
|
+
name: "Sequence",
|
|
1023
|
+
element: {
|
|
1024
|
+
type: {
|
|
1025
|
+
name: "Composite",
|
|
1026
|
+
className: "ContainerLabel"
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
endpoints: {
|
|
1032
|
+
serializedName: "endpoints",
|
|
1033
|
+
type: {
|
|
1034
|
+
name: "Sequence",
|
|
1035
|
+
element: {
|
|
1036
|
+
type: {
|
|
1037
|
+
name: "Composite",
|
|
1038
|
+
className: "EndpointProperties"
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
resources: {
|
|
1044
|
+
serializedName: "resources",
|
|
1158
1045
|
type: {
|
|
1159
1046
|
name: "Composite",
|
|
1160
|
-
className: "
|
|
1047
|
+
className: "ResourceRequirements"
|
|
1161
1048
|
}
|
|
1162
1049
|
},
|
|
1163
|
-
|
|
1164
|
-
serializedName: "
|
|
1050
|
+
volumeRefs: {
|
|
1051
|
+
serializedName: "volumeRefs",
|
|
1165
1052
|
type: {
|
|
1166
1053
|
name: "Sequence",
|
|
1167
1054
|
element: {
|
|
1168
1055
|
type: {
|
|
1169
1056
|
name: "Composite",
|
|
1170
|
-
className: "
|
|
1057
|
+
className: "VolumeReference"
|
|
1171
1058
|
}
|
|
1172
1059
|
}
|
|
1173
1060
|
}
|
|
1174
1061
|
},
|
|
1175
|
-
|
|
1176
|
-
serializedName: "
|
|
1062
|
+
volumes: {
|
|
1063
|
+
serializedName: "volumes",
|
|
1177
1064
|
type: {
|
|
1178
1065
|
name: "Sequence",
|
|
1179
1066
|
element: {
|
|
1180
1067
|
type: {
|
|
1181
1068
|
name: "Composite",
|
|
1182
|
-
className: "
|
|
1069
|
+
className: "ApplicationScopedVolume"
|
|
1183
1070
|
}
|
|
1184
1071
|
}
|
|
1185
1072
|
}
|
|
1186
1073
|
},
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
serializedName: "properties.status",
|
|
1074
|
+
diagnostics: {
|
|
1075
|
+
serializedName: "diagnostics",
|
|
1190
1076
|
type: {
|
|
1191
|
-
name: "
|
|
1077
|
+
name: "Composite",
|
|
1078
|
+
className: "DiagnosticsRef"
|
|
1192
1079
|
}
|
|
1193
1080
|
},
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
serializedName: "properties.statusDetails",
|
|
1081
|
+
reliableCollectionsRefs: {
|
|
1082
|
+
serializedName: "reliableCollectionsRefs",
|
|
1197
1083
|
type: {
|
|
1198
|
-
name: "
|
|
1084
|
+
name: "Sequence",
|
|
1085
|
+
element: {
|
|
1086
|
+
type: {
|
|
1087
|
+
name: "Composite",
|
|
1088
|
+
className: "ReliableCollectionsRef"
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1199
1091
|
}
|
|
1200
1092
|
},
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
serializedName: "properties.ipAddress",
|
|
1093
|
+
instanceView: {
|
|
1094
|
+
serializedName: "instanceView",
|
|
1204
1095
|
type: {
|
|
1205
|
-
name: "
|
|
1096
|
+
name: "Composite",
|
|
1097
|
+
className: "ContainerInstanceView"
|
|
1206
1098
|
}
|
|
1207
1099
|
}
|
|
1208
1100
|
}
|
|
1209
1101
|
}
|
|
1210
1102
|
};
|
|
1211
1103
|
|
|
1212
|
-
export const ImageRegistryCredential:
|
|
1213
|
-
serializedName: "ImageRegistryCredential",
|
|
1104
|
+
export const ImageRegistryCredential: coreClient.CompositeMapper = {
|
|
1214
1105
|
type: {
|
|
1215
1106
|
name: "Composite",
|
|
1216
1107
|
className: "ImageRegistryCredential",
|
|
1217
1108
|
modelProperties: {
|
|
1218
1109
|
server: {
|
|
1219
|
-
required: true,
|
|
1220
1110
|
serializedName: "server",
|
|
1111
|
+
required: true,
|
|
1221
1112
|
type: {
|
|
1222
1113
|
name: "String"
|
|
1223
1114
|
}
|
|
1224
1115
|
},
|
|
1225
1116
|
username: {
|
|
1226
|
-
required: true,
|
|
1227
1117
|
serializedName: "username",
|
|
1118
|
+
required: true,
|
|
1228
1119
|
type: {
|
|
1229
1120
|
name: "String"
|
|
1230
1121
|
}
|
|
@@ -1239,8 +1130,7 @@ export const ImageRegistryCredential: msRest.CompositeMapper = {
|
|
|
1239
1130
|
}
|
|
1240
1131
|
};
|
|
1241
1132
|
|
|
1242
|
-
export const EnvironmentVariable:
|
|
1243
|
-
serializedName: "EnvironmentVariable",
|
|
1133
|
+
export const EnvironmentVariable: coreClient.CompositeMapper = {
|
|
1244
1134
|
type: {
|
|
1245
1135
|
name: "Composite",
|
|
1246
1136
|
className: "EnvironmentVariable",
|
|
@@ -1261,8 +1151,7 @@ export const EnvironmentVariable: msRest.CompositeMapper = {
|
|
|
1261
1151
|
}
|
|
1262
1152
|
};
|
|
1263
1153
|
|
|
1264
|
-
export const Setting:
|
|
1265
|
-
serializedName: "Setting",
|
|
1154
|
+
export const Setting: coreClient.CompositeMapper = {
|
|
1266
1155
|
type: {
|
|
1267
1156
|
name: "Composite",
|
|
1268
1157
|
className: "Setting",
|
|
@@ -1283,22 +1172,21 @@ export const Setting: msRest.CompositeMapper = {
|
|
|
1283
1172
|
}
|
|
1284
1173
|
};
|
|
1285
1174
|
|
|
1286
|
-
export const ContainerLabel:
|
|
1287
|
-
serializedName: "ContainerLabel",
|
|
1175
|
+
export const ContainerLabel: coreClient.CompositeMapper = {
|
|
1288
1176
|
type: {
|
|
1289
1177
|
name: "Composite",
|
|
1290
1178
|
className: "ContainerLabel",
|
|
1291
1179
|
modelProperties: {
|
|
1292
1180
|
name: {
|
|
1293
|
-
required: true,
|
|
1294
1181
|
serializedName: "name",
|
|
1182
|
+
required: true,
|
|
1295
1183
|
type: {
|
|
1296
1184
|
name: "String"
|
|
1297
1185
|
}
|
|
1298
1186
|
},
|
|
1299
1187
|
value: {
|
|
1300
|
-
required: true,
|
|
1301
1188
|
serializedName: "value",
|
|
1189
|
+
required: true,
|
|
1302
1190
|
type: {
|
|
1303
1191
|
name: "String"
|
|
1304
1192
|
}
|
|
@@ -1307,15 +1195,14 @@ export const ContainerLabel: msRest.CompositeMapper = {
|
|
|
1307
1195
|
}
|
|
1308
1196
|
};
|
|
1309
1197
|
|
|
1310
|
-
export const EndpointProperties:
|
|
1311
|
-
serializedName: "EndpointProperties",
|
|
1198
|
+
export const EndpointProperties: coreClient.CompositeMapper = {
|
|
1312
1199
|
type: {
|
|
1313
1200
|
name: "Composite",
|
|
1314
1201
|
className: "EndpointProperties",
|
|
1315
1202
|
modelProperties: {
|
|
1316
1203
|
name: {
|
|
1317
|
-
required: true,
|
|
1318
1204
|
serializedName: "name",
|
|
1205
|
+
required: true,
|
|
1319
1206
|
type: {
|
|
1320
1207
|
name: "String"
|
|
1321
1208
|
}
|
|
@@ -1330,22 +1217,44 @@ export const EndpointProperties: msRest.CompositeMapper = {
|
|
|
1330
1217
|
}
|
|
1331
1218
|
};
|
|
1332
1219
|
|
|
1333
|
-
export const
|
|
1334
|
-
|
|
1220
|
+
export const ResourceRequirements: coreClient.CompositeMapper = {
|
|
1221
|
+
type: {
|
|
1222
|
+
name: "Composite",
|
|
1223
|
+
className: "ResourceRequirements",
|
|
1224
|
+
modelProperties: {
|
|
1225
|
+
requests: {
|
|
1226
|
+
serializedName: "requests",
|
|
1227
|
+
type: {
|
|
1228
|
+
name: "Composite",
|
|
1229
|
+
className: "ResourceRequests"
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
limits: {
|
|
1233
|
+
serializedName: "limits",
|
|
1234
|
+
type: {
|
|
1235
|
+
name: "Composite",
|
|
1236
|
+
className: "ResourceLimits"
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
}
|
|
1241
|
+
};
|
|
1242
|
+
|
|
1243
|
+
export const ResourceRequests: coreClient.CompositeMapper = {
|
|
1335
1244
|
type: {
|
|
1336
1245
|
name: "Composite",
|
|
1337
1246
|
className: "ResourceRequests",
|
|
1338
1247
|
modelProperties: {
|
|
1339
1248
|
memoryInGB: {
|
|
1340
|
-
required: true,
|
|
1341
1249
|
serializedName: "memoryInGB",
|
|
1250
|
+
required: true,
|
|
1342
1251
|
type: {
|
|
1343
1252
|
name: "Number"
|
|
1344
1253
|
}
|
|
1345
1254
|
},
|
|
1346
1255
|
cpu: {
|
|
1347
|
-
required: true,
|
|
1348
1256
|
serializedName: "cpu",
|
|
1257
|
+
required: true,
|
|
1349
1258
|
type: {
|
|
1350
1259
|
name: "Number"
|
|
1351
1260
|
}
|
|
@@ -1354,8 +1263,7 @@ export const ResourceRequests: msRest.CompositeMapper = {
|
|
|
1354
1263
|
}
|
|
1355
1264
|
};
|
|
1356
1265
|
|
|
1357
|
-
export const ResourceLimits:
|
|
1358
|
-
serializedName: "ResourceLimits",
|
|
1266
|
+
export const ResourceLimits: coreClient.CompositeMapper = {
|
|
1359
1267
|
type: {
|
|
1360
1268
|
name: "Composite",
|
|
1361
1269
|
className: "ResourceLimits",
|
|
@@ -1376,33 +1284,63 @@ export const ResourceLimits: msRest.CompositeMapper = {
|
|
|
1376
1284
|
}
|
|
1377
1285
|
};
|
|
1378
1286
|
|
|
1379
|
-
export const
|
|
1380
|
-
serializedName: "ResourceRequirements",
|
|
1287
|
+
export const VolumeReference: coreClient.CompositeMapper = {
|
|
1381
1288
|
type: {
|
|
1382
1289
|
name: "Composite",
|
|
1383
|
-
className: "
|
|
1290
|
+
className: "VolumeReference",
|
|
1384
1291
|
modelProperties: {
|
|
1385
|
-
|
|
1292
|
+
name: {
|
|
1293
|
+
serializedName: "name",
|
|
1386
1294
|
required: true,
|
|
1387
|
-
serializedName: "requests",
|
|
1388
1295
|
type: {
|
|
1389
|
-
name: "
|
|
1390
|
-
className: "ResourceRequests"
|
|
1296
|
+
name: "String"
|
|
1391
1297
|
}
|
|
1392
1298
|
},
|
|
1393
|
-
|
|
1394
|
-
serializedName: "
|
|
1299
|
+
readOnly: {
|
|
1300
|
+
serializedName: "readOnly",
|
|
1395
1301
|
type: {
|
|
1396
|
-
name: "
|
|
1397
|
-
|
|
1302
|
+
name: "Boolean"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
destinationPath: {
|
|
1306
|
+
serializedName: "destinationPath",
|
|
1307
|
+
required: true,
|
|
1308
|
+
type: {
|
|
1309
|
+
name: "String"
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
};
|
|
1315
|
+
|
|
1316
|
+
export const ApplicationScopedVolumeCreationParameters: coreClient.CompositeMapper = {
|
|
1317
|
+
type: {
|
|
1318
|
+
name: "Composite",
|
|
1319
|
+
className: "ApplicationScopedVolumeCreationParameters",
|
|
1320
|
+
uberParent: "ApplicationScopedVolumeCreationParameters",
|
|
1321
|
+
polymorphicDiscriminator: {
|
|
1322
|
+
serializedName: "kind",
|
|
1323
|
+
clientName: "kind"
|
|
1324
|
+
},
|
|
1325
|
+
modelProperties: {
|
|
1326
|
+
kind: {
|
|
1327
|
+
serializedName: "kind",
|
|
1328
|
+
required: true,
|
|
1329
|
+
type: {
|
|
1330
|
+
name: "String"
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
description: {
|
|
1334
|
+
serializedName: "description",
|
|
1335
|
+
type: {
|
|
1336
|
+
name: "String"
|
|
1398
1337
|
}
|
|
1399
1338
|
}
|
|
1400
1339
|
}
|
|
1401
1340
|
}
|
|
1402
1341
|
};
|
|
1403
1342
|
|
|
1404
|
-
export const DiagnosticsRef:
|
|
1405
|
-
serializedName: "DiagnosticsRef",
|
|
1343
|
+
export const DiagnosticsRef: coreClient.CompositeMapper = {
|
|
1406
1344
|
type: {
|
|
1407
1345
|
name: "Composite",
|
|
1408
1346
|
className: "DiagnosticsRef",
|
|
@@ -1428,15 +1366,14 @@ export const DiagnosticsRef: msRest.CompositeMapper = {
|
|
|
1428
1366
|
}
|
|
1429
1367
|
};
|
|
1430
1368
|
|
|
1431
|
-
export const ReliableCollectionsRef:
|
|
1432
|
-
serializedName: "ReliableCollectionsRef",
|
|
1369
|
+
export const ReliableCollectionsRef: coreClient.CompositeMapper = {
|
|
1433
1370
|
type: {
|
|
1434
1371
|
name: "Composite",
|
|
1435
1372
|
className: "ReliableCollectionsRef",
|
|
1436
1373
|
modelProperties: {
|
|
1437
1374
|
name: {
|
|
1438
|
-
required: true,
|
|
1439
1375
|
serializedName: "name",
|
|
1376
|
+
required: true,
|
|
1440
1377
|
type: {
|
|
1441
1378
|
name: "String"
|
|
1442
1379
|
}
|
|
@@ -1451,8 +1388,48 @@ export const ReliableCollectionsRef: msRest.CompositeMapper = {
|
|
|
1451
1388
|
}
|
|
1452
1389
|
};
|
|
1453
1390
|
|
|
1454
|
-
export const
|
|
1455
|
-
|
|
1391
|
+
export const ContainerInstanceView: coreClient.CompositeMapper = {
|
|
1392
|
+
type: {
|
|
1393
|
+
name: "Composite",
|
|
1394
|
+
className: "ContainerInstanceView",
|
|
1395
|
+
modelProperties: {
|
|
1396
|
+
restartCount: {
|
|
1397
|
+
serializedName: "restartCount",
|
|
1398
|
+
type: {
|
|
1399
|
+
name: "Number"
|
|
1400
|
+
}
|
|
1401
|
+
},
|
|
1402
|
+
currentState: {
|
|
1403
|
+
serializedName: "currentState",
|
|
1404
|
+
type: {
|
|
1405
|
+
name: "Composite",
|
|
1406
|
+
className: "ContainerState"
|
|
1407
|
+
}
|
|
1408
|
+
},
|
|
1409
|
+
previousState: {
|
|
1410
|
+
serializedName: "previousState",
|
|
1411
|
+
type: {
|
|
1412
|
+
name: "Composite",
|
|
1413
|
+
className: "ContainerState"
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
1416
|
+
events: {
|
|
1417
|
+
serializedName: "events",
|
|
1418
|
+
type: {
|
|
1419
|
+
name: "Sequence",
|
|
1420
|
+
element: {
|
|
1421
|
+
type: {
|
|
1422
|
+
name: "Composite",
|
|
1423
|
+
className: "ContainerEvent"
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
};
|
|
1431
|
+
|
|
1432
|
+
export const ContainerState: coreClient.CompositeMapper = {
|
|
1456
1433
|
type: {
|
|
1457
1434
|
name: "Composite",
|
|
1458
1435
|
className: "ContainerState",
|
|
@@ -1491,8 +1468,7 @@ export const ContainerState: msRest.CompositeMapper = {
|
|
|
1491
1468
|
}
|
|
1492
1469
|
};
|
|
1493
1470
|
|
|
1494
|
-
export const ContainerEvent:
|
|
1495
|
-
serializedName: "ContainerEvent",
|
|
1471
|
+
export const ContainerEvent: coreClient.CompositeMapper = {
|
|
1496
1472
|
type: {
|
|
1497
1473
|
name: "Composite",
|
|
1498
1474
|
className: "ContainerEvent",
|
|
@@ -1537,217 +1513,348 @@ export const ContainerEvent: msRest.CompositeMapper = {
|
|
|
1537
1513
|
}
|
|
1538
1514
|
};
|
|
1539
1515
|
|
|
1540
|
-
export const
|
|
1541
|
-
serializedName: "ContainerInstanceView",
|
|
1516
|
+
export const ServiceProperties: coreClient.CompositeMapper = {
|
|
1542
1517
|
type: {
|
|
1543
1518
|
name: "Composite",
|
|
1544
|
-
className: "
|
|
1519
|
+
className: "ServiceProperties",
|
|
1545
1520
|
modelProperties: {
|
|
1546
|
-
|
|
1547
|
-
serializedName: "
|
|
1548
|
-
type: {
|
|
1549
|
-
name: "Number"
|
|
1550
|
-
}
|
|
1551
|
-
},
|
|
1552
|
-
currentState: {
|
|
1553
|
-
serializedName: "currentState",
|
|
1521
|
+
description: {
|
|
1522
|
+
serializedName: "description",
|
|
1554
1523
|
type: {
|
|
1555
|
-
name: "
|
|
1556
|
-
className: "ContainerState"
|
|
1524
|
+
name: "String"
|
|
1557
1525
|
}
|
|
1558
1526
|
},
|
|
1559
|
-
|
|
1560
|
-
serializedName: "
|
|
1527
|
+
replicaCount: {
|
|
1528
|
+
serializedName: "replicaCount",
|
|
1561
1529
|
type: {
|
|
1562
|
-
name: "
|
|
1563
|
-
className: "ContainerState"
|
|
1530
|
+
name: "Number"
|
|
1564
1531
|
}
|
|
1565
1532
|
},
|
|
1566
|
-
|
|
1567
|
-
serializedName: "
|
|
1533
|
+
autoScalingPolicies: {
|
|
1534
|
+
serializedName: "autoScalingPolicies",
|
|
1568
1535
|
type: {
|
|
1569
1536
|
name: "Sequence",
|
|
1570
1537
|
element: {
|
|
1571
1538
|
type: {
|
|
1572
1539
|
name: "Composite",
|
|
1573
|
-
className: "
|
|
1540
|
+
className: "AutoScalingPolicy"
|
|
1574
1541
|
}
|
|
1575
1542
|
}
|
|
1576
1543
|
}
|
|
1544
|
+
},
|
|
1545
|
+
status: {
|
|
1546
|
+
serializedName: "status",
|
|
1547
|
+
readOnly: true,
|
|
1548
|
+
type: {
|
|
1549
|
+
name: "String"
|
|
1550
|
+
}
|
|
1551
|
+
},
|
|
1552
|
+
statusDetails: {
|
|
1553
|
+
serializedName: "statusDetails",
|
|
1554
|
+
readOnly: true,
|
|
1555
|
+
type: {
|
|
1556
|
+
name: "String"
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
healthState: {
|
|
1560
|
+
serializedName: "healthState",
|
|
1561
|
+
readOnly: true,
|
|
1562
|
+
type: {
|
|
1563
|
+
name: "String"
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
unhealthyEvaluation: {
|
|
1567
|
+
serializedName: "unhealthyEvaluation",
|
|
1568
|
+
readOnly: true,
|
|
1569
|
+
type: {
|
|
1570
|
+
name: "String"
|
|
1571
|
+
}
|
|
1577
1572
|
}
|
|
1578
1573
|
}
|
|
1579
1574
|
}
|
|
1580
1575
|
};
|
|
1581
1576
|
|
|
1582
|
-
export const
|
|
1583
|
-
serializedName: "ContainerCodePackageProperties",
|
|
1577
|
+
export const AutoScalingPolicy: coreClient.CompositeMapper = {
|
|
1584
1578
|
type: {
|
|
1585
1579
|
name: "Composite",
|
|
1586
|
-
className: "
|
|
1580
|
+
className: "AutoScalingPolicy",
|
|
1587
1581
|
modelProperties: {
|
|
1588
1582
|
name: {
|
|
1589
|
-
required: true,
|
|
1590
1583
|
serializedName: "name",
|
|
1584
|
+
required: true,
|
|
1591
1585
|
type: {
|
|
1592
1586
|
name: "String"
|
|
1593
1587
|
}
|
|
1594
1588
|
},
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
serializedName: "image",
|
|
1589
|
+
trigger: {
|
|
1590
|
+
serializedName: "trigger",
|
|
1598
1591
|
type: {
|
|
1599
|
-
name: "
|
|
1592
|
+
name: "Composite",
|
|
1593
|
+
className: "AutoScalingTrigger"
|
|
1600
1594
|
}
|
|
1601
1595
|
},
|
|
1602
|
-
|
|
1603
|
-
serializedName: "
|
|
1596
|
+
mechanism: {
|
|
1597
|
+
serializedName: "mechanism",
|
|
1604
1598
|
type: {
|
|
1605
1599
|
name: "Composite",
|
|
1606
|
-
className: "
|
|
1600
|
+
className: "AutoScalingMechanism"
|
|
1607
1601
|
}
|
|
1608
|
-
}
|
|
1609
|
-
|
|
1610
|
-
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1605
|
+
};
|
|
1606
|
+
|
|
1607
|
+
export const AutoScalingTrigger: coreClient.CompositeMapper = {
|
|
1608
|
+
type: {
|
|
1609
|
+
name: "Composite",
|
|
1610
|
+
className: "AutoScalingTrigger",
|
|
1611
|
+
uberParent: "AutoScalingTrigger",
|
|
1612
|
+
polymorphicDiscriminator: {
|
|
1613
|
+
serializedName: "kind",
|
|
1614
|
+
clientName: "kind"
|
|
1615
|
+
},
|
|
1616
|
+
modelProperties: {
|
|
1617
|
+
kind: {
|
|
1618
|
+
serializedName: "kind",
|
|
1619
|
+
required: true,
|
|
1620
|
+
type: {
|
|
1621
|
+
name: "String"
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
}
|
|
1625
|
+
}
|
|
1626
|
+
};
|
|
1627
|
+
|
|
1628
|
+
export const AutoScalingMechanism: coreClient.CompositeMapper = {
|
|
1629
|
+
type: {
|
|
1630
|
+
name: "Composite",
|
|
1631
|
+
className: "AutoScalingMechanism",
|
|
1632
|
+
uberParent: "AutoScalingMechanism",
|
|
1633
|
+
polymorphicDiscriminator: {
|
|
1634
|
+
serializedName: "kind",
|
|
1635
|
+
clientName: "kind"
|
|
1636
|
+
},
|
|
1637
|
+
modelProperties: {
|
|
1638
|
+
kind: {
|
|
1639
|
+
serializedName: "kind",
|
|
1640
|
+
required: true,
|
|
1641
|
+
type: {
|
|
1642
|
+
name: "String"
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
};
|
|
1648
|
+
|
|
1649
|
+
export const ManagedProxyResource: coreClient.CompositeMapper = {
|
|
1650
|
+
type: {
|
|
1651
|
+
name: "Composite",
|
|
1652
|
+
className: "ManagedProxyResource",
|
|
1653
|
+
modelProperties: {
|
|
1654
|
+
id: {
|
|
1655
|
+
serializedName: "id",
|
|
1656
|
+
readOnly: true,
|
|
1611
1657
|
type: {
|
|
1612
1658
|
name: "String"
|
|
1613
1659
|
}
|
|
1614
1660
|
},
|
|
1615
|
-
|
|
1616
|
-
serializedName: "
|
|
1661
|
+
name: {
|
|
1662
|
+
serializedName: "name",
|
|
1617
1663
|
type: {
|
|
1618
|
-
name: "
|
|
1619
|
-
element: {
|
|
1620
|
-
type: {
|
|
1621
|
-
name: "String"
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1664
|
+
name: "String"
|
|
1624
1665
|
}
|
|
1625
1666
|
},
|
|
1626
|
-
|
|
1627
|
-
serializedName: "
|
|
1667
|
+
type: {
|
|
1668
|
+
serializedName: "type",
|
|
1669
|
+
readOnly: true,
|
|
1670
|
+
type: {
|
|
1671
|
+
name: "String"
|
|
1672
|
+
}
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
}
|
|
1676
|
+
};
|
|
1677
|
+
|
|
1678
|
+
export const DiagnosticsDescription: coreClient.CompositeMapper = {
|
|
1679
|
+
type: {
|
|
1680
|
+
name: "Composite",
|
|
1681
|
+
className: "DiagnosticsDescription",
|
|
1682
|
+
modelProperties: {
|
|
1683
|
+
sinks: {
|
|
1684
|
+
serializedName: "sinks",
|
|
1628
1685
|
type: {
|
|
1629
1686
|
name: "Sequence",
|
|
1630
1687
|
element: {
|
|
1631
1688
|
type: {
|
|
1632
1689
|
name: "Composite",
|
|
1633
|
-
className: "
|
|
1690
|
+
className: "DiagnosticsSinkProperties"
|
|
1634
1691
|
}
|
|
1635
1692
|
}
|
|
1636
1693
|
}
|
|
1637
1694
|
},
|
|
1638
|
-
|
|
1639
|
-
serializedName: "
|
|
1695
|
+
enabled: {
|
|
1696
|
+
serializedName: "enabled",
|
|
1640
1697
|
type: {
|
|
1641
|
-
name: "
|
|
1642
|
-
element: {
|
|
1643
|
-
type: {
|
|
1644
|
-
name: "Composite",
|
|
1645
|
-
className: "Setting"
|
|
1646
|
-
}
|
|
1647
|
-
}
|
|
1698
|
+
name: "Boolean"
|
|
1648
1699
|
}
|
|
1649
1700
|
},
|
|
1650
|
-
|
|
1651
|
-
serializedName: "
|
|
1701
|
+
defaultSinkRefs: {
|
|
1702
|
+
serializedName: "defaultSinkRefs",
|
|
1652
1703
|
type: {
|
|
1653
1704
|
name: "Sequence",
|
|
1654
1705
|
element: {
|
|
1655
1706
|
type: {
|
|
1656
|
-
name: "
|
|
1657
|
-
className: "ContainerLabel"
|
|
1707
|
+
name: "String"
|
|
1658
1708
|
}
|
|
1659
1709
|
}
|
|
1660
1710
|
}
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
|
|
1711
|
+
}
|
|
1712
|
+
}
|
|
1713
|
+
}
|
|
1714
|
+
};
|
|
1715
|
+
|
|
1716
|
+
export const DiagnosticsSinkProperties: coreClient.CompositeMapper = {
|
|
1717
|
+
type: {
|
|
1718
|
+
name: "Composite",
|
|
1719
|
+
className: "DiagnosticsSinkProperties",
|
|
1720
|
+
uberParent: "DiagnosticsSinkProperties",
|
|
1721
|
+
polymorphicDiscriminator: {
|
|
1722
|
+
serializedName: "kind",
|
|
1723
|
+
clientName: "kind"
|
|
1724
|
+
},
|
|
1725
|
+
modelProperties: {
|
|
1726
|
+
kind: {
|
|
1727
|
+
serializedName: "kind",
|
|
1728
|
+
required: true,
|
|
1664
1729
|
type: {
|
|
1665
|
-
name: "
|
|
1666
|
-
element: {
|
|
1667
|
-
type: {
|
|
1668
|
-
name: "Composite",
|
|
1669
|
-
className: "EndpointProperties"
|
|
1670
|
-
}
|
|
1671
|
-
}
|
|
1730
|
+
name: "String"
|
|
1672
1731
|
}
|
|
1673
1732
|
},
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
serializedName: "resources",
|
|
1733
|
+
name: {
|
|
1734
|
+
serializedName: "name",
|
|
1677
1735
|
type: {
|
|
1678
|
-
name: "
|
|
1679
|
-
className: "ResourceRequirements"
|
|
1736
|
+
name: "String"
|
|
1680
1737
|
}
|
|
1681
1738
|
},
|
|
1682
|
-
|
|
1683
|
-
serializedName: "
|
|
1739
|
+
description: {
|
|
1740
|
+
serializedName: "description",
|
|
1741
|
+
type: {
|
|
1742
|
+
name: "String"
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1747
|
+
};
|
|
1748
|
+
|
|
1749
|
+
export const ApplicationResourceDescriptionList: coreClient.CompositeMapper = {
|
|
1750
|
+
type: {
|
|
1751
|
+
name: "Composite",
|
|
1752
|
+
className: "ApplicationResourceDescriptionList",
|
|
1753
|
+
modelProperties: {
|
|
1754
|
+
value: {
|
|
1755
|
+
serializedName: "value",
|
|
1684
1756
|
type: {
|
|
1685
1757
|
name: "Sequence",
|
|
1686
1758
|
element: {
|
|
1687
1759
|
type: {
|
|
1688
1760
|
name: "Composite",
|
|
1689
|
-
className: "
|
|
1761
|
+
className: "ApplicationResourceDescription"
|
|
1690
1762
|
}
|
|
1691
1763
|
}
|
|
1692
1764
|
}
|
|
1693
1765
|
},
|
|
1694
|
-
|
|
1695
|
-
serializedName: "
|
|
1766
|
+
nextLink: {
|
|
1767
|
+
serializedName: "nextLink",
|
|
1768
|
+
type: {
|
|
1769
|
+
name: "String"
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
};
|
|
1775
|
+
|
|
1776
|
+
export const ServiceResourceDescriptionList: coreClient.CompositeMapper = {
|
|
1777
|
+
type: {
|
|
1778
|
+
name: "Composite",
|
|
1779
|
+
className: "ServiceResourceDescriptionList",
|
|
1780
|
+
modelProperties: {
|
|
1781
|
+
value: {
|
|
1782
|
+
serializedName: "value",
|
|
1696
1783
|
type: {
|
|
1697
1784
|
name: "Sequence",
|
|
1698
1785
|
element: {
|
|
1699
1786
|
type: {
|
|
1700
1787
|
name: "Composite",
|
|
1701
|
-
className: "
|
|
1788
|
+
className: "ServiceResourceDescription"
|
|
1702
1789
|
}
|
|
1703
1790
|
}
|
|
1704
1791
|
}
|
|
1705
1792
|
},
|
|
1706
|
-
|
|
1707
|
-
serializedName: "
|
|
1793
|
+
nextLink: {
|
|
1794
|
+
serializedName: "nextLink",
|
|
1708
1795
|
type: {
|
|
1709
|
-
name: "
|
|
1710
|
-
className: "DiagnosticsRef"
|
|
1796
|
+
name: "String"
|
|
1711
1797
|
}
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
};
|
|
1802
|
+
|
|
1803
|
+
export const ServiceReplicaDescriptionList: coreClient.CompositeMapper = {
|
|
1804
|
+
type: {
|
|
1805
|
+
name: "Composite",
|
|
1806
|
+
className: "ServiceReplicaDescriptionList",
|
|
1807
|
+
modelProperties: {
|
|
1808
|
+
value: {
|
|
1809
|
+
serializedName: "value",
|
|
1715
1810
|
type: {
|
|
1716
1811
|
name: "Sequence",
|
|
1717
1812
|
element: {
|
|
1718
1813
|
type: {
|
|
1719
1814
|
name: "Composite",
|
|
1720
|
-
className: "
|
|
1815
|
+
className: "ServiceReplicaDescription"
|
|
1721
1816
|
}
|
|
1722
1817
|
}
|
|
1723
1818
|
}
|
|
1724
1819
|
},
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
serializedName: "instanceView",
|
|
1820
|
+
nextLink: {
|
|
1821
|
+
serializedName: "nextLink",
|
|
1728
1822
|
type: {
|
|
1729
|
-
name: "
|
|
1730
|
-
|
|
1823
|
+
name: "String"
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
};
|
|
1829
|
+
|
|
1830
|
+
export const ContainerLogs: coreClient.CompositeMapper = {
|
|
1831
|
+
type: {
|
|
1832
|
+
name: "Composite",
|
|
1833
|
+
className: "ContainerLogs",
|
|
1834
|
+
modelProperties: {
|
|
1835
|
+
content: {
|
|
1836
|
+
serializedName: "content",
|
|
1837
|
+
type: {
|
|
1838
|
+
name: "String"
|
|
1731
1839
|
}
|
|
1732
1840
|
}
|
|
1733
1841
|
}
|
|
1734
1842
|
}
|
|
1735
1843
|
};
|
|
1736
1844
|
|
|
1737
|
-
export const
|
|
1738
|
-
serializedName: "AutoScalingTrigger",
|
|
1845
|
+
export const AutoScalingMetric: coreClient.CompositeMapper = {
|
|
1739
1846
|
type: {
|
|
1740
1847
|
name: "Composite",
|
|
1848
|
+
className: "AutoScalingMetric",
|
|
1849
|
+
uberParent: "AutoScalingMetric",
|
|
1741
1850
|
polymorphicDiscriminator: {
|
|
1742
1851
|
serializedName: "kind",
|
|
1743
1852
|
clientName: "kind"
|
|
1744
1853
|
},
|
|
1745
|
-
uberParent: "AutoScalingTrigger",
|
|
1746
|
-
className: "AutoScalingTrigger",
|
|
1747
1854
|
modelProperties: {
|
|
1748
1855
|
kind: {
|
|
1749
|
-
required: true,
|
|
1750
1856
|
serializedName: "kind",
|
|
1857
|
+
required: true,
|
|
1751
1858
|
type: {
|
|
1752
1859
|
name: "String"
|
|
1753
1860
|
}
|
|
@@ -1756,20 +1863,21 @@ export const AutoScalingTrigger: msRest.CompositeMapper = {
|
|
|
1756
1863
|
}
|
|
1757
1864
|
};
|
|
1758
1865
|
|
|
1759
|
-
export const
|
|
1760
|
-
serializedName: "
|
|
1866
|
+
export const SecretResourcePropertiesBase: coreClient.CompositeMapper = {
|
|
1867
|
+
serializedName: "SecretResourcePropertiesBase",
|
|
1761
1868
|
type: {
|
|
1762
1869
|
name: "Composite",
|
|
1870
|
+
className: "SecretResourcePropertiesBase",
|
|
1871
|
+
uberParent: "ProvisionedResourceProperties",
|
|
1763
1872
|
polymorphicDiscriminator: {
|
|
1764
1873
|
serializedName: "kind",
|
|
1765
1874
|
clientName: "kind"
|
|
1766
1875
|
},
|
|
1767
|
-
uberParent: "AutoScalingMechanism",
|
|
1768
|
-
className: "AutoScalingMechanism",
|
|
1769
1876
|
modelProperties: {
|
|
1877
|
+
...ProvisionedResourceProperties.type.modelProperties,
|
|
1770
1878
|
kind: {
|
|
1771
|
-
required: true,
|
|
1772
1879
|
serializedName: "kind",
|
|
1880
|
+
required: true,
|
|
1773
1881
|
type: {
|
|
1774
1882
|
name: "String"
|
|
1775
1883
|
}
|
|
@@ -1778,140 +1886,128 @@ export const AutoScalingMechanism: msRest.CompositeMapper = {
|
|
|
1778
1886
|
}
|
|
1779
1887
|
};
|
|
1780
1888
|
|
|
1781
|
-
export const
|
|
1782
|
-
serializedName: "AutoScalingPolicy",
|
|
1889
|
+
export const SecretValueResourceProperties: coreClient.CompositeMapper = {
|
|
1783
1890
|
type: {
|
|
1784
1891
|
name: "Composite",
|
|
1785
|
-
className: "
|
|
1892
|
+
className: "SecretValueResourceProperties",
|
|
1786
1893
|
modelProperties: {
|
|
1787
|
-
|
|
1894
|
+
...ProvisionedResourceProperties.type.modelProperties,
|
|
1895
|
+
...SecretValueProperties.type.modelProperties
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1898
|
+
};
|
|
1899
|
+
|
|
1900
|
+
export const VolumeResourceProperties: coreClient.CompositeMapper = {
|
|
1901
|
+
type: {
|
|
1902
|
+
name: "Composite",
|
|
1903
|
+
className: "VolumeResourceProperties",
|
|
1904
|
+
modelProperties: {
|
|
1905
|
+
...ProvisionedResourceProperties.type.modelProperties,
|
|
1906
|
+
...VolumeProperties.type.modelProperties
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
};
|
|
1910
|
+
|
|
1911
|
+
export const NetworkResourcePropertiesBase: coreClient.CompositeMapper = {
|
|
1912
|
+
serializedName: "NetworkResourcePropertiesBase",
|
|
1913
|
+
type: {
|
|
1914
|
+
name: "Composite",
|
|
1915
|
+
className: "NetworkResourcePropertiesBase",
|
|
1916
|
+
uberParent: "ProvisionedResourceProperties",
|
|
1917
|
+
polymorphicDiscriminator: {
|
|
1918
|
+
serializedName: "kind",
|
|
1919
|
+
clientName: "kind"
|
|
1920
|
+
},
|
|
1921
|
+
modelProperties: {
|
|
1922
|
+
...ProvisionedResourceProperties.type.modelProperties,
|
|
1923
|
+
kind: {
|
|
1924
|
+
serializedName: "kind",
|
|
1788
1925
|
required: true,
|
|
1789
|
-
serializedName: "name",
|
|
1790
1926
|
type: {
|
|
1791
1927
|
name: "String"
|
|
1792
1928
|
}
|
|
1793
|
-
}
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1929
|
+
}
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
};
|
|
1933
|
+
|
|
1934
|
+
export const GatewayResourceProperties: coreClient.CompositeMapper = {
|
|
1935
|
+
type: {
|
|
1936
|
+
name: "Composite",
|
|
1937
|
+
className: "GatewayResourceProperties",
|
|
1938
|
+
modelProperties: {
|
|
1939
|
+
...ProvisionedResourceProperties.type.modelProperties,
|
|
1940
|
+
...GatewayProperties.type.modelProperties
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
};
|
|
1944
|
+
|
|
1945
|
+
export const ServiceResourceProperties: coreClient.CompositeMapper = {
|
|
1946
|
+
type: {
|
|
1947
|
+
name: "Composite",
|
|
1948
|
+
className: "ServiceResourceProperties",
|
|
1949
|
+
modelProperties: {
|
|
1950
|
+
...ProvisionedResourceProperties.type.modelProperties,
|
|
1951
|
+
...ServiceReplicaProperties.type.modelProperties,
|
|
1952
|
+
...ServiceProperties.type.modelProperties
|
|
1953
|
+
}
|
|
1954
|
+
}
|
|
1955
|
+
};
|
|
1956
|
+
|
|
1957
|
+
export const ApplicationResourceProperties: coreClient.CompositeMapper = {
|
|
1958
|
+
type: {
|
|
1959
|
+
name: "Composite",
|
|
1960
|
+
className: "ApplicationResourceProperties",
|
|
1961
|
+
modelProperties: {
|
|
1962
|
+
...ProvisionedResourceProperties.type.modelProperties,
|
|
1963
|
+
...ApplicationProperties.type.modelProperties
|
|
1964
|
+
}
|
|
1965
|
+
}
|
|
1966
|
+
};
|
|
1967
|
+
|
|
1968
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
1969
|
+
type: {
|
|
1970
|
+
name: "Composite",
|
|
1971
|
+
className: "TrackedResource",
|
|
1972
|
+
modelProperties: {
|
|
1973
|
+
...Resource.type.modelProperties,
|
|
1974
|
+
tags: {
|
|
1975
|
+
serializedName: "tags",
|
|
1797
1976
|
type: {
|
|
1798
|
-
name: "
|
|
1799
|
-
|
|
1977
|
+
name: "Dictionary",
|
|
1978
|
+
value: { type: { name: "String" } }
|
|
1800
1979
|
}
|
|
1801
1980
|
},
|
|
1802
|
-
|
|
1981
|
+
location: {
|
|
1982
|
+
serializedName: "location",
|
|
1803
1983
|
required: true,
|
|
1804
|
-
serializedName: "mechanism",
|
|
1805
1984
|
type: {
|
|
1806
|
-
name: "
|
|
1807
|
-
className: "AutoScalingMechanism"
|
|
1985
|
+
name: "String"
|
|
1808
1986
|
}
|
|
1809
1987
|
}
|
|
1810
1988
|
}
|
|
1811
1989
|
}
|
|
1812
1990
|
};
|
|
1813
1991
|
|
|
1814
|
-
export const
|
|
1815
|
-
serializedName: "ServiceResourceDescription",
|
|
1992
|
+
export const ProxyResource: coreClient.CompositeMapper = {
|
|
1816
1993
|
type: {
|
|
1817
1994
|
name: "Composite",
|
|
1818
|
-
className: "
|
|
1995
|
+
className: "ProxyResource",
|
|
1819
1996
|
modelProperties: {
|
|
1820
|
-
...
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1997
|
+
...Resource.type.modelProperties
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
};
|
|
2001
|
+
|
|
2002
|
+
export const ServiceReplicaDescription: coreClient.CompositeMapper = {
|
|
2003
|
+
type: {
|
|
2004
|
+
name: "Composite",
|
|
2005
|
+
className: "ServiceReplicaDescription",
|
|
2006
|
+
modelProperties: {
|
|
2007
|
+
...ServiceReplicaProperties.type.modelProperties,
|
|
2008
|
+
replicaName: {
|
|
2009
|
+
serializedName: "replicaName",
|
|
1829
2010
|
required: true,
|
|
1830
|
-
serializedName: "properties.osType",
|
|
1831
|
-
type: {
|
|
1832
|
-
name: "String"
|
|
1833
|
-
}
|
|
1834
|
-
},
|
|
1835
|
-
codePackages: {
|
|
1836
|
-
required: true,
|
|
1837
|
-
serializedName: "properties.codePackages",
|
|
1838
|
-
type: {
|
|
1839
|
-
name: "Sequence",
|
|
1840
|
-
element: {
|
|
1841
|
-
type: {
|
|
1842
|
-
name: "Composite",
|
|
1843
|
-
className: "ContainerCodePackageProperties"
|
|
1844
|
-
}
|
|
1845
|
-
}
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
|
-
networkRefs: {
|
|
1849
|
-
serializedName: "properties.networkRefs",
|
|
1850
|
-
type: {
|
|
1851
|
-
name: "Sequence",
|
|
1852
|
-
element: {
|
|
1853
|
-
type: {
|
|
1854
|
-
name: "Composite",
|
|
1855
|
-
className: "NetworkRef"
|
|
1856
|
-
}
|
|
1857
|
-
}
|
|
1858
|
-
}
|
|
1859
|
-
},
|
|
1860
|
-
diagnostics: {
|
|
1861
|
-
serializedName: "properties.diagnostics",
|
|
1862
|
-
type: {
|
|
1863
|
-
name: "Composite",
|
|
1864
|
-
className: "DiagnosticsRef"
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
|
-
description: {
|
|
1868
|
-
serializedName: "properties.description",
|
|
1869
|
-
type: {
|
|
1870
|
-
name: "String"
|
|
1871
|
-
}
|
|
1872
|
-
},
|
|
1873
|
-
replicaCount: {
|
|
1874
|
-
serializedName: "properties.replicaCount",
|
|
1875
|
-
type: {
|
|
1876
|
-
name: "Number"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
autoScalingPolicies: {
|
|
1880
|
-
serializedName: "properties.autoScalingPolicies",
|
|
1881
|
-
type: {
|
|
1882
|
-
name: "Sequence",
|
|
1883
|
-
element: {
|
|
1884
|
-
type: {
|
|
1885
|
-
name: "Composite",
|
|
1886
|
-
className: "AutoScalingPolicy"
|
|
1887
|
-
}
|
|
1888
|
-
}
|
|
1889
|
-
}
|
|
1890
|
-
},
|
|
1891
|
-
status: {
|
|
1892
|
-
readOnly: true,
|
|
1893
|
-
serializedName: "properties.status",
|
|
1894
|
-
type: {
|
|
1895
|
-
name: "String"
|
|
1896
|
-
}
|
|
1897
|
-
},
|
|
1898
|
-
statusDetails: {
|
|
1899
|
-
readOnly: true,
|
|
1900
|
-
serializedName: "properties.statusDetails",
|
|
1901
|
-
type: {
|
|
1902
|
-
name: "String"
|
|
1903
|
-
}
|
|
1904
|
-
},
|
|
1905
|
-
healthState: {
|
|
1906
|
-
readOnly: true,
|
|
1907
|
-
serializedName: "properties.healthState",
|
|
1908
|
-
type: {
|
|
1909
|
-
name: "String"
|
|
1910
|
-
}
|
|
1911
|
-
},
|
|
1912
|
-
unhealthyEvaluation: {
|
|
1913
|
-
readOnly: true,
|
|
1914
|
-
serializedName: "properties.unhealthyEvaluation",
|
|
1915
2011
|
type: {
|
|
1916
2012
|
name: "String"
|
|
1917
2013
|
}
|
|
@@ -1920,231 +2016,165 @@ export const ServiceResourceDescription: msRest.CompositeMapper = {
|
|
|
1920
2016
|
}
|
|
1921
2017
|
};
|
|
1922
2018
|
|
|
1923
|
-
export const
|
|
1924
|
-
serializedName: "DiagnosticsSinkProperties",
|
|
2019
|
+
export const ApplicationScopedVolume: coreClient.CompositeMapper = {
|
|
1925
2020
|
type: {
|
|
1926
2021
|
name: "Composite",
|
|
1927
|
-
|
|
1928
|
-
serializedName: "kind",
|
|
1929
|
-
clientName: "kind"
|
|
1930
|
-
},
|
|
1931
|
-
uberParent: "DiagnosticsSinkProperties",
|
|
1932
|
-
className: "DiagnosticsSinkProperties",
|
|
2022
|
+
className: "ApplicationScopedVolume",
|
|
1933
2023
|
modelProperties: {
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
name: "String"
|
|
1938
|
-
}
|
|
1939
|
-
},
|
|
1940
|
-
description: {
|
|
1941
|
-
serializedName: "description",
|
|
1942
|
-
type: {
|
|
1943
|
-
name: "String"
|
|
1944
|
-
}
|
|
1945
|
-
},
|
|
1946
|
-
kind: {
|
|
1947
|
-
required: true,
|
|
1948
|
-
serializedName: "kind",
|
|
2024
|
+
...VolumeReference.type.modelProperties,
|
|
2025
|
+
creationParameters: {
|
|
2026
|
+
serializedName: "creationParameters",
|
|
1949
2027
|
type: {
|
|
1950
|
-
name: "
|
|
2028
|
+
name: "Composite",
|
|
2029
|
+
className: "ApplicationScopedVolumeCreationParameters"
|
|
1951
2030
|
}
|
|
1952
2031
|
}
|
|
1953
2032
|
}
|
|
1954
2033
|
}
|
|
1955
2034
|
};
|
|
1956
2035
|
|
|
1957
|
-
export const
|
|
1958
|
-
serializedName: "
|
|
2036
|
+
export const ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk: coreClient.CompositeMapper = {
|
|
2037
|
+
serializedName: "ServiceFabricVolumeDisk",
|
|
1959
2038
|
type: {
|
|
1960
2039
|
name: "Composite",
|
|
1961
|
-
className:
|
|
2040
|
+
className:
|
|
2041
|
+
"ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk",
|
|
2042
|
+
uberParent: "ApplicationScopedVolumeCreationParameters",
|
|
2043
|
+
polymorphicDiscriminator:
|
|
2044
|
+
ApplicationScopedVolumeCreationParameters.type.polymorphicDiscriminator,
|
|
1962
2045
|
modelProperties: {
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
element: {
|
|
1968
|
-
type: {
|
|
1969
|
-
name: "Composite",
|
|
1970
|
-
className: "DiagnosticsSinkProperties"
|
|
1971
|
-
}
|
|
1972
|
-
}
|
|
1973
|
-
}
|
|
1974
|
-
},
|
|
1975
|
-
enabled: {
|
|
1976
|
-
serializedName: "enabled",
|
|
1977
|
-
type: {
|
|
1978
|
-
name: "Boolean"
|
|
1979
|
-
}
|
|
1980
|
-
},
|
|
1981
|
-
defaultSinkRefs: {
|
|
1982
|
-
serializedName: "defaultSinkRefs",
|
|
2046
|
+
...ApplicationScopedVolumeCreationParameters.type.modelProperties,
|
|
2047
|
+
sizeDisk: {
|
|
2048
|
+
serializedName: "sizeDisk",
|
|
2049
|
+
required: true,
|
|
1983
2050
|
type: {
|
|
1984
|
-
name: "
|
|
1985
|
-
element: {
|
|
1986
|
-
type: {
|
|
1987
|
-
name: "String"
|
|
1988
|
-
}
|
|
1989
|
-
}
|
|
2051
|
+
name: "String"
|
|
1990
2052
|
}
|
|
1991
2053
|
}
|
|
1992
2054
|
}
|
|
1993
2055
|
}
|
|
1994
2056
|
};
|
|
1995
2057
|
|
|
1996
|
-
export const
|
|
1997
|
-
serializedName: "
|
|
2058
|
+
export const AverageLoadScalingTrigger: coreClient.CompositeMapper = {
|
|
2059
|
+
serializedName: "AverageLoad",
|
|
1998
2060
|
type: {
|
|
1999
2061
|
name: "Composite",
|
|
2000
|
-
className: "
|
|
2062
|
+
className: "AverageLoadScalingTrigger",
|
|
2063
|
+
uberParent: "AutoScalingTrigger",
|
|
2064
|
+
polymorphicDiscriminator: AutoScalingTrigger.type.polymorphicDiscriminator,
|
|
2001
2065
|
modelProperties: {
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
name: "String"
|
|
2006
|
-
}
|
|
2007
|
-
},
|
|
2008
|
-
services: {
|
|
2009
|
-
serializedName: "services",
|
|
2010
|
-
type: {
|
|
2011
|
-
name: "Sequence",
|
|
2012
|
-
element: {
|
|
2013
|
-
type: {
|
|
2014
|
-
name: "Composite",
|
|
2015
|
-
className: "ServiceResourceDescription"
|
|
2016
|
-
}
|
|
2017
|
-
}
|
|
2018
|
-
}
|
|
2019
|
-
},
|
|
2020
|
-
diagnostics: {
|
|
2021
|
-
serializedName: "diagnostics",
|
|
2066
|
+
...AutoScalingTrigger.type.modelProperties,
|
|
2067
|
+
metric: {
|
|
2068
|
+
serializedName: "metric",
|
|
2022
2069
|
type: {
|
|
2023
2070
|
name: "Composite",
|
|
2024
|
-
className: "
|
|
2025
|
-
}
|
|
2026
|
-
},
|
|
2027
|
-
debugParams: {
|
|
2028
|
-
serializedName: "debugParams",
|
|
2029
|
-
type: {
|
|
2030
|
-
name: "String"
|
|
2031
|
-
}
|
|
2032
|
-
},
|
|
2033
|
-
serviceNames: {
|
|
2034
|
-
readOnly: true,
|
|
2035
|
-
serializedName: "serviceNames",
|
|
2036
|
-
type: {
|
|
2037
|
-
name: "Sequence",
|
|
2038
|
-
element: {
|
|
2039
|
-
type: {
|
|
2040
|
-
name: "String"
|
|
2041
|
-
}
|
|
2042
|
-
}
|
|
2043
|
-
}
|
|
2044
|
-
},
|
|
2045
|
-
status: {
|
|
2046
|
-
readOnly: true,
|
|
2047
|
-
serializedName: "status",
|
|
2048
|
-
type: {
|
|
2049
|
-
name: "String"
|
|
2071
|
+
className: "AutoScalingMetric"
|
|
2050
2072
|
}
|
|
2051
2073
|
},
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2074
|
+
lowerLoadThreshold: {
|
|
2075
|
+
serializedName: "lowerLoadThreshold",
|
|
2076
|
+
required: true,
|
|
2055
2077
|
type: {
|
|
2056
|
-
name: "
|
|
2078
|
+
name: "Number"
|
|
2057
2079
|
}
|
|
2058
2080
|
},
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2081
|
+
upperLoadThreshold: {
|
|
2082
|
+
serializedName: "upperLoadThreshold",
|
|
2083
|
+
required: true,
|
|
2062
2084
|
type: {
|
|
2063
|
-
name: "
|
|
2085
|
+
name: "Number"
|
|
2064
2086
|
}
|
|
2065
2087
|
},
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2088
|
+
scaleIntervalInSeconds: {
|
|
2089
|
+
constraints: {
|
|
2090
|
+
InclusiveMinimum: 60
|
|
2091
|
+
},
|
|
2092
|
+
serializedName: "scaleIntervalInSeconds",
|
|
2093
|
+
required: true,
|
|
2069
2094
|
type: {
|
|
2070
|
-
name: "
|
|
2095
|
+
name: "Number"
|
|
2071
2096
|
}
|
|
2072
2097
|
}
|
|
2073
2098
|
}
|
|
2074
2099
|
}
|
|
2075
2100
|
};
|
|
2076
2101
|
|
|
2077
|
-
export const
|
|
2078
|
-
serializedName: "
|
|
2102
|
+
export const AddRemoveReplicaScalingMechanism: coreClient.CompositeMapper = {
|
|
2103
|
+
serializedName: "AddRemoveReplica",
|
|
2079
2104
|
type: {
|
|
2080
2105
|
name: "Composite",
|
|
2081
|
-
|
|
2082
|
-
uberParent: "
|
|
2083
|
-
|
|
2106
|
+
className: "AddRemoveReplicaScalingMechanism",
|
|
2107
|
+
uberParent: "AutoScalingMechanism",
|
|
2108
|
+
polymorphicDiscriminator:
|
|
2109
|
+
AutoScalingMechanism.type.polymorphicDiscriminator,
|
|
2084
2110
|
modelProperties: {
|
|
2085
|
-
...
|
|
2086
|
-
|
|
2087
|
-
serializedName: "
|
|
2088
|
-
|
|
2089
|
-
name: "String"
|
|
2090
|
-
}
|
|
2091
|
-
},
|
|
2092
|
-
namespace: {
|
|
2093
|
-
serializedName: "namespace",
|
|
2094
|
-
type: {
|
|
2095
|
-
name: "String"
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
|
-
maConfigUrl: {
|
|
2099
|
-
serializedName: "maConfigUrl",
|
|
2111
|
+
...AutoScalingMechanism.type.modelProperties,
|
|
2112
|
+
minCount: {
|
|
2113
|
+
serializedName: "minCount",
|
|
2114
|
+
required: true,
|
|
2100
2115
|
type: {
|
|
2101
|
-
name: "
|
|
2116
|
+
name: "Number"
|
|
2102
2117
|
}
|
|
2103
2118
|
},
|
|
2104
|
-
|
|
2105
|
-
serializedName: "
|
|
2119
|
+
maxCount: {
|
|
2120
|
+
serializedName: "maxCount",
|
|
2121
|
+
required: true,
|
|
2106
2122
|
type: {
|
|
2107
|
-
name: "
|
|
2123
|
+
name: "Number"
|
|
2108
2124
|
}
|
|
2109
2125
|
},
|
|
2110
|
-
|
|
2111
|
-
serializedName: "
|
|
2126
|
+
scaleIncrement: {
|
|
2127
|
+
serializedName: "scaleIncrement",
|
|
2128
|
+
required: true,
|
|
2112
2129
|
type: {
|
|
2113
|
-
name: "
|
|
2130
|
+
name: "Number"
|
|
2114
2131
|
}
|
|
2115
2132
|
}
|
|
2116
2133
|
}
|
|
2117
2134
|
}
|
|
2118
2135
|
};
|
|
2119
2136
|
|
|
2120
|
-
export const
|
|
2121
|
-
serializedName: "ApplicationResourceDescription",
|
|
2137
|
+
export const ServiceResourceDescription: coreClient.CompositeMapper = {
|
|
2122
2138
|
type: {
|
|
2123
2139
|
name: "Composite",
|
|
2124
|
-
className: "
|
|
2140
|
+
className: "ServiceResourceDescription",
|
|
2125
2141
|
modelProperties: {
|
|
2126
|
-
...
|
|
2142
|
+
...ManagedProxyResource.type.modelProperties,
|
|
2127
2143
|
provisioningState: {
|
|
2128
|
-
readOnly: true,
|
|
2129
2144
|
serializedName: "properties.provisioningState",
|
|
2145
|
+
readOnly: true,
|
|
2146
|
+
type: {
|
|
2147
|
+
name: "String"
|
|
2148
|
+
}
|
|
2149
|
+
},
|
|
2150
|
+
osType: {
|
|
2151
|
+
serializedName: "properties.osType",
|
|
2152
|
+
required: true,
|
|
2130
2153
|
type: {
|
|
2131
2154
|
name: "String"
|
|
2132
2155
|
}
|
|
2133
2156
|
},
|
|
2134
|
-
|
|
2135
|
-
serializedName: "properties.
|
|
2157
|
+
codePackages: {
|
|
2158
|
+
serializedName: "properties.codePackages",
|
|
2159
|
+
required: true,
|
|
2136
2160
|
type: {
|
|
2137
|
-
name: "
|
|
2161
|
+
name: "Sequence",
|
|
2162
|
+
element: {
|
|
2163
|
+
type: {
|
|
2164
|
+
name: "Composite",
|
|
2165
|
+
className: "ContainerCodePackageProperties"
|
|
2166
|
+
}
|
|
2167
|
+
}
|
|
2138
2168
|
}
|
|
2139
2169
|
},
|
|
2140
|
-
|
|
2141
|
-
serializedName: "properties.
|
|
2170
|
+
networkRefs: {
|
|
2171
|
+
serializedName: "properties.networkRefs",
|
|
2142
2172
|
type: {
|
|
2143
2173
|
name: "Sequence",
|
|
2144
2174
|
element: {
|
|
2145
2175
|
type: {
|
|
2146
2176
|
name: "Composite",
|
|
2147
|
-
className: "
|
|
2177
|
+
className: "NetworkRef"
|
|
2148
2178
|
}
|
|
2149
2179
|
}
|
|
2150
2180
|
}
|
|
@@ -2153,51 +2183,57 @@ export const ApplicationResourceDescription: msRest.CompositeMapper = {
|
|
|
2153
2183
|
serializedName: "properties.diagnostics",
|
|
2154
2184
|
type: {
|
|
2155
2185
|
name: "Composite",
|
|
2156
|
-
className: "
|
|
2186
|
+
className: "DiagnosticsRef"
|
|
2157
2187
|
}
|
|
2158
2188
|
},
|
|
2159
|
-
|
|
2160
|
-
serializedName: "properties.
|
|
2189
|
+
description: {
|
|
2190
|
+
serializedName: "properties.description",
|
|
2161
2191
|
type: {
|
|
2162
2192
|
name: "String"
|
|
2163
2193
|
}
|
|
2164
2194
|
},
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2195
|
+
replicaCount: {
|
|
2196
|
+
serializedName: "properties.replicaCount",
|
|
2197
|
+
type: {
|
|
2198
|
+
name: "Number"
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
autoScalingPolicies: {
|
|
2202
|
+
serializedName: "properties.autoScalingPolicies",
|
|
2168
2203
|
type: {
|
|
2169
2204
|
name: "Sequence",
|
|
2170
2205
|
element: {
|
|
2171
2206
|
type: {
|
|
2172
|
-
name: "
|
|
2207
|
+
name: "Composite",
|
|
2208
|
+
className: "AutoScalingPolicy"
|
|
2173
2209
|
}
|
|
2174
2210
|
}
|
|
2175
2211
|
}
|
|
2176
2212
|
},
|
|
2177
2213
|
status: {
|
|
2178
|
-
readOnly: true,
|
|
2179
2214
|
serializedName: "properties.status",
|
|
2215
|
+
readOnly: true,
|
|
2180
2216
|
type: {
|
|
2181
2217
|
name: "String"
|
|
2182
2218
|
}
|
|
2183
2219
|
},
|
|
2184
2220
|
statusDetails: {
|
|
2185
|
-
readOnly: true,
|
|
2186
2221
|
serializedName: "properties.statusDetails",
|
|
2222
|
+
readOnly: true,
|
|
2187
2223
|
type: {
|
|
2188
2224
|
name: "String"
|
|
2189
2225
|
}
|
|
2190
2226
|
},
|
|
2191
2227
|
healthState: {
|
|
2192
|
-
readOnly: true,
|
|
2193
2228
|
serializedName: "properties.healthState",
|
|
2229
|
+
readOnly: true,
|
|
2194
2230
|
type: {
|
|
2195
2231
|
name: "String"
|
|
2196
2232
|
}
|
|
2197
2233
|
},
|
|
2198
2234
|
unhealthyEvaluation: {
|
|
2199
|
-
readOnly: true,
|
|
2200
2235
|
serializedName: "properties.unhealthyEvaluation",
|
|
2236
|
+
readOnly: true,
|
|
2201
2237
|
type: {
|
|
2202
2238
|
name: "String"
|
|
2203
2239
|
}
|
|
@@ -2206,54 +2242,42 @@ export const ApplicationResourceDescription: msRest.CompositeMapper = {
|
|
|
2206
2242
|
}
|
|
2207
2243
|
};
|
|
2208
2244
|
|
|
2209
|
-
export const
|
|
2210
|
-
serializedName: "
|
|
2245
|
+
export const AzureInternalMonitoringPipelineSinkDescription: coreClient.CompositeMapper = {
|
|
2246
|
+
serializedName: "AzureInternalMonitoringPipeline",
|
|
2211
2247
|
type: {
|
|
2212
2248
|
name: "Composite",
|
|
2213
|
-
|
|
2214
|
-
uberParent: "
|
|
2215
|
-
|
|
2249
|
+
className: "AzureInternalMonitoringPipelineSinkDescription",
|
|
2250
|
+
uberParent: "DiagnosticsSinkProperties",
|
|
2251
|
+
polymorphicDiscriminator:
|
|
2252
|
+
DiagnosticsSinkProperties.type.polymorphicDiscriminator,
|
|
2216
2253
|
modelProperties: {
|
|
2217
|
-
...
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
serializedName: "minCount",
|
|
2254
|
+
...DiagnosticsSinkProperties.type.modelProperties,
|
|
2255
|
+
accountName: {
|
|
2256
|
+
serializedName: "accountName",
|
|
2221
2257
|
type: {
|
|
2222
|
-
name: "
|
|
2258
|
+
name: "String"
|
|
2223
2259
|
}
|
|
2224
2260
|
},
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
serializedName: "maxCount",
|
|
2261
|
+
namespace: {
|
|
2262
|
+
serializedName: "namespace",
|
|
2228
2263
|
type: {
|
|
2229
|
-
name: "
|
|
2264
|
+
name: "String"
|
|
2230
2265
|
}
|
|
2231
2266
|
},
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
serializedName: "scaleIncrement",
|
|
2267
|
+
maConfigUrl: {
|
|
2268
|
+
serializedName: "maConfigUrl",
|
|
2235
2269
|
type: {
|
|
2236
|
-
name: "
|
|
2270
|
+
name: "String"
|
|
2237
2271
|
}
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
polymorphicDiscriminator: {
|
|
2248
|
-
serializedName: "kind",
|
|
2249
|
-
clientName: "kind"
|
|
2250
|
-
},
|
|
2251
|
-
uberParent: "AutoScalingMetric",
|
|
2252
|
-
className: "AutoScalingMetric",
|
|
2253
|
-
modelProperties: {
|
|
2254
|
-
kind: {
|
|
2255
|
-
required: true,
|
|
2256
|
-
serializedName: "kind",
|
|
2272
|
+
},
|
|
2273
|
+
fluentdConfigUrl: {
|
|
2274
|
+
serializedName: "fluentdConfigUrl",
|
|
2275
|
+
type: {
|
|
2276
|
+
name: "any"
|
|
2277
|
+
}
|
|
2278
|
+
},
|
|
2279
|
+
autoKeyConfigUrl: {
|
|
2280
|
+
serializedName: "autoKeyConfigUrl",
|
|
2257
2281
|
type: {
|
|
2258
2282
|
name: "String"
|
|
2259
2283
|
}
|
|
@@ -2262,18 +2286,18 @@ export const AutoScalingMetric: msRest.CompositeMapper = {
|
|
|
2262
2286
|
}
|
|
2263
2287
|
};
|
|
2264
2288
|
|
|
2265
|
-
export const AutoScalingResourceMetric:
|
|
2289
|
+
export const AutoScalingResourceMetric: coreClient.CompositeMapper = {
|
|
2266
2290
|
serializedName: "Resource",
|
|
2267
2291
|
type: {
|
|
2268
2292
|
name: "Composite",
|
|
2269
|
-
polymorphicDiscriminator: AutoScalingMetric.type.polymorphicDiscriminator,
|
|
2270
|
-
uberParent: "AutoScalingMetric",
|
|
2271
2293
|
className: "AutoScalingResourceMetric",
|
|
2294
|
+
uberParent: "AutoScalingMetric",
|
|
2295
|
+
polymorphicDiscriminator: AutoScalingMetric.type.polymorphicDiscriminator,
|
|
2272
2296
|
modelProperties: {
|
|
2273
2297
|
...AutoScalingMetric.type.modelProperties,
|
|
2274
2298
|
name: {
|
|
2275
|
-
required: true,
|
|
2276
2299
|
serializedName: "name",
|
|
2300
|
+
required: true,
|
|
2277
2301
|
type: {
|
|
2278
2302
|
name: "String"
|
|
2279
2303
|
}
|
|
@@ -2282,60 +2306,40 @@ export const AutoScalingResourceMetric: msRest.CompositeMapper = {
|
|
|
2282
2306
|
}
|
|
2283
2307
|
};
|
|
2284
2308
|
|
|
2285
|
-
export const
|
|
2286
|
-
serializedName: "
|
|
2309
|
+
export const SecretResourceProperties: coreClient.CompositeMapper = {
|
|
2310
|
+
serializedName: "SecretResourceProperties",
|
|
2287
2311
|
type: {
|
|
2288
2312
|
name: "Composite",
|
|
2289
|
-
className: "
|
|
2313
|
+
className: "SecretResourceProperties",
|
|
2314
|
+
uberParent: "ProvisionedResourceProperties",
|
|
2315
|
+
polymorphicDiscriminator: {
|
|
2316
|
+
serializedName: "kind",
|
|
2317
|
+
clientName: "kind"
|
|
2318
|
+
},
|
|
2290
2319
|
modelProperties: {
|
|
2320
|
+
...SecretResourcePropertiesBase.type.modelProperties,
|
|
2291
2321
|
description: {
|
|
2292
2322
|
serializedName: "description",
|
|
2293
2323
|
type: {
|
|
2294
2324
|
name: "String"
|
|
2295
2325
|
}
|
|
2296
2326
|
},
|
|
2297
|
-
replicaCount: {
|
|
2298
|
-
serializedName: "replicaCount",
|
|
2299
|
-
type: {
|
|
2300
|
-
name: "Number"
|
|
2301
|
-
}
|
|
2302
|
-
},
|
|
2303
|
-
autoScalingPolicies: {
|
|
2304
|
-
serializedName: "autoScalingPolicies",
|
|
2305
|
-
type: {
|
|
2306
|
-
name: "Sequence",
|
|
2307
|
-
element: {
|
|
2308
|
-
type: {
|
|
2309
|
-
name: "Composite",
|
|
2310
|
-
className: "AutoScalingPolicy"
|
|
2311
|
-
}
|
|
2312
|
-
}
|
|
2313
|
-
}
|
|
2314
|
-
},
|
|
2315
2327
|
status: {
|
|
2316
|
-
readOnly: true,
|
|
2317
2328
|
serializedName: "status",
|
|
2329
|
+
readOnly: true,
|
|
2318
2330
|
type: {
|
|
2319
2331
|
name: "String"
|
|
2320
2332
|
}
|
|
2321
2333
|
},
|
|
2322
2334
|
statusDetails: {
|
|
2323
|
-
readOnly: true,
|
|
2324
2335
|
serializedName: "statusDetails",
|
|
2325
|
-
type: {
|
|
2326
|
-
name: "String"
|
|
2327
|
-
}
|
|
2328
|
-
},
|
|
2329
|
-
healthState: {
|
|
2330
2336
|
readOnly: true,
|
|
2331
|
-
serializedName: "healthState",
|
|
2332
2337
|
type: {
|
|
2333
2338
|
name: "String"
|
|
2334
2339
|
}
|
|
2335
2340
|
},
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
serializedName: "unhealthyEvaluation",
|
|
2341
|
+
contentType: {
|
|
2342
|
+
serializedName: "contentType",
|
|
2339
2343
|
type: {
|
|
2340
2344
|
name: "String"
|
|
2341
2345
|
}
|
|
@@ -2344,65 +2348,74 @@ export const ServiceProperties: msRest.CompositeMapper = {
|
|
|
2344
2348
|
}
|
|
2345
2349
|
};
|
|
2346
2350
|
|
|
2347
|
-
export const
|
|
2348
|
-
serializedName: "
|
|
2351
|
+
export const NetworkResourceProperties: coreClient.CompositeMapper = {
|
|
2352
|
+
serializedName: "NetworkResourceProperties",
|
|
2349
2353
|
type: {
|
|
2350
2354
|
name: "Composite",
|
|
2351
|
-
className: "
|
|
2355
|
+
className: "NetworkResourceProperties",
|
|
2356
|
+
uberParent: "ProvisionedResourceProperties",
|
|
2357
|
+
polymorphicDiscriminator: {
|
|
2358
|
+
serializedName: "kind",
|
|
2359
|
+
clientName: "kind"
|
|
2360
|
+
},
|
|
2352
2361
|
modelProperties: {
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
serializedName: "
|
|
2362
|
+
...NetworkResourcePropertiesBase.type.modelProperties,
|
|
2363
|
+
description: {
|
|
2364
|
+
serializedName: "description",
|
|
2356
2365
|
type: {
|
|
2357
2366
|
name: "String"
|
|
2358
2367
|
}
|
|
2359
2368
|
},
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2369
|
+
status: {
|
|
2370
|
+
serializedName: "status",
|
|
2371
|
+
readOnly: true,
|
|
2363
2372
|
type: {
|
|
2364
|
-
name: "
|
|
2365
|
-
element: {
|
|
2366
|
-
type: {
|
|
2367
|
-
name: "Composite",
|
|
2368
|
-
className: "ContainerCodePackageProperties"
|
|
2369
|
-
}
|
|
2370
|
-
}
|
|
2373
|
+
name: "String"
|
|
2371
2374
|
}
|
|
2372
2375
|
},
|
|
2373
|
-
|
|
2374
|
-
serializedName: "
|
|
2376
|
+
statusDetails: {
|
|
2377
|
+
serializedName: "statusDetails",
|
|
2378
|
+
readOnly: true,
|
|
2375
2379
|
type: {
|
|
2376
|
-
name: "
|
|
2377
|
-
element: {
|
|
2378
|
-
type: {
|
|
2379
|
-
name: "Composite",
|
|
2380
|
-
className: "NetworkRef"
|
|
2381
|
-
}
|
|
2382
|
-
}
|
|
2380
|
+
name: "String"
|
|
2383
2381
|
}
|
|
2384
|
-
}
|
|
2385
|
-
|
|
2386
|
-
|
|
2382
|
+
}
|
|
2383
|
+
}
|
|
2384
|
+
}
|
|
2385
|
+
};
|
|
2386
|
+
|
|
2387
|
+
export const SecretResourceDescription: coreClient.CompositeMapper = {
|
|
2388
|
+
type: {
|
|
2389
|
+
name: "Composite",
|
|
2390
|
+
className: "SecretResourceDescription",
|
|
2391
|
+
modelProperties: {
|
|
2392
|
+
...TrackedResource.type.modelProperties,
|
|
2393
|
+
properties: {
|
|
2394
|
+
serializedName: "properties",
|
|
2387
2395
|
type: {
|
|
2388
2396
|
name: "Composite",
|
|
2389
|
-
className: "
|
|
2397
|
+
className: "SecretResourceProperties"
|
|
2390
2398
|
}
|
|
2391
2399
|
}
|
|
2392
2400
|
}
|
|
2393
2401
|
}
|
|
2394
2402
|
};
|
|
2395
2403
|
|
|
2396
|
-
export const
|
|
2397
|
-
serializedName: "ServiceReplicaDescription",
|
|
2404
|
+
export const SecretValueResourceDescription: coreClient.CompositeMapper = {
|
|
2398
2405
|
type: {
|
|
2399
2406
|
name: "Composite",
|
|
2400
|
-
className: "
|
|
2407
|
+
className: "SecretValueResourceDescription",
|
|
2401
2408
|
modelProperties: {
|
|
2402
|
-
...
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2409
|
+
...TrackedResource.type.modelProperties,
|
|
2410
|
+
provisioningState: {
|
|
2411
|
+
serializedName: "properties.provisioningState",
|
|
2412
|
+
readOnly: true,
|
|
2413
|
+
type: {
|
|
2414
|
+
name: "String"
|
|
2415
|
+
}
|
|
2416
|
+
},
|
|
2417
|
+
value: {
|
|
2418
|
+
serializedName: "properties.value",
|
|
2406
2419
|
type: {
|
|
2407
2420
|
name: "String"
|
|
2408
2421
|
}
|
|
@@ -2411,172 +2424,148 @@ export const ServiceReplicaDescription: msRest.CompositeMapper = {
|
|
|
2411
2424
|
}
|
|
2412
2425
|
};
|
|
2413
2426
|
|
|
2414
|
-
export const
|
|
2415
|
-
serializedName: "AverageLoad",
|
|
2427
|
+
export const VolumeResourceDescription: coreClient.CompositeMapper = {
|
|
2416
2428
|
type: {
|
|
2417
2429
|
name: "Composite",
|
|
2418
|
-
|
|
2419
|
-
uberParent: "AutoScalingTrigger",
|
|
2420
|
-
className: "AverageLoadScalingTrigger",
|
|
2430
|
+
className: "VolumeResourceDescription",
|
|
2421
2431
|
modelProperties: {
|
|
2422
|
-
...
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2432
|
+
...TrackedResource.type.modelProperties,
|
|
2433
|
+
provisioningState: {
|
|
2434
|
+
serializedName: "properties.provisioningState",
|
|
2435
|
+
readOnly: true,
|
|
2426
2436
|
type: {
|
|
2427
|
-
name: "
|
|
2428
|
-
className: "AutoScalingMetric"
|
|
2437
|
+
name: "String"
|
|
2429
2438
|
}
|
|
2430
2439
|
},
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
serializedName: "lowerLoadThreshold",
|
|
2440
|
+
description: {
|
|
2441
|
+
serializedName: "properties.description",
|
|
2434
2442
|
type: {
|
|
2435
|
-
name: "
|
|
2443
|
+
name: "String"
|
|
2444
|
+
}
|
|
2445
|
+
},
|
|
2446
|
+
status: {
|
|
2447
|
+
serializedName: "properties.status",
|
|
2448
|
+
readOnly: true,
|
|
2449
|
+
type: {
|
|
2450
|
+
name: "String"
|
|
2451
|
+
}
|
|
2452
|
+
},
|
|
2453
|
+
statusDetails: {
|
|
2454
|
+
serializedName: "properties.statusDetails",
|
|
2455
|
+
readOnly: true,
|
|
2456
|
+
type: {
|
|
2457
|
+
name: "String"
|
|
2436
2458
|
}
|
|
2437
2459
|
},
|
|
2438
|
-
|
|
2460
|
+
provider: {
|
|
2461
|
+
serializedName: "properties.provider",
|
|
2439
2462
|
required: true,
|
|
2440
|
-
serializedName: "upperLoadThreshold",
|
|
2441
2463
|
type: {
|
|
2442
|
-
name: "
|
|
2464
|
+
name: "String"
|
|
2443
2465
|
}
|
|
2444
2466
|
},
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
serializedName: "scaleIntervalInSeconds",
|
|
2448
|
-
constraints: {
|
|
2449
|
-
InclusiveMinimum: 60
|
|
2450
|
-
},
|
|
2467
|
+
azureFileParameters: {
|
|
2468
|
+
serializedName: "properties.azureFileParameters",
|
|
2451
2469
|
type: {
|
|
2452
|
-
name: "
|
|
2470
|
+
name: "Composite",
|
|
2471
|
+
className: "VolumeProviderParametersAzureFile"
|
|
2453
2472
|
}
|
|
2454
2473
|
}
|
|
2455
2474
|
}
|
|
2456
2475
|
}
|
|
2457
2476
|
};
|
|
2458
2477
|
|
|
2459
|
-
export const
|
|
2460
|
-
serializedName: "ContainerLogs",
|
|
2478
|
+
export const NetworkResourceDescription: coreClient.CompositeMapper = {
|
|
2461
2479
|
type: {
|
|
2462
2480
|
name: "Composite",
|
|
2463
|
-
className: "
|
|
2481
|
+
className: "NetworkResourceDescription",
|
|
2464
2482
|
modelProperties: {
|
|
2465
|
-
|
|
2466
|
-
|
|
2483
|
+
...TrackedResource.type.modelProperties,
|
|
2484
|
+
properties: {
|
|
2485
|
+
serializedName: "properties",
|
|
2467
2486
|
type: {
|
|
2468
|
-
name: "
|
|
2487
|
+
name: "Composite",
|
|
2488
|
+
className: "NetworkResourceProperties"
|
|
2469
2489
|
}
|
|
2470
2490
|
}
|
|
2471
2491
|
}
|
|
2472
2492
|
}
|
|
2473
2493
|
};
|
|
2474
2494
|
|
|
2475
|
-
export const
|
|
2476
|
-
serializedName: "OperationListResult",
|
|
2495
|
+
export const GatewayResourceDescription: coreClient.CompositeMapper = {
|
|
2477
2496
|
type: {
|
|
2478
2497
|
name: "Composite",
|
|
2479
|
-
className: "
|
|
2498
|
+
className: "GatewayResourceDescription",
|
|
2480
2499
|
modelProperties: {
|
|
2481
|
-
|
|
2482
|
-
|
|
2500
|
+
...TrackedResource.type.modelProperties,
|
|
2501
|
+
provisioningState: {
|
|
2502
|
+
serializedName: "properties.provisioningState",
|
|
2503
|
+
readOnly: true,
|
|
2483
2504
|
type: {
|
|
2484
|
-
name: "
|
|
2485
|
-
element: {
|
|
2486
|
-
type: {
|
|
2487
|
-
name: "Composite",
|
|
2488
|
-
className: "OperationResult"
|
|
2489
|
-
}
|
|
2490
|
-
}
|
|
2505
|
+
name: "String"
|
|
2491
2506
|
}
|
|
2492
2507
|
},
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
serializedName: "nextLink",
|
|
2508
|
+
description: {
|
|
2509
|
+
serializedName: "properties.description",
|
|
2496
2510
|
type: {
|
|
2497
2511
|
name: "String"
|
|
2498
2512
|
}
|
|
2499
|
-
}
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2513
|
+
},
|
|
2514
|
+
sourceNetwork: {
|
|
2515
|
+
serializedName: "properties.sourceNetwork",
|
|
2516
|
+
type: {
|
|
2517
|
+
name: "Composite",
|
|
2518
|
+
className: "NetworkRef"
|
|
2519
|
+
}
|
|
2520
|
+
},
|
|
2521
|
+
destinationNetwork: {
|
|
2522
|
+
serializedName: "properties.destinationNetwork",
|
|
2523
|
+
type: {
|
|
2524
|
+
name: "Composite",
|
|
2525
|
+
className: "NetworkRef"
|
|
2526
|
+
}
|
|
2527
|
+
},
|
|
2528
|
+
tcp: {
|
|
2529
|
+
serializedName: "properties.tcp",
|
|
2512
2530
|
type: {
|
|
2513
2531
|
name: "Sequence",
|
|
2514
2532
|
element: {
|
|
2515
2533
|
type: {
|
|
2516
2534
|
name: "Composite",
|
|
2517
|
-
className: "
|
|
2535
|
+
className: "TcpConfig"
|
|
2518
2536
|
}
|
|
2519
2537
|
}
|
|
2520
2538
|
}
|
|
2521
2539
|
},
|
|
2522
|
-
|
|
2523
|
-
serializedName: "
|
|
2524
|
-
type: {
|
|
2525
|
-
name: "String"
|
|
2526
|
-
}
|
|
2527
|
-
}
|
|
2528
|
-
}
|
|
2529
|
-
}
|
|
2530
|
-
};
|
|
2531
|
-
|
|
2532
|
-
export const SecretValueResourceDescriptionList: msRest.CompositeMapper = {
|
|
2533
|
-
serializedName: "SecretValueResourceDescriptionList",
|
|
2534
|
-
type: {
|
|
2535
|
-
name: "Composite",
|
|
2536
|
-
className: "SecretValueResourceDescriptionList",
|
|
2537
|
-
modelProperties: {
|
|
2538
|
-
value: {
|
|
2539
|
-
serializedName: "",
|
|
2540
|
+
http: {
|
|
2541
|
+
serializedName: "properties.http",
|
|
2540
2542
|
type: {
|
|
2541
2543
|
name: "Sequence",
|
|
2542
2544
|
element: {
|
|
2543
2545
|
type: {
|
|
2544
2546
|
name: "Composite",
|
|
2545
|
-
className: "
|
|
2547
|
+
className: "HttpConfig"
|
|
2546
2548
|
}
|
|
2547
2549
|
}
|
|
2548
2550
|
}
|
|
2549
2551
|
},
|
|
2550
|
-
|
|
2551
|
-
serializedName: "
|
|
2552
|
+
status: {
|
|
2553
|
+
serializedName: "properties.status",
|
|
2554
|
+
readOnly: true,
|
|
2552
2555
|
type: {
|
|
2553
2556
|
name: "String"
|
|
2554
2557
|
}
|
|
2555
|
-
}
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
export const VolumeResourceDescriptionList: msRest.CompositeMapper = {
|
|
2561
|
-
serializedName: "VolumeResourceDescriptionList",
|
|
2562
|
-
type: {
|
|
2563
|
-
name: "Composite",
|
|
2564
|
-
className: "VolumeResourceDescriptionList",
|
|
2565
|
-
modelProperties: {
|
|
2566
|
-
value: {
|
|
2567
|
-
serializedName: "",
|
|
2558
|
+
},
|
|
2559
|
+
statusDetails: {
|
|
2560
|
+
serializedName: "properties.statusDetails",
|
|
2561
|
+
readOnly: true,
|
|
2568
2562
|
type: {
|
|
2569
|
-
name: "
|
|
2570
|
-
element: {
|
|
2571
|
-
type: {
|
|
2572
|
-
name: "Composite",
|
|
2573
|
-
className: "VolumeResourceDescription"
|
|
2574
|
-
}
|
|
2575
|
-
}
|
|
2563
|
+
name: "String"
|
|
2576
2564
|
}
|
|
2577
2565
|
},
|
|
2578
|
-
|
|
2579
|
-
serializedName: "
|
|
2566
|
+
ipAddress: {
|
|
2567
|
+
serializedName: "properties.ipAddress",
|
|
2568
|
+
readOnly: true,
|
|
2580
2569
|
type: {
|
|
2581
2570
|
name: "String"
|
|
2582
2571
|
}
|
|
@@ -2585,82 +2574,86 @@ export const VolumeResourceDescriptionList: msRest.CompositeMapper = {
|
|
|
2585
2574
|
}
|
|
2586
2575
|
};
|
|
2587
2576
|
|
|
2588
|
-
export const
|
|
2589
|
-
serializedName: "NetworkResourceDescriptionList",
|
|
2577
|
+
export const ApplicationResourceDescription: coreClient.CompositeMapper = {
|
|
2590
2578
|
type: {
|
|
2591
2579
|
name: "Composite",
|
|
2592
|
-
className: "
|
|
2580
|
+
className: "ApplicationResourceDescription",
|
|
2593
2581
|
modelProperties: {
|
|
2594
|
-
|
|
2595
|
-
|
|
2582
|
+
...TrackedResource.type.modelProperties,
|
|
2583
|
+
provisioningState: {
|
|
2584
|
+
serializedName: "properties.provisioningState",
|
|
2585
|
+
readOnly: true,
|
|
2596
2586
|
type: {
|
|
2597
|
-
name: "
|
|
2598
|
-
element: {
|
|
2599
|
-
type: {
|
|
2600
|
-
name: "Composite",
|
|
2601
|
-
className: "NetworkResourceDescription"
|
|
2602
|
-
}
|
|
2603
|
-
}
|
|
2587
|
+
name: "String"
|
|
2604
2588
|
}
|
|
2605
2589
|
},
|
|
2606
|
-
|
|
2607
|
-
serializedName: "
|
|
2590
|
+
description: {
|
|
2591
|
+
serializedName: "properties.description",
|
|
2608
2592
|
type: {
|
|
2609
2593
|
name: "String"
|
|
2610
2594
|
}
|
|
2611
|
-
}
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
};
|
|
2615
|
-
|
|
2616
|
-
export const GatewayResourceDescriptionList: msRest.CompositeMapper = {
|
|
2617
|
-
serializedName: "GatewayResourceDescriptionList",
|
|
2618
|
-
type: {
|
|
2619
|
-
name: "Composite",
|
|
2620
|
-
className: "GatewayResourceDescriptionList",
|
|
2621
|
-
modelProperties: {
|
|
2622
|
-
value: {
|
|
2623
|
-
serializedName: "",
|
|
2595
|
+
},
|
|
2596
|
+
services: {
|
|
2597
|
+
serializedName: "properties.services",
|
|
2624
2598
|
type: {
|
|
2625
2599
|
name: "Sequence",
|
|
2626
2600
|
element: {
|
|
2627
2601
|
type: {
|
|
2628
2602
|
name: "Composite",
|
|
2629
|
-
className: "
|
|
2603
|
+
className: "ServiceResourceDescription"
|
|
2630
2604
|
}
|
|
2631
2605
|
}
|
|
2632
2606
|
}
|
|
2633
2607
|
},
|
|
2634
|
-
|
|
2635
|
-
serializedName: "
|
|
2608
|
+
diagnostics: {
|
|
2609
|
+
serializedName: "properties.diagnostics",
|
|
2610
|
+
type: {
|
|
2611
|
+
name: "Composite",
|
|
2612
|
+
className: "DiagnosticsDescription"
|
|
2613
|
+
}
|
|
2614
|
+
},
|
|
2615
|
+
debugParams: {
|
|
2616
|
+
serializedName: "properties.debugParams",
|
|
2636
2617
|
type: {
|
|
2637
2618
|
name: "String"
|
|
2638
2619
|
}
|
|
2639
|
-
}
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
export const ApplicationResourceDescriptionList: msRest.CompositeMapper = {
|
|
2645
|
-
serializedName: "ApplicationResourceDescriptionList",
|
|
2646
|
-
type: {
|
|
2647
|
-
name: "Composite",
|
|
2648
|
-
className: "ApplicationResourceDescriptionList",
|
|
2649
|
-
modelProperties: {
|
|
2650
|
-
value: {
|
|
2651
|
-
serializedName: "",
|
|
2620
|
+
},
|
|
2621
|
+
serviceNames: {
|
|
2622
|
+
serializedName: "properties.serviceNames",
|
|
2623
|
+
readOnly: true,
|
|
2652
2624
|
type: {
|
|
2653
2625
|
name: "Sequence",
|
|
2654
2626
|
element: {
|
|
2655
2627
|
type: {
|
|
2656
|
-
name: "
|
|
2657
|
-
className: "ApplicationResourceDescription"
|
|
2628
|
+
name: "String"
|
|
2658
2629
|
}
|
|
2659
2630
|
}
|
|
2660
2631
|
}
|
|
2661
2632
|
},
|
|
2662
|
-
|
|
2663
|
-
serializedName: "
|
|
2633
|
+
status: {
|
|
2634
|
+
serializedName: "properties.status",
|
|
2635
|
+
readOnly: true,
|
|
2636
|
+
type: {
|
|
2637
|
+
name: "String"
|
|
2638
|
+
}
|
|
2639
|
+
},
|
|
2640
|
+
statusDetails: {
|
|
2641
|
+
serializedName: "properties.statusDetails",
|
|
2642
|
+
readOnly: true,
|
|
2643
|
+
type: {
|
|
2644
|
+
name: "String"
|
|
2645
|
+
}
|
|
2646
|
+
},
|
|
2647
|
+
healthState: {
|
|
2648
|
+
serializedName: "properties.healthState",
|
|
2649
|
+
readOnly: true,
|
|
2650
|
+
type: {
|
|
2651
|
+
name: "String"
|
|
2652
|
+
}
|
|
2653
|
+
},
|
|
2654
|
+
unhealthyEvaluation: {
|
|
2655
|
+
serializedName: "properties.unhealthyEvaluation",
|
|
2656
|
+
readOnly: true,
|
|
2664
2657
|
type: {
|
|
2665
2658
|
name: "String"
|
|
2666
2659
|
}
|
|
@@ -2669,54 +2662,32 @@ export const ApplicationResourceDescriptionList: msRest.CompositeMapper = {
|
|
|
2669
2662
|
}
|
|
2670
2663
|
};
|
|
2671
2664
|
|
|
2672
|
-
export const
|
|
2673
|
-
serializedName: "
|
|
2665
|
+
export const InlinedValueSecretResourceProperties: coreClient.CompositeMapper = {
|
|
2666
|
+
serializedName: "inlinedValue",
|
|
2674
2667
|
type: {
|
|
2675
2668
|
name: "Composite",
|
|
2676
|
-
className: "
|
|
2669
|
+
className: "InlinedValueSecretResourceProperties",
|
|
2670
|
+
uberParent: "ProvisionedResourceProperties",
|
|
2671
|
+
polymorphicDiscriminator:
|
|
2672
|
+
ProvisionedResourceProperties.type.polymorphicDiscriminator,
|
|
2677
2673
|
modelProperties: {
|
|
2678
|
-
|
|
2679
|
-
serializedName: "",
|
|
2680
|
-
type: {
|
|
2681
|
-
name: "Sequence",
|
|
2682
|
-
element: {
|
|
2683
|
-
type: {
|
|
2684
|
-
name: "Composite",
|
|
2685
|
-
className: "ServiceResourceDescription"
|
|
2686
|
-
}
|
|
2687
|
-
}
|
|
2688
|
-
}
|
|
2689
|
-
},
|
|
2690
|
-
nextLink: {
|
|
2691
|
-
serializedName: "nextLink",
|
|
2692
|
-
type: {
|
|
2693
|
-
name: "String"
|
|
2694
|
-
}
|
|
2695
|
-
}
|
|
2674
|
+
...SecretResourceProperties.type.modelProperties
|
|
2696
2675
|
}
|
|
2697
2676
|
}
|
|
2698
2677
|
};
|
|
2699
2678
|
|
|
2700
|
-
export const
|
|
2701
|
-
serializedName: "
|
|
2679
|
+
export const LocalNetworkResourceProperties: coreClient.CompositeMapper = {
|
|
2680
|
+
serializedName: "Local",
|
|
2702
2681
|
type: {
|
|
2703
2682
|
name: "Composite",
|
|
2704
|
-
className: "
|
|
2683
|
+
className: "LocalNetworkResourceProperties",
|
|
2684
|
+
uberParent: "ProvisionedResourceProperties",
|
|
2685
|
+
polymorphicDiscriminator:
|
|
2686
|
+
ProvisionedResourceProperties.type.polymorphicDiscriminator,
|
|
2705
2687
|
modelProperties: {
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
name: "Sequence",
|
|
2710
|
-
element: {
|
|
2711
|
-
type: {
|
|
2712
|
-
name: "Composite",
|
|
2713
|
-
className: "ServiceReplicaDescription"
|
|
2714
|
-
}
|
|
2715
|
-
}
|
|
2716
|
-
}
|
|
2717
|
-
},
|
|
2718
|
-
nextLink: {
|
|
2719
|
-
serializedName: "nextLink",
|
|
2688
|
+
...NetworkResourceProperties.type.modelProperties,
|
|
2689
|
+
networkAddressPrefix: {
|
|
2690
|
+
serializedName: "networkAddressPrefix",
|
|
2720
2691
|
type: {
|
|
2721
2692
|
name: "String"
|
|
2722
2693
|
}
|
|
@@ -2725,21 +2696,21 @@ export const ServiceReplicaDescriptionList: msRest.CompositeMapper = {
|
|
|
2725
2696
|
}
|
|
2726
2697
|
};
|
|
2727
2698
|
|
|
2728
|
-
export
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2699
|
+
export let discriminators = {
|
|
2700
|
+
ApplicationScopedVolumeCreationParameters: ApplicationScopedVolumeCreationParameters,
|
|
2701
|
+
AutoScalingTrigger: AutoScalingTrigger,
|
|
2702
|
+
AutoScalingMechanism: AutoScalingMechanism,
|
|
2703
|
+
DiagnosticsSinkProperties: DiagnosticsSinkProperties,
|
|
2704
|
+
AutoScalingMetric: AutoScalingMetric,
|
|
2705
|
+
"ProvisionedResourceProperties.SecretResourcePropertiesBase": SecretResourcePropertiesBase,
|
|
2706
|
+
"ProvisionedResourceProperties.NetworkResourcePropertiesBase": NetworkResourcePropertiesBase,
|
|
2707
|
+
"ApplicationScopedVolumeCreationParameters.ServiceFabricVolumeDisk": ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk,
|
|
2708
|
+
"AutoScalingTrigger.AverageLoad": AverageLoadScalingTrigger,
|
|
2709
|
+
"AutoScalingMechanism.AddRemoveReplica": AddRemoveReplicaScalingMechanism,
|
|
2710
|
+
"DiagnosticsSinkProperties.AzureInternalMonitoringPipeline": AzureInternalMonitoringPipelineSinkDescription,
|
|
2711
|
+
"AutoScalingMetric.Resource": AutoScalingResourceMetric,
|
|
2712
|
+
"ProvisionedResourceProperties.SecretResourceProperties": SecretResourceProperties,
|
|
2713
|
+
"ProvisionedResourceProperties.NetworkResourceProperties": NetworkResourceProperties,
|
|
2714
|
+
"ProvisionedResourceProperties.inlinedValue": InlinedValueSecretResourceProperties,
|
|
2715
|
+
"ProvisionedResourceProperties.Local": LocalNetworkResourceProperties
|
|
2745
2716
|
};
|