@azure/synapse-managed-private-endpoints 1.0.0-beta.3 → 1.0.0-beta.6
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/LICENSE +21 -0
- package/README.md +11 -18
- package/dist/browser/index.d.ts +4 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +11 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/managedPrivateEndpointsClient.d.ts +20 -0
- package/dist/browser/managedPrivateEndpointsClient.d.ts.map +1 -0
- package/dist/browser/managedPrivateEndpointsClient.js +101 -0
- package/dist/browser/managedPrivateEndpointsClient.js.map +1 -0
- package/dist/browser/models/index.d.ts +99 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +10 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +6 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +162 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +10 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +88 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +2 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +9 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/managedPrivateEndpoints.d.ts +57 -0
- package/dist/browser/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/browser/operations/managedPrivateEndpoints.js +193 -0
- package/dist/browser/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +2 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +9 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedPrivateEndpoints.d.ts +34 -0
- package/dist/browser/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist/browser/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/tracing.d.ts +2 -0
- package/dist/browser/tracing.d.ts.map +1 -0
- package/dist/browser/tracing.js +14 -0
- package/dist/browser/tracing.js.map +1 -0
- package/dist/commonjs/index.d.ts +4 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +16 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/managedPrivateEndpointsClient.d.ts +20 -0
- package/dist/commonjs/managedPrivateEndpointsClient.d.ts.map +1 -0
- package/dist/commonjs/managedPrivateEndpointsClient.js +106 -0
- package/dist/commonjs/managedPrivateEndpointsClient.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +99 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +11 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +6 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +165 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +10 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +91 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +2 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +12 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/managedPrivateEndpoints.d.ts +57 -0
- package/dist/commonjs/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/managedPrivateEndpoints.js +198 -0
- package/dist/commonjs/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +2 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +12 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedPrivateEndpoints.d.ts +34 -0
- package/dist/commonjs/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedPrivateEndpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/tracing.d.ts +2 -0
- package/dist/commonjs/tracing.d.ts.map +1 -0
- package/dist/commonjs/tracing.js +17 -0
- package/dist/commonjs/tracing.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +11 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/managedPrivateEndpointsClient.d.ts +20 -0
- package/dist/esm/managedPrivateEndpointsClient.d.ts.map +1 -0
- package/dist/esm/managedPrivateEndpointsClient.js +101 -0
- package/dist/esm/managedPrivateEndpointsClient.js.map +1 -0
- package/dist/esm/models/index.d.ts +99 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +10 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +6 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +162 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +10 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +88 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +2 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +9 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/managedPrivateEndpoints.d.ts +57 -0
- package/dist/esm/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/esm/operations/managedPrivateEndpoints.js +193 -0
- package/dist/esm/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +2 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +9 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedPrivateEndpoints.d.ts +34 -0
- package/dist/esm/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist/esm/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/tracing.d.ts +2 -0
- package/dist/esm/tracing.d.ts.map +1 -0
- package/dist/esm/tracing.js +14 -0
- package/dist/esm/tracing.js.map +1 -0
- package/dist/react-native/index.d.ts +4 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +11 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/managedPrivateEndpointsClient.d.ts +20 -0
- package/dist/react-native/managedPrivateEndpointsClient.d.ts.map +1 -0
- package/dist/react-native/managedPrivateEndpointsClient.js +101 -0
- package/dist/react-native/managedPrivateEndpointsClient.js.map +1 -0
- package/dist/react-native/models/index.d.ts +99 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +10 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +6 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +162 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +10 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +88 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +2 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +9 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/managedPrivateEndpoints.d.ts +57 -0
- package/dist/react-native/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/react-native/operations/managedPrivateEndpoints.js +193 -0
- package/dist/react-native/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +2 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +9 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedPrivateEndpoints.d.ts +34 -0
- package/dist/react-native/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/tracing.d.ts +2 -0
- package/dist/react-native/tracing.d.ts.map +1 -0
- package/dist/react-native/tracing.js +14 -0
- package/dist/react-native/tracing.js.map +1 -0
- package/package.json +84 -80
- package/CHANGELOG.md +0 -16
- package/dist/index.js +0 -595
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/rollup.config.js +0 -3
- package/tsconfig.json +0 -19
- package/types/synapse-managed-private-endpoints.d.ts +0 -167
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import type * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Managed private endpoint */
|
|
3
|
+
export interface ManagedPrivateEndpoint {
|
|
4
|
+
/**
|
|
5
|
+
* Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
+
*/
|
|
8
|
+
readonly id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The name of the resource
|
|
11
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
+
*/
|
|
13
|
+
readonly name?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
|
|
16
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
+
*/
|
|
18
|
+
readonly type?: string;
|
|
19
|
+
/** Managed private endpoint properties */
|
|
20
|
+
properties?: ManagedPrivateEndpointProperties;
|
|
21
|
+
}
|
|
22
|
+
/** Properties of a managed private endpoint */
|
|
23
|
+
export interface ManagedPrivateEndpointProperties {
|
|
24
|
+
/** The name of managed private endpoint */
|
|
25
|
+
name?: string;
|
|
26
|
+
/** The ARM resource ID of the resource to which the managed private endpoint is created */
|
|
27
|
+
privateLinkResourceId?: string;
|
|
28
|
+
/** The groupId to which the managed private endpoint is created */
|
|
29
|
+
groupId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The managed private endpoint provisioning state
|
|
32
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
33
|
+
*/
|
|
34
|
+
readonly provisioningState?: string;
|
|
35
|
+
/** The managed private endpoint connection state */
|
|
36
|
+
connectionState?: ManagedPrivateEndpointConnectionState;
|
|
37
|
+
/**
|
|
38
|
+
* Denotes whether the managed private endpoint is reserved
|
|
39
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
+
*/
|
|
41
|
+
readonly isReserved?: boolean;
|
|
42
|
+
/** List of fully qualified domain names */
|
|
43
|
+
fqdns?: string[];
|
|
44
|
+
/** Denotes whether the managed private endpoint is compliant */
|
|
45
|
+
isCompliant?: boolean;
|
|
46
|
+
}
|
|
47
|
+
/** The connection state of a managed private endpoint */
|
|
48
|
+
export interface ManagedPrivateEndpointConnectionState {
|
|
49
|
+
/**
|
|
50
|
+
* The approval status
|
|
51
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
52
|
+
*/
|
|
53
|
+
readonly status?: string;
|
|
54
|
+
/** The managed private endpoint description */
|
|
55
|
+
description?: string;
|
|
56
|
+
/** The actions required on the managed private endpoint */
|
|
57
|
+
actionsRequired?: string;
|
|
58
|
+
}
|
|
59
|
+
/** A list of managed private endpoints */
|
|
60
|
+
export interface ManagedPrivateEndpointListResponse {
|
|
61
|
+
/** List of managed private endpoints */
|
|
62
|
+
value?: ManagedPrivateEndpoint[];
|
|
63
|
+
/**
|
|
64
|
+
* The link to the next page of results, if any remaining results exist.
|
|
65
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
+
*/
|
|
67
|
+
readonly nextLink?: string;
|
|
68
|
+
}
|
|
69
|
+
/** Optional parameters. */
|
|
70
|
+
export interface ManagedPrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
71
|
+
}
|
|
72
|
+
/** Contains response data for the get operation. */
|
|
73
|
+
export type ManagedPrivateEndpointsGetResponse = ManagedPrivateEndpoint;
|
|
74
|
+
/** Optional parameters. */
|
|
75
|
+
export interface ManagedPrivateEndpointsCreateOptionalParams extends coreClient.OperationOptions {
|
|
76
|
+
}
|
|
77
|
+
/** Contains response data for the create operation. */
|
|
78
|
+
export type ManagedPrivateEndpointsCreateResponse = ManagedPrivateEndpoint;
|
|
79
|
+
/** Optional parameters. */
|
|
80
|
+
export interface ManagedPrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
81
|
+
}
|
|
82
|
+
/** Optional parameters. */
|
|
83
|
+
export interface ManagedPrivateEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
84
|
+
}
|
|
85
|
+
/** Contains response data for the list operation. */
|
|
86
|
+
export type ManagedPrivateEndpointsListResponse = ManagedPrivateEndpointListResponse;
|
|
87
|
+
/** Optional parameters. */
|
|
88
|
+
export interface ManagedPrivateEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
89
|
+
}
|
|
90
|
+
/** Contains response data for the listNext operation. */
|
|
91
|
+
export type ManagedPrivateEndpointsListNextResponse = ManagedPrivateEndpointListResponse;
|
|
92
|
+
/** Optional parameters. */
|
|
93
|
+
export interface ManagedPrivateEndpointsClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
94
|
+
/** Api Version */
|
|
95
|
+
apiVersion?: string;
|
|
96
|
+
/** Overrides client endpoint. */
|
|
97
|
+
endpoint?: string;
|
|
98
|
+
}
|
|
99
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEtD,+BAA+B;AAC/B,MAAM,WAAW,sBAAsB;IACrC;;;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,0CAA0C;IAC1C,UAAU,CAAC,EAAE,gCAAgC,CAAC;CAC/C;AAED,+CAA+C;AAC/C,MAAM,WAAW,gCAAgC;IAC/C,2CAA2C;IAC3C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,2FAA2F;IAC3F,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,mEAAmE;IACnE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC,oDAAoD;IACpD,eAAe,CAAC,EAAE,qCAAqC,CAAC;IACxD;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC;IAC9B,2CAA2C;IAC3C,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,gEAAgE;IAChE,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,yDAAyD;AACzD,MAAM,WAAW,qCAAqC;IACpD;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,+CAA+C;IAC/C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2DAA2D;IAC3D,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,0CAA0C;AAC1C,MAAM,WAAW,kCAAkC;IACjD,wCAAwC;IACxC,KAAK,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,2BAA2B;AAC3B,MAAM,WAAW,wCAAyC,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAEhG,oDAAoD;AACpD,MAAM,MAAM,kCAAkC,GAAG,sBAAsB,CAAC;AAExE,2BAA2B;AAC3B,MAAM,WAAW,2CAA4C,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAEnG,uDAAuD;AACvD,MAAM,MAAM,qCAAqC,GAAG,sBAAsB,CAAC;AAE3E,2BAA2B;AAC3B,MAAM,WAAW,2CAA4C,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAEnG,2BAA2B;AAC3B,MAAM,WAAW,yCAA0C,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAEjG,qDAAqD;AACrD,MAAM,MAAM,mCAAmC,GAAG,kCAAkC,CAAC;AAErF,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,uCAAuC,GAAG,kCAAkC,CAAC;AAEzF,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,oBAAoB;IACvC,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/* eslint-disable tsdoc/syntax */
|
|
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
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,iCAAiC;AACjC;;;;;;GAMG","sourcesContent":["/* eslint-disable tsdoc/syntax */\n/*\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 type * as coreClient from \"@azure/core-client\";\n\n/** Managed private endpoint */\nexport interface ManagedPrivateEndpoint {\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. Ex- 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 /** Managed private endpoint properties */\n properties?: ManagedPrivateEndpointProperties;\n}\n\n/** Properties of a managed private endpoint */\nexport interface ManagedPrivateEndpointProperties {\n /** The name of managed private endpoint */\n name?: string;\n /** The ARM resource ID of the resource to which the managed private endpoint is created */\n privateLinkResourceId?: string;\n /** The groupId to which the managed private endpoint is created */\n groupId?: string;\n /**\n * The managed private endpoint provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The managed private endpoint connection state */\n connectionState?: ManagedPrivateEndpointConnectionState;\n /**\n * Denotes whether the managed private endpoint is reserved\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isReserved?: boolean;\n /** List of fully qualified domain names */\n fqdns?: string[];\n /** Denotes whether the managed private endpoint is compliant */\n isCompliant?: boolean;\n}\n\n/** The connection state of a managed private endpoint */\nexport interface ManagedPrivateEndpointConnectionState {\n /**\n * The approval status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /** The managed private endpoint description */\n description?: string;\n /** The actions required on the managed private endpoint */\n actionsRequired?: string;\n}\n\n/** A list of managed private endpoints */\nexport interface ManagedPrivateEndpointListResponse {\n /** List of managed private endpoints */\n value?: ManagedPrivateEndpoint[];\n /**\n * The link to the next page of results, if any remaining results exist.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Optional parameters. */\nexport interface ManagedPrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedPrivateEndpointsGetResponse = ManagedPrivateEndpoint;\n\n/** Optional parameters. */\nexport interface ManagedPrivateEndpointsCreateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type ManagedPrivateEndpointsCreateResponse = ManagedPrivateEndpoint;\n\n/** Optional parameters. */\nexport interface ManagedPrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ManagedPrivateEndpointsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedPrivateEndpointsListResponse = ManagedPrivateEndpointListResponse;\n\n/** Optional parameters. */\nexport interface ManagedPrivateEndpointsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedPrivateEndpointsListNextResponse = ManagedPrivateEndpointListResponse;\n\n/** Optional parameters. */\nexport interface ManagedPrivateEndpointsClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const ManagedPrivateEndpoint: coreClient.CompositeMapper;
|
|
3
|
+
export declare const ManagedPrivateEndpointProperties: coreClient.CompositeMapper;
|
|
4
|
+
export declare const ManagedPrivateEndpointConnectionState: coreClient.CompositeMapper;
|
|
5
|
+
export declare const ManagedPrivateEndpointListResponse: coreClient.CompositeMapper;
|
|
6
|
+
//# 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,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEtD,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAmC/C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA+DzD,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,UAAU,CAAC,eA0B9D,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eA0B3D,CAAC"}
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export const ManagedPrivateEndpoint = {
|
|
9
|
+
type: {
|
|
10
|
+
name: "Composite",
|
|
11
|
+
className: "ManagedPrivateEndpoint",
|
|
12
|
+
modelProperties: {
|
|
13
|
+
id: {
|
|
14
|
+
serializedName: "id",
|
|
15
|
+
readOnly: true,
|
|
16
|
+
type: {
|
|
17
|
+
name: "String",
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
name: {
|
|
21
|
+
serializedName: "name",
|
|
22
|
+
readOnly: true,
|
|
23
|
+
type: {
|
|
24
|
+
name: "String",
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
type: {
|
|
28
|
+
serializedName: "type",
|
|
29
|
+
readOnly: true,
|
|
30
|
+
type: {
|
|
31
|
+
name: "String",
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
properties: {
|
|
35
|
+
serializedName: "properties",
|
|
36
|
+
type: {
|
|
37
|
+
name: "Composite",
|
|
38
|
+
className: "ManagedPrivateEndpointProperties",
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
export const ManagedPrivateEndpointProperties = {
|
|
45
|
+
type: {
|
|
46
|
+
name: "Composite",
|
|
47
|
+
className: "ManagedPrivateEndpointProperties",
|
|
48
|
+
modelProperties: {
|
|
49
|
+
name: {
|
|
50
|
+
serializedName: "name",
|
|
51
|
+
type: {
|
|
52
|
+
name: "String",
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
privateLinkResourceId: {
|
|
56
|
+
serializedName: "privateLinkResourceId",
|
|
57
|
+
type: {
|
|
58
|
+
name: "String",
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
groupId: {
|
|
62
|
+
serializedName: "groupId",
|
|
63
|
+
type: {
|
|
64
|
+
name: "String",
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
provisioningState: {
|
|
68
|
+
serializedName: "provisioningState",
|
|
69
|
+
readOnly: true,
|
|
70
|
+
type: {
|
|
71
|
+
name: "String",
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
connectionState: {
|
|
75
|
+
serializedName: "connectionState",
|
|
76
|
+
type: {
|
|
77
|
+
name: "Composite",
|
|
78
|
+
className: "ManagedPrivateEndpointConnectionState",
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
|
+
isReserved: {
|
|
82
|
+
serializedName: "isReserved",
|
|
83
|
+
readOnly: true,
|
|
84
|
+
type: {
|
|
85
|
+
name: "Boolean",
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
fqdns: {
|
|
89
|
+
serializedName: "fqdns",
|
|
90
|
+
type: {
|
|
91
|
+
name: "Sequence",
|
|
92
|
+
element: {
|
|
93
|
+
type: {
|
|
94
|
+
name: "String",
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
},
|
|
99
|
+
isCompliant: {
|
|
100
|
+
serializedName: "isCompliant",
|
|
101
|
+
type: {
|
|
102
|
+
name: "Boolean",
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
};
|
|
108
|
+
export const ManagedPrivateEndpointConnectionState = {
|
|
109
|
+
type: {
|
|
110
|
+
name: "Composite",
|
|
111
|
+
className: "ManagedPrivateEndpointConnectionState",
|
|
112
|
+
modelProperties: {
|
|
113
|
+
status: {
|
|
114
|
+
serializedName: "status",
|
|
115
|
+
readOnly: true,
|
|
116
|
+
type: {
|
|
117
|
+
name: "String",
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
description: {
|
|
121
|
+
serializedName: "description",
|
|
122
|
+
type: {
|
|
123
|
+
name: "String",
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
actionsRequired: {
|
|
127
|
+
serializedName: "actionsRequired",
|
|
128
|
+
type: {
|
|
129
|
+
name: "String",
|
|
130
|
+
},
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
};
|
|
135
|
+
export const ManagedPrivateEndpointListResponse = {
|
|
136
|
+
type: {
|
|
137
|
+
name: "Composite",
|
|
138
|
+
className: "ManagedPrivateEndpointListResponse",
|
|
139
|
+
modelProperties: {
|
|
140
|
+
value: {
|
|
141
|
+
serializedName: "value",
|
|
142
|
+
type: {
|
|
143
|
+
name: "Sequence",
|
|
144
|
+
element: {
|
|
145
|
+
type: {
|
|
146
|
+
name: "Composite",
|
|
147
|
+
className: "ManagedPrivateEndpoint",
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
},
|
|
151
|
+
},
|
|
152
|
+
nextLink: {
|
|
153
|
+
serializedName: "nextLink",
|
|
154
|
+
readOnly: true,
|
|
155
|
+
type: {
|
|
156
|
+
name: "String",
|
|
157
|
+
},
|
|
158
|
+
},
|
|
159
|
+
},
|
|
160
|
+
},
|
|
161
|
+
};
|
|
162
|
+
//# sourceMappingURL=mappers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","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 type * as coreClient from \"@azure/core-client\";\n\nexport const ManagedPrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedPrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ManagedPrivateEndpointProperties\",\n },\n },\n },\n },\n};\n\nexport const ManagedPrivateEndpointProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedPrivateEndpointProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n privateLinkResourceId: {\n serializedName: \"privateLinkResourceId\",\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n connectionState: {\n serializedName: \"connectionState\",\n type: {\n name: \"Composite\",\n className: \"ManagedPrivateEndpointConnectionState\",\n },\n },\n isReserved: {\n serializedName: \"isReserved\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n fqdns: {\n serializedName: \"fqdns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n isCompliant: {\n serializedName: \"isCompliant\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedPrivateEndpointConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedPrivateEndpointConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedPrivateEndpointListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedPrivateEndpointListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedPrivateEndpoint\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const accept: OperationParameter;
|
|
3
|
+
export declare const endpoint: OperationURLParameter;
|
|
4
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
5
|
+
export declare const managedVirtualNetworkName: OperationURLParameter;
|
|
6
|
+
export declare const managedPrivateEndpointName: OperationURLParameter;
|
|
7
|
+
export declare const contentType: OperationParameter;
|
|
8
|
+
export declare const managedPrivateEndpoint: OperationParameter;
|
|
9
|
+
export declare const nextLink: OperationURLParameter;
|
|
10
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACV,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAG5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,qBASvC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,qBASxC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,kBAGpC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { ManagedPrivateEndpoint as ManagedPrivateEndpointMapper } from "../models/mappers.js";
|
|
9
|
+
export const accept = {
|
|
10
|
+
parameterPath: "accept",
|
|
11
|
+
mapper: {
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Accept",
|
|
15
|
+
type: {
|
|
16
|
+
name: "String",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
export const endpoint = {
|
|
21
|
+
parameterPath: "endpoint",
|
|
22
|
+
mapper: {
|
|
23
|
+
serializedName: "endpoint",
|
|
24
|
+
required: true,
|
|
25
|
+
type: {
|
|
26
|
+
name: "String",
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
skipEncoding: true,
|
|
30
|
+
};
|
|
31
|
+
export const apiVersion = {
|
|
32
|
+
parameterPath: "apiVersion",
|
|
33
|
+
mapper: {
|
|
34
|
+
defaultValue: "2020-12-01",
|
|
35
|
+
isConstant: true,
|
|
36
|
+
serializedName: "api-version",
|
|
37
|
+
type: {
|
|
38
|
+
name: "String",
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
export const managedVirtualNetworkName = {
|
|
43
|
+
parameterPath: "managedVirtualNetworkName",
|
|
44
|
+
mapper: {
|
|
45
|
+
serializedName: "managedVirtualNetworkName",
|
|
46
|
+
required: true,
|
|
47
|
+
type: {
|
|
48
|
+
name: "String",
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
export const managedPrivateEndpointName = {
|
|
53
|
+
parameterPath: "managedPrivateEndpointName",
|
|
54
|
+
mapper: {
|
|
55
|
+
serializedName: "managedPrivateEndpointName",
|
|
56
|
+
required: true,
|
|
57
|
+
type: {
|
|
58
|
+
name: "String",
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
export const contentType = {
|
|
63
|
+
parameterPath: ["options", "contentType"],
|
|
64
|
+
mapper: {
|
|
65
|
+
defaultValue: "application/json",
|
|
66
|
+
isConstant: true,
|
|
67
|
+
serializedName: "Content-Type",
|
|
68
|
+
type: {
|
|
69
|
+
name: "String",
|
|
70
|
+
},
|
|
71
|
+
},
|
|
72
|
+
};
|
|
73
|
+
export const managedPrivateEndpoint = {
|
|
74
|
+
parameterPath: "managedPrivateEndpoint",
|
|
75
|
+
mapper: ManagedPrivateEndpointMapper,
|
|
76
|
+
};
|
|
77
|
+
export const nextLink = {
|
|
78
|
+
parameterPath: "nextLink",
|
|
79
|
+
mapper: {
|
|
80
|
+
serializedName: "nextLink",
|
|
81
|
+
required: true,
|
|
82
|
+
type: {
|
|
83
|
+
name: "String",
|
|
84
|
+
},
|
|
85
|
+
},
|
|
86
|
+
skipEncoding: true,
|
|
87
|
+
};
|
|
88
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EAAE,sBAAsB,IAAI,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AAE9F,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA0B;IAC9D,aAAa,EAAE,2BAA2B;IAC1C,MAAM,EAAE;QACN,cAAc,EAAE,2BAA2B;QAC3C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA0B;IAC/D,aAAa,EAAE,4BAA4B;IAC3C,MAAM,EAAE;QACN,cAAc,EAAE,4BAA4B;QAC5C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAuB;IACxD,aAAa,EAAE,wBAAwB;IACvC,MAAM,EAAE,4BAA4B;CACrC,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC","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 type {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport { ManagedPrivateEndpoint as ManagedPrivateEndpointMapper } from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const endpoint: OperationURLParameter = {\n parameterPath: \"endpoint\",\n mapper: {\n serializedName: \"endpoint\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-12-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const managedVirtualNetworkName: OperationURLParameter = {\n parameterPath: \"managedVirtualNetworkName\",\n mapper: {\n serializedName: \"managedVirtualNetworkName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const managedPrivateEndpointName: OperationURLParameter = {\n parameterPath: \"managedPrivateEndpointName\",\n mapper: {\n serializedName: \"managedPrivateEndpointName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const managedPrivateEndpoint: OperationParameter = {\n parameterPath: \"managedPrivateEndpoint\",\n mapper: ManagedPrivateEndpointMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,8BAA8B,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./managedPrivateEndpoints.js";
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,8BAA8B,CAAC","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\nexport * from \"./managedPrivateEndpoints.js\";\n"]}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { ManagedPrivateEndpoints } from "../operationsInterfaces/index.js";
|
|
3
|
+
import type { ManagedPrivateEndpointsClient } from "../managedPrivateEndpointsClient.js";
|
|
4
|
+
import type { ManagedPrivateEndpoint, ManagedPrivateEndpointsListOptionalParams, ManagedPrivateEndpointsGetOptionalParams, ManagedPrivateEndpointsGetResponse, ManagedPrivateEndpointsCreateOptionalParams, ManagedPrivateEndpointsCreateResponse, ManagedPrivateEndpointsDeleteOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing ManagedPrivateEndpoints operations. */
|
|
6
|
+
export declare class ManagedPrivateEndpointsImpl implements ManagedPrivateEndpoints {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class ManagedPrivateEndpoints class.
|
|
10
|
+
* @param client - Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: ManagedPrivateEndpointsClient);
|
|
13
|
+
/**
|
|
14
|
+
* List Managed Private Endpoints
|
|
15
|
+
* @param managedVirtualNetworkName - Managed virtual network name
|
|
16
|
+
* @param options - The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
list(managedVirtualNetworkName: string, options?: ManagedPrivateEndpointsListOptionalParams): PagedAsyncIterableIterator<ManagedPrivateEndpoint>;
|
|
19
|
+
private listPagingPage;
|
|
20
|
+
private listPagingAll;
|
|
21
|
+
/**
|
|
22
|
+
* Get Managed Private Endpoints
|
|
23
|
+
* @param managedVirtualNetworkName - Managed virtual network name
|
|
24
|
+
* @param managedPrivateEndpointName - Managed private endpoint name
|
|
25
|
+
* @param options - The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
get(managedVirtualNetworkName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsGetOptionalParams): Promise<ManagedPrivateEndpointsGetResponse>;
|
|
28
|
+
/**
|
|
29
|
+
* Create Managed Private Endpoints
|
|
30
|
+
* @param managedVirtualNetworkName - Managed virtual network name
|
|
31
|
+
* @param managedPrivateEndpointName - Managed private endpoint name
|
|
32
|
+
* @param managedPrivateEndpoint - Managed private endpoint properties.
|
|
33
|
+
* @param options - The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
create(managedVirtualNetworkName: string, managedPrivateEndpointName: string, managedPrivateEndpoint: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsCreateOptionalParams): Promise<ManagedPrivateEndpointsCreateResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Delete Managed Private Endpoints
|
|
38
|
+
* @param managedVirtualNetworkName - Managed virtual network name
|
|
39
|
+
* @param managedPrivateEndpointName - Managed private endpoint name
|
|
40
|
+
* @param options - The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
delete(managedVirtualNetworkName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<void>;
|
|
43
|
+
/**
|
|
44
|
+
* List Managed Private Endpoints
|
|
45
|
+
* @param managedVirtualNetworkName - Managed virtual network name
|
|
46
|
+
* @param options - The options parameters.
|
|
47
|
+
*/
|
|
48
|
+
private _list;
|
|
49
|
+
/**
|
|
50
|
+
* ListNext
|
|
51
|
+
* @param managedVirtualNetworkName - Managed virtual network name
|
|
52
|
+
* @param nextLink - The nextLink from the previous successful call to the List method.
|
|
53
|
+
* @param options - The options parameters.
|
|
54
|
+
*/
|
|
55
|
+
private _listNext;
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=managedPrivateEndpoints.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managedPrivateEndpoints.d.ts","sourceRoot":"","sources":["../../../src/operations/managedPrivateEndpoints.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAIhF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACzF,OAAO,KAAK,EACV,sBAAsB,EAEtB,yCAAyC,EACzC,wCAAwC,EACxC,kCAAkC,EAClC,2CAA2C,EAC3C,qCAAqC,EACrC,2CAA2C,EAG5C,MAAM,oBAAoB,CAAC;AAgF5B,2DAA2D;AAC3D,qBAAa,2BAA4B,YAAW,uBAAuB;IACzE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;OAIG;IACI,IAAI,CACT,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,sBAAsB,CAAC;YAetC,cAAc;YAcd,aAAa;IAS5B;;;;;OAKG;IACG,GAAG,CACP,yBAAyB,EAAE,MAAM,EACjC,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;IAa9C;;;;;;OAMG;IACG,MAAM,CACV,yBAAyB,EAAE,MAAM,EACjC,0BAA0B,EAAE,MAAM,EAClC,sBAAsB,EAAE,sBAAsB,EAC9C,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAkBjD;;;;;OAKG;IACG,MAAM,CACV,yBAAyB,EAAE,MAAM,EACjC,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,IAAI,CAAC;IAahB;;;;OAIG;YACW,KAAK;IAgBnB;;;;;OAKG;YACW,SAAS;CAgBxB"}
|