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