@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,324 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-kubernetesconfiguration-privatelinkscopes"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type CreatedByType = string;
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export interface ErrorAdditionalInfo {
|
|
18
|
+
readonly info?: Record<string, unknown>;
|
|
19
|
+
readonly type?: string;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
// @public
|
|
23
|
+
export interface ErrorDetail {
|
|
24
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
25
|
+
readonly code?: string;
|
|
26
|
+
readonly details?: ErrorDetail[];
|
|
27
|
+
readonly message?: string;
|
|
28
|
+
readonly target?: string;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// @public
|
|
32
|
+
export interface ErrorResponse {
|
|
33
|
+
error?: ErrorDetail;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export enum KnownCreatedByType {
|
|
41
|
+
Application = "Application",
|
|
42
|
+
Key = "Key",
|
|
43
|
+
ManagedIdentity = "ManagedIdentity",
|
|
44
|
+
User = "User"
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// @public
|
|
48
|
+
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
49
|
+
Creating = "Creating",
|
|
50
|
+
Deleting = "Deleting",
|
|
51
|
+
Failed = "Failed",
|
|
52
|
+
Succeeded = "Succeeded"
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// @public
|
|
56
|
+
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
57
|
+
Approved = "Approved",
|
|
58
|
+
Pending = "Pending",
|
|
59
|
+
Rejected = "Rejected"
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// @public
|
|
63
|
+
export enum KnownProvisioningState {
|
|
64
|
+
Canceled = "Canceled",
|
|
65
|
+
Creating = "Creating",
|
|
66
|
+
Deleting = "Deleting",
|
|
67
|
+
Failed = "Failed",
|
|
68
|
+
Succeeded = "Succeeded",
|
|
69
|
+
Updating = "Updating"
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// @public
|
|
73
|
+
export enum KnownPublicNetworkAccessType {
|
|
74
|
+
Disabled = "Disabled",
|
|
75
|
+
Enabled = "Enabled"
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// @public
|
|
79
|
+
export interface KubernetesConfigurationPrivateLinkScope extends TrackedResource {
|
|
80
|
+
properties?: KubernetesConfigurationPrivateLinkScopeProperties;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// @public
|
|
84
|
+
export interface KubernetesConfigurationPrivateLinkScopeListResult {
|
|
85
|
+
nextLink?: string;
|
|
86
|
+
value: KubernetesConfigurationPrivateLinkScope[];
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
// @public
|
|
90
|
+
export interface KubernetesConfigurationPrivateLinkScopeProperties {
|
|
91
|
+
clusterResourceId: string;
|
|
92
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
93
|
+
readonly privateLinkScopeId?: string;
|
|
94
|
+
readonly provisioningState?: ProvisioningState;
|
|
95
|
+
publicNetworkAccess?: PublicNetworkAccessType;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
// @public
|
|
99
|
+
export interface PrivateEndpoint {
|
|
100
|
+
readonly id?: string;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
105
|
+
privateEndpoint?: PrivateEndpoint;
|
|
106
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
107
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export interface PrivateEndpointConnectionListResult {
|
|
112
|
+
value?: PrivateEndpointConnection[];
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// @public
|
|
116
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export interface PrivateEndpointConnections {
|
|
120
|
+
beginCreateOrUpdate(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
|
121
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
122
|
+
delete(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
123
|
+
get(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
124
|
+
listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams): Promise<PrivateEndpointConnectionsListByPrivateLinkScopeResponse>;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
// @public
|
|
128
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
129
|
+
resumeFrom?: string;
|
|
130
|
+
updateIntervalInMs?: number;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
// @public
|
|
134
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
135
|
+
|
|
136
|
+
// @public
|
|
137
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
// @public
|
|
145
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
146
|
+
|
|
147
|
+
// @public
|
|
148
|
+
export interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export type PrivateEndpointConnectionsListByPrivateLinkScopeResponse = PrivateEndpointConnectionListResult;
|
|
153
|
+
|
|
154
|
+
// @public
|
|
155
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
156
|
+
|
|
157
|
+
// @public
|
|
158
|
+
export interface PrivateLinkResource extends Resource {
|
|
159
|
+
readonly groupId?: string;
|
|
160
|
+
readonly requiredMembers?: string[];
|
|
161
|
+
requiredZoneNames?: string[];
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// @public
|
|
165
|
+
export interface PrivateLinkResourceListResult {
|
|
166
|
+
value?: PrivateLinkResource[];
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// @public
|
|
170
|
+
export interface PrivateLinkResources {
|
|
171
|
+
get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
172
|
+
listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): Promise<PrivateLinkResourcesListByPrivateLinkScopeResponse>;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
// @public
|
|
176
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
// @public
|
|
180
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
181
|
+
|
|
182
|
+
// @public
|
|
183
|
+
export interface PrivateLinkResourcesListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
// @public
|
|
187
|
+
export type PrivateLinkResourcesListByPrivateLinkScopeResponse = PrivateLinkResourceListResult;
|
|
188
|
+
|
|
189
|
+
// @public
|
|
190
|
+
export interface PrivateLinkScopes {
|
|
191
|
+
createOrUpdate(resourceGroupName: string, scopeName: string, parameters: KubernetesConfigurationPrivateLinkScope, options?: PrivateLinkScopesCreateOrUpdateOptionalParams): Promise<PrivateLinkScopesCreateOrUpdateResponse>;
|
|
192
|
+
delete(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<void>;
|
|
193
|
+
get(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesGetOptionalParams): Promise<PrivateLinkScopesGetResponse>;
|
|
194
|
+
list(options?: PrivateLinkScopesListOptionalParams): PagedAsyncIterableIterator<KubernetesConfigurationPrivateLinkScope>;
|
|
195
|
+
listByResourceGroup(resourceGroupName: string, options?: PrivateLinkScopesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<KubernetesConfigurationPrivateLinkScope>;
|
|
196
|
+
updateTags(resourceGroupName: string, scopeName: string, privateLinkScopeTags: TagsResource, options?: PrivateLinkScopesUpdateTagsOptionalParams): Promise<PrivateLinkScopesUpdateTagsResponse>;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
// @public (undocumented)
|
|
200
|
+
export class PrivateLinkScopesClient extends coreClient.ServiceClient {
|
|
201
|
+
// (undocumented)
|
|
202
|
+
$host: string;
|
|
203
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: PrivateLinkScopesClientOptionalParams);
|
|
204
|
+
// (undocumented)
|
|
205
|
+
apiVersion: string;
|
|
206
|
+
// (undocumented)
|
|
207
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
208
|
+
// (undocumented)
|
|
209
|
+
privateLinkResources: PrivateLinkResources;
|
|
210
|
+
// (undocumented)
|
|
211
|
+
privateLinkScopes: PrivateLinkScopes;
|
|
212
|
+
// (undocumented)
|
|
213
|
+
subscriptionId: string;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
// @public
|
|
217
|
+
export interface PrivateLinkScopesClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
218
|
+
$host?: string;
|
|
219
|
+
apiVersion?: string;
|
|
220
|
+
endpoint?: string;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
// @public
|
|
224
|
+
export interface PrivateLinkScopesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
// @public
|
|
228
|
+
export type PrivateLinkScopesCreateOrUpdateResponse = KubernetesConfigurationPrivateLinkScope;
|
|
229
|
+
|
|
230
|
+
// @public
|
|
231
|
+
export interface PrivateLinkScopesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
// @public
|
|
235
|
+
export interface PrivateLinkScopesGetOptionalParams extends coreClient.OperationOptions {
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
// @public
|
|
239
|
+
export type PrivateLinkScopesGetResponse = KubernetesConfigurationPrivateLinkScope;
|
|
240
|
+
|
|
241
|
+
// @public
|
|
242
|
+
export interface PrivateLinkScopesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
// @public
|
|
246
|
+
export type PrivateLinkScopesListByResourceGroupNextResponse = KubernetesConfigurationPrivateLinkScopeListResult;
|
|
247
|
+
|
|
248
|
+
// @public
|
|
249
|
+
export interface PrivateLinkScopesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
// @public
|
|
253
|
+
export type PrivateLinkScopesListByResourceGroupResponse = KubernetesConfigurationPrivateLinkScopeListResult;
|
|
254
|
+
|
|
255
|
+
// @public
|
|
256
|
+
export interface PrivateLinkScopesListNextOptionalParams extends coreClient.OperationOptions {
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
// @public
|
|
260
|
+
export type PrivateLinkScopesListNextResponse = KubernetesConfigurationPrivateLinkScopeListResult;
|
|
261
|
+
|
|
262
|
+
// @public
|
|
263
|
+
export interface PrivateLinkScopesListOptionalParams extends coreClient.OperationOptions {
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
// @public
|
|
267
|
+
export type PrivateLinkScopesListResponse = KubernetesConfigurationPrivateLinkScopeListResult;
|
|
268
|
+
|
|
269
|
+
// @public
|
|
270
|
+
export interface PrivateLinkScopesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
// @public
|
|
274
|
+
export type PrivateLinkScopesUpdateTagsResponse = KubernetesConfigurationPrivateLinkScope;
|
|
275
|
+
|
|
276
|
+
// @public
|
|
277
|
+
export interface PrivateLinkServiceConnectionState {
|
|
278
|
+
actionsRequired?: string;
|
|
279
|
+
description?: string;
|
|
280
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
// @public
|
|
284
|
+
export type ProvisioningState = string;
|
|
285
|
+
|
|
286
|
+
// @public
|
|
287
|
+
export type PublicNetworkAccessType = string;
|
|
288
|
+
|
|
289
|
+
// @public
|
|
290
|
+
export interface Resource {
|
|
291
|
+
readonly id?: string;
|
|
292
|
+
readonly name?: string;
|
|
293
|
+
readonly systemData?: SystemData;
|
|
294
|
+
readonly type?: string;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
// @public
|
|
298
|
+
export interface SystemData {
|
|
299
|
+
createdAt?: Date;
|
|
300
|
+
createdBy?: string;
|
|
301
|
+
createdByType?: CreatedByType;
|
|
302
|
+
lastModifiedAt?: Date;
|
|
303
|
+
lastModifiedBy?: string;
|
|
304
|
+
lastModifiedByType?: CreatedByType;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
// @public
|
|
308
|
+
export interface TagsResource {
|
|
309
|
+
tags?: {
|
|
310
|
+
[propertyName: string]: string;
|
|
311
|
+
};
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
// @public
|
|
315
|
+
export interface TrackedResource extends Resource {
|
|
316
|
+
location: string;
|
|
317
|
+
tags?: {
|
|
318
|
+
[propertyName: string]: string;
|
|
319
|
+
};
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
// (No @packageDocumentation comment for this package)
|
|
323
|
+
|
|
324
|
+
```
|