@azure/arm-kubernetesconfiguration-privatelinkscopes 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/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 +376 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +66 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +18 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +444 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +15 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +133 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +11 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +59 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +216 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +28 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +85 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/privateLinkScopes.d.ts +85 -0
- package/dist/browser/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkScopes.js +386 -0
- package/dist/browser/operations/privateLinkScopes.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +11 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +51 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts +49 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.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/browser/privateLinkScopesClient.d.ts +22 -0
- package/dist/browser/privateLinkScopesClient.d.ts.map +1 -0
- package/dist/browser/privateLinkScopesClient.js +99 -0
- package/dist/browser/privateLinkScopesClient.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 +376 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +69 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +18 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +447 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +15 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +136 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +59 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +221 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +90 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/privateLinkScopes.d.ts +85 -0
- package/dist/commonjs/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkScopes.js +390 -0
- package/dist/commonjs/operations/privateLinkScopes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +51 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.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/privateLinkScopesClient.d.ts +22 -0
- package/dist/commonjs/privateLinkScopesClient.d.ts.map +1 -0
- package/dist/commonjs/privateLinkScopesClient.js +104 -0
- package/dist/commonjs/privateLinkScopesClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -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 +376 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +66 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +18 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +444 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +15 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +133 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +59 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +216 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +28 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +85 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/privateLinkScopes.d.ts +85 -0
- package/dist/esm/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkScopes.js +386 -0
- package/dist/esm/operations/privateLinkScopes.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +51 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts +49 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.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/esm/privateLinkScopesClient.d.ts +22 -0
- package/dist/esm/privateLinkScopesClient.d.ts.map +1 -0
- package/dist/esm/privateLinkScopesClient.js +99 -0
- package/dist/esm/privateLinkScopesClient.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 +376 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +66 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +18 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +444 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +15 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +133 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +59 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +216 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +85 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/privateLinkScopes.d.ts +85 -0
- package/dist/react-native/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkScopes.js +386 -0
- package/dist/react-native/operations/privateLinkScopes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +51 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.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/dist/react-native/privateLinkScopesClient.d.ts +22 -0
- package/dist/react-native/privateLinkScopesClient.d.ts.map +1 -0
- package/dist/react-native/privateLinkScopesClient.js +99 -0
- package/dist/react-native/privateLinkScopesClient.js.map +1 -0
- package/package.json +133 -0
- package/review/arm-kubernetesconfiguration-privatelinkscopes.api.md +324 -0
|
@@ -0,0 +1,376 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Describes the list of Azure Arc PrivateLinkScope resources. */
|
|
3
|
+
export interface KubernetesConfigurationPrivateLinkScopeListResult {
|
|
4
|
+
/** List of Azure Arc PrivateLinkScope definitions. */
|
|
5
|
+
value: KubernetesConfigurationPrivateLinkScope[];
|
|
6
|
+
/** The URI to get the next set of Azure Arc PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set. */
|
|
7
|
+
nextLink?: string;
|
|
8
|
+
}
|
|
9
|
+
/** Properties that define a Azure Arc PrivateLinkScope resource. */
|
|
10
|
+
export interface KubernetesConfigurationPrivateLinkScopeProperties {
|
|
11
|
+
/** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */
|
|
12
|
+
publicNetworkAccess?: PublicNetworkAccessType;
|
|
13
|
+
/**
|
|
14
|
+
* Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
|
|
15
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
16
|
+
*/
|
|
17
|
+
readonly provisioningState?: ProvisioningState;
|
|
18
|
+
/** Managed Cluster ARM ID for the private link scope (Required) */
|
|
19
|
+
clusterResourceId: string;
|
|
20
|
+
/**
|
|
21
|
+
* The Guid id of the private link scope.
|
|
22
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
23
|
+
*/
|
|
24
|
+
readonly privateLinkScopeId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The collection of associated Private Endpoint Connections.
|
|
27
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
28
|
+
*/
|
|
29
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
30
|
+
}
|
|
31
|
+
/** The Private Endpoint resource. */
|
|
32
|
+
export interface PrivateEndpoint {
|
|
33
|
+
/**
|
|
34
|
+
* The ARM identifier for Private Endpoint
|
|
35
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
36
|
+
*/
|
|
37
|
+
readonly id?: string;
|
|
38
|
+
}
|
|
39
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
40
|
+
export interface PrivateLinkServiceConnectionState {
|
|
41
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
42
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
43
|
+
/** The reason for approval/rejection of the connection. */
|
|
44
|
+
description?: string;
|
|
45
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
46
|
+
actionsRequired?: string;
|
|
47
|
+
}
|
|
48
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
49
|
+
export interface Resource {
|
|
50
|
+
/**
|
|
51
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
52
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
53
|
+
*/
|
|
54
|
+
readonly id?: string;
|
|
55
|
+
/**
|
|
56
|
+
* The name of the resource
|
|
57
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
|
+
*/
|
|
59
|
+
readonly name?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
62
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
63
|
+
*/
|
|
64
|
+
readonly type?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
67
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
68
|
+
*/
|
|
69
|
+
readonly systemData?: SystemData;
|
|
70
|
+
}
|
|
71
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
72
|
+
export interface SystemData {
|
|
73
|
+
/** The identity that created the resource. */
|
|
74
|
+
createdBy?: string;
|
|
75
|
+
/** The type of identity that created the resource. */
|
|
76
|
+
createdByType?: CreatedByType;
|
|
77
|
+
/** The timestamp of resource creation (UTC). */
|
|
78
|
+
createdAt?: Date;
|
|
79
|
+
/** The identity that last modified the resource. */
|
|
80
|
+
lastModifiedBy?: string;
|
|
81
|
+
/** The type of identity that last modified the resource. */
|
|
82
|
+
lastModifiedByType?: CreatedByType;
|
|
83
|
+
/** The timestamp of resource last modification (UTC) */
|
|
84
|
+
lastModifiedAt?: Date;
|
|
85
|
+
}
|
|
86
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
87
|
+
export interface ErrorResponse {
|
|
88
|
+
/** The error object. */
|
|
89
|
+
error?: ErrorDetail;
|
|
90
|
+
}
|
|
91
|
+
/** The error detail. */
|
|
92
|
+
export interface ErrorDetail {
|
|
93
|
+
/**
|
|
94
|
+
* The error code.
|
|
95
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
+
*/
|
|
97
|
+
readonly code?: string;
|
|
98
|
+
/**
|
|
99
|
+
* The error message.
|
|
100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
+
*/
|
|
102
|
+
readonly message?: string;
|
|
103
|
+
/**
|
|
104
|
+
* The error target.
|
|
105
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
+
*/
|
|
107
|
+
readonly target?: string;
|
|
108
|
+
/**
|
|
109
|
+
* The error details.
|
|
110
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
111
|
+
*/
|
|
112
|
+
readonly details?: ErrorDetail[];
|
|
113
|
+
/**
|
|
114
|
+
* The error additional info.
|
|
115
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
116
|
+
*/
|
|
117
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
118
|
+
}
|
|
119
|
+
/** The resource management error additional info. */
|
|
120
|
+
export interface ErrorAdditionalInfo {
|
|
121
|
+
/**
|
|
122
|
+
* The additional info type.
|
|
123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
124
|
+
*/
|
|
125
|
+
readonly type?: string;
|
|
126
|
+
/**
|
|
127
|
+
* The additional info.
|
|
128
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
129
|
+
*/
|
|
130
|
+
readonly info?: Record<string, unknown>;
|
|
131
|
+
}
|
|
132
|
+
/** A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. */
|
|
133
|
+
export interface TagsResource {
|
|
134
|
+
/** Resource tags */
|
|
135
|
+
tags?: {
|
|
136
|
+
[propertyName: string]: string;
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
/** A list of private link resources */
|
|
140
|
+
export interface PrivateLinkResourceListResult {
|
|
141
|
+
/** Array of private link resources */
|
|
142
|
+
value?: PrivateLinkResource[];
|
|
143
|
+
}
|
|
144
|
+
/** List of private endpoint connection associated with the specified storage account */
|
|
145
|
+
export interface PrivateEndpointConnectionListResult {
|
|
146
|
+
/** Array of private endpoint connections */
|
|
147
|
+
value?: PrivateEndpointConnection[];
|
|
148
|
+
}
|
|
149
|
+
/** The Private Endpoint Connection resource. */
|
|
150
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
151
|
+
/** The resource of private end point. */
|
|
152
|
+
privateEndpoint?: PrivateEndpoint;
|
|
153
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
154
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
155
|
+
/**
|
|
156
|
+
* The provisioning state of the private endpoint connection resource.
|
|
157
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
158
|
+
*/
|
|
159
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
160
|
+
}
|
|
161
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
162
|
+
export interface TrackedResource extends Resource {
|
|
163
|
+
/** Resource tags. */
|
|
164
|
+
tags?: {
|
|
165
|
+
[propertyName: string]: string;
|
|
166
|
+
};
|
|
167
|
+
/** The geo-location where the resource lives */
|
|
168
|
+
location: string;
|
|
169
|
+
}
|
|
170
|
+
/** A private link resource */
|
|
171
|
+
export interface PrivateLinkResource extends Resource {
|
|
172
|
+
/**
|
|
173
|
+
* The private link resource group id.
|
|
174
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
175
|
+
*/
|
|
176
|
+
readonly groupId?: string;
|
|
177
|
+
/**
|
|
178
|
+
* The private link resource required member names.
|
|
179
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
180
|
+
*/
|
|
181
|
+
readonly requiredMembers?: string[];
|
|
182
|
+
/** The private link resource Private link DNS zone name. */
|
|
183
|
+
requiredZoneNames?: string[];
|
|
184
|
+
}
|
|
185
|
+
/** An Azure Arc PrivateLinkScope definition. */
|
|
186
|
+
export interface KubernetesConfigurationPrivateLinkScope extends TrackedResource {
|
|
187
|
+
/** Properties that define a Azure Arc PrivateLinkScope resource. */
|
|
188
|
+
properties?: KubernetesConfigurationPrivateLinkScopeProperties;
|
|
189
|
+
}
|
|
190
|
+
/** Known values of {@link PublicNetworkAccessType} that the service accepts. */
|
|
191
|
+
export declare enum KnownPublicNetworkAccessType {
|
|
192
|
+
/** Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. */
|
|
193
|
+
Enabled = "Enabled",
|
|
194
|
+
/** Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */
|
|
195
|
+
Disabled = "Disabled"
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* Defines values for PublicNetworkAccessType. \
|
|
199
|
+
* {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,
|
|
200
|
+
* this enum contains the known values that the service supports.
|
|
201
|
+
* ### Known values supported by the service
|
|
202
|
+
* **Enabled**: Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. \
|
|
203
|
+
* **Disabled**: Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link.
|
|
204
|
+
*/
|
|
205
|
+
export type PublicNetworkAccessType = string;
|
|
206
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
207
|
+
export declare enum KnownProvisioningState {
|
|
208
|
+
/** Succeeded */
|
|
209
|
+
Succeeded = "Succeeded",
|
|
210
|
+
/** Failed */
|
|
211
|
+
Failed = "Failed",
|
|
212
|
+
/** Canceled */
|
|
213
|
+
Canceled = "Canceled",
|
|
214
|
+
/** Creating */
|
|
215
|
+
Creating = "Creating",
|
|
216
|
+
/** Updating */
|
|
217
|
+
Updating = "Updating",
|
|
218
|
+
/** Deleting */
|
|
219
|
+
Deleting = "Deleting"
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* Defines values for ProvisioningState. \
|
|
223
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
224
|
+
* this enum contains the known values that the service supports.
|
|
225
|
+
* ### Known values supported by the service
|
|
226
|
+
* **Succeeded** \
|
|
227
|
+
* **Failed** \
|
|
228
|
+
* **Canceled** \
|
|
229
|
+
* **Creating** \
|
|
230
|
+
* **Updating** \
|
|
231
|
+
* **Deleting**
|
|
232
|
+
*/
|
|
233
|
+
export type ProvisioningState = string;
|
|
234
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
235
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
236
|
+
/** Pending */
|
|
237
|
+
Pending = "Pending",
|
|
238
|
+
/** Approved */
|
|
239
|
+
Approved = "Approved",
|
|
240
|
+
/** Rejected */
|
|
241
|
+
Rejected = "Rejected"
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
245
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
246
|
+
* this enum contains the known values that the service supports.
|
|
247
|
+
* ### Known values supported by the service
|
|
248
|
+
* **Pending** \
|
|
249
|
+
* **Approved** \
|
|
250
|
+
* **Rejected**
|
|
251
|
+
*/
|
|
252
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
253
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
254
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
255
|
+
/** Succeeded */
|
|
256
|
+
Succeeded = "Succeeded",
|
|
257
|
+
/** Creating */
|
|
258
|
+
Creating = "Creating",
|
|
259
|
+
/** Deleting */
|
|
260
|
+
Deleting = "Deleting",
|
|
261
|
+
/** Failed */
|
|
262
|
+
Failed = "Failed"
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
266
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
267
|
+
* this enum contains the known values that the service supports.
|
|
268
|
+
* ### Known values supported by the service
|
|
269
|
+
* **Succeeded** \
|
|
270
|
+
* **Creating** \
|
|
271
|
+
* **Deleting** \
|
|
272
|
+
* **Failed**
|
|
273
|
+
*/
|
|
274
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
275
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
276
|
+
export declare enum KnownCreatedByType {
|
|
277
|
+
/** User */
|
|
278
|
+
User = "User",
|
|
279
|
+
/** Application */
|
|
280
|
+
Application = "Application",
|
|
281
|
+
/** ManagedIdentity */
|
|
282
|
+
ManagedIdentity = "ManagedIdentity",
|
|
283
|
+
/** Key */
|
|
284
|
+
Key = "Key"
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* Defines values for CreatedByType. \
|
|
288
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
289
|
+
* this enum contains the known values that the service supports.
|
|
290
|
+
* ### Known values supported by the service
|
|
291
|
+
* **User** \
|
|
292
|
+
* **Application** \
|
|
293
|
+
* **ManagedIdentity** \
|
|
294
|
+
* **Key**
|
|
295
|
+
*/
|
|
296
|
+
export type CreatedByType = string;
|
|
297
|
+
/** Optional parameters. */
|
|
298
|
+
export interface PrivateLinkScopesListOptionalParams extends coreClient.OperationOptions {
|
|
299
|
+
}
|
|
300
|
+
/** Contains response data for the list operation. */
|
|
301
|
+
export type PrivateLinkScopesListResponse = KubernetesConfigurationPrivateLinkScopeListResult;
|
|
302
|
+
/** Optional parameters. */
|
|
303
|
+
export interface PrivateLinkScopesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
304
|
+
}
|
|
305
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
306
|
+
export type PrivateLinkScopesListByResourceGroupResponse = KubernetesConfigurationPrivateLinkScopeListResult;
|
|
307
|
+
/** Optional parameters. */
|
|
308
|
+
export interface PrivateLinkScopesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
309
|
+
}
|
|
310
|
+
/** Optional parameters. */
|
|
311
|
+
export interface PrivateLinkScopesGetOptionalParams extends coreClient.OperationOptions {
|
|
312
|
+
}
|
|
313
|
+
/** Contains response data for the get operation. */
|
|
314
|
+
export type PrivateLinkScopesGetResponse = KubernetesConfigurationPrivateLinkScope;
|
|
315
|
+
/** Optional parameters. */
|
|
316
|
+
export interface PrivateLinkScopesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
317
|
+
}
|
|
318
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
319
|
+
export type PrivateLinkScopesCreateOrUpdateResponse = KubernetesConfigurationPrivateLinkScope;
|
|
320
|
+
/** Optional parameters. */
|
|
321
|
+
export interface PrivateLinkScopesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
322
|
+
}
|
|
323
|
+
/** Contains response data for the updateTags operation. */
|
|
324
|
+
export type PrivateLinkScopesUpdateTagsResponse = KubernetesConfigurationPrivateLinkScope;
|
|
325
|
+
/** Optional parameters. */
|
|
326
|
+
export interface PrivateLinkScopesListNextOptionalParams extends coreClient.OperationOptions {
|
|
327
|
+
}
|
|
328
|
+
/** Contains response data for the listNext operation. */
|
|
329
|
+
export type PrivateLinkScopesListNextResponse = KubernetesConfigurationPrivateLinkScopeListResult;
|
|
330
|
+
/** Optional parameters. */
|
|
331
|
+
export interface PrivateLinkScopesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
332
|
+
}
|
|
333
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
334
|
+
export type PrivateLinkScopesListByResourceGroupNextResponse = KubernetesConfigurationPrivateLinkScopeListResult;
|
|
335
|
+
/** Optional parameters. */
|
|
336
|
+
export interface PrivateLinkResourcesListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
|
337
|
+
}
|
|
338
|
+
/** Contains response data for the listByPrivateLinkScope operation. */
|
|
339
|
+
export type PrivateLinkResourcesListByPrivateLinkScopeResponse = PrivateLinkResourceListResult;
|
|
340
|
+
/** Optional parameters. */
|
|
341
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
342
|
+
}
|
|
343
|
+
/** Contains response data for the get operation. */
|
|
344
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
345
|
+
/** Optional parameters. */
|
|
346
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
347
|
+
}
|
|
348
|
+
/** Contains response data for the get operation. */
|
|
349
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
350
|
+
/** Optional parameters. */
|
|
351
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
352
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
353
|
+
updateIntervalInMs?: number;
|
|
354
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
355
|
+
resumeFrom?: string;
|
|
356
|
+
}
|
|
357
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
358
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
359
|
+
/** Optional parameters. */
|
|
360
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
361
|
+
}
|
|
362
|
+
/** Optional parameters. */
|
|
363
|
+
export interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
|
364
|
+
}
|
|
365
|
+
/** Contains response data for the listByPrivateLinkScope operation. */
|
|
366
|
+
export type PrivateEndpointConnectionsListByPrivateLinkScopeResponse = PrivateEndpointConnectionListResult;
|
|
367
|
+
/** Optional parameters. */
|
|
368
|
+
export interface PrivateLinkScopesClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
369
|
+
/** server parameter */
|
|
370
|
+
$host?: string;
|
|
371
|
+
/** Api Version */
|
|
372
|
+
apiVersion?: string;
|
|
373
|
+
/** Overrides client endpoint. */
|
|
374
|
+
endpoint?: string;
|
|
375
|
+
}
|
|
376
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,kEAAkE;AAClE,MAAM,WAAW,iDAAiD;IAChE,sDAAsD;IACtD,KAAK,EAAE,uCAAuC,EAAE,CAAC;IACjD,4IAA4I;IAC5I,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,oEAAoE;AACpE,MAAM,WAAW,iDAAiD;IAChE,yHAAyH;IACzH,mBAAmB,CAAC,EAAE,uBAAuB,CAAC;IAC9C;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAC/C,oEAAoE;IACpE,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,0BAA0B,CAAC,EAAE,yBAAyB,EAAE,CAAC;CACnE;AAED,qCAAqC;AACrC,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,2GAA2G;AAC3G,MAAM,WAAW,iCAAiC;IAChD,uGAAuG;IACvG,MAAM,CAAC,EAAE,sCAAsC,CAAC;IAChD,2DAA2D;IAC3D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mGAAmG;IACnG,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,+FAA+F;AAC/F,MAAM,WAAW,QAAQ;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;CAClC;AAED,6EAA6E;AAC7E,MAAM,WAAW,UAAU;IACzB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,gDAAgD;IAChD,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,oDAAoD;IACpD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,4DAA4D;IAC5D,kBAAkB,CAAC,EAAE,aAAa,CAAC;IACnC,wDAAwD;IACxD,cAAc,CAAC,EAAE,IAAI,CAAC;CACvB;AAED,qKAAqK;AACrK,MAAM,WAAW,aAAa;IAC5B,wBAAwB;IACxB,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB;AAED,wBAAwB;AACxB,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACjD;AAED,qDAAqD;AACrD,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACzC;AAED,6HAA6H;AAC7H,MAAM,WAAW,YAAY;IAC3B,oBAAoB;IACpB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,uCAAuC;AACvC,MAAM,WAAW,6BAA6B;IAC5C,sCAAsC;IACtC,KAAK,CAAC,EAAE,mBAAmB,EAAE,CAAC;CAC/B;AAED,wFAAwF;AACxF,MAAM,WAAW,mCAAmC;IAClD,4CAA4C;IAC5C,KAAK,CAAC,EAAE,yBAAyB,EAAE,CAAC;CACrC;AAED,gDAAgD;AAChD,MAAM,WAAW,yBAA0B,SAAQ,QAAQ;IACzD,yCAAyC;IACzC,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,2GAA2G;IAC3G,iCAAiC,CAAC,EAAE,iCAAiC,CAAC;IACtE;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,0CAA0C,CAAC;CACzE;AAED,+HAA+H;AAC/H,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,qBAAqB;IACrB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,gDAAgD;IAChD,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,8BAA8B;AAC9B,MAAM,WAAW,mBAAoB,SAAQ,QAAQ;IACnD;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IACpC,4DAA4D;IAC5D,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC9B;AAED,gDAAgD;AAChD,MAAM,WAAW,uCACf,SAAQ,eAAe;IACvB,oEAAoE;IACpE,UAAU,CAAC,EAAE,iDAAiD,CAAC;CAChE;AAED,gFAAgF;AAChF,oBAAY,4BAA4B;IACtC,wHAAwH;IACxH,OAAO,YAAY;IACnB,qJAAqJ;IACrJ,QAAQ,aAAa;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,uBAAuB,GAAG,MAAM,CAAC;AAE7C,0EAA0E;AAC1E,oBAAY,sBAAsB;IAChC,gBAAgB;IAChB,SAAS,cAAc;IACvB,aAAa;IACb,MAAM,WAAW;IACjB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AAEvC,+FAA+F;AAC/F,oBAAY,2CAA2C;IACrD,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,sCAAsC,GAAG,MAAM,CAAC;AAE5D,mGAAmG;AACnG,oBAAY,+CAA+C;IACzD,gBAAgB;IAChB,SAAS,cAAc;IACvB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,aAAa;IACb,MAAM,WAAW;CAClB;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,0CAA0C,GAAG,MAAM,CAAC;AAEhE,sEAAsE;AACtE,oBAAY,kBAAkB;IAC5B,WAAW;IACX,IAAI,SAAS;IACb,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,UAAU;IACV,GAAG,QAAQ;CACZ;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,2BAA2B;AAC3B,MAAM,WAAW,mCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,6BAA6B,GACvC,iDAAiD,CAAC;AAEpD,2BAA2B;AAC3B,MAAM,WAAW,kDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oEAAoE;AACpE,MAAM,MAAM,4CAA4C,GACtD,iDAAiD,CAAC;AAEpD,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,4BAA4B,GACtC,uCAAuC,CAAC;AAE1C,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,uCAAuC,GACjD,uCAAuC,CAAC;AAE1C,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2DAA2D;AAC3D,MAAM,MAAM,mCAAmC,GAC7C,uCAAuC,CAAC;AAE1C,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,iCAAiC,GAC3C,iDAAiD,CAAC;AAEpD,2BAA2B;AAC3B,MAAM,WAAW,sDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,gDAAgD,GAC1D,iDAAiD,CAAC;AAEpD,2BAA2B;AAC3B,MAAM,WAAW,wDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uEAAuE;AACvE,MAAM,MAAM,kDAAkD,GAC5D,6BAA6B,CAAC;AAEhC,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,+BAA+B,GAAG,mBAAmB,CAAC;AAElE,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,qCAAqC,GAAG,yBAAyB,CAAC;AAE9E,2BAA2B;AAC3B,MAAM,WAAW,sDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,gDAAgD,GAC1D,yBAAyB,CAAC;AAE5B,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,8DACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uEAAuE;AACvE,MAAM,MAAM,wDAAwD,GAClE,mCAAmC,CAAC;AAEtC,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,oBAAoB;IACvC,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.KnownCreatedByType = exports.KnownPrivateEndpointConnectionProvisioningState = exports.KnownPrivateEndpointServiceConnectionStatus = exports.KnownProvisioningState = exports.KnownPublicNetworkAccessType = void 0;
|
|
11
|
+
/** Known values of {@link PublicNetworkAccessType} that the service accepts. */
|
|
12
|
+
var KnownPublicNetworkAccessType;
|
|
13
|
+
(function (KnownPublicNetworkAccessType) {
|
|
14
|
+
/** Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. */
|
|
15
|
+
KnownPublicNetworkAccessType["Enabled"] = "Enabled";
|
|
16
|
+
/** Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */
|
|
17
|
+
KnownPublicNetworkAccessType["Disabled"] = "Disabled";
|
|
18
|
+
})(KnownPublicNetworkAccessType || (exports.KnownPublicNetworkAccessType = KnownPublicNetworkAccessType = {}));
|
|
19
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
20
|
+
var KnownProvisioningState;
|
|
21
|
+
(function (KnownProvisioningState) {
|
|
22
|
+
/** Succeeded */
|
|
23
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
24
|
+
/** Failed */
|
|
25
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
26
|
+
/** Canceled */
|
|
27
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
28
|
+
/** Creating */
|
|
29
|
+
KnownProvisioningState["Creating"] = "Creating";
|
|
30
|
+
/** Updating */
|
|
31
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
32
|
+
/** Deleting */
|
|
33
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
34
|
+
})(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
|
|
35
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
36
|
+
var KnownPrivateEndpointServiceConnectionStatus;
|
|
37
|
+
(function (KnownPrivateEndpointServiceConnectionStatus) {
|
|
38
|
+
/** Pending */
|
|
39
|
+
KnownPrivateEndpointServiceConnectionStatus["Pending"] = "Pending";
|
|
40
|
+
/** Approved */
|
|
41
|
+
KnownPrivateEndpointServiceConnectionStatus["Approved"] = "Approved";
|
|
42
|
+
/** Rejected */
|
|
43
|
+
KnownPrivateEndpointServiceConnectionStatus["Rejected"] = "Rejected";
|
|
44
|
+
})(KnownPrivateEndpointServiceConnectionStatus || (exports.KnownPrivateEndpointServiceConnectionStatus = KnownPrivateEndpointServiceConnectionStatus = {}));
|
|
45
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
46
|
+
var KnownPrivateEndpointConnectionProvisioningState;
|
|
47
|
+
(function (KnownPrivateEndpointConnectionProvisioningState) {
|
|
48
|
+
/** Succeeded */
|
|
49
|
+
KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
|
|
50
|
+
/** Creating */
|
|
51
|
+
KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
|
|
52
|
+
/** Deleting */
|
|
53
|
+
KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
|
|
54
|
+
/** Failed */
|
|
55
|
+
KnownPrivateEndpointConnectionProvisioningState["Failed"] = "Failed";
|
|
56
|
+
})(KnownPrivateEndpointConnectionProvisioningState || (exports.KnownPrivateEndpointConnectionProvisioningState = KnownPrivateEndpointConnectionProvisioningState = {}));
|
|
57
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
58
|
+
var KnownCreatedByType;
|
|
59
|
+
(function (KnownCreatedByType) {
|
|
60
|
+
/** User */
|
|
61
|
+
KnownCreatedByType["User"] = "User";
|
|
62
|
+
/** Application */
|
|
63
|
+
KnownCreatedByType["Application"] = "Application";
|
|
64
|
+
/** ManagedIdentity */
|
|
65
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
66
|
+
/** Key */
|
|
67
|
+
KnownCreatedByType["Key"] = "Key";
|
|
68
|
+
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
69
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AA6MH,gFAAgF;AAChF,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,wHAAwH;IACxH,mDAAmB,CAAA;IACnB,qJAAqJ;IACrJ,qDAAqB,CAAA;AACvB,CAAC,EALW,4BAA4B,4CAA5B,4BAA4B,QAKvC;AAYD,0EAA0E;AAC1E,IAAY,sBAaX;AAbD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAbW,sBAAsB,sCAAtB,sBAAsB,QAajC;AAgBD,+FAA+F;AAC/F,IAAY,2CAOX;AAPD,WAAY,2CAA2C;IACrD,cAAc;IACd,kEAAmB,CAAA;IACnB,eAAe;IACf,oEAAqB,CAAA;IACrB,eAAe;IACf,oEAAqB,CAAA;AACvB,CAAC,EAPW,2CAA2C,2DAA3C,2CAA2C,QAOtD;AAaD,mGAAmG;AACnG,IAAY,+CASX;AATD,WAAY,+CAA+C;IACzD,gBAAgB;IAChB,0EAAuB,CAAA;IACvB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,aAAa;IACb,oEAAiB,CAAA;AACnB,CAAC,EATW,+CAA+C,+DAA/C,+CAA+C,QAS1D;AAcD,sEAAsE;AACtE,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Describes the list of Azure Arc PrivateLinkScope resources. */\nexport interface KubernetesConfigurationPrivateLinkScopeListResult {\n /** List of Azure Arc PrivateLinkScope definitions. */\n value: KubernetesConfigurationPrivateLinkScope[];\n /** The URI to get the next set of Azure Arc PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set. */\n nextLink?: string;\n}\n\n/** Properties that define a Azure Arc PrivateLinkScope resource. */\nexport interface KubernetesConfigurationPrivateLinkScopeProperties {\n /** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */\n publicNetworkAccess?: PublicNetworkAccessType;\n /**\n * Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Managed Cluster ARM ID for the private link scope (Required) */\n clusterResourceId: string;\n /**\n * The Guid id of the private link scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateLinkScopeId?: string;\n /**\n * The collection of associated Private Endpoint Connections.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. */\nexport interface TagsResource {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\n/** List of private endpoint connection associated with the specified storage account */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n}\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends Resource {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** An Azure Arc PrivateLinkScope definition. */\nexport interface KubernetesConfigurationPrivateLinkScope\n extends TrackedResource {\n /** Properties that define a Azure Arc PrivateLinkScope resource. */\n properties?: KubernetesConfigurationPrivateLinkScopeProperties;\n}\n\n/** Known values of {@link PublicNetworkAccessType} that the service accepts. */\nexport enum KnownPublicNetworkAccessType {\n /** Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. */\n Enabled = \"Enabled\",\n /** Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PublicNetworkAccessType. \\\n * {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. \\\n * **Disabled**: Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link.\n */\nexport type PublicNetworkAccessType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateLinkScopesListResponse =\n KubernetesConfigurationPrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PrivateLinkScopesListByResourceGroupResponse =\n KubernetesConfigurationPrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkScopesGetResponse =\n KubernetesConfigurationPrivateLinkScope;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateLinkScopesCreateOrUpdateResponse =\n KubernetesConfigurationPrivateLinkScope;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type PrivateLinkScopesUpdateTagsResponse =\n KubernetesConfigurationPrivateLinkScope;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PrivateLinkScopesListNextResponse =\n KubernetesConfigurationPrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type PrivateLinkScopesListByResourceGroupNextResponse =\n KubernetesConfigurationPrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByPrivateLinkScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScope operation. */\nexport type PrivateLinkResourcesListByPrivateLinkScopeResponse =\n PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse =\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScope operation. */\nexport type PrivateEndpointConnectionsListByPrivateLinkScopeResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const KubernetesConfigurationPrivateLinkScopeListResult: coreClient.CompositeMapper;
|
|
3
|
+
export declare const KubernetesConfigurationPrivateLinkScopeProperties: coreClient.CompositeMapper;
|
|
4
|
+
export declare const PrivateEndpoint: coreClient.CompositeMapper;
|
|
5
|
+
export declare const PrivateLinkServiceConnectionState: coreClient.CompositeMapper;
|
|
6
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
7
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
8
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
9
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
10
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
11
|
+
export declare const TagsResource: coreClient.CompositeMapper;
|
|
12
|
+
export declare const PrivateLinkResourceListResult: coreClient.CompositeMapper;
|
|
13
|
+
export declare const PrivateEndpointConnectionListResult: coreClient.CompositeMapper;
|
|
14
|
+
export declare const PrivateEndpointConnection: coreClient.CompositeMapper;
|
|
15
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
16
|
+
export declare const PrivateLinkResource: coreClient.CompositeMapper;
|
|
17
|
+
export declare const KubernetesConfigurationPrivateLinkScope: coreClient.CompositeMapper;
|
|
18
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,iDAAiD,EAAE,UAAU,CAAC,eA2BxE,CAAC;AAEJ,eAAO,MAAM,iDAAiD,EAAE,UAAU,CAAC,eAiDxE,CAAC;AAEJ,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAyB1D,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAcrC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAmBtD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAmB5D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA6BlD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsC5C,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,UAAU,CAAC,eAgB9D,CAAC"}
|