@azure/arm-hybridconnectivity 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 +5 -0
- package/LICENSE +21 -0
- package/README.md +108 -0
- package/dist/index.js +1809 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.js +63 -0
- package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/endpointsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/endpointsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/endpointsDeleteSample.js +37 -0
- package/dist-esm/samples-dev/endpointsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/endpointsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/endpointsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/endpointsGetSample.js +54 -0
- package/dist-esm/samples-dev/endpointsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/endpointsListCredentialsSample.d.ts +2 -0
- package/dist-esm/samples-dev/endpointsListCredentialsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/endpointsListCredentialsSample.js +43 -0
- package/dist-esm/samples-dev/endpointsListCredentialsSample.js.map +1 -0
- package/dist-esm/samples-dev/endpointsListIngressGatewayCredentialsSample.d.ts +2 -0
- package/dist-esm/samples-dev/endpointsListIngressGatewayCredentialsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/endpointsListIngressGatewayCredentialsSample.js +41 -0
- package/dist-esm/samples-dev/endpointsListIngressGatewayCredentialsSample.js.map +1 -0
- package/dist-esm/samples-dev/endpointsListManagedProxyDetailsSample.d.ts +2 -0
- package/dist-esm/samples-dev/endpointsListManagedProxyDetailsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/endpointsListManagedProxyDetailsSample.js +42 -0
- package/dist-esm/samples-dev/endpointsListManagedProxyDetailsSample.js.map +1 -0
- package/dist-esm/samples-dev/endpointsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/endpointsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/endpointsListSample.js +57 -0
- package/dist-esm/samples-dev/endpointsListSample.js.map +1 -0
- package/dist-esm/samples-dev/endpointsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/endpointsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/endpointsUpdateSample.js +40 -0
- package/dist-esm/samples-dev/endpointsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +56 -0
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
- package/dist-esm/samples-dev/serviceConfigurationsCreateOrupdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/serviceConfigurationsCreateOrupdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/serviceConfigurationsCreateOrupdateSample.js +64 -0
- package/dist-esm/samples-dev/serviceConfigurationsCreateOrupdateSample.js.map +1 -0
- package/dist-esm/samples-dev/serviceConfigurationsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/serviceConfigurationsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/serviceConfigurationsDeleteSample.js +38 -0
- package/dist-esm/samples-dev/serviceConfigurationsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/serviceConfigurationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/serviceConfigurationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/serviceConfigurationsGetSample.js +56 -0
- package/dist-esm/samples-dev/serviceConfigurationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/serviceConfigurationsListByEndpointResourceSample.d.ts +2 -0
- package/dist-esm/samples-dev/serviceConfigurationsListByEndpointResourceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/serviceConfigurationsListByEndpointResourceSample.js +58 -0
- package/dist-esm/samples-dev/serviceConfigurationsListByEndpointResourceSample.js.map +1 -0
- package/dist-esm/samples-dev/serviceConfigurationsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/serviceConfigurationsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/serviceConfigurationsUpdateSample.js +41 -0
- package/dist-esm/samples-dev/serviceConfigurationsUpdateSample.js.map +1 -0
- package/dist-esm/src/hybridConnectivityManagementAPI.d.ts +20 -0
- package/dist-esm/src/hybridConnectivityManagementAPI.d.ts.map +1 -0
- package/dist-esm/src/hybridConnectivityManagementAPI.js +96 -0
- package/dist-esm/src/hybridConnectivityManagementAPI.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +477 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +66 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +23 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +631 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +17 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +135 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/endpoints.d.ts +97 -0
- package/dist-esm/src/operations/endpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/endpoints.js +370 -0
- package/dist-esm/src/operations/endpoints.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +4 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +11 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +138 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/serviceConfigurations.d.ts +79 -0
- package/dist-esm/src/operations/serviceConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/serviceConfigurations.js +304 -0
- package/dist-esm/src/operations/serviceConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/endpoints.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/endpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/endpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/endpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +11 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceConfigurations.d.ts +52 -0
- package/dist-esm/src/operationsInterfaces/serviceConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/serviceConfigurations.js.map +1 -0
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/test/hybridconnectivity_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/hybridconnectivity_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/hybridconnectivity_operations_test.spec.js +122 -0
- package/dist-esm/test/hybridconnectivity_operations_test.spec.js.map +1 -0
- package/package.json +122 -0
- package/review/arm-hybridconnectivity.api.md +388 -0
- package/rollup.config.js +122 -0
- package/src/hybridConnectivityManagementAPI.ts +144 -0
- package/src/index.ts +13 -0
- package/src/models/index.ts +552 -0
- package/src/models/mappers.ts +664 -0
- package/src/models/parameters.ts +162 -0
- package/src/operations/endpoints.ts +469 -0
- package/src/operations/index.ts +11 -0
- package/src/operations/operations.ts +149 -0
- package/src/operations/serviceConfigurations.ts +401 -0
- package/src/operationsInterfaces/endpoints.ts +132 -0
- package/src/operationsInterfaces/index.ts +11 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/serviceConfigurations.ts +98 -0
- package/src/pagingHelper.ts +39 -0
- package/tsconfig.json +33 -0
- package/types/arm-hybridconnectivity.d.ts +700 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,700 @@
|
|
|
1
|
+
import * as coreAuth from '@azure/core-auth';
|
|
2
|
+
import * as coreClient from '@azure/core-client';
|
|
3
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Defines values for ActionType. \
|
|
7
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
8
|
+
* this enum contains the known values that the service supports.
|
|
9
|
+
* ### Known values supported by the service
|
|
10
|
+
* **Internal**
|
|
11
|
+
*/
|
|
12
|
+
export declare type ActionType = string;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Defines values for CreatedByType. \
|
|
16
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
17
|
+
* this enum contains the known values that the service supports.
|
|
18
|
+
* ### Known values supported by the service
|
|
19
|
+
* **User** \
|
|
20
|
+
* **Application** \
|
|
21
|
+
* **ManagedIdentity** \
|
|
22
|
+
* **Key**
|
|
23
|
+
*/
|
|
24
|
+
export declare type CreatedByType = string;
|
|
25
|
+
|
|
26
|
+
/** The endpoint access for the target resource. */
|
|
27
|
+
export declare interface EndpointAccessResource {
|
|
28
|
+
/** The namespace name. */
|
|
29
|
+
namespaceName?: string;
|
|
30
|
+
/** The suffix domain name of relay namespace. */
|
|
31
|
+
namespaceNameSuffix?: string;
|
|
32
|
+
/** Azure Relay hybrid connection name for the resource. */
|
|
33
|
+
hybridConnectionName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Access key for hybrid connection.
|
|
36
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
+
*/
|
|
38
|
+
readonly accessKey?: string;
|
|
39
|
+
/** The expiration of access key in unix time. */
|
|
40
|
+
expiresOn?: number;
|
|
41
|
+
/** The token to access the enabled service. */
|
|
42
|
+
serviceConfigurationToken?: string;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/** Endpoint details */
|
|
46
|
+
export declare interface EndpointProperties {
|
|
47
|
+
/** The type of endpoint. */
|
|
48
|
+
type: Type;
|
|
49
|
+
/** The resource Id of the connectivity endpoint (optional). */
|
|
50
|
+
resourceId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The resource provisioning state.
|
|
53
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
54
|
+
*/
|
|
55
|
+
readonly provisioningState?: string;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/** The endpoint for the target resource. */
|
|
59
|
+
export declare interface EndpointResource extends ProxyResource {
|
|
60
|
+
/** The endpoint properties. */
|
|
61
|
+
properties?: EndpointProperties;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/** Interface representing a Endpoints. */
|
|
65
|
+
export declare interface Endpoints {
|
|
66
|
+
/**
|
|
67
|
+
* List of endpoints to the target resource.
|
|
68
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
69
|
+
* connected.
|
|
70
|
+
* @param options The options parameters.
|
|
71
|
+
*/
|
|
72
|
+
list(resourceUri: string, options?: EndpointsListOptionalParams): PagedAsyncIterableIterator<EndpointResource>;
|
|
73
|
+
/**
|
|
74
|
+
* Gets the endpoint to the resource.
|
|
75
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
76
|
+
* connected.
|
|
77
|
+
* @param endpointName The endpoint name.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
get(resourceUri: string, endpointName: string, options?: EndpointsGetOptionalParams): Promise<EndpointsGetResponse>;
|
|
81
|
+
/**
|
|
82
|
+
* Create or update the endpoint to the target resource.
|
|
83
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
84
|
+
* connected.
|
|
85
|
+
* @param endpointName The endpoint name.
|
|
86
|
+
* @param endpointResource Endpoint details
|
|
87
|
+
* @param options The options parameters.
|
|
88
|
+
*/
|
|
89
|
+
createOrUpdate(resourceUri: string, endpointName: string, endpointResource: EndpointResource, options?: EndpointsCreateOrUpdateOptionalParams): Promise<EndpointsCreateOrUpdateResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* Update the endpoint to the target resource.
|
|
92
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
93
|
+
* connected.
|
|
94
|
+
* @param endpointName The endpoint name.
|
|
95
|
+
* @param endpointResource Endpoint details
|
|
96
|
+
* @param options The options parameters.
|
|
97
|
+
*/
|
|
98
|
+
update(resourceUri: string, endpointName: string, endpointResource: EndpointResource, options?: EndpointsUpdateOptionalParams): Promise<EndpointsUpdateResponse>;
|
|
99
|
+
/**
|
|
100
|
+
* Deletes the endpoint access to the target resource.
|
|
101
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
102
|
+
* connected.
|
|
103
|
+
* @param endpointName The endpoint name.
|
|
104
|
+
* @param options The options parameters.
|
|
105
|
+
*/
|
|
106
|
+
delete(resourceUri: string, endpointName: string, options?: EndpointsDeleteOptionalParams): Promise<void>;
|
|
107
|
+
/**
|
|
108
|
+
* Gets the endpoint access credentials to the resource.
|
|
109
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
110
|
+
* connected.
|
|
111
|
+
* @param endpointName The endpoint name.
|
|
112
|
+
* @param options The options parameters.
|
|
113
|
+
*/
|
|
114
|
+
listCredentials(resourceUri: string, endpointName: string, options?: EndpointsListCredentialsOptionalParams): Promise<EndpointsListCredentialsResponse>;
|
|
115
|
+
/**
|
|
116
|
+
* Gets the ingress gateway endpoint credentials
|
|
117
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
118
|
+
* connected.
|
|
119
|
+
* @param endpointName The endpoint name.
|
|
120
|
+
* @param options The options parameters.
|
|
121
|
+
*/
|
|
122
|
+
listIngressGatewayCredentials(resourceUri: string, endpointName: string, options?: EndpointsListIngressGatewayCredentialsOptionalParams): Promise<EndpointsListIngressGatewayCredentialsResponse>;
|
|
123
|
+
/**
|
|
124
|
+
* Fetches the managed proxy details
|
|
125
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
126
|
+
* connected.
|
|
127
|
+
* @param endpointName The endpoint name.
|
|
128
|
+
* @param managedProxyRequest Object of type ManagedProxyRequest
|
|
129
|
+
* @param options The options parameters.
|
|
130
|
+
*/
|
|
131
|
+
listManagedProxyDetails(resourceUri: string, endpointName: string, managedProxyRequest: ManagedProxyRequest, options?: EndpointsListManagedProxyDetailsOptionalParams): Promise<EndpointsListManagedProxyDetailsResponse>;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/** Optional parameters. */
|
|
135
|
+
export declare interface EndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
139
|
+
export declare type EndpointsCreateOrUpdateResponse = EndpointResource;
|
|
140
|
+
|
|
141
|
+
/** Optional parameters. */
|
|
142
|
+
export declare interface EndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/** Optional parameters. */
|
|
146
|
+
export declare interface EndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/** Contains response data for the get operation. */
|
|
150
|
+
export declare type EndpointsGetResponse = EndpointResource;
|
|
151
|
+
|
|
152
|
+
/** The list of endpoints. */
|
|
153
|
+
export declare interface EndpointsList {
|
|
154
|
+
/** The link used to get the next page of endpoints list. */
|
|
155
|
+
nextLink?: string;
|
|
156
|
+
/** The list of endpoint. */
|
|
157
|
+
value?: EndpointResource[];
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/** Optional parameters. */
|
|
161
|
+
export declare interface EndpointsListCredentialsOptionalParams extends coreClient.OperationOptions {
|
|
162
|
+
/** Object of type ListCredentialsRequest */
|
|
163
|
+
listCredentialsRequest?: ListCredentialsRequest;
|
|
164
|
+
/** The is how long the endpoint access token is valid (in seconds). */
|
|
165
|
+
expiresin?: number;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/** Contains response data for the listCredentials operation. */
|
|
169
|
+
export declare type EndpointsListCredentialsResponse = EndpointAccessResource;
|
|
170
|
+
|
|
171
|
+
/** Optional parameters. */
|
|
172
|
+
export declare interface EndpointsListIngressGatewayCredentialsOptionalParams extends coreClient.OperationOptions {
|
|
173
|
+
/** The is how long the endpoint access token is valid (in seconds). */
|
|
174
|
+
expiresin?: number;
|
|
175
|
+
/** Object of type ListIngressGatewayCredentialsRequest */
|
|
176
|
+
listIngressGatewayCredentialsRequest?: ListIngressGatewayCredentialsRequest;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/** Contains response data for the listIngressGatewayCredentials operation. */
|
|
180
|
+
export declare type EndpointsListIngressGatewayCredentialsResponse = IngressGatewayResource;
|
|
181
|
+
|
|
182
|
+
/** Optional parameters. */
|
|
183
|
+
export declare interface EndpointsListManagedProxyDetailsOptionalParams extends coreClient.OperationOptions {
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/** Contains response data for the listManagedProxyDetails operation. */
|
|
187
|
+
export declare type EndpointsListManagedProxyDetailsResponse = ManagedProxyResource;
|
|
188
|
+
|
|
189
|
+
/** Optional parameters. */
|
|
190
|
+
export declare interface EndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
/** Contains response data for the listNext operation. */
|
|
194
|
+
export declare type EndpointsListNextResponse = EndpointsList;
|
|
195
|
+
|
|
196
|
+
/** Optional parameters. */
|
|
197
|
+
export declare interface EndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/** Contains response data for the list operation. */
|
|
201
|
+
export declare type EndpointsListResponse = EndpointsList;
|
|
202
|
+
|
|
203
|
+
/** Optional parameters. */
|
|
204
|
+
export declare interface EndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/** Contains response data for the update operation. */
|
|
208
|
+
export declare type EndpointsUpdateResponse = EndpointResource;
|
|
209
|
+
|
|
210
|
+
/** The resource management error additional info. */
|
|
211
|
+
export declare interface ErrorAdditionalInfo {
|
|
212
|
+
/**
|
|
213
|
+
* The additional info type.
|
|
214
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
215
|
+
*/
|
|
216
|
+
readonly type?: string;
|
|
217
|
+
/**
|
|
218
|
+
* The additional info.
|
|
219
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
220
|
+
*/
|
|
221
|
+
readonly info?: Record<string, unknown>;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/** The error detail. */
|
|
225
|
+
export declare interface ErrorDetail {
|
|
226
|
+
/**
|
|
227
|
+
* The error code.
|
|
228
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
229
|
+
*/
|
|
230
|
+
readonly code?: string;
|
|
231
|
+
/**
|
|
232
|
+
* The error message.
|
|
233
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
234
|
+
*/
|
|
235
|
+
readonly message?: string;
|
|
236
|
+
/**
|
|
237
|
+
* The error target.
|
|
238
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
239
|
+
*/
|
|
240
|
+
readonly target?: string;
|
|
241
|
+
/**
|
|
242
|
+
* The error details.
|
|
243
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
244
|
+
*/
|
|
245
|
+
readonly details?: ErrorDetail[];
|
|
246
|
+
/**
|
|
247
|
+
* The error additional info.
|
|
248
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
249
|
+
*/
|
|
250
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
254
|
+
export declare interface ErrorResponse {
|
|
255
|
+
/** The error object. */
|
|
256
|
+
error?: ErrorDetail;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
261
|
+
* returns a continuation token that can be used to begin paging from
|
|
262
|
+
* that point later.
|
|
263
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
264
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
265
|
+
*/
|
|
266
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
267
|
+
|
|
268
|
+
export declare class HybridConnectivityManagementAPI extends coreClient.ServiceClient {
|
|
269
|
+
$host: string;
|
|
270
|
+
apiVersion: string;
|
|
271
|
+
/**
|
|
272
|
+
* Initializes a new instance of the HybridConnectivityManagementAPI class.
|
|
273
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
274
|
+
* @param options The parameter options
|
|
275
|
+
*/
|
|
276
|
+
constructor(credentials: coreAuth.TokenCredential, options?: HybridConnectivityManagementAPIOptionalParams);
|
|
277
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
278
|
+
private addCustomApiVersionPolicy;
|
|
279
|
+
operations: Operations;
|
|
280
|
+
endpoints: Endpoints;
|
|
281
|
+
serviceConfigurations: ServiceConfigurations;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
/** Optional parameters. */
|
|
285
|
+
export declare interface HybridConnectivityManagementAPIOptionalParams extends coreClient.ServiceClientOptions {
|
|
286
|
+
/** server parameter */
|
|
287
|
+
$host?: string;
|
|
288
|
+
/** Api Version */
|
|
289
|
+
apiVersion?: string;
|
|
290
|
+
/** Overrides client endpoint. */
|
|
291
|
+
endpoint?: string;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
/** The ingress gateway access credentials */
|
|
295
|
+
export declare interface IngressGatewayResource {
|
|
296
|
+
/** The ingress hostname. */
|
|
297
|
+
hostname?: string;
|
|
298
|
+
/** The arc ingress gateway server app id. */
|
|
299
|
+
serverId?: string;
|
|
300
|
+
/** The target resource home tenant id. */
|
|
301
|
+
tenantId?: string;
|
|
302
|
+
/** The namespace name. */
|
|
303
|
+
namespaceName?: string;
|
|
304
|
+
/** The suffix domain name of relay namespace. */
|
|
305
|
+
namespaceNameSuffix?: string;
|
|
306
|
+
/** Azure Relay hybrid connection name for the resource. */
|
|
307
|
+
hybridConnectionName?: string;
|
|
308
|
+
/**
|
|
309
|
+
* Access key for hybrid connection.
|
|
310
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
311
|
+
*/
|
|
312
|
+
readonly accessKey?: string;
|
|
313
|
+
/** The expiration of access key in unix time. */
|
|
314
|
+
expiresOn?: number;
|
|
315
|
+
/** The token to access the enabled service. */
|
|
316
|
+
serviceConfigurationToken?: string;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
320
|
+
export declare enum KnownActionType {
|
|
321
|
+
/** Internal */
|
|
322
|
+
Internal = "Internal"
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
326
|
+
export declare enum KnownCreatedByType {
|
|
327
|
+
/** User */
|
|
328
|
+
User = "User",
|
|
329
|
+
/** Application */
|
|
330
|
+
Application = "Application",
|
|
331
|
+
/** ManagedIdentity */
|
|
332
|
+
ManagedIdentity = "ManagedIdentity",
|
|
333
|
+
/** Key */
|
|
334
|
+
Key = "Key"
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
338
|
+
export declare enum KnownOrigin {
|
|
339
|
+
/** User */
|
|
340
|
+
User = "user",
|
|
341
|
+
/** System */
|
|
342
|
+
System = "system",
|
|
343
|
+
/** UserSystem */
|
|
344
|
+
UserSystem = "user,system"
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
348
|
+
export declare enum KnownProvisioningState {
|
|
349
|
+
/** Succeeded */
|
|
350
|
+
Succeeded = "Succeeded",
|
|
351
|
+
/** Creating */
|
|
352
|
+
Creating = "Creating",
|
|
353
|
+
/** Updating */
|
|
354
|
+
Updating = "Updating",
|
|
355
|
+
/** Failed */
|
|
356
|
+
Failed = "Failed",
|
|
357
|
+
/** Canceled */
|
|
358
|
+
Canceled = "Canceled"
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
/** Known values of {@link ServiceName} that the service accepts. */
|
|
362
|
+
export declare enum KnownServiceName {
|
|
363
|
+
/** SSH */
|
|
364
|
+
SSH = "SSH",
|
|
365
|
+
/** WAC */
|
|
366
|
+
WAC = "WAC"
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
/** Known values of {@link Type} that the service accepts. */
|
|
370
|
+
export declare enum KnownType {
|
|
371
|
+
/** Default */
|
|
372
|
+
Default = "default",
|
|
373
|
+
/** Custom */
|
|
374
|
+
Custom = "custom"
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
/** The details of the service for which credentials needs to be returned. */
|
|
378
|
+
export declare interface ListCredentialsRequest {
|
|
379
|
+
/** The name of the service. If not provided, the request will by pass the generation of service configuration token */
|
|
380
|
+
serviceName?: ServiceName;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
/** Represent ListIngressGatewayCredentials Request object. */
|
|
384
|
+
export declare interface ListIngressGatewayCredentialsRequest {
|
|
385
|
+
/** The name of the service. */
|
|
386
|
+
serviceName?: ServiceName;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
/** Represent ManageProxy Request object. */
|
|
390
|
+
export declare interface ManagedProxyRequest {
|
|
391
|
+
/** The name of the service. */
|
|
392
|
+
service: string;
|
|
393
|
+
/** The target host name. */
|
|
394
|
+
hostname?: string;
|
|
395
|
+
/** The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed. */
|
|
396
|
+
serviceName?: ServiceName;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
/** Managed Proxy */
|
|
400
|
+
export declare interface ManagedProxyResource {
|
|
401
|
+
/** The short lived proxy name. */
|
|
402
|
+
proxy: string;
|
|
403
|
+
/** The expiration time of short lived proxy name in unix epoch. */
|
|
404
|
+
expiresOn: number;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
408
|
+
export declare interface Operation {
|
|
409
|
+
/**
|
|
410
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
411
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
412
|
+
*/
|
|
413
|
+
readonly name?: string;
|
|
414
|
+
/**
|
|
415
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
416
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
417
|
+
*/
|
|
418
|
+
readonly isDataAction?: boolean;
|
|
419
|
+
/** Localized display information for this particular operation. */
|
|
420
|
+
display?: OperationDisplay;
|
|
421
|
+
/**
|
|
422
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
423
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
424
|
+
*/
|
|
425
|
+
readonly origin?: Origin;
|
|
426
|
+
/**
|
|
427
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
428
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
429
|
+
*/
|
|
430
|
+
readonly actionType?: ActionType;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
/** Localized display information for this particular operation. */
|
|
434
|
+
export declare interface OperationDisplay {
|
|
435
|
+
/**
|
|
436
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
437
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
438
|
+
*/
|
|
439
|
+
readonly provider?: string;
|
|
440
|
+
/**
|
|
441
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
442
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
443
|
+
*/
|
|
444
|
+
readonly resource?: string;
|
|
445
|
+
/**
|
|
446
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
447
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
448
|
+
*/
|
|
449
|
+
readonly operation?: string;
|
|
450
|
+
/**
|
|
451
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
452
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
453
|
+
*/
|
|
454
|
+
readonly description?: string;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
458
|
+
export declare interface OperationListResult {
|
|
459
|
+
/**
|
|
460
|
+
* List of operations supported by the resource provider
|
|
461
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
462
|
+
*/
|
|
463
|
+
readonly value?: Operation[];
|
|
464
|
+
/**
|
|
465
|
+
* URL to get the next set of operation list results (if there are any).
|
|
466
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
467
|
+
*/
|
|
468
|
+
readonly nextLink?: string;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
/** Interface representing a Operations. */
|
|
472
|
+
export declare interface Operations {
|
|
473
|
+
/**
|
|
474
|
+
* Lists the available Hybrid Connectivity REST API operations.
|
|
475
|
+
* @param options The options parameters.
|
|
476
|
+
*/
|
|
477
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
/** Optional parameters. */
|
|
481
|
+
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
/** Contains response data for the listNext operation. */
|
|
485
|
+
export declare type OperationsListNextResponse = OperationListResult;
|
|
486
|
+
|
|
487
|
+
/** Optional parameters. */
|
|
488
|
+
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
/** Contains response data for the list operation. */
|
|
492
|
+
export declare type OperationsListResponse = OperationListResult;
|
|
493
|
+
|
|
494
|
+
/**
|
|
495
|
+
* Defines values for Origin. \
|
|
496
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
497
|
+
* this enum contains the known values that the service supports.
|
|
498
|
+
* ### Known values supported by the service
|
|
499
|
+
* **user** \
|
|
500
|
+
* **system** \
|
|
501
|
+
* **user,system**
|
|
502
|
+
*/
|
|
503
|
+
export declare type Origin = string;
|
|
504
|
+
|
|
505
|
+
/**
|
|
506
|
+
* Defines values for ProvisioningState. \
|
|
507
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
508
|
+
* this enum contains the known values that the service supports.
|
|
509
|
+
* ### Known values supported by the service
|
|
510
|
+
* **Succeeded** \
|
|
511
|
+
* **Creating** \
|
|
512
|
+
* **Updating** \
|
|
513
|
+
* **Failed** \
|
|
514
|
+
* **Canceled**
|
|
515
|
+
*/
|
|
516
|
+
export declare type ProvisioningState = string;
|
|
517
|
+
|
|
518
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
519
|
+
export declare interface ProxyResource extends Resource {
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
523
|
+
export declare interface Resource {
|
|
524
|
+
/**
|
|
525
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
526
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
527
|
+
*/
|
|
528
|
+
readonly id?: string;
|
|
529
|
+
/**
|
|
530
|
+
* The name of the resource
|
|
531
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
532
|
+
*/
|
|
533
|
+
readonly name?: string;
|
|
534
|
+
/**
|
|
535
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
536
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
537
|
+
*/
|
|
538
|
+
readonly type?: string;
|
|
539
|
+
/**
|
|
540
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
541
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
542
|
+
*/
|
|
543
|
+
readonly systemData?: SystemData;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
/** The paginated list of serviceConfigurations */
|
|
547
|
+
export declare interface ServiceConfigurationList {
|
|
548
|
+
/** The list of service configuration */
|
|
549
|
+
value?: ServiceConfigurationResource[];
|
|
550
|
+
/** The link to fetch the next page of connected cluster */
|
|
551
|
+
nextLink?: string;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
/** The service configuration details associated with the target resource. */
|
|
555
|
+
export declare interface ServiceConfigurationResource extends ProxyResource {
|
|
556
|
+
/** Name of the service. */
|
|
557
|
+
serviceName?: ServiceName;
|
|
558
|
+
/** The resource Id of the connectivity endpoint (optional). */
|
|
559
|
+
resourceId?: string;
|
|
560
|
+
/** The port on which service is enabled. */
|
|
561
|
+
port?: number;
|
|
562
|
+
/**
|
|
563
|
+
* The resource provisioning state.
|
|
564
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
565
|
+
*/
|
|
566
|
+
readonly provisioningState?: ProvisioningState;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
/** The service details under service configuration for the target endpoint resource. */
|
|
570
|
+
export declare interface ServiceConfigurationResourcePatch {
|
|
571
|
+
/** The port on which service is enabled. */
|
|
572
|
+
port?: number;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
/** Interface representing a ServiceConfigurations. */
|
|
576
|
+
export declare interface ServiceConfigurations {
|
|
577
|
+
/**
|
|
578
|
+
* API to enumerate registered services in service configurations under a Endpoint Resource
|
|
579
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
580
|
+
* connected.
|
|
581
|
+
* @param endpointName The endpoint name.
|
|
582
|
+
* @param options The options parameters.
|
|
583
|
+
*/
|
|
584
|
+
listByEndpointResource(resourceUri: string, endpointName: string, options?: ServiceConfigurationsListByEndpointResourceOptionalParams): PagedAsyncIterableIterator<ServiceConfigurationResource>;
|
|
585
|
+
/**
|
|
586
|
+
* Gets the details about the service to the resource.
|
|
587
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
588
|
+
* connected.
|
|
589
|
+
* @param endpointName The endpoint name.
|
|
590
|
+
* @param serviceConfigurationName The service name.
|
|
591
|
+
* @param options The options parameters.
|
|
592
|
+
*/
|
|
593
|
+
get(resourceUri: string, endpointName: string, serviceConfigurationName: string, options?: ServiceConfigurationsGetOptionalParams): Promise<ServiceConfigurationsGetResponse>;
|
|
594
|
+
/**
|
|
595
|
+
* Create or update a service in serviceConfiguration for the endpoint resource.
|
|
596
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
597
|
+
* connected.
|
|
598
|
+
* @param endpointName The endpoint name.
|
|
599
|
+
* @param serviceConfigurationName The service name.
|
|
600
|
+
* @param serviceConfigurationResource Service details
|
|
601
|
+
* @param options The options parameters.
|
|
602
|
+
*/
|
|
603
|
+
createOrupdate(resourceUri: string, endpointName: string, serviceConfigurationName: string, serviceConfigurationResource: ServiceConfigurationResource, options?: ServiceConfigurationsCreateOrupdateOptionalParams): Promise<ServiceConfigurationsCreateOrupdateResponse>;
|
|
604
|
+
/**
|
|
605
|
+
* Update the service details in the service configurations of the target resource.
|
|
606
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
607
|
+
* connected.
|
|
608
|
+
* @param endpointName The endpoint name.
|
|
609
|
+
* @param serviceConfigurationName The service name.
|
|
610
|
+
* @param serviceConfigurationResource Service details
|
|
611
|
+
* @param options The options parameters.
|
|
612
|
+
*/
|
|
613
|
+
update(resourceUri: string, endpointName: string, serviceConfigurationName: string, serviceConfigurationResource: ServiceConfigurationResourcePatch, options?: ServiceConfigurationsUpdateOptionalParams): Promise<ServiceConfigurationsUpdateResponse>;
|
|
614
|
+
/**
|
|
615
|
+
* Deletes the service details to the target resource.
|
|
616
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
617
|
+
* connected.
|
|
618
|
+
* @param endpointName The endpoint name.
|
|
619
|
+
* @param serviceConfigurationName The service name.
|
|
620
|
+
* @param options The options parameters.
|
|
621
|
+
*/
|
|
622
|
+
delete(resourceUri: string, endpointName: string, serviceConfigurationName: string, options?: ServiceConfigurationsDeleteOptionalParams): Promise<void>;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
/** Optional parameters. */
|
|
626
|
+
export declare interface ServiceConfigurationsCreateOrupdateOptionalParams extends coreClient.OperationOptions {
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
/** Contains response data for the createOrupdate operation. */
|
|
630
|
+
export declare type ServiceConfigurationsCreateOrupdateResponse = ServiceConfigurationResource;
|
|
631
|
+
|
|
632
|
+
/** Optional parameters. */
|
|
633
|
+
export declare interface ServiceConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
/** Optional parameters. */
|
|
637
|
+
export declare interface ServiceConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
/** Contains response data for the get operation. */
|
|
641
|
+
export declare type ServiceConfigurationsGetResponse = ServiceConfigurationResource;
|
|
642
|
+
|
|
643
|
+
/** Optional parameters. */
|
|
644
|
+
export declare interface ServiceConfigurationsListByEndpointResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
/** Contains response data for the listByEndpointResourceNext operation. */
|
|
648
|
+
export declare type ServiceConfigurationsListByEndpointResourceNextResponse = ServiceConfigurationList;
|
|
649
|
+
|
|
650
|
+
/** Optional parameters. */
|
|
651
|
+
export declare interface ServiceConfigurationsListByEndpointResourceOptionalParams extends coreClient.OperationOptions {
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
/** Contains response data for the listByEndpointResource operation. */
|
|
655
|
+
export declare type ServiceConfigurationsListByEndpointResourceResponse = ServiceConfigurationList;
|
|
656
|
+
|
|
657
|
+
/** Optional parameters. */
|
|
658
|
+
export declare interface ServiceConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
/** Contains response data for the update operation. */
|
|
662
|
+
export declare type ServiceConfigurationsUpdateResponse = ServiceConfigurationResource;
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* Defines values for ServiceName. \
|
|
666
|
+
* {@link KnownServiceName} can be used interchangeably with ServiceName,
|
|
667
|
+
* this enum contains the known values that the service supports.
|
|
668
|
+
* ### Known values supported by the service
|
|
669
|
+
* **SSH** \
|
|
670
|
+
* **WAC**
|
|
671
|
+
*/
|
|
672
|
+
export declare type ServiceName = string;
|
|
673
|
+
|
|
674
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
675
|
+
export declare interface SystemData {
|
|
676
|
+
/** The identity that created the resource. */
|
|
677
|
+
createdBy?: string;
|
|
678
|
+
/** The type of identity that created the resource. */
|
|
679
|
+
createdByType?: CreatedByType;
|
|
680
|
+
/** The timestamp of resource creation (UTC). */
|
|
681
|
+
createdAt?: Date;
|
|
682
|
+
/** The identity that last modified the resource. */
|
|
683
|
+
lastModifiedBy?: string;
|
|
684
|
+
/** The type of identity that last modified the resource. */
|
|
685
|
+
lastModifiedByType?: CreatedByType;
|
|
686
|
+
/** The timestamp of resource last modification (UTC) */
|
|
687
|
+
lastModifiedAt?: Date;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
/**
|
|
691
|
+
* Defines values for Type. \
|
|
692
|
+
* {@link KnownType} can be used interchangeably with Type,
|
|
693
|
+
* this enum contains the known values that the service supports.
|
|
694
|
+
* ### Known values supported by the service
|
|
695
|
+
* **default** \
|
|
696
|
+
* **custom**
|
|
697
|
+
*/
|
|
698
|
+
export declare type Type = string;
|
|
699
|
+
|
|
700
|
+
export { }
|