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