@azure/arm-servicefabric 3.0.1-alpha.20250618.1 → 3.0.1-alpha.20250718.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +253 -118
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/applicationTypeVersions.js +45 -52
- package/dist/browser/operations/applicationTypeVersions.js.map +1 -1
- package/dist/browser/operations/applicationTypes.js +34 -46
- package/dist/browser/operations/applicationTypes.js.map +1 -1
- package/dist/browser/operations/applications.js +56 -58
- package/dist/browser/operations/applications.js.map +1 -1
- package/dist/browser/operations/clusterVersions.js +1 -0
- package/dist/browser/operations/clusterVersions.js.map +1 -1
- package/dist/browser/operations/clusters.js +67 -91
- package/dist/browser/operations/clusters.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/services.js +56 -58
- package/dist/browser/operations/services.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/serviceFabricManagementClient.js +20 -5
- package/dist/browser/serviceFabricManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +253 -118
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/applicationTypeVersions.js +45 -51
- package/dist/commonjs/operations/applicationTypeVersions.js.map +1 -1
- package/dist/commonjs/operations/applicationTypes.js +34 -45
- package/dist/commonjs/operations/applicationTypes.js.map +1 -1
- package/dist/commonjs/operations/applications.js +56 -57
- package/dist/commonjs/operations/applications.js.map +1 -1
- package/dist/commonjs/operations/clusterVersions.js +1 -0
- package/dist/commonjs/operations/clusterVersions.js.map +1 -1
- package/dist/commonjs/operations/clusters.js +67 -90
- package/dist/commonjs/operations/clusters.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/services.js +56 -57
- package/dist/commonjs/operations/services.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/serviceFabricManagementClient.js +20 -5
- package/dist/commonjs/serviceFabricManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +253 -118
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/applicationTypeVersions.js +45 -52
- package/dist/esm/operations/applicationTypeVersions.js.map +1 -1
- package/dist/esm/operations/applicationTypes.js +34 -46
- package/dist/esm/operations/applicationTypes.js.map +1 -1
- package/dist/esm/operations/applications.js +56 -58
- package/dist/esm/operations/applications.js.map +1 -1
- package/dist/esm/operations/clusterVersions.js +1 -0
- package/dist/esm/operations/clusterVersions.js.map +1 -1
- package/dist/esm/operations/clusters.js +67 -91
- package/dist/esm/operations/clusters.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/services.js +56 -58
- package/dist/esm/operations/services.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/serviceFabricManagementClient.js +20 -5
- package/dist/esm/serviceFabricManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +253 -118
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/applicationTypeVersions.js +45 -52
- package/dist/react-native/operations/applicationTypeVersions.js.map +1 -1
- package/dist/react-native/operations/applicationTypes.js +34 -46
- package/dist/react-native/operations/applicationTypes.js.map +1 -1
- package/dist/react-native/operations/applications.js +56 -58
- package/dist/react-native/operations/applications.js.map +1 -1
- package/dist/react-native/operations/clusterVersions.js +1 -0
- package/dist/react-native/operations/clusterVersions.js.map +1 -1
- package/dist/react-native/operations/clusters.js +67 -91
- package/dist/react-native/operations/clusters.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/services.js +56 -58
- package/dist/react-native/operations/services.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/serviceFabricManagementClient.js +20 -5
- package/dist/react-native/serviceFabricManagementClient.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-servicefabric.api.md → arm-servicefabric-node.api.md} +0 -0
|
@@ -1991,7 +1991,9 @@ export const Cluster = {
|
|
|
1991
1991
|
type: {
|
|
1992
1992
|
name: "Composite",
|
|
1993
1993
|
className: "Cluster",
|
|
1994
|
-
modelProperties:
|
|
1994
|
+
modelProperties: {
|
|
1995
|
+
...Resource.type.modelProperties,
|
|
1996
|
+
addOnFeatures: {
|
|
1995
1997
|
serializedName: "properties.addOnFeatures",
|
|
1996
1998
|
type: {
|
|
1997
1999
|
name: "Sequence",
|
|
@@ -2001,7 +2003,8 @@ export const Cluster = {
|
|
|
2001
2003
|
}
|
|
2002
2004
|
}
|
|
2003
2005
|
}
|
|
2004
|
-
},
|
|
2006
|
+
},
|
|
2007
|
+
availableClusterVersions: {
|
|
2005
2008
|
serializedName: "properties.availableClusterVersions",
|
|
2006
2009
|
readOnly: true,
|
|
2007
2010
|
type: {
|
|
@@ -2013,25 +2016,29 @@ export const Cluster = {
|
|
|
2013
2016
|
}
|
|
2014
2017
|
}
|
|
2015
2018
|
}
|
|
2016
|
-
},
|
|
2019
|
+
},
|
|
2020
|
+
azureActiveDirectory: {
|
|
2017
2021
|
serializedName: "properties.azureActiveDirectory",
|
|
2018
2022
|
type: {
|
|
2019
2023
|
name: "Composite",
|
|
2020
2024
|
className: "AzureActiveDirectory"
|
|
2021
2025
|
}
|
|
2022
|
-
},
|
|
2026
|
+
},
|
|
2027
|
+
certificate: {
|
|
2023
2028
|
serializedName: "properties.certificate",
|
|
2024
2029
|
type: {
|
|
2025
2030
|
name: "Composite",
|
|
2026
2031
|
className: "CertificateDescription"
|
|
2027
2032
|
}
|
|
2028
|
-
},
|
|
2033
|
+
},
|
|
2034
|
+
certificateCommonNames: {
|
|
2029
2035
|
serializedName: "properties.certificateCommonNames",
|
|
2030
2036
|
type: {
|
|
2031
2037
|
name: "Composite",
|
|
2032
2038
|
className: "ServerCertificateCommonNames"
|
|
2033
2039
|
}
|
|
2034
|
-
},
|
|
2040
|
+
},
|
|
2041
|
+
clientCertificateCommonNames: {
|
|
2035
2042
|
serializedName: "properties.clientCertificateCommonNames",
|
|
2036
2043
|
type: {
|
|
2037
2044
|
name: "Sequence",
|
|
@@ -2042,7 +2049,8 @@ export const Cluster = {
|
|
|
2042
2049
|
}
|
|
2043
2050
|
}
|
|
2044
2051
|
}
|
|
2045
|
-
},
|
|
2052
|
+
},
|
|
2053
|
+
clientCertificateThumbprints: {
|
|
2046
2054
|
serializedName: "properties.clientCertificateThumbprints",
|
|
2047
2055
|
type: {
|
|
2048
2056
|
name: "Sequence",
|
|
@@ -2053,41 +2061,48 @@ export const Cluster = {
|
|
|
2053
2061
|
}
|
|
2054
2062
|
}
|
|
2055
2063
|
}
|
|
2056
|
-
},
|
|
2064
|
+
},
|
|
2065
|
+
clusterCodeVersion: {
|
|
2057
2066
|
serializedName: "properties.clusterCodeVersion",
|
|
2058
2067
|
type: {
|
|
2059
2068
|
name: "String"
|
|
2060
2069
|
}
|
|
2061
|
-
},
|
|
2070
|
+
},
|
|
2071
|
+
clusterEndpoint: {
|
|
2062
2072
|
serializedName: "properties.clusterEndpoint",
|
|
2063
2073
|
readOnly: true,
|
|
2064
2074
|
type: {
|
|
2065
2075
|
name: "String"
|
|
2066
2076
|
}
|
|
2067
|
-
},
|
|
2077
|
+
},
|
|
2078
|
+
clusterId: {
|
|
2068
2079
|
serializedName: "properties.clusterId",
|
|
2069
2080
|
readOnly: true,
|
|
2070
2081
|
type: {
|
|
2071
2082
|
name: "String"
|
|
2072
2083
|
}
|
|
2073
|
-
},
|
|
2084
|
+
},
|
|
2085
|
+
clusterState: {
|
|
2074
2086
|
serializedName: "properties.clusterState",
|
|
2075
2087
|
readOnly: true,
|
|
2076
2088
|
type: {
|
|
2077
2089
|
name: "String"
|
|
2078
2090
|
}
|
|
2079
|
-
},
|
|
2091
|
+
},
|
|
2092
|
+
diagnosticsStorageAccountConfig: {
|
|
2080
2093
|
serializedName: "properties.diagnosticsStorageAccountConfig",
|
|
2081
2094
|
type: {
|
|
2082
2095
|
name: "Composite",
|
|
2083
2096
|
className: "DiagnosticsStorageAccountConfig"
|
|
2084
2097
|
}
|
|
2085
|
-
},
|
|
2098
|
+
},
|
|
2099
|
+
eventStoreServiceEnabled: {
|
|
2086
2100
|
serializedName: "properties.eventStoreServiceEnabled",
|
|
2087
2101
|
type: {
|
|
2088
2102
|
name: "Boolean"
|
|
2089
2103
|
}
|
|
2090
|
-
},
|
|
2104
|
+
},
|
|
2105
|
+
fabricSettings: {
|
|
2091
2106
|
serializedName: "properties.fabricSettings",
|
|
2092
2107
|
type: {
|
|
2093
2108
|
name: "Sequence",
|
|
@@ -2098,12 +2113,14 @@ export const Cluster = {
|
|
|
2098
2113
|
}
|
|
2099
2114
|
}
|
|
2100
2115
|
}
|
|
2101
|
-
},
|
|
2116
|
+
},
|
|
2117
|
+
managementEndpoint: {
|
|
2102
2118
|
serializedName: "properties.managementEndpoint",
|
|
2103
2119
|
type: {
|
|
2104
2120
|
name: "String"
|
|
2105
2121
|
}
|
|
2106
|
-
},
|
|
2122
|
+
},
|
|
2123
|
+
nodeTypes: {
|
|
2107
2124
|
serializedName: "properties.nodeTypes",
|
|
2108
2125
|
type: {
|
|
2109
2126
|
name: "Sequence",
|
|
@@ -2114,88 +2131,104 @@ export const Cluster = {
|
|
|
2114
2131
|
}
|
|
2115
2132
|
}
|
|
2116
2133
|
}
|
|
2117
|
-
},
|
|
2134
|
+
},
|
|
2135
|
+
provisioningState: {
|
|
2118
2136
|
serializedName: "properties.provisioningState",
|
|
2119
2137
|
readOnly: true,
|
|
2120
2138
|
type: {
|
|
2121
2139
|
name: "String"
|
|
2122
2140
|
}
|
|
2123
|
-
},
|
|
2141
|
+
},
|
|
2142
|
+
reliabilityLevel: {
|
|
2124
2143
|
serializedName: "properties.reliabilityLevel",
|
|
2125
2144
|
type: {
|
|
2126
2145
|
name: "String"
|
|
2127
2146
|
}
|
|
2128
|
-
},
|
|
2147
|
+
},
|
|
2148
|
+
reverseProxyCertificate: {
|
|
2129
2149
|
serializedName: "properties.reverseProxyCertificate",
|
|
2130
2150
|
type: {
|
|
2131
2151
|
name: "Composite",
|
|
2132
2152
|
className: "CertificateDescription"
|
|
2133
2153
|
}
|
|
2134
|
-
},
|
|
2154
|
+
},
|
|
2155
|
+
reverseProxyCertificateCommonNames: {
|
|
2135
2156
|
serializedName: "properties.reverseProxyCertificateCommonNames",
|
|
2136
2157
|
type: {
|
|
2137
2158
|
name: "Composite",
|
|
2138
2159
|
className: "ServerCertificateCommonNames"
|
|
2139
2160
|
}
|
|
2140
|
-
},
|
|
2161
|
+
},
|
|
2162
|
+
upgradeDescription: {
|
|
2141
2163
|
serializedName: "properties.upgradeDescription",
|
|
2142
2164
|
type: {
|
|
2143
2165
|
name: "Composite",
|
|
2144
2166
|
className: "ClusterUpgradePolicy"
|
|
2145
2167
|
}
|
|
2146
|
-
},
|
|
2168
|
+
},
|
|
2169
|
+
upgradeMode: {
|
|
2147
2170
|
defaultValue: "Automatic",
|
|
2148
2171
|
serializedName: "properties.upgradeMode",
|
|
2149
2172
|
type: {
|
|
2150
2173
|
name: "String"
|
|
2151
2174
|
}
|
|
2152
|
-
},
|
|
2175
|
+
},
|
|
2176
|
+
applicationTypeVersionsCleanupPolicy: {
|
|
2153
2177
|
serializedName: "properties.applicationTypeVersionsCleanupPolicy",
|
|
2154
2178
|
type: {
|
|
2155
2179
|
name: "Composite",
|
|
2156
2180
|
className: "ApplicationTypeVersionsCleanupPolicy"
|
|
2157
2181
|
}
|
|
2158
|
-
},
|
|
2182
|
+
},
|
|
2183
|
+
vmImage: {
|
|
2159
2184
|
serializedName: "properties.vmImage",
|
|
2160
2185
|
type: {
|
|
2161
2186
|
name: "String"
|
|
2162
2187
|
}
|
|
2163
|
-
},
|
|
2188
|
+
},
|
|
2189
|
+
sfZonalUpgradeMode: {
|
|
2164
2190
|
serializedName: "properties.sfZonalUpgradeMode",
|
|
2165
2191
|
type: {
|
|
2166
2192
|
name: "String"
|
|
2167
2193
|
}
|
|
2168
|
-
},
|
|
2194
|
+
},
|
|
2195
|
+
vmssZonalUpgradeMode: {
|
|
2169
2196
|
serializedName: "properties.vmssZonalUpgradeMode",
|
|
2170
2197
|
type: {
|
|
2171
2198
|
name: "String"
|
|
2172
2199
|
}
|
|
2173
|
-
},
|
|
2200
|
+
},
|
|
2201
|
+
infrastructureServiceManager: {
|
|
2174
2202
|
serializedName: "properties.infrastructureServiceManager",
|
|
2175
2203
|
type: {
|
|
2176
2204
|
name: "Boolean"
|
|
2177
2205
|
}
|
|
2178
|
-
},
|
|
2206
|
+
},
|
|
2207
|
+
upgradeWave: {
|
|
2179
2208
|
serializedName: "properties.upgradeWave",
|
|
2180
2209
|
type: {
|
|
2181
2210
|
name: "String"
|
|
2182
2211
|
}
|
|
2183
|
-
},
|
|
2212
|
+
},
|
|
2213
|
+
upgradePauseStartTimestampUtc: {
|
|
2184
2214
|
serializedName: "properties.upgradePauseStartTimestampUtc",
|
|
2185
2215
|
type: {
|
|
2186
2216
|
name: "DateTime"
|
|
2187
2217
|
}
|
|
2188
|
-
},
|
|
2218
|
+
},
|
|
2219
|
+
upgradePauseEndTimestampUtc: {
|
|
2189
2220
|
serializedName: "properties.upgradePauseEndTimestampUtc",
|
|
2190
2221
|
type: {
|
|
2191
2222
|
name: "DateTime"
|
|
2192
2223
|
}
|
|
2193
|
-
},
|
|
2224
|
+
},
|
|
2225
|
+
waveUpgradePaused: {
|
|
2194
2226
|
serializedName: "properties.waveUpgradePaused",
|
|
2195
2227
|
type: {
|
|
2196
2228
|
name: "Boolean"
|
|
2197
2229
|
}
|
|
2198
|
-
},
|
|
2230
|
+
},
|
|
2231
|
+
notifications: {
|
|
2199
2232
|
serializedName: "properties.notifications",
|
|
2200
2233
|
type: {
|
|
2201
2234
|
name: "Sequence",
|
|
@@ -2206,75 +2239,90 @@ export const Cluster = {
|
|
|
2206
2239
|
}
|
|
2207
2240
|
}
|
|
2208
2241
|
}
|
|
2209
|
-
}
|
|
2242
|
+
}
|
|
2243
|
+
}
|
|
2210
2244
|
}
|
|
2211
2245
|
};
|
|
2212
2246
|
export const ApplicationTypeResource = {
|
|
2213
2247
|
type: {
|
|
2214
2248
|
name: "Composite",
|
|
2215
2249
|
className: "ApplicationTypeResource",
|
|
2216
|
-
modelProperties:
|
|
2250
|
+
modelProperties: {
|
|
2251
|
+
...ProxyResource.type.modelProperties,
|
|
2252
|
+
provisioningState: {
|
|
2217
2253
|
serializedName: "properties.provisioningState",
|
|
2218
2254
|
readOnly: true,
|
|
2219
2255
|
type: {
|
|
2220
2256
|
name: "String"
|
|
2221
2257
|
}
|
|
2222
|
-
}
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2223
2260
|
}
|
|
2224
2261
|
};
|
|
2225
2262
|
export const ApplicationTypeVersionResource = {
|
|
2226
2263
|
type: {
|
|
2227
2264
|
name: "Composite",
|
|
2228
2265
|
className: "ApplicationTypeVersionResource",
|
|
2229
|
-
modelProperties:
|
|
2266
|
+
modelProperties: {
|
|
2267
|
+
...ProxyResource.type.modelProperties,
|
|
2268
|
+
provisioningState: {
|
|
2230
2269
|
serializedName: "properties.provisioningState",
|
|
2231
2270
|
readOnly: true,
|
|
2232
2271
|
type: {
|
|
2233
2272
|
name: "String"
|
|
2234
2273
|
}
|
|
2235
|
-
},
|
|
2274
|
+
},
|
|
2275
|
+
appPackageUrl: {
|
|
2236
2276
|
serializedName: "properties.appPackageUrl",
|
|
2237
2277
|
type: {
|
|
2238
2278
|
name: "String"
|
|
2239
2279
|
}
|
|
2240
|
-
},
|
|
2280
|
+
},
|
|
2281
|
+
defaultParameterList: {
|
|
2241
2282
|
serializedName: "properties.defaultParameterList",
|
|
2242
2283
|
readOnly: true,
|
|
2243
2284
|
type: {
|
|
2244
2285
|
name: "Dictionary",
|
|
2245
2286
|
value: { type: { name: "String" } }
|
|
2246
2287
|
}
|
|
2247
|
-
}
|
|
2288
|
+
}
|
|
2289
|
+
}
|
|
2248
2290
|
}
|
|
2249
2291
|
};
|
|
2250
2292
|
export const ApplicationResource = {
|
|
2251
2293
|
type: {
|
|
2252
2294
|
name: "Composite",
|
|
2253
2295
|
className: "ApplicationResource",
|
|
2254
|
-
modelProperties:
|
|
2296
|
+
modelProperties: {
|
|
2297
|
+
...ProxyResource.type.modelProperties,
|
|
2298
|
+
identity: {
|
|
2255
2299
|
serializedName: "identity",
|
|
2256
2300
|
type: {
|
|
2257
2301
|
name: "Composite",
|
|
2258
2302
|
className: "ManagedIdentity"
|
|
2259
2303
|
}
|
|
2260
|
-
},
|
|
2304
|
+
},
|
|
2305
|
+
typeVersion: {
|
|
2261
2306
|
serializedName: "properties.typeVersion",
|
|
2262
2307
|
type: {
|
|
2263
2308
|
name: "String"
|
|
2264
2309
|
}
|
|
2265
|
-
},
|
|
2310
|
+
},
|
|
2311
|
+
parameters: {
|
|
2266
2312
|
serializedName: "properties.parameters",
|
|
2267
2313
|
type: {
|
|
2268
2314
|
name: "Dictionary",
|
|
2269
2315
|
value: { type: { name: "String" } }
|
|
2270
2316
|
}
|
|
2271
|
-
},
|
|
2317
|
+
},
|
|
2318
|
+
upgradePolicy: {
|
|
2272
2319
|
serializedName: "properties.upgradePolicy",
|
|
2273
2320
|
type: {
|
|
2274
2321
|
name: "Composite",
|
|
2275
2322
|
className: "ApplicationUpgradePolicy"
|
|
2276
2323
|
}
|
|
2277
|
-
},
|
|
2324
|
+
},
|
|
2325
|
+
minimumNodes: {
|
|
2278
2326
|
constraints: {
|
|
2279
2327
|
InclusiveMinimum: 0
|
|
2280
2328
|
},
|
|
@@ -2282,7 +2330,8 @@ export const ApplicationResource = {
|
|
|
2282
2330
|
type: {
|
|
2283
2331
|
name: "Number"
|
|
2284
2332
|
}
|
|
2285
|
-
},
|
|
2333
|
+
},
|
|
2334
|
+
maximumNodes: {
|
|
2286
2335
|
defaultValue: 0,
|
|
2287
2336
|
constraints: {
|
|
2288
2337
|
InclusiveMinimum: 0
|
|
@@ -2291,12 +2340,14 @@ export const ApplicationResource = {
|
|
|
2291
2340
|
type: {
|
|
2292
2341
|
name: "Number"
|
|
2293
2342
|
}
|
|
2294
|
-
},
|
|
2343
|
+
},
|
|
2344
|
+
removeApplicationCapacity: {
|
|
2295
2345
|
serializedName: "properties.removeApplicationCapacity",
|
|
2296
2346
|
type: {
|
|
2297
2347
|
name: "Boolean"
|
|
2298
2348
|
}
|
|
2299
|
-
},
|
|
2349
|
+
},
|
|
2350
|
+
metrics: {
|
|
2300
2351
|
serializedName: "properties.metrics",
|
|
2301
2352
|
type: {
|
|
2302
2353
|
name: "Sequence",
|
|
@@ -2307,7 +2358,8 @@ export const ApplicationResource = {
|
|
|
2307
2358
|
}
|
|
2308
2359
|
}
|
|
2309
2360
|
}
|
|
2310
|
-
},
|
|
2361
|
+
},
|
|
2362
|
+
managedIdentities: {
|
|
2311
2363
|
serializedName: "properties.managedIdentities",
|
|
2312
2364
|
type: {
|
|
2313
2365
|
name: "Sequence",
|
|
@@ -2318,42 +2370,50 @@ export const ApplicationResource = {
|
|
|
2318
2370
|
}
|
|
2319
2371
|
}
|
|
2320
2372
|
}
|
|
2321
|
-
},
|
|
2373
|
+
},
|
|
2374
|
+
provisioningState: {
|
|
2322
2375
|
serializedName: "properties.provisioningState",
|
|
2323
2376
|
readOnly: true,
|
|
2324
2377
|
type: {
|
|
2325
2378
|
name: "String"
|
|
2326
2379
|
}
|
|
2327
|
-
},
|
|
2380
|
+
},
|
|
2381
|
+
typeName: {
|
|
2328
2382
|
serializedName: "properties.typeName",
|
|
2329
2383
|
type: {
|
|
2330
2384
|
name: "String"
|
|
2331
2385
|
}
|
|
2332
|
-
}
|
|
2386
|
+
}
|
|
2387
|
+
}
|
|
2333
2388
|
}
|
|
2334
2389
|
};
|
|
2335
2390
|
export const ApplicationResourceUpdate = {
|
|
2336
2391
|
type: {
|
|
2337
2392
|
name: "Composite",
|
|
2338
2393
|
className: "ApplicationResourceUpdate",
|
|
2339
|
-
modelProperties:
|
|
2394
|
+
modelProperties: {
|
|
2395
|
+
...ProxyResource.type.modelProperties,
|
|
2396
|
+
typeVersion: {
|
|
2340
2397
|
serializedName: "properties.typeVersion",
|
|
2341
2398
|
type: {
|
|
2342
2399
|
name: "String"
|
|
2343
2400
|
}
|
|
2344
|
-
},
|
|
2401
|
+
},
|
|
2402
|
+
parameters: {
|
|
2345
2403
|
serializedName: "properties.parameters",
|
|
2346
2404
|
type: {
|
|
2347
2405
|
name: "Dictionary",
|
|
2348
2406
|
value: { type: { name: "String" } }
|
|
2349
2407
|
}
|
|
2350
|
-
},
|
|
2408
|
+
},
|
|
2409
|
+
upgradePolicy: {
|
|
2351
2410
|
serializedName: "properties.upgradePolicy",
|
|
2352
2411
|
type: {
|
|
2353
2412
|
name: "Composite",
|
|
2354
2413
|
className: "ApplicationUpgradePolicy"
|
|
2355
2414
|
}
|
|
2356
|
-
},
|
|
2415
|
+
},
|
|
2416
|
+
minimumNodes: {
|
|
2357
2417
|
constraints: {
|
|
2358
2418
|
InclusiveMinimum: 0
|
|
2359
2419
|
},
|
|
@@ -2361,7 +2421,8 @@ export const ApplicationResourceUpdate = {
|
|
|
2361
2421
|
type: {
|
|
2362
2422
|
name: "Number"
|
|
2363
2423
|
}
|
|
2364
|
-
},
|
|
2424
|
+
},
|
|
2425
|
+
maximumNodes: {
|
|
2365
2426
|
defaultValue: 0,
|
|
2366
2427
|
constraints: {
|
|
2367
2428
|
InclusiveMinimum: 0
|
|
@@ -2370,12 +2431,14 @@ export const ApplicationResourceUpdate = {
|
|
|
2370
2431
|
type: {
|
|
2371
2432
|
name: "Number"
|
|
2372
2433
|
}
|
|
2373
|
-
},
|
|
2434
|
+
},
|
|
2435
|
+
removeApplicationCapacity: {
|
|
2374
2436
|
serializedName: "properties.removeApplicationCapacity",
|
|
2375
2437
|
type: {
|
|
2376
2438
|
name: "Boolean"
|
|
2377
2439
|
}
|
|
2378
|
-
},
|
|
2440
|
+
},
|
|
2441
|
+
metrics: {
|
|
2379
2442
|
serializedName: "properties.metrics",
|
|
2380
2443
|
type: {
|
|
2381
2444
|
name: "Sequence",
|
|
@@ -2386,7 +2449,8 @@ export const ApplicationResourceUpdate = {
|
|
|
2386
2449
|
}
|
|
2387
2450
|
}
|
|
2388
2451
|
}
|
|
2389
|
-
},
|
|
2452
|
+
},
|
|
2453
|
+
managedIdentities: {
|
|
2390
2454
|
serializedName: "properties.managedIdentities",
|
|
2391
2455
|
type: {
|
|
2392
2456
|
name: "Sequence",
|
|
@@ -2397,19 +2461,23 @@ export const ApplicationResourceUpdate = {
|
|
|
2397
2461
|
}
|
|
2398
2462
|
}
|
|
2399
2463
|
}
|
|
2400
|
-
}
|
|
2464
|
+
}
|
|
2465
|
+
}
|
|
2401
2466
|
}
|
|
2402
2467
|
};
|
|
2403
2468
|
export const ServiceResource = {
|
|
2404
2469
|
type: {
|
|
2405
2470
|
name: "Composite",
|
|
2406
2471
|
className: "ServiceResource",
|
|
2407
|
-
modelProperties:
|
|
2472
|
+
modelProperties: {
|
|
2473
|
+
...ProxyResource.type.modelProperties,
|
|
2474
|
+
placementConstraints: {
|
|
2408
2475
|
serializedName: "properties.placementConstraints",
|
|
2409
2476
|
type: {
|
|
2410
2477
|
name: "String"
|
|
2411
2478
|
}
|
|
2412
|
-
},
|
|
2479
|
+
},
|
|
2480
|
+
correlationScheme: {
|
|
2413
2481
|
serializedName: "properties.correlationScheme",
|
|
2414
2482
|
type: {
|
|
2415
2483
|
name: "Sequence",
|
|
@@ -2420,7 +2488,8 @@ export const ServiceResource = {
|
|
|
2420
2488
|
}
|
|
2421
2489
|
}
|
|
2422
2490
|
}
|
|
2423
|
-
},
|
|
2491
|
+
},
|
|
2492
|
+
serviceLoadMetrics: {
|
|
2424
2493
|
serializedName: "properties.serviceLoadMetrics",
|
|
2425
2494
|
type: {
|
|
2426
2495
|
name: "Sequence",
|
|
@@ -2431,7 +2500,8 @@ export const ServiceResource = {
|
|
|
2431
2500
|
}
|
|
2432
2501
|
}
|
|
2433
2502
|
}
|
|
2434
|
-
},
|
|
2503
|
+
},
|
|
2504
|
+
servicePlacementPolicies: {
|
|
2435
2505
|
serializedName: "properties.servicePlacementPolicies",
|
|
2436
2506
|
type: {
|
|
2437
2507
|
name: "Sequence",
|
|
@@ -2442,56 +2512,67 @@ export const ServiceResource = {
|
|
|
2442
2512
|
}
|
|
2443
2513
|
}
|
|
2444
2514
|
}
|
|
2445
|
-
},
|
|
2515
|
+
},
|
|
2516
|
+
defaultMoveCost: {
|
|
2446
2517
|
serializedName: "properties.defaultMoveCost",
|
|
2447
2518
|
type: {
|
|
2448
2519
|
name: "String"
|
|
2449
2520
|
}
|
|
2450
|
-
},
|
|
2521
|
+
},
|
|
2522
|
+
provisioningState: {
|
|
2451
2523
|
serializedName: "properties.provisioningState",
|
|
2452
2524
|
readOnly: true,
|
|
2453
2525
|
type: {
|
|
2454
2526
|
name: "String"
|
|
2455
2527
|
}
|
|
2456
|
-
},
|
|
2528
|
+
},
|
|
2529
|
+
serviceKind: {
|
|
2457
2530
|
serializedName: "properties.serviceKind",
|
|
2458
2531
|
type: {
|
|
2459
2532
|
name: "String"
|
|
2460
2533
|
}
|
|
2461
|
-
},
|
|
2534
|
+
},
|
|
2535
|
+
serviceTypeName: {
|
|
2462
2536
|
serializedName: "properties.serviceTypeName",
|
|
2463
2537
|
type: {
|
|
2464
2538
|
name: "String"
|
|
2465
2539
|
}
|
|
2466
|
-
},
|
|
2540
|
+
},
|
|
2541
|
+
partitionDescription: {
|
|
2467
2542
|
serializedName: "properties.partitionDescription",
|
|
2468
2543
|
type: {
|
|
2469
2544
|
name: "Composite",
|
|
2470
2545
|
className: "PartitionSchemeDescription"
|
|
2471
2546
|
}
|
|
2472
|
-
},
|
|
2547
|
+
},
|
|
2548
|
+
servicePackageActivationMode: {
|
|
2473
2549
|
serializedName: "properties.servicePackageActivationMode",
|
|
2474
2550
|
type: {
|
|
2475
2551
|
name: "String"
|
|
2476
2552
|
}
|
|
2477
|
-
},
|
|
2553
|
+
},
|
|
2554
|
+
serviceDnsName: {
|
|
2478
2555
|
serializedName: "properties.serviceDnsName",
|
|
2479
2556
|
type: {
|
|
2480
2557
|
name: "String"
|
|
2481
2558
|
}
|
|
2482
|
-
}
|
|
2559
|
+
}
|
|
2560
|
+
}
|
|
2483
2561
|
}
|
|
2484
2562
|
};
|
|
2485
2563
|
export const ServiceResourceUpdate = {
|
|
2486
2564
|
type: {
|
|
2487
2565
|
name: "Composite",
|
|
2488
2566
|
className: "ServiceResourceUpdate",
|
|
2489
|
-
modelProperties:
|
|
2567
|
+
modelProperties: {
|
|
2568
|
+
...ProxyResource.type.modelProperties,
|
|
2569
|
+
placementConstraints: {
|
|
2490
2570
|
serializedName: "properties.placementConstraints",
|
|
2491
2571
|
type: {
|
|
2492
2572
|
name: "String"
|
|
2493
2573
|
}
|
|
2494
|
-
},
|
|
2574
|
+
},
|
|
2575
|
+
correlationScheme: {
|
|
2495
2576
|
serializedName: "properties.correlationScheme",
|
|
2496
2577
|
type: {
|
|
2497
2578
|
name: "Sequence",
|
|
@@ -2502,7 +2583,8 @@ export const ServiceResourceUpdate = {
|
|
|
2502
2583
|
}
|
|
2503
2584
|
}
|
|
2504
2585
|
}
|
|
2505
|
-
},
|
|
2586
|
+
},
|
|
2587
|
+
serviceLoadMetrics: {
|
|
2506
2588
|
serializedName: "properties.serviceLoadMetrics",
|
|
2507
2589
|
type: {
|
|
2508
2590
|
name: "Sequence",
|
|
@@ -2513,7 +2595,8 @@ export const ServiceResourceUpdate = {
|
|
|
2513
2595
|
}
|
|
2514
2596
|
}
|
|
2515
2597
|
}
|
|
2516
|
-
},
|
|
2598
|
+
},
|
|
2599
|
+
servicePlacementPolicies: {
|
|
2517
2600
|
serializedName: "properties.servicePlacementPolicies",
|
|
2518
2601
|
type: {
|
|
2519
2602
|
name: "Sequence",
|
|
@@ -2524,35 +2607,42 @@ export const ServiceResourceUpdate = {
|
|
|
2524
2607
|
}
|
|
2525
2608
|
}
|
|
2526
2609
|
}
|
|
2527
|
-
},
|
|
2610
|
+
},
|
|
2611
|
+
defaultMoveCost: {
|
|
2528
2612
|
serializedName: "properties.defaultMoveCost",
|
|
2529
2613
|
type: {
|
|
2530
2614
|
name: "String"
|
|
2531
2615
|
}
|
|
2532
|
-
},
|
|
2616
|
+
},
|
|
2617
|
+
serviceKind: {
|
|
2533
2618
|
serializedName: "properties.serviceKind",
|
|
2534
2619
|
type: {
|
|
2535
2620
|
name: "String"
|
|
2536
2621
|
}
|
|
2537
|
-
}
|
|
2622
|
+
}
|
|
2623
|
+
}
|
|
2538
2624
|
}
|
|
2539
2625
|
};
|
|
2540
2626
|
export const ApplicationResourceProperties = {
|
|
2541
2627
|
type: {
|
|
2542
2628
|
name: "Composite",
|
|
2543
2629
|
className: "ApplicationResourceProperties",
|
|
2544
|
-
modelProperties:
|
|
2630
|
+
modelProperties: {
|
|
2631
|
+
...ApplicationResourceUpdateProperties.type.modelProperties,
|
|
2632
|
+
provisioningState: {
|
|
2545
2633
|
serializedName: "provisioningState",
|
|
2546
2634
|
readOnly: true,
|
|
2547
2635
|
type: {
|
|
2548
2636
|
name: "String"
|
|
2549
2637
|
}
|
|
2550
|
-
},
|
|
2638
|
+
},
|
|
2639
|
+
typeName: {
|
|
2551
2640
|
serializedName: "typeName",
|
|
2552
2641
|
type: {
|
|
2553
2642
|
name: "String"
|
|
2554
2643
|
}
|
|
2555
|
-
}
|
|
2644
|
+
}
|
|
2645
|
+
}
|
|
2556
2646
|
}
|
|
2557
2647
|
};
|
|
2558
2648
|
export const NamedPartitionSchemeDescription = {
|
|
@@ -2562,13 +2652,16 @@ export const NamedPartitionSchemeDescription = {
|
|
|
2562
2652
|
className: "NamedPartitionSchemeDescription",
|
|
2563
2653
|
uberParent: "PartitionSchemeDescription",
|
|
2564
2654
|
polymorphicDiscriminator: PartitionSchemeDescription.type.polymorphicDiscriminator,
|
|
2565
|
-
modelProperties:
|
|
2655
|
+
modelProperties: {
|
|
2656
|
+
...PartitionSchemeDescription.type.modelProperties,
|
|
2657
|
+
count: {
|
|
2566
2658
|
serializedName: "count",
|
|
2567
2659
|
required: true,
|
|
2568
2660
|
type: {
|
|
2569
2661
|
name: "Number"
|
|
2570
2662
|
}
|
|
2571
|
-
},
|
|
2663
|
+
},
|
|
2664
|
+
names: {
|
|
2572
2665
|
serializedName: "names",
|
|
2573
2666
|
required: true,
|
|
2574
2667
|
type: {
|
|
@@ -2579,7 +2672,8 @@ export const NamedPartitionSchemeDescription = {
|
|
|
2579
2672
|
}
|
|
2580
2673
|
}
|
|
2581
2674
|
}
|
|
2582
|
-
}
|
|
2675
|
+
}
|
|
2676
|
+
}
|
|
2583
2677
|
}
|
|
2584
2678
|
};
|
|
2585
2679
|
export const SingletonPartitionSchemeDescription = {
|
|
@@ -2589,7 +2683,9 @@ export const SingletonPartitionSchemeDescription = {
|
|
|
2589
2683
|
className: "SingletonPartitionSchemeDescription",
|
|
2590
2684
|
uberParent: "PartitionSchemeDescription",
|
|
2591
2685
|
polymorphicDiscriminator: PartitionSchemeDescription.type.polymorphicDiscriminator,
|
|
2592
|
-
modelProperties:
|
|
2686
|
+
modelProperties: {
|
|
2687
|
+
...PartitionSchemeDescription.type.modelProperties
|
|
2688
|
+
}
|
|
2593
2689
|
}
|
|
2594
2690
|
};
|
|
2595
2691
|
export const UniformInt64RangePartitionSchemeDescription = {
|
|
@@ -2599,25 +2695,30 @@ export const UniformInt64RangePartitionSchemeDescription = {
|
|
|
2599
2695
|
className: "UniformInt64RangePartitionSchemeDescription",
|
|
2600
2696
|
uberParent: "PartitionSchemeDescription",
|
|
2601
2697
|
polymorphicDiscriminator: PartitionSchemeDescription.type.polymorphicDiscriminator,
|
|
2602
|
-
modelProperties:
|
|
2698
|
+
modelProperties: {
|
|
2699
|
+
...PartitionSchemeDescription.type.modelProperties,
|
|
2700
|
+
count: {
|
|
2603
2701
|
serializedName: "count",
|
|
2604
2702
|
required: true,
|
|
2605
2703
|
type: {
|
|
2606
2704
|
name: "Number"
|
|
2607
2705
|
}
|
|
2608
|
-
},
|
|
2706
|
+
},
|
|
2707
|
+
lowKey: {
|
|
2609
2708
|
serializedName: "lowKey",
|
|
2610
2709
|
required: true,
|
|
2611
2710
|
type: {
|
|
2612
2711
|
name: "String"
|
|
2613
2712
|
}
|
|
2614
|
-
},
|
|
2713
|
+
},
|
|
2714
|
+
highKey: {
|
|
2615
2715
|
serializedName: "highKey",
|
|
2616
2716
|
required: true,
|
|
2617
2717
|
type: {
|
|
2618
2718
|
name: "String"
|
|
2619
2719
|
}
|
|
2620
|
-
}
|
|
2720
|
+
}
|
|
2721
|
+
}
|
|
2621
2722
|
}
|
|
2622
2723
|
};
|
|
2623
2724
|
export const ServiceResourceProperties = {
|
|
@@ -2630,40 +2731,48 @@ export const ServiceResourceProperties = {
|
|
|
2630
2731
|
serializedName: "serviceKind",
|
|
2631
2732
|
clientName: "serviceKind"
|
|
2632
2733
|
},
|
|
2633
|
-
modelProperties:
|
|
2734
|
+
modelProperties: {
|
|
2735
|
+
...ServiceResourcePropertiesBase.type.modelProperties,
|
|
2736
|
+
provisioningState: {
|
|
2634
2737
|
serializedName: "provisioningState",
|
|
2635
2738
|
readOnly: true,
|
|
2636
2739
|
type: {
|
|
2637
2740
|
name: "String"
|
|
2638
2741
|
}
|
|
2639
|
-
},
|
|
2742
|
+
},
|
|
2743
|
+
serviceKind: {
|
|
2640
2744
|
serializedName: "serviceKind",
|
|
2641
2745
|
required: true,
|
|
2642
2746
|
type: {
|
|
2643
2747
|
name: "String"
|
|
2644
2748
|
}
|
|
2645
|
-
},
|
|
2749
|
+
},
|
|
2750
|
+
serviceTypeName: {
|
|
2646
2751
|
serializedName: "serviceTypeName",
|
|
2647
2752
|
type: {
|
|
2648
2753
|
name: "String"
|
|
2649
2754
|
}
|
|
2650
|
-
},
|
|
2755
|
+
},
|
|
2756
|
+
partitionDescription: {
|
|
2651
2757
|
serializedName: "partitionDescription",
|
|
2652
2758
|
type: {
|
|
2653
2759
|
name: "Composite",
|
|
2654
2760
|
className: "PartitionSchemeDescription"
|
|
2655
2761
|
}
|
|
2656
|
-
},
|
|
2762
|
+
},
|
|
2763
|
+
servicePackageActivationMode: {
|
|
2657
2764
|
serializedName: "servicePackageActivationMode",
|
|
2658
2765
|
type: {
|
|
2659
2766
|
name: "String"
|
|
2660
2767
|
}
|
|
2661
|
-
},
|
|
2768
|
+
},
|
|
2769
|
+
serviceDnsName: {
|
|
2662
2770
|
serializedName: "serviceDnsName",
|
|
2663
2771
|
type: {
|
|
2664
2772
|
name: "String"
|
|
2665
2773
|
}
|
|
2666
|
-
}
|
|
2774
|
+
}
|
|
2775
|
+
}
|
|
2667
2776
|
}
|
|
2668
2777
|
};
|
|
2669
2778
|
export const ServiceResourceUpdateProperties = {
|
|
@@ -2676,13 +2785,16 @@ export const ServiceResourceUpdateProperties = {
|
|
|
2676
2785
|
serializedName: "serviceKind",
|
|
2677
2786
|
clientName: "serviceKind"
|
|
2678
2787
|
},
|
|
2679
|
-
modelProperties:
|
|
2788
|
+
modelProperties: {
|
|
2789
|
+
...ServiceResourcePropertiesBase.type.modelProperties,
|
|
2790
|
+
serviceKind: {
|
|
2680
2791
|
serializedName: "serviceKind",
|
|
2681
2792
|
required: true,
|
|
2682
2793
|
type: {
|
|
2683
2794
|
name: "String"
|
|
2684
2795
|
}
|
|
2685
|
-
}
|
|
2796
|
+
}
|
|
2797
|
+
}
|
|
2686
2798
|
}
|
|
2687
2799
|
};
|
|
2688
2800
|
export const StatefulServiceProperties = {
|
|
@@ -2692,12 +2804,15 @@ export const StatefulServiceProperties = {
|
|
|
2692
2804
|
className: "StatefulServiceProperties",
|
|
2693
2805
|
uberParent: "ServiceResourceProperties",
|
|
2694
2806
|
polymorphicDiscriminator: ServiceResourceProperties.type.polymorphicDiscriminator,
|
|
2695
|
-
modelProperties:
|
|
2807
|
+
modelProperties: {
|
|
2808
|
+
...ServiceResourceProperties.type.modelProperties,
|
|
2809
|
+
hasPersistedState: {
|
|
2696
2810
|
serializedName: "hasPersistedState",
|
|
2697
2811
|
type: {
|
|
2698
2812
|
name: "Boolean"
|
|
2699
2813
|
}
|
|
2700
|
-
},
|
|
2814
|
+
},
|
|
2815
|
+
targetReplicaSetSize: {
|
|
2701
2816
|
constraints: {
|
|
2702
2817
|
InclusiveMinimum: 1
|
|
2703
2818
|
},
|
|
@@ -2705,7 +2820,8 @@ export const StatefulServiceProperties = {
|
|
|
2705
2820
|
type: {
|
|
2706
2821
|
name: "Number"
|
|
2707
2822
|
}
|
|
2708
|
-
},
|
|
2823
|
+
},
|
|
2824
|
+
minReplicaSetSize: {
|
|
2709
2825
|
constraints: {
|
|
2710
2826
|
InclusiveMinimum: 1
|
|
2711
2827
|
},
|
|
@@ -2713,22 +2829,26 @@ export const StatefulServiceProperties = {
|
|
|
2713
2829
|
type: {
|
|
2714
2830
|
name: "Number"
|
|
2715
2831
|
}
|
|
2716
|
-
},
|
|
2832
|
+
},
|
|
2833
|
+
replicaRestartWaitDuration: {
|
|
2717
2834
|
serializedName: "replicaRestartWaitDuration",
|
|
2718
2835
|
type: {
|
|
2719
2836
|
name: "DateTime"
|
|
2720
2837
|
}
|
|
2721
|
-
},
|
|
2838
|
+
},
|
|
2839
|
+
quorumLossWaitDuration: {
|
|
2722
2840
|
serializedName: "quorumLossWaitDuration",
|
|
2723
2841
|
type: {
|
|
2724
2842
|
name: "DateTime"
|
|
2725
2843
|
}
|
|
2726
|
-
},
|
|
2844
|
+
},
|
|
2845
|
+
standByReplicaKeepDuration: {
|
|
2727
2846
|
serializedName: "standByReplicaKeepDuration",
|
|
2728
2847
|
type: {
|
|
2729
2848
|
name: "DateTime"
|
|
2730
2849
|
}
|
|
2731
|
-
}
|
|
2850
|
+
}
|
|
2851
|
+
}
|
|
2732
2852
|
}
|
|
2733
2853
|
};
|
|
2734
2854
|
export const StatelessServiceProperties = {
|
|
@@ -2738,7 +2858,9 @@ export const StatelessServiceProperties = {
|
|
|
2738
2858
|
className: "StatelessServiceProperties",
|
|
2739
2859
|
uberParent: "ServiceResourceProperties",
|
|
2740
2860
|
polymorphicDiscriminator: ServiceResourceProperties.type.polymorphicDiscriminator,
|
|
2741
|
-
modelProperties:
|
|
2861
|
+
modelProperties: {
|
|
2862
|
+
...ServiceResourceProperties.type.modelProperties,
|
|
2863
|
+
instanceCount: {
|
|
2742
2864
|
constraints: {
|
|
2743
2865
|
InclusiveMinimum: -1
|
|
2744
2866
|
},
|
|
@@ -2746,12 +2868,14 @@ export const StatelessServiceProperties = {
|
|
|
2746
2868
|
type: {
|
|
2747
2869
|
name: "Number"
|
|
2748
2870
|
}
|
|
2749
|
-
},
|
|
2871
|
+
},
|
|
2872
|
+
instanceCloseDelayDuration: {
|
|
2750
2873
|
serializedName: "instanceCloseDelayDuration",
|
|
2751
2874
|
type: {
|
|
2752
2875
|
name: "String"
|
|
2753
2876
|
}
|
|
2754
|
-
}
|
|
2877
|
+
}
|
|
2878
|
+
}
|
|
2755
2879
|
}
|
|
2756
2880
|
};
|
|
2757
2881
|
export const StatefulServiceUpdateProperties = {
|
|
@@ -2761,7 +2885,9 @@ export const StatefulServiceUpdateProperties = {
|
|
|
2761
2885
|
className: "StatefulServiceUpdateProperties",
|
|
2762
2886
|
uberParent: "ServiceResourceUpdateProperties",
|
|
2763
2887
|
polymorphicDiscriminator: ServiceResourceUpdateProperties.type.polymorphicDiscriminator,
|
|
2764
|
-
modelProperties:
|
|
2888
|
+
modelProperties: {
|
|
2889
|
+
...ServiceResourceUpdateProperties.type.modelProperties,
|
|
2890
|
+
targetReplicaSetSize: {
|
|
2765
2891
|
constraints: {
|
|
2766
2892
|
InclusiveMinimum: 1
|
|
2767
2893
|
},
|
|
@@ -2769,7 +2895,8 @@ export const StatefulServiceUpdateProperties = {
|
|
|
2769
2895
|
type: {
|
|
2770
2896
|
name: "Number"
|
|
2771
2897
|
}
|
|
2772
|
-
},
|
|
2898
|
+
},
|
|
2899
|
+
minReplicaSetSize: {
|
|
2773
2900
|
constraints: {
|
|
2774
2901
|
InclusiveMinimum: 1
|
|
2775
2902
|
},
|
|
@@ -2777,22 +2904,26 @@ export const StatefulServiceUpdateProperties = {
|
|
|
2777
2904
|
type: {
|
|
2778
2905
|
name: "Number"
|
|
2779
2906
|
}
|
|
2780
|
-
},
|
|
2907
|
+
},
|
|
2908
|
+
replicaRestartWaitDuration: {
|
|
2781
2909
|
serializedName: "replicaRestartWaitDuration",
|
|
2782
2910
|
type: {
|
|
2783
2911
|
name: "DateTime"
|
|
2784
2912
|
}
|
|
2785
|
-
},
|
|
2913
|
+
},
|
|
2914
|
+
quorumLossWaitDuration: {
|
|
2786
2915
|
serializedName: "quorumLossWaitDuration",
|
|
2787
2916
|
type: {
|
|
2788
2917
|
name: "DateTime"
|
|
2789
2918
|
}
|
|
2790
|
-
},
|
|
2919
|
+
},
|
|
2920
|
+
standByReplicaKeepDuration: {
|
|
2791
2921
|
serializedName: "standByReplicaKeepDuration",
|
|
2792
2922
|
type: {
|
|
2793
2923
|
name: "DateTime"
|
|
2794
2924
|
}
|
|
2795
|
-
}
|
|
2925
|
+
}
|
|
2926
|
+
}
|
|
2796
2927
|
}
|
|
2797
2928
|
};
|
|
2798
2929
|
export const StatelessServiceUpdateProperties = {
|
|
@@ -2802,7 +2933,9 @@ export const StatelessServiceUpdateProperties = {
|
|
|
2802
2933
|
className: "StatelessServiceUpdateProperties",
|
|
2803
2934
|
uberParent: "ServiceResourceUpdateProperties",
|
|
2804
2935
|
polymorphicDiscriminator: ServiceResourceUpdateProperties.type.polymorphicDiscriminator,
|
|
2805
|
-
modelProperties:
|
|
2936
|
+
modelProperties: {
|
|
2937
|
+
...ServiceResourceUpdateProperties.type.modelProperties,
|
|
2938
|
+
instanceCount: {
|
|
2806
2939
|
constraints: {
|
|
2807
2940
|
InclusiveMinimum: -1
|
|
2808
2941
|
},
|
|
@@ -2810,12 +2943,14 @@ export const StatelessServiceUpdateProperties = {
|
|
|
2810
2943
|
type: {
|
|
2811
2944
|
name: "Number"
|
|
2812
2945
|
}
|
|
2813
|
-
},
|
|
2946
|
+
},
|
|
2947
|
+
instanceCloseDelayDuration: {
|
|
2814
2948
|
serializedName: "instanceCloseDelayDuration",
|
|
2815
2949
|
type: {
|
|
2816
2950
|
name: "String"
|
|
2817
2951
|
}
|
|
2818
|
-
}
|
|
2952
|
+
}
|
|
2953
|
+
}
|
|
2819
2954
|
}
|
|
2820
2955
|
};
|
|
2821
2956
|
export let discriminators = {
|