@azure/arm-kubernetesconfiguration-extensions 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +115 -0
- package/dist/browser/extensionsClient.d.ts +21 -0
- package/dist/browser/extensionsClient.d.ts.map +1 -0
- package/dist/browser/extensionsClient.js +97 -0
- package/dist/browser/extensionsClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +21 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +398 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +46 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +19 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +612 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +17 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +164 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/extensions.d.ts +141 -0
- package/dist/browser/operations/extensions.d.ts.map +1 -0
- package/dist/browser/operations/extensions.js +536 -0
- package/dist/browser/operations/extensions.js.map +1 -0
- package/dist/browser/operations/index.d.ts +3 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +10 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/operationStatus.d.ts +26 -0
- package/dist/browser/operations/operationStatus.d.ts.map +1 -0
- package/dist/browser/operations/operationStatus.js +71 -0
- package/dist/browser/operations/operationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.d.ts +108 -0
- package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.js +9 -0
- package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +10 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationStatus.d.ts +18 -0
- package/dist/browser/operationsInterfaces/operationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationStatus.js +9 -0
- package/dist/browser/operationsInterfaces/operationStatus.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +32 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/extensionsClient.d.ts +21 -0
- package/dist/commonjs/extensionsClient.d.ts.map +1 -0
- package/dist/commonjs/extensionsClient.js +102 -0
- package/dist/commonjs/extensionsClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +398 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +49 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +19 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +615 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +17 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +167 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/extensions.d.ts +141 -0
- package/dist/commonjs/operations/extensions.d.ts.map +1 -0
- package/dist/commonjs/operations/extensions.js +540 -0
- package/dist/commonjs/operations/extensions.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operationStatus.d.ts +26 -0
- package/dist/commonjs/operations/operationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/operationStatus.js +76 -0
- package/dist/commonjs/operations/operationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts +108 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationStatus.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/operationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationStatus.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/extensionsClient.d.ts +21 -0
- package/dist/esm/extensionsClient.d.ts.map +1 -0
- package/dist/esm/extensionsClient.js +97 -0
- package/dist/esm/extensionsClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +398 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +46 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +19 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +612 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +17 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +164 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/extensions.d.ts +141 -0
- package/dist/esm/operations/extensions.d.ts.map +1 -0
- package/dist/esm/operations/extensions.js +536 -0
- package/dist/esm/operations/extensions.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operationStatus.d.ts +26 -0
- package/dist/esm/operations/operationStatus.d.ts.map +1 -0
- package/dist/esm/operations/operationStatus.js +71 -0
- package/dist/esm/operations/operationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts +108 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.js +9 -0
- package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationStatus.d.ts +18 -0
- package/dist/esm/operationsInterfaces/operationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/operationStatus.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/extensionsClient.d.ts +21 -0
- package/dist/react-native/extensionsClient.d.ts.map +1 -0
- package/dist/react-native/extensionsClient.js +97 -0
- package/dist/react-native/extensionsClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +398 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +46 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +19 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +612 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +17 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +164 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/extensions.d.ts +141 -0
- package/dist/react-native/operations/extensions.d.ts.map +1 -0
- package/dist/react-native/operations/extensions.js +536 -0
- package/dist/react-native/operations/extensions.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operationStatus.d.ts +26 -0
- package/dist/react-native/operations/operationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/operationStatus.js +71 -0
- package/dist/react-native/operations/operationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts +108 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.js +9 -0
- package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationStatus.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/operationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/operationStatus.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +133 -0
- package/review/arm-kubernetesconfiguration-extensions.api.md +294 -0
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-kubernetesconfiguration-extensions"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type AKSIdentityType = "SystemAssigned" | "UserAssigned";
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export type CreatedByType = string;
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export interface ErrorAdditionalInfo {
|
|
21
|
+
readonly info?: Record<string, unknown>;
|
|
22
|
+
readonly type?: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// @public
|
|
26
|
+
export interface ErrorDetail {
|
|
27
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
28
|
+
readonly code?: string;
|
|
29
|
+
readonly details?: ErrorDetail[];
|
|
30
|
+
readonly message?: string;
|
|
31
|
+
readonly target?: string;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// @public
|
|
35
|
+
export interface ErrorResponse {
|
|
36
|
+
error?: ErrorDetail;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export interface Extension extends ProxyResource {
|
|
41
|
+
aksAssignedIdentity?: ExtensionPropertiesAksAssignedIdentity;
|
|
42
|
+
autoUpgradeMinorVersion?: boolean;
|
|
43
|
+
configurationProtectedSettings?: {
|
|
44
|
+
[propertyName: string]: string;
|
|
45
|
+
};
|
|
46
|
+
configurationSettings?: {
|
|
47
|
+
[propertyName: string]: string;
|
|
48
|
+
};
|
|
49
|
+
readonly currentVersion?: string;
|
|
50
|
+
readonly customLocationSettings?: {
|
|
51
|
+
[propertyName: string]: string;
|
|
52
|
+
};
|
|
53
|
+
readonly errorInfo?: ErrorDetail;
|
|
54
|
+
extensionType?: string;
|
|
55
|
+
identity?: Identity;
|
|
56
|
+
readonly isSystemExtension?: boolean;
|
|
57
|
+
readonly packageUri?: string;
|
|
58
|
+
plan?: Plan;
|
|
59
|
+
readonly provisioningState?: ProvisioningState;
|
|
60
|
+
releaseTrain?: string;
|
|
61
|
+
scope?: Scope;
|
|
62
|
+
statuses?: ExtensionStatus[];
|
|
63
|
+
readonly systemData?: SystemData;
|
|
64
|
+
version?: string;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// @public
|
|
68
|
+
export interface ExtensionPropertiesAksAssignedIdentity {
|
|
69
|
+
readonly principalId?: string;
|
|
70
|
+
readonly tenantId?: string;
|
|
71
|
+
type?: AKSIdentityType;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
// @public
|
|
75
|
+
export interface Extensions {
|
|
76
|
+
beginCreate(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, extensionName: string, extension: Extension, options?: ExtensionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ExtensionsCreateResponse>, ExtensionsCreateResponse>>;
|
|
77
|
+
beginCreateAndWait(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, extensionName: string, extension: Extension, options?: ExtensionsCreateOptionalParams): Promise<ExtensionsCreateResponse>;
|
|
78
|
+
beginDelete(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, extensionName: string, options?: ExtensionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
79
|
+
beginDeleteAndWait(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, extensionName: string, options?: ExtensionsDeleteOptionalParams): Promise<void>;
|
|
80
|
+
beginUpdate(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, extensionName: string, patchExtension: PatchExtension, options?: ExtensionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ExtensionsUpdateResponse>, ExtensionsUpdateResponse>>;
|
|
81
|
+
beginUpdateAndWait(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, extensionName: string, patchExtension: PatchExtension, options?: ExtensionsUpdateOptionalParams): Promise<ExtensionsUpdateResponse>;
|
|
82
|
+
get(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, extensionName: string, options?: ExtensionsGetOptionalParams): Promise<ExtensionsGetResponse>;
|
|
83
|
+
list(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, options?: ExtensionsListOptionalParams): PagedAsyncIterableIterator<Extension>;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// @public (undocumented)
|
|
87
|
+
export class ExtensionsClient extends coreClient.ServiceClient {
|
|
88
|
+
// (undocumented)
|
|
89
|
+
$host: string;
|
|
90
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ExtensionsClientOptionalParams);
|
|
91
|
+
// (undocumented)
|
|
92
|
+
apiVersion: string;
|
|
93
|
+
// (undocumented)
|
|
94
|
+
extensions: Extensions;
|
|
95
|
+
// (undocumented)
|
|
96
|
+
operationStatus: OperationStatus;
|
|
97
|
+
// (undocumented)
|
|
98
|
+
subscriptionId: string;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// @public
|
|
102
|
+
export interface ExtensionsClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
103
|
+
$host?: string;
|
|
104
|
+
apiVersion?: string;
|
|
105
|
+
endpoint?: string;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
// @public
|
|
109
|
+
export interface ExtensionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
110
|
+
resumeFrom?: string;
|
|
111
|
+
updateIntervalInMs?: number;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// @public
|
|
115
|
+
export type ExtensionsCreateResponse = Extension;
|
|
116
|
+
|
|
117
|
+
// @public
|
|
118
|
+
export interface ExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
119
|
+
forceDelete?: boolean;
|
|
120
|
+
resumeFrom?: string;
|
|
121
|
+
updateIntervalInMs?: number;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// @public
|
|
125
|
+
export interface ExtensionsGetOptionalParams extends coreClient.OperationOptions {
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// @public
|
|
129
|
+
export type ExtensionsGetResponse = Extension;
|
|
130
|
+
|
|
131
|
+
// @public
|
|
132
|
+
export interface ExtensionsList {
|
|
133
|
+
readonly nextLink?: string;
|
|
134
|
+
readonly value?: Extension[];
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// @public
|
|
138
|
+
export interface ExtensionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// @public
|
|
142
|
+
export type ExtensionsListNextResponse = ExtensionsList;
|
|
143
|
+
|
|
144
|
+
// @public
|
|
145
|
+
export interface ExtensionsListOptionalParams extends coreClient.OperationOptions {
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export type ExtensionsListResponse = ExtensionsList;
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export interface ExtensionStatus {
|
|
153
|
+
code?: string;
|
|
154
|
+
displayStatus?: string;
|
|
155
|
+
level?: LevelType;
|
|
156
|
+
message?: string;
|
|
157
|
+
time?: string;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
// @public
|
|
161
|
+
export interface ExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
162
|
+
resumeFrom?: string;
|
|
163
|
+
updateIntervalInMs?: number;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
// @public
|
|
167
|
+
export type ExtensionsUpdateResponse = Extension;
|
|
168
|
+
|
|
169
|
+
// @public
|
|
170
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
171
|
+
|
|
172
|
+
// @public
|
|
173
|
+
export interface Identity {
|
|
174
|
+
readonly principalId?: string;
|
|
175
|
+
readonly tenantId?: string;
|
|
176
|
+
type?: "SystemAssigned";
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
// @public
|
|
180
|
+
export enum KnownCreatedByType {
|
|
181
|
+
Application = "Application",
|
|
182
|
+
Key = "Key",
|
|
183
|
+
ManagedIdentity = "ManagedIdentity",
|
|
184
|
+
User = "User"
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
// @public
|
|
188
|
+
export enum KnownLevelType {
|
|
189
|
+
Error = "Error",
|
|
190
|
+
Information = "Information",
|
|
191
|
+
Warning = "Warning"
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
// @public
|
|
195
|
+
export enum KnownProvisioningState {
|
|
196
|
+
Canceled = "Canceled",
|
|
197
|
+
Creating = "Creating",
|
|
198
|
+
Deleting = "Deleting",
|
|
199
|
+
Failed = "Failed",
|
|
200
|
+
Succeeded = "Succeeded",
|
|
201
|
+
Updating = "Updating"
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export type LevelType = string;
|
|
206
|
+
|
|
207
|
+
// @public
|
|
208
|
+
export interface OperationStatus {
|
|
209
|
+
get(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, extensionName: string, operationId: string, options?: OperationStatusGetOptionalParams): Promise<OperationStatusGetResponse>;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
// @public
|
|
213
|
+
export interface OperationStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
// @public
|
|
217
|
+
export type OperationStatusGetResponse = OperationStatusResult;
|
|
218
|
+
|
|
219
|
+
// @public
|
|
220
|
+
export interface OperationStatusResult {
|
|
221
|
+
readonly error?: ErrorDetail;
|
|
222
|
+
id?: string;
|
|
223
|
+
name?: string;
|
|
224
|
+
properties?: {
|
|
225
|
+
[propertyName: string]: string;
|
|
226
|
+
};
|
|
227
|
+
status: string;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
// @public
|
|
231
|
+
export interface PatchExtension {
|
|
232
|
+
autoUpgradeMinorVersion?: boolean;
|
|
233
|
+
configurationProtectedSettings?: {
|
|
234
|
+
[propertyName: string]: string;
|
|
235
|
+
};
|
|
236
|
+
configurationSettings?: {
|
|
237
|
+
[propertyName: string]: string;
|
|
238
|
+
};
|
|
239
|
+
releaseTrain?: string;
|
|
240
|
+
version?: string;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
// @public
|
|
244
|
+
export interface Plan {
|
|
245
|
+
name: string;
|
|
246
|
+
product: string;
|
|
247
|
+
promotionCode?: string;
|
|
248
|
+
publisher: string;
|
|
249
|
+
version?: string;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
// @public
|
|
253
|
+
export type ProvisioningState = string;
|
|
254
|
+
|
|
255
|
+
// @public
|
|
256
|
+
export interface ProxyResource extends Resource {
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
// @public
|
|
260
|
+
export interface Resource {
|
|
261
|
+
readonly id?: string;
|
|
262
|
+
readonly name?: string;
|
|
263
|
+
readonly type?: string;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
// @public
|
|
267
|
+
export interface Scope {
|
|
268
|
+
cluster?: ScopeCluster;
|
|
269
|
+
namespace?: ScopeNamespace;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
// @public
|
|
273
|
+
export interface ScopeCluster {
|
|
274
|
+
releaseNamespace?: string;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
// @public
|
|
278
|
+
export interface ScopeNamespace {
|
|
279
|
+
targetNamespace?: string;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// @public
|
|
283
|
+
export interface SystemData {
|
|
284
|
+
createdAt?: Date;
|
|
285
|
+
createdBy?: string;
|
|
286
|
+
createdByType?: CreatedByType;
|
|
287
|
+
lastModifiedAt?: Date;
|
|
288
|
+
lastModifiedBy?: string;
|
|
289
|
+
lastModifiedByType?: CreatedByType;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
// (No @packageDocumentation comment for this package)
|
|
293
|
+
|
|
294
|
+
```
|