@azure-rest/arm-servicefabric 1.0.0-beta.1 → 1.0.0-beta.3
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 +21 -0
- package/LICENSE +4 -4
- package/README.md +29 -21
- package/dist/browser/clientDefinitions.d.ts +137 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/customizedApiVersionPolicy.d.ts +10 -0
- package/dist/browser/customizedApiVersionPolicy.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/customizedApiVersionPolicy.js +1 -1
- package/dist/browser/customizedApiVersionPolicy.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +32 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +64 -121
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +772 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +861 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +68 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/paginateHelper.js +70 -3
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +105 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +76 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +107 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/responses.d.ts +328 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/browser/serviceFabricClient.d.ts +15 -0
- package/dist/browser/serviceFabricClient.d.ts.map +1 -0
- package/dist/browser/serviceFabricClient.js +44 -0
- package/dist/browser/serviceFabricClient.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +137 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/customizedApiVersionPolicy.d.ts +10 -0
- package/dist/commonjs/customizedApiVersionPolicy.d.ts.map +1 -0
- package/dist/commonjs/customizedApiVersionPolicy.js +27 -0
- package/dist/commonjs/customizedApiVersionPolicy.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +32 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +101 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +772 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +861 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +68 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +140 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +105 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +76 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +110 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/responses.d.ts +328 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/serviceFabricClient.d.ts +15 -0
- package/dist/commonjs/serviceFabricClient.d.ts.map +1 -0
- package/dist/commonjs/serviceFabricClient.js +47 -0
- package/dist/commonjs/serviceFabricClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +137 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/customizedApiVersionPolicy.d.ts +10 -0
- package/dist/esm/customizedApiVersionPolicy.d.ts.map +1 -0
- package/dist/esm/customizedApiVersionPolicy.js +23 -0
- package/dist/esm/customizedApiVersionPolicy.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +32 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +98 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +772 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +861 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +68 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +137 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +105 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +76 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +107 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/responses.d.ts +328 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/esm/serviceFabricClient.d.ts +15 -0
- package/dist/esm/serviceFabricClient.d.ts.map +1 -0
- package/dist/esm/serviceFabricClient.js +44 -0
- package/dist/esm/serviceFabricClient.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +137 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/customizedApiVersionPolicy.d.ts +10 -0
- package/dist/react-native/customizedApiVersionPolicy.d.ts.map +1 -0
- package/dist/react-native/customizedApiVersionPolicy.js +23 -0
- package/dist/react-native/customizedApiVersionPolicy.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +32 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +98 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +772 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +861 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +68 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +137 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +105 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +76 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +107 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/responses.d.ts +328 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/dist/react-native/serviceFabricClient.d.ts +15 -0
- package/dist/react-native/serviceFabricClient.d.ts.map +1 -0
- package/dist/react-native/serviceFabricClient.js +44 -0
- package/dist/react-native/serviceFabricClient.js.map +1 -0
- package/package.json +89 -80
- package/review/{arm-servicefabric.api.md → arm-servicefabric-node.api.md} +306 -311
- package/dist/index.js +0 -330
- package/dist/index.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js +0 -4
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/customizedApiVersionPolicy.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/outputModels.js +0 -4
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/paginateHelper.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/pollingHelper.js +0 -48
- package/dist-esm/src/pollingHelper.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/dist-esm/src/serviceFabricClient.js +0 -27
- package/dist-esm/src/serviceFabricClient.js.map +0 -1
- package/types/arm-servicefabric.d.ts +0 -2480
|
@@ -4,43 +4,43 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import { RequestParameters } from '@azure-rest/core-client';
|
|
16
|
-
import { StreamableMethod } from '@azure-rest/core-client';
|
|
17
|
-
import { TokenCredential } from '@azure/core-auth';
|
|
7
|
+
import type { AbortSignalLike } from '@azure/abort-controller';
|
|
8
|
+
import type { CancelOnProgress } from '@azure/core-lro';
|
|
9
|
+
import type { Client } from '@azure-rest/core-client';
|
|
10
|
+
import type { ClientOptions } from '@azure-rest/core-client';
|
|
11
|
+
import type { CreateHttpPollerOptions } from '@azure/core-lro';
|
|
12
|
+
import type { HttpResponse } from '@azure-rest/core-client';
|
|
13
|
+
import type { OperationState } from '@azure/core-lro';
|
|
14
|
+
import type { PathUncheckedResponse } from '@azure-rest/core-client';
|
|
15
|
+
import type { RequestParameters } from '@azure-rest/core-client';
|
|
16
|
+
import type { StreamableMethod } from '@azure-rest/core-client';
|
|
17
|
+
import type { TokenCredential } from '@azure/core-auth';
|
|
18
18
|
|
|
19
|
-
// @public
|
|
19
|
+
// @public
|
|
20
20
|
export interface ApplicationDeltaHealthPolicy {
|
|
21
21
|
defaultServiceTypeDeltaHealthPolicy?: ServiceTypeDeltaHealthPolicy;
|
|
22
22
|
serviceTypeDeltaHealthPolicies?: Record<string, ServiceTypeDeltaHealthPolicy>;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
// @public
|
|
25
|
+
// @public
|
|
26
26
|
export interface ApplicationDeltaHealthPolicyOutput {
|
|
27
27
|
defaultServiceTypeDeltaHealthPolicy?: ServiceTypeDeltaHealthPolicyOutput;
|
|
28
28
|
serviceTypeDeltaHealthPolicies?: Record<string, ServiceTypeDeltaHealthPolicyOutput>;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
// @public
|
|
31
|
+
// @public
|
|
32
32
|
export interface ApplicationHealthPolicy {
|
|
33
33
|
defaultServiceTypeHealthPolicy?: ServiceTypeHealthPolicy;
|
|
34
34
|
serviceTypeHealthPolicies?: Record<string, ServiceTypeHealthPolicy>;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
// @public
|
|
37
|
+
// @public
|
|
38
38
|
export interface ApplicationHealthPolicyOutput {
|
|
39
39
|
defaultServiceTypeHealthPolicy?: ServiceTypeHealthPolicyOutput;
|
|
40
40
|
serviceTypeHealthPolicies?: Record<string, ServiceTypeHealthPolicyOutput>;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
// @public
|
|
43
|
+
// @public
|
|
44
44
|
export interface ApplicationMetricDescription {
|
|
45
45
|
maximumCapacity?: number;
|
|
46
46
|
name?: string;
|
|
@@ -48,7 +48,7 @@ export interface ApplicationMetricDescription {
|
|
|
48
48
|
totalApplicationCapacity?: number;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
// @public
|
|
51
|
+
// @public
|
|
52
52
|
export interface ApplicationMetricDescriptionOutput {
|
|
53
53
|
maximumCapacity?: number;
|
|
54
54
|
name?: string;
|
|
@@ -56,48 +56,47 @@ export interface ApplicationMetricDescriptionOutput {
|
|
|
56
56
|
totalApplicationCapacity?: number;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
// @public
|
|
59
|
+
// @public
|
|
60
60
|
export interface ApplicationResource extends ProxyResource {
|
|
61
61
|
identity?: ManagedIdentity;
|
|
62
62
|
properties?: ApplicationResourceProperties;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
// @public
|
|
65
|
+
// @public
|
|
66
66
|
export interface ApplicationResourceListOutput {
|
|
67
|
-
nextLink?: string;
|
|
67
|
+
readonly nextLink?: string;
|
|
68
68
|
// (undocumented)
|
|
69
69
|
value?: Array<ApplicationResourceOutput>;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
// @public
|
|
72
|
+
// @public
|
|
73
73
|
export interface ApplicationResourceOutput extends ProxyResourceOutput {
|
|
74
74
|
identity?: ManagedIdentityOutput;
|
|
75
75
|
properties?: ApplicationResourcePropertiesOutput;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
// @public
|
|
78
|
+
// @public
|
|
79
79
|
export interface ApplicationResourceProperties extends ApplicationResourceUpdateProperties {
|
|
80
|
-
provisioningState?: string;
|
|
81
80
|
typeName?: string;
|
|
82
81
|
}
|
|
83
82
|
|
|
84
|
-
// @public
|
|
83
|
+
// @public
|
|
85
84
|
export interface ApplicationResourcePropertiesOutput extends ApplicationResourceUpdatePropertiesOutput {
|
|
86
|
-
provisioningState?: string;
|
|
85
|
+
readonly provisioningState?: string;
|
|
87
86
|
typeName?: string;
|
|
88
87
|
}
|
|
89
88
|
|
|
90
|
-
// @public
|
|
89
|
+
// @public
|
|
91
90
|
export interface ApplicationResourceUpdate extends ProxyResource {
|
|
92
91
|
properties?: ApplicationResourceUpdateProperties;
|
|
93
92
|
}
|
|
94
93
|
|
|
95
|
-
// @public
|
|
94
|
+
// @public
|
|
96
95
|
export interface ApplicationResourceUpdateOutput extends ProxyResourceOutput {
|
|
97
96
|
properties?: ApplicationResourceUpdatePropertiesOutput;
|
|
98
97
|
}
|
|
99
98
|
|
|
100
|
-
// @public
|
|
99
|
+
// @public
|
|
101
100
|
export interface ApplicationResourceUpdateProperties {
|
|
102
101
|
managedIdentities?: Array<ApplicationUserAssignedIdentity>;
|
|
103
102
|
maximumNodes?: number;
|
|
@@ -109,7 +108,7 @@ export interface ApplicationResourceUpdateProperties {
|
|
|
109
108
|
upgradePolicy?: ApplicationUpgradePolicy;
|
|
110
109
|
}
|
|
111
110
|
|
|
112
|
-
// @public
|
|
111
|
+
// @public
|
|
113
112
|
export interface ApplicationResourceUpdatePropertiesOutput {
|
|
114
113
|
managedIdentities?: Array<ApplicationUserAssignedIdentityOutput>;
|
|
115
114
|
maximumNodes?: number;
|
|
@@ -135,7 +134,7 @@ export interface ApplicationsCreateOrUpdateBodyParam {
|
|
|
135
134
|
}
|
|
136
135
|
|
|
137
136
|
// @public
|
|
138
|
-
export interface
|
|
137
|
+
export interface ApplicationsCreateOrUpdateDefaultResponse extends HttpResponse {
|
|
139
138
|
// (undocumented)
|
|
140
139
|
body: ErrorModelOutput;
|
|
141
140
|
// (undocumented)
|
|
@@ -152,22 +151,18 @@ export type ApplicationsCreateOrUpdateParameters = ApplicationsCreateOrUpdateMed
|
|
|
152
151
|
|
|
153
152
|
// @public
|
|
154
153
|
export interface ApplicationsDelete202Response extends HttpResponse {
|
|
155
|
-
// (undocumented)
|
|
156
|
-
body: Record<string, unknown>;
|
|
157
154
|
// (undocumented)
|
|
158
155
|
status: "202";
|
|
159
156
|
}
|
|
160
157
|
|
|
161
158
|
// @public
|
|
162
159
|
export interface ApplicationsDelete204Response extends HttpResponse {
|
|
163
|
-
// (undocumented)
|
|
164
|
-
body: Record<string, unknown>;
|
|
165
160
|
// (undocumented)
|
|
166
161
|
status: "204";
|
|
167
162
|
}
|
|
168
163
|
|
|
169
164
|
// @public
|
|
170
|
-
export interface
|
|
165
|
+
export interface ApplicationsDeleteDefaultResponse extends HttpResponse {
|
|
171
166
|
// (undocumented)
|
|
172
167
|
body: ErrorModelOutput;
|
|
173
168
|
// (undocumented)
|
|
@@ -179,10 +174,10 @@ export type ApplicationsDeleteParameters = RequestParameters;
|
|
|
179
174
|
|
|
180
175
|
// @public (undocumented)
|
|
181
176
|
export interface ApplicationsGet {
|
|
182
|
-
delete(options?: ApplicationsDeleteParameters): StreamableMethod<ApplicationsDelete202Response | ApplicationsDelete204Response |
|
|
183
|
-
get(options?: ApplicationsGetParameters): StreamableMethod<ApplicationsGet200Response |
|
|
184
|
-
patch(options: ApplicationsUpdateParameters): StreamableMethod<ApplicationsUpdate202Response |
|
|
185
|
-
put(options: ApplicationsCreateOrUpdateParameters): StreamableMethod<ApplicationsCreateOrUpdate202Response |
|
|
177
|
+
delete(options?: ApplicationsDeleteParameters): StreamableMethod<ApplicationsDelete202Response | ApplicationsDelete204Response | ApplicationsDeleteDefaultResponse>;
|
|
178
|
+
get(options?: ApplicationsGetParameters): StreamableMethod<ApplicationsGet200Response | ApplicationsGetDefaultResponse>;
|
|
179
|
+
patch(options: ApplicationsUpdateParameters): StreamableMethod<ApplicationsUpdate202Response | ApplicationsUpdateDefaultResponse>;
|
|
180
|
+
put(options: ApplicationsCreateOrUpdateParameters): StreamableMethod<ApplicationsCreateOrUpdate202Response | ApplicationsCreateOrUpdateDefaultResponse>;
|
|
186
181
|
}
|
|
187
182
|
|
|
188
183
|
// @public
|
|
@@ -194,7 +189,7 @@ export interface ApplicationsGet200Response extends HttpResponse {
|
|
|
194
189
|
}
|
|
195
190
|
|
|
196
191
|
// @public
|
|
197
|
-
export interface
|
|
192
|
+
export interface ApplicationsGetDefaultResponse extends HttpResponse {
|
|
198
193
|
// (undocumented)
|
|
199
194
|
body: ErrorModelOutput;
|
|
200
195
|
// (undocumented)
|
|
@@ -206,7 +201,7 @@ export type ApplicationsGetParameters = RequestParameters;
|
|
|
206
201
|
|
|
207
202
|
// @public (undocumented)
|
|
208
203
|
export interface ApplicationsList {
|
|
209
|
-
get(options?: ApplicationsListParameters): StreamableMethod<ApplicationsList200Response |
|
|
204
|
+
get(options?: ApplicationsListParameters): StreamableMethod<ApplicationsList200Response | ApplicationsListDefaultResponse>;
|
|
210
205
|
}
|
|
211
206
|
|
|
212
207
|
// @public
|
|
@@ -218,7 +213,7 @@ export interface ApplicationsList200Response extends HttpResponse {
|
|
|
218
213
|
}
|
|
219
214
|
|
|
220
215
|
// @public
|
|
221
|
-
export interface
|
|
216
|
+
export interface ApplicationsListDefaultResponse extends HttpResponse {
|
|
222
217
|
// (undocumented)
|
|
223
218
|
body: ErrorModelOutput;
|
|
224
219
|
// (undocumented)
|
|
@@ -242,7 +237,7 @@ export interface ApplicationsUpdateBodyParam {
|
|
|
242
237
|
}
|
|
243
238
|
|
|
244
239
|
// @public
|
|
245
|
-
export interface
|
|
240
|
+
export interface ApplicationsUpdateDefaultResponse extends HttpResponse {
|
|
246
241
|
// (undocumented)
|
|
247
242
|
body: ErrorModelOutput;
|
|
248
243
|
// (undocumented)
|
|
@@ -257,31 +252,30 @@ export interface ApplicationsUpdateMediaTypesParam {
|
|
|
257
252
|
// @public (undocumented)
|
|
258
253
|
export type ApplicationsUpdateParameters = ApplicationsUpdateMediaTypesParam & ApplicationsUpdateBodyParam & RequestParameters;
|
|
259
254
|
|
|
260
|
-
// @public
|
|
255
|
+
// @public
|
|
261
256
|
export interface ApplicationTypeResource extends ProxyResource {
|
|
262
257
|
properties?: ApplicationTypeResourceProperties;
|
|
263
258
|
}
|
|
264
259
|
|
|
265
|
-
// @public
|
|
260
|
+
// @public
|
|
266
261
|
export interface ApplicationTypeResourceListOutput {
|
|
267
|
-
nextLink?: string;
|
|
262
|
+
readonly nextLink?: string;
|
|
268
263
|
// (undocumented)
|
|
269
264
|
value?: Array<ApplicationTypeResourceOutput>;
|
|
270
265
|
}
|
|
271
266
|
|
|
272
|
-
// @public
|
|
267
|
+
// @public
|
|
273
268
|
export interface ApplicationTypeResourceOutput extends ProxyResourceOutput {
|
|
274
269
|
properties?: ApplicationTypeResourcePropertiesOutput;
|
|
275
270
|
}
|
|
276
271
|
|
|
277
|
-
// @public
|
|
272
|
+
// @public
|
|
278
273
|
export interface ApplicationTypeResourceProperties {
|
|
279
|
-
provisioningState?: string;
|
|
280
274
|
}
|
|
281
275
|
|
|
282
|
-
// @public
|
|
276
|
+
// @public
|
|
283
277
|
export interface ApplicationTypeResourcePropertiesOutput {
|
|
284
|
-
provisioningState?: string;
|
|
278
|
+
readonly provisioningState?: string;
|
|
285
279
|
}
|
|
286
280
|
|
|
287
281
|
// @public
|
|
@@ -298,7 +292,7 @@ export interface ApplicationTypesCreateOrUpdateBodyParam {
|
|
|
298
292
|
}
|
|
299
293
|
|
|
300
294
|
// @public
|
|
301
|
-
export interface
|
|
295
|
+
export interface ApplicationTypesCreateOrUpdateDefaultResponse extends HttpResponse {
|
|
302
296
|
// (undocumented)
|
|
303
297
|
body: ErrorModelOutput;
|
|
304
298
|
// (undocumented)
|
|
@@ -315,22 +309,18 @@ export type ApplicationTypesCreateOrUpdateParameters = ApplicationTypesCreateOrU
|
|
|
315
309
|
|
|
316
310
|
// @public
|
|
317
311
|
export interface ApplicationTypesDelete202Response extends HttpResponse {
|
|
318
|
-
// (undocumented)
|
|
319
|
-
body: Record<string, unknown>;
|
|
320
312
|
// (undocumented)
|
|
321
313
|
status: "202";
|
|
322
314
|
}
|
|
323
315
|
|
|
324
316
|
// @public
|
|
325
317
|
export interface ApplicationTypesDelete204Response extends HttpResponse {
|
|
326
|
-
// (undocumented)
|
|
327
|
-
body: Record<string, unknown>;
|
|
328
318
|
// (undocumented)
|
|
329
319
|
status: "204";
|
|
330
320
|
}
|
|
331
321
|
|
|
332
322
|
// @public
|
|
333
|
-
export interface
|
|
323
|
+
export interface ApplicationTypesDeleteDefaultResponse extends HttpResponse {
|
|
334
324
|
// (undocumented)
|
|
335
325
|
body: ErrorModelOutput;
|
|
336
326
|
// (undocumented)
|
|
@@ -342,9 +332,9 @@ export type ApplicationTypesDeleteParameters = RequestParameters;
|
|
|
342
332
|
|
|
343
333
|
// @public (undocumented)
|
|
344
334
|
export interface ApplicationTypesGet {
|
|
345
|
-
delete(options?: ApplicationTypesDeleteParameters): StreamableMethod<ApplicationTypesDelete202Response | ApplicationTypesDelete204Response |
|
|
346
|
-
get(options?: ApplicationTypesGetParameters): StreamableMethod<ApplicationTypesGet200Response |
|
|
347
|
-
put(options: ApplicationTypesCreateOrUpdateParameters): StreamableMethod<ApplicationTypesCreateOrUpdate200Response |
|
|
335
|
+
delete(options?: ApplicationTypesDeleteParameters): StreamableMethod<ApplicationTypesDelete202Response | ApplicationTypesDelete204Response | ApplicationTypesDeleteDefaultResponse>;
|
|
336
|
+
get(options?: ApplicationTypesGetParameters): StreamableMethod<ApplicationTypesGet200Response | ApplicationTypesGetDefaultResponse>;
|
|
337
|
+
put(options: ApplicationTypesCreateOrUpdateParameters): StreamableMethod<ApplicationTypesCreateOrUpdate200Response | ApplicationTypesCreateOrUpdateDefaultResponse>;
|
|
348
338
|
}
|
|
349
339
|
|
|
350
340
|
// @public
|
|
@@ -356,7 +346,7 @@ export interface ApplicationTypesGet200Response extends HttpResponse {
|
|
|
356
346
|
}
|
|
357
347
|
|
|
358
348
|
// @public
|
|
359
|
-
export interface
|
|
349
|
+
export interface ApplicationTypesGetDefaultResponse extends HttpResponse {
|
|
360
350
|
// (undocumented)
|
|
361
351
|
body: ErrorModelOutput;
|
|
362
352
|
// (undocumented)
|
|
@@ -368,7 +358,7 @@ export type ApplicationTypesGetParameters = RequestParameters;
|
|
|
368
358
|
|
|
369
359
|
// @public (undocumented)
|
|
370
360
|
export interface ApplicationTypesList {
|
|
371
|
-
get(options?: ApplicationTypesListParameters): StreamableMethod<ApplicationTypesList200Response |
|
|
361
|
+
get(options?: ApplicationTypesListParameters): StreamableMethod<ApplicationTypesList200Response | ApplicationTypesListDefaultResponse>;
|
|
372
362
|
}
|
|
373
363
|
|
|
374
364
|
// @public
|
|
@@ -380,7 +370,7 @@ export interface ApplicationTypesList200Response extends HttpResponse {
|
|
|
380
370
|
}
|
|
381
371
|
|
|
382
372
|
// @public
|
|
383
|
-
export interface
|
|
373
|
+
export interface ApplicationTypesListDefaultResponse extends HttpResponse {
|
|
384
374
|
// (undocumented)
|
|
385
375
|
body: ErrorModelOutput;
|
|
386
376
|
// (undocumented)
|
|
@@ -390,35 +380,33 @@ export interface ApplicationTypesListdefaultResponse extends HttpResponse {
|
|
|
390
380
|
// @public (undocumented)
|
|
391
381
|
export type ApplicationTypesListParameters = RequestParameters;
|
|
392
382
|
|
|
393
|
-
// @public
|
|
383
|
+
// @public
|
|
394
384
|
export interface ApplicationTypeVersionResource extends ProxyResource {
|
|
395
385
|
properties?: ApplicationTypeVersionResourceProperties;
|
|
396
386
|
}
|
|
397
387
|
|
|
398
|
-
// @public
|
|
388
|
+
// @public
|
|
399
389
|
export interface ApplicationTypeVersionResourceListOutput {
|
|
400
|
-
nextLink?: string;
|
|
390
|
+
readonly nextLink?: string;
|
|
401
391
|
// (undocumented)
|
|
402
392
|
value?: Array<ApplicationTypeVersionResourceOutput>;
|
|
403
393
|
}
|
|
404
394
|
|
|
405
|
-
// @public
|
|
395
|
+
// @public
|
|
406
396
|
export interface ApplicationTypeVersionResourceOutput extends ProxyResourceOutput {
|
|
407
397
|
properties?: ApplicationTypeVersionResourcePropertiesOutput;
|
|
408
398
|
}
|
|
409
399
|
|
|
410
|
-
// @public
|
|
400
|
+
// @public
|
|
411
401
|
export interface ApplicationTypeVersionResourceProperties {
|
|
412
402
|
appPackageUrl: string;
|
|
413
|
-
defaultParameterList?: Record<string, string>;
|
|
414
|
-
provisioningState?: string;
|
|
415
403
|
}
|
|
416
404
|
|
|
417
|
-
// @public
|
|
405
|
+
// @public
|
|
418
406
|
export interface ApplicationTypeVersionResourcePropertiesOutput {
|
|
419
407
|
appPackageUrl: string;
|
|
420
|
-
defaultParameterList?: Record<string, string>;
|
|
421
|
-
provisioningState?: string;
|
|
408
|
+
readonly defaultParameterList?: Record<string, string>;
|
|
409
|
+
readonly provisioningState?: string;
|
|
422
410
|
}
|
|
423
411
|
|
|
424
412
|
// @public (undocumented)
|
|
@@ -445,7 +433,7 @@ export interface ApplicationTypeVersionsCreateOrUpdateBodyParam {
|
|
|
445
433
|
}
|
|
446
434
|
|
|
447
435
|
// @public
|
|
448
|
-
export interface
|
|
436
|
+
export interface ApplicationTypeVersionsCreateOrUpdateDefaultResponse extends HttpResponse {
|
|
449
437
|
// (undocumented)
|
|
450
438
|
body: ErrorModelOutput;
|
|
451
439
|
// (undocumented)
|
|
@@ -462,22 +450,18 @@ export type ApplicationTypeVersionsCreateOrUpdateParameters = ApplicationTypeVer
|
|
|
462
450
|
|
|
463
451
|
// @public
|
|
464
452
|
export interface ApplicationTypeVersionsDelete202Response extends HttpResponse {
|
|
465
|
-
// (undocumented)
|
|
466
|
-
body: Record<string, unknown>;
|
|
467
453
|
// (undocumented)
|
|
468
454
|
status: "202";
|
|
469
455
|
}
|
|
470
456
|
|
|
471
457
|
// @public
|
|
472
458
|
export interface ApplicationTypeVersionsDelete204Response extends HttpResponse {
|
|
473
|
-
// (undocumented)
|
|
474
|
-
body: Record<string, unknown>;
|
|
475
459
|
// (undocumented)
|
|
476
460
|
status: "204";
|
|
477
461
|
}
|
|
478
462
|
|
|
479
463
|
// @public
|
|
480
|
-
export interface
|
|
464
|
+
export interface ApplicationTypeVersionsDeleteDefaultResponse extends HttpResponse {
|
|
481
465
|
// (undocumented)
|
|
482
466
|
body: ErrorModelOutput;
|
|
483
467
|
// (undocumented)
|
|
@@ -489,9 +473,9 @@ export type ApplicationTypeVersionsDeleteParameters = RequestParameters;
|
|
|
489
473
|
|
|
490
474
|
// @public (undocumented)
|
|
491
475
|
export interface ApplicationTypeVersionsGet {
|
|
492
|
-
delete(options?: ApplicationTypeVersionsDeleteParameters): StreamableMethod<ApplicationTypeVersionsDelete202Response | ApplicationTypeVersionsDelete204Response |
|
|
493
|
-
get(options?: ApplicationTypeVersionsGetParameters): StreamableMethod<ApplicationTypeVersionsGet200Response |
|
|
494
|
-
put(options: ApplicationTypeVersionsCreateOrUpdateParameters): StreamableMethod<ApplicationTypeVersionsCreateOrUpdate202Response |
|
|
476
|
+
delete(options?: ApplicationTypeVersionsDeleteParameters): StreamableMethod<ApplicationTypeVersionsDelete202Response | ApplicationTypeVersionsDelete204Response | ApplicationTypeVersionsDeleteDefaultResponse>;
|
|
477
|
+
get(options?: ApplicationTypeVersionsGetParameters): StreamableMethod<ApplicationTypeVersionsGet200Response | ApplicationTypeVersionsGetDefaultResponse>;
|
|
478
|
+
put(options: ApplicationTypeVersionsCreateOrUpdateParameters): StreamableMethod<ApplicationTypeVersionsCreateOrUpdate202Response | ApplicationTypeVersionsCreateOrUpdateDefaultResponse>;
|
|
495
479
|
}
|
|
496
480
|
|
|
497
481
|
// @public
|
|
@@ -503,7 +487,7 @@ export interface ApplicationTypeVersionsGet200Response extends HttpResponse {
|
|
|
503
487
|
}
|
|
504
488
|
|
|
505
489
|
// @public
|
|
506
|
-
export interface
|
|
490
|
+
export interface ApplicationTypeVersionsGetDefaultResponse extends HttpResponse {
|
|
507
491
|
// (undocumented)
|
|
508
492
|
body: ErrorModelOutput;
|
|
509
493
|
// (undocumented)
|
|
@@ -515,7 +499,7 @@ export type ApplicationTypeVersionsGetParameters = RequestParameters;
|
|
|
515
499
|
|
|
516
500
|
// @public (undocumented)
|
|
517
501
|
export interface ApplicationTypeVersionsList {
|
|
518
|
-
get(options?: ApplicationTypeVersionsListParameters): StreamableMethod<ApplicationTypeVersionsList200Response |
|
|
502
|
+
get(options?: ApplicationTypeVersionsListParameters): StreamableMethod<ApplicationTypeVersionsList200Response | ApplicationTypeVersionsListDefaultResponse>;
|
|
519
503
|
}
|
|
520
504
|
|
|
521
505
|
// @public
|
|
@@ -527,7 +511,7 @@ export interface ApplicationTypeVersionsList200Response extends HttpResponse {
|
|
|
527
511
|
}
|
|
528
512
|
|
|
529
513
|
// @public
|
|
530
|
-
export interface
|
|
514
|
+
export interface ApplicationTypeVersionsListDefaultResponse extends HttpResponse {
|
|
531
515
|
// (undocumented)
|
|
532
516
|
body: ErrorModelOutput;
|
|
533
517
|
// (undocumented)
|
|
@@ -537,7 +521,7 @@ export interface ApplicationTypeVersionsListdefaultResponse extends HttpResponse
|
|
|
537
521
|
// @public (undocumented)
|
|
538
522
|
export type ApplicationTypeVersionsListParameters = RequestParameters;
|
|
539
523
|
|
|
540
|
-
// @public
|
|
524
|
+
// @public
|
|
541
525
|
export interface ApplicationUpgradePolicy {
|
|
542
526
|
applicationHealthPolicy?: ArmApplicationHealthPolicy;
|
|
543
527
|
forceRestart?: boolean;
|
|
@@ -547,7 +531,7 @@ export interface ApplicationUpgradePolicy {
|
|
|
547
531
|
upgradeReplicaSetCheckTimeout?: string;
|
|
548
532
|
}
|
|
549
533
|
|
|
550
|
-
// @public
|
|
534
|
+
// @public
|
|
551
535
|
export interface ApplicationUpgradePolicyOutput {
|
|
552
536
|
applicationHealthPolicy?: ArmApplicationHealthPolicyOutput;
|
|
553
537
|
forceRestart?: boolean;
|
|
@@ -569,7 +553,7 @@ export interface ApplicationUserAssignedIdentityOutput {
|
|
|
569
553
|
principalId: string;
|
|
570
554
|
}
|
|
571
555
|
|
|
572
|
-
// @public
|
|
556
|
+
// @public
|
|
573
557
|
export interface ArmApplicationHealthPolicy {
|
|
574
558
|
considerWarningAsError?: boolean;
|
|
575
559
|
defaultServiceTypeHealthPolicy?: ArmServiceTypeHealthPolicy;
|
|
@@ -577,7 +561,7 @@ export interface ArmApplicationHealthPolicy {
|
|
|
577
561
|
serviceTypeHealthPolicyMap?: Record<string, ArmServiceTypeHealthPolicy>;
|
|
578
562
|
}
|
|
579
563
|
|
|
580
|
-
// @public
|
|
564
|
+
// @public
|
|
581
565
|
export interface ArmApplicationHealthPolicyOutput {
|
|
582
566
|
considerWarningAsError?: boolean;
|
|
583
567
|
defaultServiceTypeHealthPolicy?: ArmServiceTypeHealthPolicyOutput;
|
|
@@ -585,7 +569,7 @@ export interface ArmApplicationHealthPolicyOutput {
|
|
|
585
569
|
serviceTypeHealthPolicyMap?: Record<string, ArmServiceTypeHealthPolicyOutput>;
|
|
586
570
|
}
|
|
587
571
|
|
|
588
|
-
// @public
|
|
572
|
+
// @public
|
|
589
573
|
export interface ArmRollingUpgradeMonitoringPolicy {
|
|
590
574
|
failureAction?: "Rollback" | "Manual";
|
|
591
575
|
healthCheckRetryTimeout?: string;
|
|
@@ -595,7 +579,7 @@ export interface ArmRollingUpgradeMonitoringPolicy {
|
|
|
595
579
|
upgradeTimeout?: string;
|
|
596
580
|
}
|
|
597
581
|
|
|
598
|
-
// @public
|
|
582
|
+
// @public
|
|
599
583
|
export interface ArmRollingUpgradeMonitoringPolicyOutput {
|
|
600
584
|
failureAction?: "Rollback" | "Manual";
|
|
601
585
|
healthCheckRetryTimeout?: string;
|
|
@@ -605,21 +589,21 @@ export interface ArmRollingUpgradeMonitoringPolicyOutput {
|
|
|
605
589
|
upgradeTimeout?: string;
|
|
606
590
|
}
|
|
607
591
|
|
|
608
|
-
// @public
|
|
592
|
+
// @public
|
|
609
593
|
export interface ArmServiceTypeHealthPolicy {
|
|
610
594
|
maxPercentUnhealthyPartitionsPerService?: number;
|
|
611
595
|
maxPercentUnhealthyReplicasPerPartition?: number;
|
|
612
596
|
maxPercentUnhealthyServices?: number;
|
|
613
597
|
}
|
|
614
598
|
|
|
615
|
-
// @public
|
|
599
|
+
// @public
|
|
616
600
|
export interface ArmServiceTypeHealthPolicyOutput {
|
|
617
601
|
maxPercentUnhealthyPartitionsPerService?: number;
|
|
618
602
|
maxPercentUnhealthyReplicasPerPartition?: number;
|
|
619
603
|
maxPercentUnhealthyServices?: number;
|
|
620
604
|
}
|
|
621
605
|
|
|
622
|
-
// @public
|
|
606
|
+
// @public
|
|
623
607
|
export interface AvailableOperationDisplayOutput {
|
|
624
608
|
description?: string;
|
|
625
609
|
operation?: string;
|
|
@@ -627,73 +611,73 @@ export interface AvailableOperationDisplayOutput {
|
|
|
627
611
|
resource?: string;
|
|
628
612
|
}
|
|
629
613
|
|
|
630
|
-
// @public
|
|
614
|
+
// @public
|
|
631
615
|
export interface AzureActiveDirectory {
|
|
632
616
|
clientApplication?: string;
|
|
633
617
|
clusterApplication?: string;
|
|
634
618
|
tenantId?: string;
|
|
635
619
|
}
|
|
636
620
|
|
|
637
|
-
// @public
|
|
621
|
+
// @public
|
|
638
622
|
export interface AzureActiveDirectoryOutput {
|
|
639
623
|
clientApplication?: string;
|
|
640
624
|
clusterApplication?: string;
|
|
641
625
|
tenantId?: string;
|
|
642
626
|
}
|
|
643
627
|
|
|
644
|
-
// @public
|
|
628
|
+
// @public
|
|
645
629
|
export interface CertificateDescription {
|
|
646
630
|
thumbprint: string;
|
|
647
631
|
thumbprintSecondary?: string;
|
|
648
632
|
x509StoreName?: "AddressBook" | "AuthRoot" | "CertificateAuthority" | "Disallowed" | "My" | "Root" | "TrustedPeople" | "TrustedPublisher";
|
|
649
633
|
}
|
|
650
634
|
|
|
651
|
-
// @public
|
|
635
|
+
// @public
|
|
652
636
|
export interface CertificateDescriptionOutput {
|
|
653
637
|
thumbprint: string;
|
|
654
638
|
thumbprintSecondary?: string;
|
|
655
639
|
x509StoreName?: "AddressBook" | "AuthRoot" | "CertificateAuthority" | "Disallowed" | "My" | "Root" | "TrustedPeople" | "TrustedPublisher";
|
|
656
640
|
}
|
|
657
641
|
|
|
658
|
-
// @public
|
|
642
|
+
// @public
|
|
659
643
|
export interface ClientCertificateCommonName {
|
|
660
644
|
certificateCommonName: string;
|
|
661
645
|
certificateIssuerThumbprint: string;
|
|
662
646
|
isAdmin: boolean;
|
|
663
647
|
}
|
|
664
648
|
|
|
665
|
-
// @public
|
|
649
|
+
// @public
|
|
666
650
|
export interface ClientCertificateCommonNameOutput {
|
|
667
651
|
certificateCommonName: string;
|
|
668
652
|
certificateIssuerThumbprint: string;
|
|
669
653
|
isAdmin: boolean;
|
|
670
654
|
}
|
|
671
655
|
|
|
672
|
-
// @public
|
|
656
|
+
// @public
|
|
673
657
|
export interface ClientCertificateThumbprint {
|
|
674
658
|
certificateThumbprint: string;
|
|
675
659
|
isAdmin: boolean;
|
|
676
660
|
}
|
|
677
661
|
|
|
678
|
-
// @public
|
|
662
|
+
// @public
|
|
679
663
|
export interface ClientCertificateThumbprintOutput {
|
|
680
664
|
certificateThumbprint: string;
|
|
681
665
|
isAdmin: boolean;
|
|
682
666
|
}
|
|
683
667
|
|
|
684
|
-
// @public
|
|
668
|
+
// @public
|
|
685
669
|
export interface Cluster extends Resource {
|
|
686
670
|
properties?: ClusterProperties;
|
|
687
671
|
}
|
|
688
672
|
|
|
689
|
-
// @public
|
|
673
|
+
// @public
|
|
690
674
|
export interface ClusterCodeVersionsListResultOutput {
|
|
691
675
|
nextLink?: string;
|
|
692
676
|
// (undocumented)
|
|
693
677
|
value?: Array<ClusterCodeVersionsResultOutput>;
|
|
694
678
|
}
|
|
695
679
|
|
|
696
|
-
// @public
|
|
680
|
+
// @public
|
|
697
681
|
export interface ClusterCodeVersionsResultOutput {
|
|
698
682
|
id?: string;
|
|
699
683
|
name?: string;
|
|
@@ -701,46 +685,42 @@ export interface ClusterCodeVersionsResultOutput {
|
|
|
701
685
|
type?: string;
|
|
702
686
|
}
|
|
703
687
|
|
|
704
|
-
// @public
|
|
688
|
+
// @public
|
|
705
689
|
export interface ClusterHealthPolicy {
|
|
706
690
|
applicationHealthPolicies?: Record<string, ApplicationHealthPolicy>;
|
|
707
691
|
maxPercentUnhealthyApplications?: number;
|
|
708
692
|
maxPercentUnhealthyNodes?: number;
|
|
709
693
|
}
|
|
710
694
|
|
|
711
|
-
// @public
|
|
695
|
+
// @public
|
|
712
696
|
export interface ClusterHealthPolicyOutput {
|
|
713
697
|
applicationHealthPolicies?: Record<string, ApplicationHealthPolicyOutput>;
|
|
714
698
|
maxPercentUnhealthyApplications?: number;
|
|
715
699
|
maxPercentUnhealthyNodes?: number;
|
|
716
700
|
}
|
|
717
701
|
|
|
718
|
-
// @public
|
|
702
|
+
// @public
|
|
719
703
|
export interface ClusterListResultOutput {
|
|
720
704
|
nextLink?: string;
|
|
721
705
|
// (undocumented)
|
|
722
706
|
value?: Array<ClusterOutput>;
|
|
723
707
|
}
|
|
724
708
|
|
|
725
|
-
// @public
|
|
709
|
+
// @public
|
|
726
710
|
export interface ClusterOutput extends ResourceOutput {
|
|
727
711
|
properties?: ClusterPropertiesOutput;
|
|
728
712
|
}
|
|
729
713
|
|
|
730
|
-
// @public
|
|
714
|
+
// @public
|
|
731
715
|
export interface ClusterProperties {
|
|
732
716
|
addOnFeatures?: Array<"RepairManager" | "DnsService" | "BackupRestoreService" | "ResourceMonitorService">;
|
|
733
717
|
applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;
|
|
734
|
-
availableClusterVersions?: Array<ClusterVersionDetails>;
|
|
735
718
|
azureActiveDirectory?: AzureActiveDirectory;
|
|
736
719
|
certificate?: CertificateDescription;
|
|
737
720
|
certificateCommonNames?: ServerCertificateCommonNames;
|
|
738
721
|
clientCertificateCommonNames?: Array<ClientCertificateCommonName>;
|
|
739
722
|
clientCertificateThumbprints?: Array<ClientCertificateThumbprint>;
|
|
740
723
|
clusterCodeVersion?: string;
|
|
741
|
-
clusterEndpoint?: string;
|
|
742
|
-
clusterId?: string;
|
|
743
|
-
clusterState?: "WaitingForNodes" | "Deploying" | "BaselineUpgrade" | "UpdatingUserConfiguration" | "UpdatingUserCertificate" | "UpdatingInfrastructure" | "EnforcingClusterVersion" | "UpgradeServiceUnreachable" | "AutoScale" | "Ready";
|
|
744
724
|
diagnosticsStorageAccountConfig?: DiagnosticsStorageAccountConfig;
|
|
745
725
|
eventStoreServiceEnabled?: boolean;
|
|
746
726
|
fabricSettings?: Array<SettingsSectionDescription>;
|
|
@@ -748,7 +728,6 @@ export interface ClusterProperties {
|
|
|
748
728
|
managementEndpoint: string;
|
|
749
729
|
nodeTypes: Array<NodeTypeDescription>;
|
|
750
730
|
notifications?: Array<Notification>;
|
|
751
|
-
provisioningState?: "Updating" | "Succeeded" | "Failed" | "Canceled";
|
|
752
731
|
reliabilityLevel?: "None" | "Bronze" | "Silver" | "Gold" | "Platinum";
|
|
753
732
|
reverseProxyCertificate?: CertificateDescription;
|
|
754
733
|
reverseProxyCertificateCommonNames?: ServerCertificateCommonNames;
|
|
@@ -763,20 +742,20 @@ export interface ClusterProperties {
|
|
|
763
742
|
waveUpgradePaused?: boolean;
|
|
764
743
|
}
|
|
765
744
|
|
|
766
|
-
// @public
|
|
745
|
+
// @public
|
|
767
746
|
export interface ClusterPropertiesOutput {
|
|
768
747
|
addOnFeatures?: Array<"RepairManager" | "DnsService" | "BackupRestoreService" | "ResourceMonitorService">;
|
|
769
748
|
applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicyOutput;
|
|
770
|
-
availableClusterVersions?: Array<ClusterVersionDetailsOutput>;
|
|
749
|
+
readonly availableClusterVersions?: Array<ClusterVersionDetailsOutput>;
|
|
771
750
|
azureActiveDirectory?: AzureActiveDirectoryOutput;
|
|
772
751
|
certificate?: CertificateDescriptionOutput;
|
|
773
752
|
certificateCommonNames?: ServerCertificateCommonNamesOutput;
|
|
774
753
|
clientCertificateCommonNames?: Array<ClientCertificateCommonNameOutput>;
|
|
775
754
|
clientCertificateThumbprints?: Array<ClientCertificateThumbprintOutput>;
|
|
776
755
|
clusterCodeVersion?: string;
|
|
777
|
-
clusterEndpoint?: string;
|
|
778
|
-
clusterId?: string;
|
|
779
|
-
clusterState?: "WaitingForNodes" | "Deploying" | "BaselineUpgrade" | "UpdatingUserConfiguration" | "UpdatingUserCertificate" | "UpdatingInfrastructure" | "EnforcingClusterVersion" | "UpgradeServiceUnreachable" | "AutoScale" | "Ready";
|
|
756
|
+
readonly clusterEndpoint?: string;
|
|
757
|
+
readonly clusterId?: string;
|
|
758
|
+
readonly clusterState?: "WaitingForNodes" | "Deploying" | "BaselineUpgrade" | "UpdatingUserConfiguration" | "UpdatingUserCertificate" | "UpdatingInfrastructure" | "EnforcingClusterVersion" | "UpgradeServiceUnreachable" | "AutoScale" | "Ready";
|
|
780
759
|
diagnosticsStorageAccountConfig?: DiagnosticsStorageAccountConfigOutput;
|
|
781
760
|
eventStoreServiceEnabled?: boolean;
|
|
782
761
|
fabricSettings?: Array<SettingsSectionDescriptionOutput>;
|
|
@@ -784,7 +763,7 @@ export interface ClusterPropertiesOutput {
|
|
|
784
763
|
managementEndpoint: string;
|
|
785
764
|
nodeTypes: Array<NodeTypeDescriptionOutput>;
|
|
786
765
|
notifications?: Array<NotificationOutput>;
|
|
787
|
-
provisioningState?: "Updating" | "Succeeded" | "Failed" | "Canceled";
|
|
766
|
+
readonly provisioningState?: "Updating" | "Succeeded" | "Failed" | "Canceled";
|
|
788
767
|
reliabilityLevel?: "None" | "Bronze" | "Silver" | "Gold" | "Platinum";
|
|
789
768
|
reverseProxyCertificate?: CertificateDescriptionOutput;
|
|
790
769
|
reverseProxyCertificateCommonNames?: ServerCertificateCommonNamesOutput;
|
|
@@ -799,7 +778,7 @@ export interface ClusterPropertiesOutput {
|
|
|
799
778
|
waveUpgradePaused?: boolean;
|
|
800
779
|
}
|
|
801
780
|
|
|
802
|
-
// @public
|
|
781
|
+
// @public
|
|
803
782
|
export interface ClusterPropertiesUpdateParameters {
|
|
804
783
|
addOnFeatures?: Array<"RepairManager" | "DnsService" | "BackupRestoreService" | "ResourceMonitorService">;
|
|
805
784
|
applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;
|
|
@@ -847,7 +826,7 @@ export interface ClustersCreateOrUpdateBodyParam {
|
|
|
847
826
|
}
|
|
848
827
|
|
|
849
828
|
// @public
|
|
850
|
-
export interface
|
|
829
|
+
export interface ClustersCreateOrUpdateDefaultResponse extends HttpResponse {
|
|
851
830
|
// (undocumented)
|
|
852
831
|
body: ErrorModelOutput;
|
|
853
832
|
// (undocumented)
|
|
@@ -864,22 +843,18 @@ export type ClustersCreateOrUpdateParameters = ClustersCreateOrUpdateMediaTypesP
|
|
|
864
843
|
|
|
865
844
|
// @public
|
|
866
845
|
export interface ClustersDelete200Response extends HttpResponse {
|
|
867
|
-
// (undocumented)
|
|
868
|
-
body: Record<string, unknown>;
|
|
869
846
|
// (undocumented)
|
|
870
847
|
status: "200";
|
|
871
848
|
}
|
|
872
849
|
|
|
873
850
|
// @public
|
|
874
851
|
export interface ClustersDelete204Response extends HttpResponse {
|
|
875
|
-
// (undocumented)
|
|
876
|
-
body: Record<string, unknown>;
|
|
877
852
|
// (undocumented)
|
|
878
853
|
status: "204";
|
|
879
854
|
}
|
|
880
855
|
|
|
881
856
|
// @public
|
|
882
|
-
export interface
|
|
857
|
+
export interface ClustersDeleteDefaultResponse extends HttpResponse {
|
|
883
858
|
// (undocumented)
|
|
884
859
|
body: ErrorModelOutput;
|
|
885
860
|
// (undocumented)
|
|
@@ -891,10 +866,10 @@ export type ClustersDeleteParameters = RequestParameters;
|
|
|
891
866
|
|
|
892
867
|
// @public (undocumented)
|
|
893
868
|
export interface ClustersGet {
|
|
894
|
-
delete(options?: ClustersDeleteParameters): StreamableMethod<ClustersDelete200Response | ClustersDelete204Response |
|
|
895
|
-
get(options?: ClustersGetParameters): StreamableMethod<ClustersGet200Response |
|
|
896
|
-
patch(options: ClustersUpdateParameters): StreamableMethod<ClustersUpdate200Response | ClustersUpdate202Response |
|
|
897
|
-
put(options: ClustersCreateOrUpdateParameters): StreamableMethod<ClustersCreateOrUpdate200Response | ClustersCreateOrUpdate202Response |
|
|
869
|
+
delete(options?: ClustersDeleteParameters): StreamableMethod<ClustersDelete200Response | ClustersDelete204Response | ClustersDeleteDefaultResponse>;
|
|
870
|
+
get(options?: ClustersGetParameters): StreamableMethod<ClustersGet200Response | ClustersGetDefaultResponse>;
|
|
871
|
+
patch(options: ClustersUpdateParameters): StreamableMethod<ClustersUpdate200Response | ClustersUpdate202Response | ClustersUpdateDefaultResponse>;
|
|
872
|
+
put(options: ClustersCreateOrUpdateParameters): StreamableMethod<ClustersCreateOrUpdate200Response | ClustersCreateOrUpdate202Response | ClustersCreateOrUpdateDefaultResponse>;
|
|
898
873
|
}
|
|
899
874
|
|
|
900
875
|
// @public
|
|
@@ -906,7 +881,7 @@ export interface ClustersGet200Response extends HttpResponse {
|
|
|
906
881
|
}
|
|
907
882
|
|
|
908
883
|
// @public
|
|
909
|
-
export interface
|
|
884
|
+
export interface ClustersGetDefaultResponse extends HttpResponse {
|
|
910
885
|
// (undocumented)
|
|
911
886
|
body: ErrorModelOutput;
|
|
912
887
|
// (undocumented)
|
|
@@ -918,7 +893,7 @@ export type ClustersGetParameters = RequestParameters;
|
|
|
918
893
|
|
|
919
894
|
// @public (undocumented)
|
|
920
895
|
export interface ClustersList {
|
|
921
|
-
get(options?: ClustersListParameters): StreamableMethod<ClustersList200Response |
|
|
896
|
+
get(options?: ClustersListParameters): StreamableMethod<ClustersList200Response | ClustersListDefaultResponse>;
|
|
922
897
|
}
|
|
923
898
|
|
|
924
899
|
// @public
|
|
@@ -931,7 +906,7 @@ export interface ClustersList200Response extends HttpResponse {
|
|
|
931
906
|
|
|
932
907
|
// @public (undocumented)
|
|
933
908
|
export interface ClustersListByResourceGroup {
|
|
934
|
-
get(options?: ClustersListByResourceGroupParameters): StreamableMethod<ClustersListByResourceGroup200Response |
|
|
909
|
+
get(options?: ClustersListByResourceGroupParameters): StreamableMethod<ClustersListByResourceGroup200Response | ClustersListByResourceGroupDefaultResponse>;
|
|
935
910
|
}
|
|
936
911
|
|
|
937
912
|
// @public
|
|
@@ -943,7 +918,7 @@ export interface ClustersListByResourceGroup200Response extends HttpResponse {
|
|
|
943
918
|
}
|
|
944
919
|
|
|
945
920
|
// @public
|
|
946
|
-
export interface
|
|
921
|
+
export interface ClustersListByResourceGroupDefaultResponse extends HttpResponse {
|
|
947
922
|
// (undocumented)
|
|
948
923
|
body: ErrorModelOutput;
|
|
949
924
|
// (undocumented)
|
|
@@ -954,7 +929,7 @@ export interface ClustersListByResourceGroupdefaultResponse extends HttpResponse
|
|
|
954
929
|
export type ClustersListByResourceGroupParameters = RequestParameters;
|
|
955
930
|
|
|
956
931
|
// @public
|
|
957
|
-
export interface
|
|
932
|
+
export interface ClustersListDefaultResponse extends HttpResponse {
|
|
958
933
|
// (undocumented)
|
|
959
934
|
body: ErrorModelOutput;
|
|
960
935
|
// (undocumented)
|
|
@@ -966,7 +941,7 @@ export type ClustersListParameters = RequestParameters;
|
|
|
966
941
|
|
|
967
942
|
// @public (undocumented)
|
|
968
943
|
export interface ClustersListUpgradableVersions {
|
|
969
|
-
post(options?: ClustersListUpgradableVersionsParameters): StreamableMethod<ClustersListUpgradableVersions200Response |
|
|
944
|
+
post(options?: ClustersListUpgradableVersionsParameters): StreamableMethod<ClustersListUpgradableVersions200Response | ClustersListUpgradableVersionsDefaultResponse>;
|
|
970
945
|
}
|
|
971
946
|
|
|
972
947
|
// @public
|
|
@@ -983,7 +958,7 @@ export interface ClustersListUpgradableVersionsBodyParam {
|
|
|
983
958
|
}
|
|
984
959
|
|
|
985
960
|
// @public
|
|
986
|
-
export interface
|
|
961
|
+
export interface ClustersListUpgradableVersionsDefaultResponse extends HttpResponse {
|
|
987
962
|
// (undocumented)
|
|
988
963
|
body: ErrorModelOutput;
|
|
989
964
|
// (undocumented)
|
|
@@ -1020,7 +995,7 @@ export interface ClustersUpdateBodyParam {
|
|
|
1020
995
|
}
|
|
1021
996
|
|
|
1022
997
|
// @public
|
|
1023
|
-
export interface
|
|
998
|
+
export interface ClustersUpdateDefaultResponse extends HttpResponse {
|
|
1024
999
|
// (undocumented)
|
|
1025
1000
|
body: ErrorModelOutput;
|
|
1026
1001
|
// (undocumented)
|
|
@@ -1035,13 +1010,13 @@ export interface ClustersUpdateMediaTypesParam {
|
|
|
1035
1010
|
// @public (undocumented)
|
|
1036
1011
|
export type ClustersUpdateParameters = ClustersUpdateMediaTypesParam & ClustersUpdateBodyParam & RequestParameters;
|
|
1037
1012
|
|
|
1038
|
-
// @public
|
|
1013
|
+
// @public
|
|
1039
1014
|
export interface ClusterUpdateParameters {
|
|
1040
1015
|
properties?: ClusterPropertiesUpdateParameters;
|
|
1041
1016
|
tags?: Record<string, string>;
|
|
1042
1017
|
}
|
|
1043
1018
|
|
|
1044
|
-
// @public
|
|
1019
|
+
// @public
|
|
1045
1020
|
export interface ClusterUpgradeDeltaHealthPolicy {
|
|
1046
1021
|
applicationDeltaHealthPolicies?: Record<string, ApplicationDeltaHealthPolicy>;
|
|
1047
1022
|
maxPercentDeltaUnhealthyApplications: number;
|
|
@@ -1049,7 +1024,7 @@ export interface ClusterUpgradeDeltaHealthPolicy {
|
|
|
1049
1024
|
maxPercentUpgradeDomainDeltaUnhealthyNodes: number;
|
|
1050
1025
|
}
|
|
1051
1026
|
|
|
1052
|
-
// @public
|
|
1027
|
+
// @public
|
|
1053
1028
|
export interface ClusterUpgradeDeltaHealthPolicyOutput {
|
|
1054
1029
|
applicationDeltaHealthPolicies?: Record<string, ApplicationDeltaHealthPolicyOutput>;
|
|
1055
1030
|
maxPercentDeltaUnhealthyApplications: number;
|
|
@@ -1057,7 +1032,7 @@ export interface ClusterUpgradeDeltaHealthPolicyOutput {
|
|
|
1057
1032
|
maxPercentUpgradeDomainDeltaUnhealthyNodes: number;
|
|
1058
1033
|
}
|
|
1059
1034
|
|
|
1060
|
-
// @public
|
|
1035
|
+
// @public
|
|
1061
1036
|
export interface ClusterUpgradePolicy {
|
|
1062
1037
|
deltaHealthPolicy?: ClusterUpgradeDeltaHealthPolicy;
|
|
1063
1038
|
forceRestart?: boolean;
|
|
@@ -1070,7 +1045,7 @@ export interface ClusterUpgradePolicy {
|
|
|
1070
1045
|
upgradeTimeout: string;
|
|
1071
1046
|
}
|
|
1072
1047
|
|
|
1073
|
-
// @public
|
|
1048
|
+
// @public
|
|
1074
1049
|
export interface ClusterUpgradePolicyOutput {
|
|
1075
1050
|
deltaHealthPolicy?: ClusterUpgradeDeltaHealthPolicyOutput;
|
|
1076
1051
|
forceRestart?: boolean;
|
|
@@ -1083,14 +1058,14 @@ export interface ClusterUpgradePolicyOutput {
|
|
|
1083
1058
|
upgradeTimeout: string;
|
|
1084
1059
|
}
|
|
1085
1060
|
|
|
1086
|
-
// @public
|
|
1061
|
+
// @public
|
|
1087
1062
|
export interface ClusterVersionDetails {
|
|
1088
1063
|
codeVersion?: string;
|
|
1089
1064
|
environment?: "Windows" | "Linux";
|
|
1090
1065
|
supportExpiryUtc?: string;
|
|
1091
1066
|
}
|
|
1092
1067
|
|
|
1093
|
-
// @public
|
|
1068
|
+
// @public
|
|
1094
1069
|
export interface ClusterVersionDetailsOutput {
|
|
1095
1070
|
codeVersion?: string;
|
|
1096
1071
|
environment?: "Windows" | "Linux";
|
|
@@ -1099,7 +1074,7 @@ export interface ClusterVersionDetailsOutput {
|
|
|
1099
1074
|
|
|
1100
1075
|
// @public (undocumented)
|
|
1101
1076
|
export interface ClusterVersionsGet {
|
|
1102
|
-
get(options?: ClusterVersionsGetParameters): StreamableMethod<ClusterVersionsGet200Response |
|
|
1077
|
+
get(options?: ClusterVersionsGetParameters): StreamableMethod<ClusterVersionsGet200Response | ClusterVersionsGetDefaultResponse>;
|
|
1103
1078
|
}
|
|
1104
1079
|
|
|
1105
1080
|
// @public
|
|
@@ -1112,7 +1087,7 @@ export interface ClusterVersionsGet200Response extends HttpResponse {
|
|
|
1112
1087
|
|
|
1113
1088
|
// @public (undocumented)
|
|
1114
1089
|
export interface ClusterVersionsGetByEnvironment {
|
|
1115
|
-
get(options?: ClusterVersionsGetByEnvironmentParameters): StreamableMethod<ClusterVersionsGetByEnvironment200Response |
|
|
1090
|
+
get(options?: ClusterVersionsGetByEnvironmentParameters): StreamableMethod<ClusterVersionsGetByEnvironment200Response | ClusterVersionsGetByEnvironmentDefaultResponse>;
|
|
1116
1091
|
}
|
|
1117
1092
|
|
|
1118
1093
|
// @public
|
|
@@ -1124,7 +1099,7 @@ export interface ClusterVersionsGetByEnvironment200Response extends HttpResponse
|
|
|
1124
1099
|
}
|
|
1125
1100
|
|
|
1126
1101
|
// @public
|
|
1127
|
-
export interface
|
|
1102
|
+
export interface ClusterVersionsGetByEnvironmentDefaultResponse extends HttpResponse {
|
|
1128
1103
|
// (undocumented)
|
|
1129
1104
|
body: ErrorModelOutput;
|
|
1130
1105
|
// (undocumented)
|
|
@@ -1135,7 +1110,7 @@ export interface ClusterVersionsGetByEnvironmentdefaultResponse extends HttpResp
|
|
|
1135
1110
|
export type ClusterVersionsGetByEnvironmentParameters = RequestParameters;
|
|
1136
1111
|
|
|
1137
1112
|
// @public
|
|
1138
|
-
export interface
|
|
1113
|
+
export interface ClusterVersionsGetDefaultResponse extends HttpResponse {
|
|
1139
1114
|
// (undocumented)
|
|
1140
1115
|
body: ErrorModelOutput;
|
|
1141
1116
|
// (undocumented)
|
|
@@ -1147,7 +1122,7 @@ export type ClusterVersionsGetParameters = RequestParameters;
|
|
|
1147
1122
|
|
|
1148
1123
|
// @public (undocumented)
|
|
1149
1124
|
export interface ClusterVersionsList {
|
|
1150
|
-
get(options?: ClusterVersionsListParameters): StreamableMethod<ClusterVersionsList200Response |
|
|
1125
|
+
get(options?: ClusterVersionsListParameters): StreamableMethod<ClusterVersionsList200Response | ClusterVersionsListDefaultResponse>;
|
|
1151
1126
|
}
|
|
1152
1127
|
|
|
1153
1128
|
// @public
|
|
@@ -1160,7 +1135,7 @@ export interface ClusterVersionsList200Response extends HttpResponse {
|
|
|
1160
1135
|
|
|
1161
1136
|
// @public (undocumented)
|
|
1162
1137
|
export interface ClusterVersionsListByEnvironment {
|
|
1163
|
-
get(options?: ClusterVersionsListByEnvironmentParameters): StreamableMethod<ClusterVersionsListByEnvironment200Response |
|
|
1138
|
+
get(options?: ClusterVersionsListByEnvironmentParameters): StreamableMethod<ClusterVersionsListByEnvironment200Response | ClusterVersionsListByEnvironmentDefaultResponse>;
|
|
1164
1139
|
}
|
|
1165
1140
|
|
|
1166
1141
|
// @public
|
|
@@ -1172,7 +1147,7 @@ export interface ClusterVersionsListByEnvironment200Response extends HttpRespons
|
|
|
1172
1147
|
}
|
|
1173
1148
|
|
|
1174
1149
|
// @public
|
|
1175
|
-
export interface
|
|
1150
|
+
export interface ClusterVersionsListByEnvironmentDefaultResponse extends HttpResponse {
|
|
1176
1151
|
// (undocumented)
|
|
1177
1152
|
body: ErrorModelOutput;
|
|
1178
1153
|
// (undocumented)
|
|
@@ -1183,7 +1158,7 @@ export interface ClusterVersionsListByEnvironmentdefaultResponse extends HttpRes
|
|
|
1183
1158
|
export type ClusterVersionsListByEnvironmentParameters = RequestParameters;
|
|
1184
1159
|
|
|
1185
1160
|
// @public
|
|
1186
|
-
export interface
|
|
1161
|
+
export interface ClusterVersionsListDefaultResponse extends HttpResponse {
|
|
1187
1162
|
// (undocumented)
|
|
1188
1163
|
body: ErrorModelOutput;
|
|
1189
1164
|
// (undocumented)
|
|
@@ -1193,11 +1168,11 @@ export interface ClusterVersionsListdefaultResponse extends HttpResponse {
|
|
|
1193
1168
|
// @public (undocumented)
|
|
1194
1169
|
export type ClusterVersionsListParameters = RequestParameters;
|
|
1195
1170
|
|
|
1196
|
-
// @public
|
|
1197
|
-
function createClient(credentials: TokenCredential, options?:
|
|
1171
|
+
// @public
|
|
1172
|
+
function createClient(credentials: TokenCredential, { apiVersion, ...options }?: ServiceFabricClientOptions): ServiceFabricClient;
|
|
1198
1173
|
export default createClient;
|
|
1199
1174
|
|
|
1200
|
-
// @public
|
|
1175
|
+
// @public
|
|
1201
1176
|
export interface DiagnosticsStorageAccountConfig {
|
|
1202
1177
|
blobEndpoint: string;
|
|
1203
1178
|
protectedAccountKeyName: string;
|
|
@@ -1207,7 +1182,7 @@ export interface DiagnosticsStorageAccountConfig {
|
|
|
1207
1182
|
tableEndpoint: string;
|
|
1208
1183
|
}
|
|
1209
1184
|
|
|
1210
|
-
// @public
|
|
1185
|
+
// @public
|
|
1211
1186
|
export interface DiagnosticsStorageAccountConfigOutput {
|
|
1212
1187
|
blobEndpoint: string;
|
|
1213
1188
|
protectedAccountKeyName: string;
|
|
@@ -1217,25 +1192,25 @@ export interface DiagnosticsStorageAccountConfigOutput {
|
|
|
1217
1192
|
tableEndpoint: string;
|
|
1218
1193
|
}
|
|
1219
1194
|
|
|
1220
|
-
// @public
|
|
1195
|
+
// @public
|
|
1221
1196
|
export interface EndpointRangeDescription {
|
|
1222
1197
|
endPort: number;
|
|
1223
1198
|
startPort: number;
|
|
1224
1199
|
}
|
|
1225
1200
|
|
|
1226
|
-
// @public
|
|
1201
|
+
// @public
|
|
1227
1202
|
export interface EndpointRangeDescriptionOutput {
|
|
1228
1203
|
endPort: number;
|
|
1229
1204
|
startPort: number;
|
|
1230
1205
|
}
|
|
1231
1206
|
|
|
1232
|
-
// @public
|
|
1207
|
+
// @public
|
|
1233
1208
|
export interface ErrorModelErrorOutput {
|
|
1234
1209
|
code?: string;
|
|
1235
1210
|
message?: string;
|
|
1236
1211
|
}
|
|
1237
1212
|
|
|
1238
|
-
// @public
|
|
1213
|
+
// @public
|
|
1239
1214
|
export interface ErrorModelOutput {
|
|
1240
1215
|
error?: ErrorModelErrorOutput;
|
|
1241
1216
|
}
|
|
@@ -1244,121 +1219,119 @@ export interface ErrorModelOutput {
|
|
|
1244
1219
|
export type GetArrayType<T> = T extends Array<infer TData> ? TData : never;
|
|
1245
1220
|
|
|
1246
1221
|
// @public
|
|
1247
|
-
export function getLongRunningPoller<TResult extends HttpResponse>(client: Client, initialResponse: TResult, options?:
|
|
1222
|
+
export function getLongRunningPoller<TResult extends HttpResponse>(client: Client, initialResponse: TResult, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
|
|
1248
1223
|
|
|
1249
1224
|
// @public
|
|
1250
|
-
export type GetPage<TPage> = (pageLink: string
|
|
1225
|
+
export type GetPage<TPage> = (pageLink: string) => Promise<{
|
|
1251
1226
|
page: TPage;
|
|
1252
1227
|
nextPageLink?: string;
|
|
1253
1228
|
}>;
|
|
1254
1229
|
|
|
1255
1230
|
// @public (undocumented)
|
|
1256
|
-
export function isUnexpected(response: ClustersGet200Response |
|
|
1231
|
+
export function isUnexpected(response: ClustersGet200Response | ClustersGetDefaultResponse): response is ClustersGetDefaultResponse;
|
|
1257
1232
|
|
|
1258
1233
|
// @public (undocumented)
|
|
1259
|
-
export function isUnexpected(response: ClustersCreateOrUpdate200Response | ClustersCreateOrUpdate202Response |
|
|
1234
|
+
export function isUnexpected(response: ClustersCreateOrUpdate200Response | ClustersCreateOrUpdate202Response | ClustersCreateOrUpdateDefaultResponse): response is ClustersCreateOrUpdateDefaultResponse;
|
|
1260
1235
|
|
|
1261
1236
|
// @public (undocumented)
|
|
1262
|
-
export function isUnexpected(response: ClustersUpdate200Response | ClustersUpdate202Response |
|
|
1237
|
+
export function isUnexpected(response: ClustersUpdate200Response | ClustersUpdate202Response | ClustersUpdateDefaultResponse): response is ClustersUpdateDefaultResponse;
|
|
1263
1238
|
|
|
1264
1239
|
// @public (undocumented)
|
|
1265
|
-
export function isUnexpected(response: ClustersDelete200Response | ClustersDelete204Response |
|
|
1240
|
+
export function isUnexpected(response: ClustersDelete200Response | ClustersDelete204Response | ClustersDeleteDefaultResponse): response is ClustersDeleteDefaultResponse;
|
|
1266
1241
|
|
|
1267
1242
|
// @public (undocumented)
|
|
1268
|
-
export function isUnexpected(response: ClustersListByResourceGroup200Response |
|
|
1243
|
+
export function isUnexpected(response: ClustersListByResourceGroup200Response | ClustersListByResourceGroupDefaultResponse): response is ClustersListByResourceGroupDefaultResponse;
|
|
1269
1244
|
|
|
1270
1245
|
// @public (undocumented)
|
|
1271
|
-
export function isUnexpected(response: ClustersList200Response |
|
|
1246
|
+
export function isUnexpected(response: ClustersList200Response | ClustersListDefaultResponse): response is ClustersListDefaultResponse;
|
|
1272
1247
|
|
|
1273
1248
|
// @public (undocumented)
|
|
1274
|
-
export function isUnexpected(response: ClustersListUpgradableVersions200Response |
|
|
1249
|
+
export function isUnexpected(response: ClustersListUpgradableVersions200Response | ClustersListUpgradableVersionsDefaultResponse): response is ClustersListUpgradableVersionsDefaultResponse;
|
|
1275
1250
|
|
|
1276
1251
|
// @public (undocumented)
|
|
1277
|
-
export function isUnexpected(response: ClusterVersionsGet200Response |
|
|
1252
|
+
export function isUnexpected(response: ClusterVersionsGet200Response | ClusterVersionsGetDefaultResponse): response is ClusterVersionsGetDefaultResponse;
|
|
1278
1253
|
|
|
1279
1254
|
// @public (undocumented)
|
|
1280
|
-
export function isUnexpected(response: ClusterVersionsGetByEnvironment200Response |
|
|
1255
|
+
export function isUnexpected(response: ClusterVersionsGetByEnvironment200Response | ClusterVersionsGetByEnvironmentDefaultResponse): response is ClusterVersionsGetByEnvironmentDefaultResponse;
|
|
1281
1256
|
|
|
1282
1257
|
// @public (undocumented)
|
|
1283
|
-
export function isUnexpected(response: ClusterVersionsList200Response |
|
|
1258
|
+
export function isUnexpected(response: ClusterVersionsList200Response | ClusterVersionsListDefaultResponse): response is ClusterVersionsListDefaultResponse;
|
|
1284
1259
|
|
|
1285
1260
|
// @public (undocumented)
|
|
1286
|
-
export function isUnexpected(response: ClusterVersionsListByEnvironment200Response |
|
|
1261
|
+
export function isUnexpected(response: ClusterVersionsListByEnvironment200Response | ClusterVersionsListByEnvironmentDefaultResponse): response is ClusterVersionsListByEnvironmentDefaultResponse;
|
|
1287
1262
|
|
|
1288
1263
|
// @public (undocumented)
|
|
1289
|
-
export function isUnexpected(response: OperationsList200Response |
|
|
1264
|
+
export function isUnexpected(response: OperationsList200Response | OperationsListDefaultResponse): response is OperationsListDefaultResponse;
|
|
1290
1265
|
|
|
1291
1266
|
// @public (undocumented)
|
|
1292
|
-
export function isUnexpected(response: ApplicationTypesGet200Response |
|
|
1267
|
+
export function isUnexpected(response: ApplicationTypesGet200Response | ApplicationTypesGetDefaultResponse): response is ApplicationTypesGetDefaultResponse;
|
|
1293
1268
|
|
|
1294
1269
|
// @public (undocumented)
|
|
1295
|
-
export function isUnexpected(response: ApplicationTypesCreateOrUpdate200Response |
|
|
1270
|
+
export function isUnexpected(response: ApplicationTypesCreateOrUpdate200Response | ApplicationTypesCreateOrUpdateDefaultResponse): response is ApplicationTypesCreateOrUpdateDefaultResponse;
|
|
1296
1271
|
|
|
1297
1272
|
// @public (undocumented)
|
|
1298
|
-
export function isUnexpected(response: ApplicationTypesDelete202Response | ApplicationTypesDelete204Response |
|
|
1273
|
+
export function isUnexpected(response: ApplicationTypesDelete202Response | ApplicationTypesDelete204Response | ApplicationTypesDeleteDefaultResponse): response is ApplicationTypesDeleteDefaultResponse;
|
|
1299
1274
|
|
|
1300
1275
|
// @public (undocumented)
|
|
1301
|
-
export function isUnexpected(response: ApplicationTypesList200Response |
|
|
1276
|
+
export function isUnexpected(response: ApplicationTypesList200Response | ApplicationTypesListDefaultResponse): response is ApplicationTypesListDefaultResponse;
|
|
1302
1277
|
|
|
1303
1278
|
// @public (undocumented)
|
|
1304
|
-
export function isUnexpected(response: ApplicationTypeVersionsGet200Response |
|
|
1279
|
+
export function isUnexpected(response: ApplicationTypeVersionsGet200Response | ApplicationTypeVersionsGetDefaultResponse): response is ApplicationTypeVersionsGetDefaultResponse;
|
|
1305
1280
|
|
|
1306
1281
|
// @public (undocumented)
|
|
1307
|
-
export function isUnexpected(response: ApplicationTypeVersionsCreateOrUpdate202Response |
|
|
1282
|
+
export function isUnexpected(response: ApplicationTypeVersionsCreateOrUpdate202Response | ApplicationTypeVersionsCreateOrUpdateDefaultResponse): response is ApplicationTypeVersionsCreateOrUpdateDefaultResponse;
|
|
1308
1283
|
|
|
1309
1284
|
// @public (undocumented)
|
|
1310
|
-
export function isUnexpected(response: ApplicationTypeVersionsDelete202Response | ApplicationTypeVersionsDelete204Response |
|
|
1285
|
+
export function isUnexpected(response: ApplicationTypeVersionsDelete202Response | ApplicationTypeVersionsDelete204Response | ApplicationTypeVersionsDeleteDefaultResponse): response is ApplicationTypeVersionsDeleteDefaultResponse;
|
|
1311
1286
|
|
|
1312
1287
|
// @public (undocumented)
|
|
1313
|
-
export function isUnexpected(response: ApplicationTypeVersionsList200Response |
|
|
1288
|
+
export function isUnexpected(response: ApplicationTypeVersionsList200Response | ApplicationTypeVersionsListDefaultResponse): response is ApplicationTypeVersionsListDefaultResponse;
|
|
1314
1289
|
|
|
1315
1290
|
// @public (undocumented)
|
|
1316
|
-
export function isUnexpected(response: ApplicationsGet200Response |
|
|
1291
|
+
export function isUnexpected(response: ApplicationsGet200Response | ApplicationsGetDefaultResponse): response is ApplicationsGetDefaultResponse;
|
|
1317
1292
|
|
|
1318
1293
|
// @public (undocumented)
|
|
1319
|
-
export function isUnexpected(response: ApplicationsCreateOrUpdate202Response |
|
|
1294
|
+
export function isUnexpected(response: ApplicationsCreateOrUpdate202Response | ApplicationsCreateOrUpdateDefaultResponse): response is ApplicationsCreateOrUpdateDefaultResponse;
|
|
1320
1295
|
|
|
1321
1296
|
// @public (undocumented)
|
|
1322
|
-
export function isUnexpected(response: ApplicationsUpdate202Response |
|
|
1297
|
+
export function isUnexpected(response: ApplicationsUpdate202Response | ApplicationsUpdateDefaultResponse): response is ApplicationsUpdateDefaultResponse;
|
|
1323
1298
|
|
|
1324
1299
|
// @public (undocumented)
|
|
1325
|
-
export function isUnexpected(response: ApplicationsDelete202Response | ApplicationsDelete204Response |
|
|
1300
|
+
export function isUnexpected(response: ApplicationsDelete202Response | ApplicationsDelete204Response | ApplicationsDeleteDefaultResponse): response is ApplicationsDeleteDefaultResponse;
|
|
1326
1301
|
|
|
1327
1302
|
// @public (undocumented)
|
|
1328
|
-
export function isUnexpected(response: ApplicationsList200Response |
|
|
1303
|
+
export function isUnexpected(response: ApplicationsList200Response | ApplicationsListDefaultResponse): response is ApplicationsListDefaultResponse;
|
|
1329
1304
|
|
|
1330
1305
|
// @public (undocumented)
|
|
1331
|
-
export function isUnexpected(response: ServicesGet200Response |
|
|
1306
|
+
export function isUnexpected(response: ServicesGet200Response | ServicesGetDefaultResponse): response is ServicesGetDefaultResponse;
|
|
1332
1307
|
|
|
1333
1308
|
// @public (undocumented)
|
|
1334
|
-
export function isUnexpected(response: ServicesCreateOrUpdate202Response |
|
|
1309
|
+
export function isUnexpected(response: ServicesCreateOrUpdate202Response | ServicesCreateOrUpdateDefaultResponse): response is ServicesCreateOrUpdateDefaultResponse;
|
|
1335
1310
|
|
|
1336
1311
|
// @public (undocumented)
|
|
1337
|
-
export function isUnexpected(response: ServicesUpdate202Response |
|
|
1312
|
+
export function isUnexpected(response: ServicesUpdate202Response | ServicesUpdateDefaultResponse): response is ServicesUpdateDefaultResponse;
|
|
1338
1313
|
|
|
1339
1314
|
// @public (undocumented)
|
|
1340
|
-
export function isUnexpected(response: ServicesDelete202Response | ServicesDelete204Response |
|
|
1315
|
+
export function isUnexpected(response: ServicesDelete202Response | ServicesDelete204Response | ServicesDeleteDefaultResponse): response is ServicesDeleteDefaultResponse;
|
|
1341
1316
|
|
|
1342
1317
|
// @public (undocumented)
|
|
1343
|
-
export function isUnexpected(response: ServicesList200Response |
|
|
1318
|
+
export function isUnexpected(response: ServicesList200Response | ServicesListDefaultResponse): response is ServicesListDefaultResponse;
|
|
1344
1319
|
|
|
1345
|
-
// @public
|
|
1320
|
+
// @public
|
|
1346
1321
|
export interface ManagedIdentity {
|
|
1347
|
-
principalId?: string;
|
|
1348
|
-
tenantId?: string;
|
|
1349
1322
|
type?: "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
1350
1323
|
userAssignedIdentities?: Record<string, UserAssignedIdentity>;
|
|
1351
1324
|
}
|
|
1352
1325
|
|
|
1353
|
-
// @public
|
|
1326
|
+
// @public
|
|
1354
1327
|
export interface ManagedIdentityOutput {
|
|
1355
|
-
principalId?: string;
|
|
1356
|
-
tenantId?: string;
|
|
1328
|
+
readonly principalId?: string;
|
|
1329
|
+
readonly tenantId?: string;
|
|
1357
1330
|
type?: "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
1358
1331
|
userAssignedIdentities?: Record<string, UserAssignedIdentityOutput>;
|
|
1359
1332
|
}
|
|
1360
1333
|
|
|
1361
|
-
// @public
|
|
1334
|
+
// @public
|
|
1362
1335
|
export interface NamedPartitionSchemeDescription extends PartitionSchemeDescriptionParent {
|
|
1363
1336
|
count: number;
|
|
1364
1337
|
names: Array<string>;
|
|
@@ -1366,7 +1339,7 @@ export interface NamedPartitionSchemeDescription extends PartitionSchemeDescript
|
|
|
1366
1339
|
partitionScheme: "Named";
|
|
1367
1340
|
}
|
|
1368
1341
|
|
|
1369
|
-
// @public
|
|
1342
|
+
// @public
|
|
1370
1343
|
export interface NamedPartitionSchemeDescriptionOutput extends PartitionSchemeDescriptionOutputParent {
|
|
1371
1344
|
count: number;
|
|
1372
1345
|
names: Array<string>;
|
|
@@ -1374,7 +1347,7 @@ export interface NamedPartitionSchemeDescriptionOutput extends PartitionSchemeDe
|
|
|
1374
1347
|
partitionScheme: "Named";
|
|
1375
1348
|
}
|
|
1376
1349
|
|
|
1377
|
-
// @public
|
|
1350
|
+
// @public
|
|
1378
1351
|
export interface NodeTypeDescription {
|
|
1379
1352
|
applicationPorts?: EndpointRangeDescription;
|
|
1380
1353
|
capacities?: Record<string, string>;
|
|
@@ -1391,7 +1364,7 @@ export interface NodeTypeDescription {
|
|
|
1391
1364
|
vmInstanceCount: number;
|
|
1392
1365
|
}
|
|
1393
1366
|
|
|
1394
|
-
// @public
|
|
1367
|
+
// @public
|
|
1395
1368
|
export interface NodeTypeDescriptionOutput {
|
|
1396
1369
|
applicationPorts?: EndpointRangeDescriptionOutput;
|
|
1397
1370
|
capacities?: Record<string, string>;
|
|
@@ -1408,7 +1381,7 @@ export interface NodeTypeDescriptionOutput {
|
|
|
1408
1381
|
vmInstanceCount: number;
|
|
1409
1382
|
}
|
|
1410
1383
|
|
|
1411
|
-
// @public
|
|
1384
|
+
// @public
|
|
1412
1385
|
export interface Notification {
|
|
1413
1386
|
isEnabled: boolean;
|
|
1414
1387
|
notificationCategory: "WaveProgress";
|
|
@@ -1416,7 +1389,7 @@ export interface Notification {
|
|
|
1416
1389
|
notificationTargets: Array<NotificationTarget>;
|
|
1417
1390
|
}
|
|
1418
1391
|
|
|
1419
|
-
// @public
|
|
1392
|
+
// @public
|
|
1420
1393
|
export interface NotificationOutput {
|
|
1421
1394
|
isEnabled: boolean;
|
|
1422
1395
|
notificationCategory: "WaveProgress";
|
|
@@ -1424,25 +1397,25 @@ export interface NotificationOutput {
|
|
|
1424
1397
|
notificationTargets: Array<NotificationTargetOutput>;
|
|
1425
1398
|
}
|
|
1426
1399
|
|
|
1427
|
-
// @public
|
|
1400
|
+
// @public
|
|
1428
1401
|
export interface NotificationTarget {
|
|
1429
1402
|
notificationChannel: "EmailUser" | "EmailSubscription";
|
|
1430
1403
|
receivers: Array<string>;
|
|
1431
1404
|
}
|
|
1432
1405
|
|
|
1433
|
-
// @public
|
|
1406
|
+
// @public
|
|
1434
1407
|
export interface NotificationTargetOutput {
|
|
1435
1408
|
notificationChannel: "EmailUser" | "EmailSubscription";
|
|
1436
1409
|
receivers: Array<string>;
|
|
1437
1410
|
}
|
|
1438
1411
|
|
|
1439
|
-
// @public
|
|
1412
|
+
// @public
|
|
1440
1413
|
export interface OperationListResultOutput {
|
|
1441
|
-
nextLink?: string;
|
|
1414
|
+
readonly nextLink?: string;
|
|
1442
1415
|
value?: Array<OperationResultOutput>;
|
|
1443
1416
|
}
|
|
1444
1417
|
|
|
1445
|
-
// @public
|
|
1418
|
+
// @public
|
|
1446
1419
|
export interface OperationResultOutput {
|
|
1447
1420
|
display?: AvailableOperationDisplayOutput;
|
|
1448
1421
|
isDataAction?: boolean;
|
|
@@ -1453,7 +1426,7 @@ export interface OperationResultOutput {
|
|
|
1453
1426
|
|
|
1454
1427
|
// @public (undocumented)
|
|
1455
1428
|
export interface OperationsList {
|
|
1456
|
-
get(options?: OperationsListParameters): StreamableMethod<OperationsList200Response |
|
|
1429
|
+
get(options?: OperationsListParameters): StreamableMethod<OperationsList200Response | OperationsListDefaultResponse>;
|
|
1457
1430
|
}
|
|
1458
1431
|
|
|
1459
1432
|
// @public
|
|
@@ -1465,7 +1438,7 @@ export interface OperationsList200Response extends HttpResponse {
|
|
|
1465
1438
|
}
|
|
1466
1439
|
|
|
1467
1440
|
// @public
|
|
1468
|
-
export interface
|
|
1441
|
+
export interface OperationsListDefaultResponse extends HttpResponse {
|
|
1469
1442
|
// (undocumented)
|
|
1470
1443
|
body: ErrorModelOutput;
|
|
1471
1444
|
// (undocumented)
|
|
@@ -1475,6 +1448,18 @@ export interface OperationsListdefaultResponse extends HttpResponse {
|
|
|
1475
1448
|
// @public (undocumented)
|
|
1476
1449
|
export type OperationsListParameters = RequestParameters;
|
|
1477
1450
|
|
|
1451
|
+
// @public
|
|
1452
|
+
export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings = PageSettings> {
|
|
1453
|
+
[Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
|
|
1454
|
+
byPage: (settings?: TPageSettings) => AsyncIterableIterator<TPage>;
|
|
1455
|
+
next(): Promise<IteratorResult<TElement>>;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
// @public
|
|
1459
|
+
export interface PageSettings {
|
|
1460
|
+
continuationToken?: string;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1478
1463
|
// @public
|
|
1479
1464
|
export function paginate<TResponse extends PathUncheckedResponse>(client: Client, initialResponse: TResponse, options?: PagingOptions<TResponse>): PagedAsyncIterableIterator<PaginateReturn<TResponse>>;
|
|
1480
1465
|
|
|
@@ -1490,66 +1475,56 @@ export interface PagingOptions<TResponse> {
|
|
|
1490
1475
|
customGetPage?: GetPage<PaginateReturn<TResponse>[]>;
|
|
1491
1476
|
}
|
|
1492
1477
|
|
|
1493
|
-
// @public
|
|
1478
|
+
// @public
|
|
1494
1479
|
export type PartitionSchemeDescription = NamedPartitionSchemeDescription | SingletonPartitionSchemeDescription | UniformInt64RangePartitionSchemeDescription;
|
|
1495
1480
|
|
|
1496
|
-
// @public
|
|
1481
|
+
// @public
|
|
1497
1482
|
export type PartitionSchemeDescriptionOutput = NamedPartitionSchemeDescriptionOutput | SingletonPartitionSchemeDescriptionOutput | UniformInt64RangePartitionSchemeDescriptionOutput;
|
|
1498
1483
|
|
|
1499
|
-
// @public
|
|
1484
|
+
// @public
|
|
1500
1485
|
export interface PartitionSchemeDescriptionOutputParent {
|
|
1501
1486
|
// (undocumented)
|
|
1502
1487
|
partitionScheme: "PartitionSchemeDescription" | "Named" | "Singleton" | "UniformInt64Range";
|
|
1503
1488
|
}
|
|
1504
1489
|
|
|
1505
|
-
// @public
|
|
1490
|
+
// @public
|
|
1506
1491
|
export interface PartitionSchemeDescriptionParent {
|
|
1507
1492
|
// (undocumented)
|
|
1508
1493
|
partitionScheme: "PartitionSchemeDescription" | "Named" | "Singleton" | "UniformInt64Range";
|
|
1509
1494
|
}
|
|
1510
1495
|
|
|
1511
|
-
// @public
|
|
1496
|
+
// @public
|
|
1512
1497
|
export interface ProxyResource {
|
|
1513
|
-
etag?: string;
|
|
1514
|
-
id?: string;
|
|
1515
1498
|
location?: string;
|
|
1516
|
-
name?: string;
|
|
1517
|
-
systemData?: SystemData;
|
|
1518
1499
|
tags?: Record<string, string>;
|
|
1519
|
-
type?: string;
|
|
1520
1500
|
}
|
|
1521
1501
|
|
|
1522
|
-
// @public
|
|
1502
|
+
// @public
|
|
1523
1503
|
export interface ProxyResourceOutput {
|
|
1524
|
-
etag?: string;
|
|
1525
|
-
id?: string;
|
|
1504
|
+
readonly etag?: string;
|
|
1505
|
+
readonly id?: string;
|
|
1526
1506
|
location?: string;
|
|
1527
|
-
name?: string;
|
|
1528
|
-
systemData?: SystemDataOutput;
|
|
1507
|
+
readonly name?: string;
|
|
1508
|
+
readonly systemData?: SystemDataOutput;
|
|
1529
1509
|
tags?: Record<string, string>;
|
|
1530
|
-
type?: string;
|
|
1510
|
+
readonly type?: string;
|
|
1531
1511
|
}
|
|
1532
1512
|
|
|
1533
|
-
// @public
|
|
1513
|
+
// @public
|
|
1534
1514
|
export interface Resource {
|
|
1535
|
-
etag?: string;
|
|
1536
|
-
id?: string;
|
|
1537
1515
|
location: string;
|
|
1538
|
-
name?: string;
|
|
1539
|
-
systemData?: SystemData;
|
|
1540
1516
|
tags?: Record<string, string>;
|
|
1541
|
-
type?: string;
|
|
1542
1517
|
}
|
|
1543
1518
|
|
|
1544
|
-
// @public
|
|
1519
|
+
// @public
|
|
1545
1520
|
export interface ResourceOutput {
|
|
1546
|
-
etag?: string;
|
|
1547
|
-
id?: string;
|
|
1521
|
+
readonly etag?: string;
|
|
1522
|
+
readonly id?: string;
|
|
1548
1523
|
location: string;
|
|
1549
|
-
name?: string;
|
|
1550
|
-
systemData?: SystemDataOutput;
|
|
1524
|
+
readonly name?: string;
|
|
1525
|
+
readonly systemData?: SystemDataOutput;
|
|
1551
1526
|
tags?: Record<string, string>;
|
|
1552
|
-
type?: string;
|
|
1527
|
+
readonly type?: string;
|
|
1553
1528
|
}
|
|
1554
1529
|
|
|
1555
1530
|
// @public (undocumented)
|
|
@@ -1573,37 +1548,37 @@ export interface Routes {
|
|
|
1573
1548
|
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationName: string): ServicesList;
|
|
1574
1549
|
}
|
|
1575
1550
|
|
|
1576
|
-
// @public
|
|
1551
|
+
// @public
|
|
1577
1552
|
export interface ServerCertificateCommonName {
|
|
1578
1553
|
certificateCommonName: string;
|
|
1579
1554
|
certificateIssuerThumbprint: string;
|
|
1580
1555
|
}
|
|
1581
1556
|
|
|
1582
|
-
// @public
|
|
1557
|
+
// @public
|
|
1583
1558
|
export interface ServerCertificateCommonNameOutput {
|
|
1584
1559
|
certificateCommonName: string;
|
|
1585
1560
|
certificateIssuerThumbprint: string;
|
|
1586
1561
|
}
|
|
1587
1562
|
|
|
1588
|
-
// @public
|
|
1563
|
+
// @public
|
|
1589
1564
|
export interface ServerCertificateCommonNames {
|
|
1590
1565
|
commonNames?: Array<ServerCertificateCommonName>;
|
|
1591
1566
|
x509StoreName?: "AddressBook" | "AuthRoot" | "CertificateAuthority" | "Disallowed" | "My" | "Root" | "TrustedPeople" | "TrustedPublisher";
|
|
1592
1567
|
}
|
|
1593
1568
|
|
|
1594
|
-
// @public
|
|
1569
|
+
// @public
|
|
1595
1570
|
export interface ServerCertificateCommonNamesOutput {
|
|
1596
1571
|
commonNames?: Array<ServerCertificateCommonNameOutput>;
|
|
1597
1572
|
x509StoreName?: "AddressBook" | "AuthRoot" | "CertificateAuthority" | "Disallowed" | "My" | "Root" | "TrustedPeople" | "TrustedPublisher";
|
|
1598
1573
|
}
|
|
1599
1574
|
|
|
1600
|
-
// @public
|
|
1575
|
+
// @public
|
|
1601
1576
|
export interface ServiceCorrelationDescription {
|
|
1602
1577
|
scheme: "Invalid" | "Affinity" | "AlignedAffinity" | "NonAlignedAffinity";
|
|
1603
1578
|
serviceName: string;
|
|
1604
1579
|
}
|
|
1605
1580
|
|
|
1606
|
-
// @public
|
|
1581
|
+
// @public
|
|
1607
1582
|
export interface ServiceCorrelationDescriptionOutput {
|
|
1608
1583
|
scheme: "Invalid" | "Affinity" | "AlignedAffinity" | "NonAlignedAffinity";
|
|
1609
1584
|
serviceName: string;
|
|
@@ -1614,7 +1589,12 @@ export type ServiceFabricClient = Client & {
|
|
|
1614
1589
|
path: Routes;
|
|
1615
1590
|
};
|
|
1616
1591
|
|
|
1617
|
-
// @public
|
|
1592
|
+
// @public
|
|
1593
|
+
export interface ServiceFabricClientOptions extends ClientOptions {
|
|
1594
|
+
apiVersion?: string;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
// @public
|
|
1618
1598
|
export interface ServiceLoadMetricDescription {
|
|
1619
1599
|
defaultLoad?: number;
|
|
1620
1600
|
name: string;
|
|
@@ -1623,7 +1603,7 @@ export interface ServiceLoadMetricDescription {
|
|
|
1623
1603
|
weight?: "Zero" | "Low" | "Medium" | "High";
|
|
1624
1604
|
}
|
|
1625
1605
|
|
|
1626
|
-
// @public
|
|
1606
|
+
// @public
|
|
1627
1607
|
export interface ServiceLoadMetricDescriptionOutput {
|
|
1628
1608
|
defaultLoad?: number;
|
|
1629
1609
|
name: string;
|
|
@@ -1632,39 +1612,39 @@ export interface ServiceLoadMetricDescriptionOutput {
|
|
|
1632
1612
|
weight?: "Zero" | "Low" | "Medium" | "High";
|
|
1633
1613
|
}
|
|
1634
1614
|
|
|
1635
|
-
// @public
|
|
1615
|
+
// @public
|
|
1636
1616
|
export interface ServicePlacementPolicyDescription {
|
|
1637
1617
|
// (undocumented)
|
|
1638
1618
|
type: "ServicePlacementPolicyDescription";
|
|
1639
1619
|
}
|
|
1640
1620
|
|
|
1641
|
-
// @public
|
|
1621
|
+
// @public
|
|
1642
1622
|
export interface ServicePlacementPolicyDescriptionOutput {
|
|
1643
1623
|
// (undocumented)
|
|
1644
1624
|
type: "ServicePlacementPolicyDescription";
|
|
1645
1625
|
}
|
|
1646
1626
|
|
|
1647
|
-
// @public
|
|
1627
|
+
// @public
|
|
1648
1628
|
export interface ServiceResource extends ProxyResource {
|
|
1649
1629
|
properties?: ServiceResourceProperties;
|
|
1650
1630
|
}
|
|
1651
1631
|
|
|
1652
|
-
// @public
|
|
1632
|
+
// @public
|
|
1653
1633
|
export interface ServiceResourceListOutput {
|
|
1654
|
-
nextLink?: string;
|
|
1634
|
+
readonly nextLink?: string;
|
|
1655
1635
|
// (undocumented)
|
|
1656
1636
|
value?: Array<ServiceResourceOutput>;
|
|
1657
1637
|
}
|
|
1658
1638
|
|
|
1659
|
-
// @public
|
|
1639
|
+
// @public
|
|
1660
1640
|
export interface ServiceResourceOutput extends ProxyResourceOutput {
|
|
1661
1641
|
properties?: ServiceResourcePropertiesOutput;
|
|
1662
1642
|
}
|
|
1663
1643
|
|
|
1664
|
-
// @public
|
|
1644
|
+
// @public
|
|
1665
1645
|
export type ServiceResourceProperties = StatefulServiceProperties | StatelessServiceProperties;
|
|
1666
1646
|
|
|
1667
|
-
// @public
|
|
1647
|
+
// @public
|
|
1668
1648
|
export interface ServiceResourcePropertiesBase {
|
|
1669
1649
|
correlationScheme?: Array<ServiceCorrelationDescription>;
|
|
1670
1650
|
defaultMoveCost?: "Zero" | "Low" | "Medium" | "High";
|
|
@@ -1673,7 +1653,7 @@ export interface ServiceResourcePropertiesBase {
|
|
|
1673
1653
|
servicePlacementPolicies?: Array<ServicePlacementPolicyDescription>;
|
|
1674
1654
|
}
|
|
1675
1655
|
|
|
1676
|
-
// @public
|
|
1656
|
+
// @public
|
|
1677
1657
|
export interface ServiceResourcePropertiesBaseOutput {
|
|
1678
1658
|
correlationScheme?: Array<ServiceCorrelationDescriptionOutput>;
|
|
1679
1659
|
defaultMoveCost?: "Zero" | "Low" | "Medium" | "High";
|
|
@@ -1682,13 +1662,13 @@ export interface ServiceResourcePropertiesBaseOutput {
|
|
|
1682
1662
|
servicePlacementPolicies?: Array<ServicePlacementPolicyDescriptionOutput>;
|
|
1683
1663
|
}
|
|
1684
1664
|
|
|
1685
|
-
// @public
|
|
1665
|
+
// @public
|
|
1686
1666
|
export type ServiceResourcePropertiesOutput = StatefulServicePropertiesOutput | StatelessServicePropertiesOutput;
|
|
1687
1667
|
|
|
1688
|
-
// @public
|
|
1668
|
+
// @public
|
|
1689
1669
|
export interface ServiceResourcePropertiesOutputParent extends ServiceResourcePropertiesBaseOutput {
|
|
1690
1670
|
partitionDescription?: PartitionSchemeDescriptionOutput;
|
|
1691
|
-
provisioningState?: string;
|
|
1671
|
+
readonly provisioningState?: string;
|
|
1692
1672
|
serviceDnsName?: string;
|
|
1693
1673
|
// (undocumented)
|
|
1694
1674
|
serviceKind: "ServiceResourceProperties" | "Stateful" | "Stateless";
|
|
@@ -1696,10 +1676,9 @@ export interface ServiceResourcePropertiesOutputParent extends ServiceResourcePr
|
|
|
1696
1676
|
serviceTypeName?: string;
|
|
1697
1677
|
}
|
|
1698
1678
|
|
|
1699
|
-
// @public
|
|
1679
|
+
// @public
|
|
1700
1680
|
export interface ServiceResourcePropertiesParent extends ServiceResourcePropertiesBase {
|
|
1701
1681
|
partitionDescription?: PartitionSchemeDescription;
|
|
1702
|
-
provisioningState?: string;
|
|
1703
1682
|
serviceDnsName?: string;
|
|
1704
1683
|
// (undocumented)
|
|
1705
1684
|
serviceKind: "ServiceResourceProperties" | "Stateful" | "Stateless";
|
|
@@ -1707,29 +1686,29 @@ export interface ServiceResourcePropertiesParent extends ServiceResourceProperti
|
|
|
1707
1686
|
serviceTypeName?: string;
|
|
1708
1687
|
}
|
|
1709
1688
|
|
|
1710
|
-
// @public
|
|
1689
|
+
// @public
|
|
1711
1690
|
export interface ServiceResourceUpdate extends ProxyResource {
|
|
1712
1691
|
properties?: ServiceResourceUpdateProperties;
|
|
1713
1692
|
}
|
|
1714
1693
|
|
|
1715
|
-
// @public
|
|
1694
|
+
// @public
|
|
1716
1695
|
export interface ServiceResourceUpdateOutput extends ProxyResourceOutput {
|
|
1717
1696
|
properties?: ServiceResourceUpdatePropertiesOutput;
|
|
1718
1697
|
}
|
|
1719
1698
|
|
|
1720
|
-
// @public
|
|
1699
|
+
// @public
|
|
1721
1700
|
export type ServiceResourceUpdateProperties = StatefulServiceUpdateProperties | StatelessServiceUpdateProperties;
|
|
1722
1701
|
|
|
1723
|
-
// @public
|
|
1702
|
+
// @public
|
|
1724
1703
|
export type ServiceResourceUpdatePropertiesOutput = StatefulServiceUpdatePropertiesOutput | StatelessServiceUpdatePropertiesOutput;
|
|
1725
1704
|
|
|
1726
|
-
// @public
|
|
1705
|
+
// @public
|
|
1727
1706
|
export interface ServiceResourceUpdatePropertiesOutputParent extends ServiceResourcePropertiesBaseOutput {
|
|
1728
1707
|
// (undocumented)
|
|
1729
1708
|
serviceKind: "ServiceResourceUpdateProperties" | "Stateful" | "Stateless";
|
|
1730
1709
|
}
|
|
1731
1710
|
|
|
1732
|
-
// @public
|
|
1711
|
+
// @public
|
|
1733
1712
|
export interface ServiceResourceUpdatePropertiesParent extends ServiceResourcePropertiesBase {
|
|
1734
1713
|
// (undocumented)
|
|
1735
1714
|
serviceKind: "ServiceResourceUpdateProperties" | "Stateful" | "Stateless";
|
|
@@ -1749,7 +1728,7 @@ export interface ServicesCreateOrUpdateBodyParam {
|
|
|
1749
1728
|
}
|
|
1750
1729
|
|
|
1751
1730
|
// @public
|
|
1752
|
-
export interface
|
|
1731
|
+
export interface ServicesCreateOrUpdateDefaultResponse extends HttpResponse {
|
|
1753
1732
|
// (undocumented)
|
|
1754
1733
|
body: ErrorModelOutput;
|
|
1755
1734
|
// (undocumented)
|
|
@@ -1766,22 +1745,18 @@ export type ServicesCreateOrUpdateParameters = ServicesCreateOrUpdateMediaTypesP
|
|
|
1766
1745
|
|
|
1767
1746
|
// @public
|
|
1768
1747
|
export interface ServicesDelete202Response extends HttpResponse {
|
|
1769
|
-
// (undocumented)
|
|
1770
|
-
body: Record<string, unknown>;
|
|
1771
1748
|
// (undocumented)
|
|
1772
1749
|
status: "202";
|
|
1773
1750
|
}
|
|
1774
1751
|
|
|
1775
1752
|
// @public
|
|
1776
1753
|
export interface ServicesDelete204Response extends HttpResponse {
|
|
1777
|
-
// (undocumented)
|
|
1778
|
-
body: Record<string, unknown>;
|
|
1779
1754
|
// (undocumented)
|
|
1780
1755
|
status: "204";
|
|
1781
1756
|
}
|
|
1782
1757
|
|
|
1783
1758
|
// @public
|
|
1784
|
-
export interface
|
|
1759
|
+
export interface ServicesDeleteDefaultResponse extends HttpResponse {
|
|
1785
1760
|
// (undocumented)
|
|
1786
1761
|
body: ErrorModelOutput;
|
|
1787
1762
|
// (undocumented)
|
|
@@ -1793,10 +1768,10 @@ export type ServicesDeleteParameters = RequestParameters;
|
|
|
1793
1768
|
|
|
1794
1769
|
// @public (undocumented)
|
|
1795
1770
|
export interface ServicesGet {
|
|
1796
|
-
delete(options?: ServicesDeleteParameters): StreamableMethod<ServicesDelete202Response | ServicesDelete204Response |
|
|
1797
|
-
get(options?: ServicesGetParameters): StreamableMethod<ServicesGet200Response |
|
|
1798
|
-
patch(options: ServicesUpdateParameters): StreamableMethod<ServicesUpdate202Response |
|
|
1799
|
-
put(options: ServicesCreateOrUpdateParameters): StreamableMethod<ServicesCreateOrUpdate202Response |
|
|
1771
|
+
delete(options?: ServicesDeleteParameters): StreamableMethod<ServicesDelete202Response | ServicesDelete204Response | ServicesDeleteDefaultResponse>;
|
|
1772
|
+
get(options?: ServicesGetParameters): StreamableMethod<ServicesGet200Response | ServicesGetDefaultResponse>;
|
|
1773
|
+
patch(options: ServicesUpdateParameters): StreamableMethod<ServicesUpdate202Response | ServicesUpdateDefaultResponse>;
|
|
1774
|
+
put(options: ServicesCreateOrUpdateParameters): StreamableMethod<ServicesCreateOrUpdate202Response | ServicesCreateOrUpdateDefaultResponse>;
|
|
1800
1775
|
}
|
|
1801
1776
|
|
|
1802
1777
|
// @public
|
|
@@ -1808,7 +1783,7 @@ export interface ServicesGet200Response extends HttpResponse {
|
|
|
1808
1783
|
}
|
|
1809
1784
|
|
|
1810
1785
|
// @public
|
|
1811
|
-
export interface
|
|
1786
|
+
export interface ServicesGetDefaultResponse extends HttpResponse {
|
|
1812
1787
|
// (undocumented)
|
|
1813
1788
|
body: ErrorModelOutput;
|
|
1814
1789
|
// (undocumented)
|
|
@@ -1820,7 +1795,7 @@ export type ServicesGetParameters = RequestParameters;
|
|
|
1820
1795
|
|
|
1821
1796
|
// @public (undocumented)
|
|
1822
1797
|
export interface ServicesList {
|
|
1823
|
-
get(options?: ServicesListParameters): StreamableMethod<ServicesList200Response |
|
|
1798
|
+
get(options?: ServicesListParameters): StreamableMethod<ServicesList200Response | ServicesListDefaultResponse>;
|
|
1824
1799
|
}
|
|
1825
1800
|
|
|
1826
1801
|
// @public
|
|
@@ -1832,7 +1807,7 @@ export interface ServicesList200Response extends HttpResponse {
|
|
|
1832
1807
|
}
|
|
1833
1808
|
|
|
1834
1809
|
// @public
|
|
1835
|
-
export interface
|
|
1810
|
+
export interface ServicesListDefaultResponse extends HttpResponse {
|
|
1836
1811
|
// (undocumented)
|
|
1837
1812
|
body: ErrorModelOutput;
|
|
1838
1813
|
// (undocumented)
|
|
@@ -1856,7 +1831,7 @@ export interface ServicesUpdateBodyParam {
|
|
|
1856
1831
|
}
|
|
1857
1832
|
|
|
1858
1833
|
// @public
|
|
1859
|
-
export interface
|
|
1834
|
+
export interface ServicesUpdateDefaultResponse extends HttpResponse {
|
|
1860
1835
|
// (undocumented)
|
|
1861
1836
|
body: ErrorModelOutput;
|
|
1862
1837
|
// (undocumented)
|
|
@@ -1871,63 +1846,85 @@ export interface ServicesUpdateMediaTypesParam {
|
|
|
1871
1846
|
// @public (undocumented)
|
|
1872
1847
|
export type ServicesUpdateParameters = ServicesUpdateMediaTypesParam & ServicesUpdateBodyParam & RequestParameters;
|
|
1873
1848
|
|
|
1874
|
-
// @public
|
|
1849
|
+
// @public
|
|
1875
1850
|
export interface ServiceTypeDeltaHealthPolicy {
|
|
1876
1851
|
maxPercentDeltaUnhealthyServices?: number;
|
|
1877
1852
|
}
|
|
1878
1853
|
|
|
1879
|
-
// @public
|
|
1854
|
+
// @public
|
|
1880
1855
|
export interface ServiceTypeDeltaHealthPolicyOutput {
|
|
1881
1856
|
maxPercentDeltaUnhealthyServices?: number;
|
|
1882
1857
|
}
|
|
1883
1858
|
|
|
1884
|
-
// @public
|
|
1859
|
+
// @public
|
|
1885
1860
|
export interface ServiceTypeHealthPolicy {
|
|
1886
1861
|
maxPercentUnhealthyServices?: number;
|
|
1887
1862
|
}
|
|
1888
1863
|
|
|
1889
|
-
// @public
|
|
1864
|
+
// @public
|
|
1890
1865
|
export interface ServiceTypeHealthPolicyOutput {
|
|
1891
1866
|
maxPercentUnhealthyServices?: number;
|
|
1892
1867
|
}
|
|
1893
1868
|
|
|
1894
|
-
// @public
|
|
1869
|
+
// @public
|
|
1895
1870
|
export interface SettingsParameterDescription {
|
|
1896
1871
|
name: string;
|
|
1897
1872
|
value: string;
|
|
1898
1873
|
}
|
|
1899
1874
|
|
|
1900
|
-
// @public
|
|
1875
|
+
// @public
|
|
1901
1876
|
export interface SettingsParameterDescriptionOutput {
|
|
1902
1877
|
name: string;
|
|
1903
1878
|
value: string;
|
|
1904
1879
|
}
|
|
1905
1880
|
|
|
1906
|
-
// @public
|
|
1881
|
+
// @public
|
|
1907
1882
|
export interface SettingsSectionDescription {
|
|
1908
1883
|
name: string;
|
|
1909
1884
|
parameters: Array<SettingsParameterDescription>;
|
|
1910
1885
|
}
|
|
1911
1886
|
|
|
1912
|
-
// @public
|
|
1887
|
+
// @public
|
|
1913
1888
|
export interface SettingsSectionDescriptionOutput {
|
|
1914
1889
|
name: string;
|
|
1915
1890
|
parameters: Array<SettingsParameterDescriptionOutput>;
|
|
1916
1891
|
}
|
|
1917
1892
|
|
|
1918
|
-
// @public
|
|
1893
|
+
// @public
|
|
1894
|
+
export interface SimplePollerLike<TState extends OperationState<TResult>, TResult> {
|
|
1895
|
+
getOperationState(): TState;
|
|
1896
|
+
getResult(): TResult | undefined;
|
|
1897
|
+
isDone(): boolean;
|
|
1898
|
+
// @deprecated
|
|
1899
|
+
isStopped(): boolean;
|
|
1900
|
+
onProgress(callback: (state: TState) => void): CancelOnProgress;
|
|
1901
|
+
poll(options?: {
|
|
1902
|
+
abortSignal?: AbortSignalLike;
|
|
1903
|
+
}): Promise<TState>;
|
|
1904
|
+
pollUntilDone(pollOptions?: {
|
|
1905
|
+
abortSignal?: AbortSignalLike;
|
|
1906
|
+
}): Promise<TResult>;
|
|
1907
|
+
serialize(): Promise<string>;
|
|
1908
|
+
// @deprecated
|
|
1909
|
+
stopPolling(): void;
|
|
1910
|
+
submitted(): Promise<void>;
|
|
1911
|
+
// @deprecated
|
|
1912
|
+
toString(): string;
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
// @public
|
|
1919
1916
|
export interface SingletonPartitionSchemeDescription extends PartitionSchemeDescriptionParent {
|
|
1920
1917
|
// (undocumented)
|
|
1921
1918
|
partitionScheme: "Singleton";
|
|
1922
1919
|
}
|
|
1923
1920
|
|
|
1924
|
-
// @public
|
|
1921
|
+
// @public
|
|
1925
1922
|
export interface SingletonPartitionSchemeDescriptionOutput extends PartitionSchemeDescriptionOutputParent {
|
|
1926
1923
|
// (undocumented)
|
|
1927
1924
|
partitionScheme: "Singleton";
|
|
1928
1925
|
}
|
|
1929
1926
|
|
|
1930
|
-
// @public
|
|
1927
|
+
// @public
|
|
1931
1928
|
export interface StatefulServiceProperties extends ServiceResourcePropertiesParent {
|
|
1932
1929
|
hasPersistedState?: boolean;
|
|
1933
1930
|
minReplicaSetSize?: number;
|
|
@@ -1939,7 +1936,7 @@ export interface StatefulServiceProperties extends ServiceResourcePropertiesPare
|
|
|
1939
1936
|
targetReplicaSetSize?: number;
|
|
1940
1937
|
}
|
|
1941
1938
|
|
|
1942
|
-
// @public
|
|
1939
|
+
// @public
|
|
1943
1940
|
export interface StatefulServicePropertiesOutput extends ServiceResourcePropertiesOutputParent {
|
|
1944
1941
|
hasPersistedState?: boolean;
|
|
1945
1942
|
minReplicaSetSize?: number;
|
|
@@ -1951,7 +1948,7 @@ export interface StatefulServicePropertiesOutput extends ServiceResourceProperti
|
|
|
1951
1948
|
targetReplicaSetSize?: number;
|
|
1952
1949
|
}
|
|
1953
1950
|
|
|
1954
|
-
// @public
|
|
1951
|
+
// @public
|
|
1955
1952
|
export interface StatefulServiceUpdateProperties extends ServiceResourceUpdatePropertiesParent {
|
|
1956
1953
|
minReplicaSetSize?: number;
|
|
1957
1954
|
quorumLossWaitDuration?: Date | string;
|
|
@@ -1962,7 +1959,7 @@ export interface StatefulServiceUpdateProperties extends ServiceResourceUpdatePr
|
|
|
1962
1959
|
targetReplicaSetSize?: number;
|
|
1963
1960
|
}
|
|
1964
1961
|
|
|
1965
|
-
// @public
|
|
1962
|
+
// @public
|
|
1966
1963
|
export interface StatefulServiceUpdatePropertiesOutput extends ServiceResourceUpdatePropertiesOutputParent {
|
|
1967
1964
|
minReplicaSetSize?: number;
|
|
1968
1965
|
quorumLossWaitDuration?: string;
|
|
@@ -1973,7 +1970,7 @@ export interface StatefulServiceUpdatePropertiesOutput extends ServiceResourceUp
|
|
|
1973
1970
|
targetReplicaSetSize?: number;
|
|
1974
1971
|
}
|
|
1975
1972
|
|
|
1976
|
-
// @public
|
|
1973
|
+
// @public
|
|
1977
1974
|
export interface StatelessServiceProperties extends ServiceResourcePropertiesParent {
|
|
1978
1975
|
instanceCloseDelayDuration?: string;
|
|
1979
1976
|
instanceCount?: number;
|
|
@@ -1981,7 +1978,7 @@ export interface StatelessServiceProperties extends ServiceResourcePropertiesPar
|
|
|
1981
1978
|
serviceKind: "Stateless";
|
|
1982
1979
|
}
|
|
1983
1980
|
|
|
1984
|
-
// @public
|
|
1981
|
+
// @public
|
|
1985
1982
|
export interface StatelessServicePropertiesOutput extends ServiceResourcePropertiesOutputParent {
|
|
1986
1983
|
instanceCloseDelayDuration?: string;
|
|
1987
1984
|
instanceCount?: number;
|
|
@@ -1989,7 +1986,7 @@ export interface StatelessServicePropertiesOutput extends ServiceResourcePropert
|
|
|
1989
1986
|
serviceKind: "Stateless";
|
|
1990
1987
|
}
|
|
1991
1988
|
|
|
1992
|
-
// @public
|
|
1989
|
+
// @public
|
|
1993
1990
|
export interface StatelessServiceUpdateProperties extends ServiceResourceUpdatePropertiesParent {
|
|
1994
1991
|
instanceCloseDelayDuration?: string;
|
|
1995
1992
|
instanceCount?: number;
|
|
@@ -1997,7 +1994,7 @@ export interface StatelessServiceUpdateProperties extends ServiceResourceUpdateP
|
|
|
1997
1994
|
serviceKind: "Stateless";
|
|
1998
1995
|
}
|
|
1999
1996
|
|
|
2000
|
-
// @public
|
|
1997
|
+
// @public
|
|
2001
1998
|
export interface StatelessServiceUpdatePropertiesOutput extends ServiceResourceUpdatePropertiesOutputParent {
|
|
2002
1999
|
instanceCloseDelayDuration?: string;
|
|
2003
2000
|
instanceCount?: number;
|
|
@@ -2005,7 +2002,7 @@ export interface StatelessServiceUpdatePropertiesOutput extends ServiceResourceU
|
|
|
2005
2002
|
serviceKind: "Stateless";
|
|
2006
2003
|
}
|
|
2007
2004
|
|
|
2008
|
-
// @public
|
|
2005
|
+
// @public
|
|
2009
2006
|
export interface SystemData {
|
|
2010
2007
|
createdAt?: Date | string;
|
|
2011
2008
|
createdBy?: string;
|
|
@@ -2015,7 +2012,7 @@ export interface SystemData {
|
|
|
2015
2012
|
lastModifiedByType?: string;
|
|
2016
2013
|
}
|
|
2017
2014
|
|
|
2018
|
-
// @public
|
|
2015
|
+
// @public
|
|
2019
2016
|
export interface SystemDataOutput {
|
|
2020
2017
|
createdAt?: string;
|
|
2021
2018
|
createdBy?: string;
|
|
@@ -2025,7 +2022,7 @@ export interface SystemDataOutput {
|
|
|
2025
2022
|
lastModifiedByType?: string;
|
|
2026
2023
|
}
|
|
2027
2024
|
|
|
2028
|
-
// @public
|
|
2025
|
+
// @public
|
|
2029
2026
|
export interface UniformInt64RangePartitionSchemeDescription extends PartitionSchemeDescriptionParent {
|
|
2030
2027
|
count: number;
|
|
2031
2028
|
highKey: string;
|
|
@@ -2034,7 +2031,7 @@ export interface UniformInt64RangePartitionSchemeDescription extends PartitionSc
|
|
|
2034
2031
|
partitionScheme: "UniformInt64Range";
|
|
2035
2032
|
}
|
|
2036
2033
|
|
|
2037
|
-
// @public
|
|
2034
|
+
// @public
|
|
2038
2035
|
export interface UniformInt64RangePartitionSchemeDescriptionOutput extends PartitionSchemeDescriptionOutputParent {
|
|
2039
2036
|
count: number;
|
|
2040
2037
|
highKey: string;
|
|
@@ -2043,7 +2040,7 @@ export interface UniformInt64RangePartitionSchemeDescriptionOutput extends Parti
|
|
|
2043
2040
|
partitionScheme: "UniformInt64Range";
|
|
2044
2041
|
}
|
|
2045
2042
|
|
|
2046
|
-
// @public
|
|
2043
|
+
// @public
|
|
2047
2044
|
export interface UpgradableVersionPathResultOutput {
|
|
2048
2045
|
// (undocumented)
|
|
2049
2046
|
supportedPath?: Array<string>;
|
|
@@ -2056,14 +2053,12 @@ export interface UpgradableVersionsDescription {
|
|
|
2056
2053
|
|
|
2057
2054
|
// @public (undocumented)
|
|
2058
2055
|
export interface UserAssignedIdentity {
|
|
2059
|
-
clientId?: string;
|
|
2060
|
-
principalId?: string;
|
|
2061
2056
|
}
|
|
2062
2057
|
|
|
2063
2058
|
// @public (undocumented)
|
|
2064
2059
|
export interface UserAssignedIdentityOutput {
|
|
2065
|
-
clientId?: string;
|
|
2066
|
-
principalId?: string;
|
|
2060
|
+
readonly clientId?: string;
|
|
2061
|
+
readonly principalId?: string;
|
|
2067
2062
|
}
|
|
2068
2063
|
|
|
2069
2064
|
// (No @packageDocumentation comment for this package)
|