@azure/arm-hybridconnectivity 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (143) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +108 -0
  4. package/dist/index.js +1809 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.js +63 -0
  11. package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/endpointsDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/endpointsDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/endpointsDeleteSample.js +37 -0
  15. package/dist-esm/samples-dev/endpointsDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/endpointsGetSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/endpointsGetSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/endpointsGetSample.js +54 -0
  19. package/dist-esm/samples-dev/endpointsGetSample.js.map +1 -0
  20. package/dist-esm/samples-dev/endpointsListCredentialsSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/endpointsListCredentialsSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/endpointsListCredentialsSample.js +43 -0
  23. package/dist-esm/samples-dev/endpointsListCredentialsSample.js.map +1 -0
  24. package/dist-esm/samples-dev/endpointsListIngressGatewayCredentialsSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/endpointsListIngressGatewayCredentialsSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/endpointsListIngressGatewayCredentialsSample.js +41 -0
  27. package/dist-esm/samples-dev/endpointsListIngressGatewayCredentialsSample.js.map +1 -0
  28. package/dist-esm/samples-dev/endpointsListManagedProxyDetailsSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/endpointsListManagedProxyDetailsSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/endpointsListManagedProxyDetailsSample.js +42 -0
  31. package/dist-esm/samples-dev/endpointsListManagedProxyDetailsSample.js.map +1 -0
  32. package/dist-esm/samples-dev/endpointsListSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/endpointsListSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/endpointsListSample.js +57 -0
  35. package/dist-esm/samples-dev/endpointsListSample.js.map +1 -0
  36. package/dist-esm/samples-dev/endpointsUpdateSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/endpointsUpdateSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/endpointsUpdateSample.js +40 -0
  39. package/dist-esm/samples-dev/endpointsUpdateSample.js.map +1 -0
  40. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/operationsListSample.js +56 -0
  43. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  44. package/dist-esm/samples-dev/serviceConfigurationsCreateOrupdateSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/serviceConfigurationsCreateOrupdateSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/serviceConfigurationsCreateOrupdateSample.js +64 -0
  47. package/dist-esm/samples-dev/serviceConfigurationsCreateOrupdateSample.js.map +1 -0
  48. package/dist-esm/samples-dev/serviceConfigurationsDeleteSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/serviceConfigurationsDeleteSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/serviceConfigurationsDeleteSample.js +38 -0
  51. package/dist-esm/samples-dev/serviceConfigurationsDeleteSample.js.map +1 -0
  52. package/dist-esm/samples-dev/serviceConfigurationsGetSample.d.ts +2 -0
  53. package/dist-esm/samples-dev/serviceConfigurationsGetSample.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/serviceConfigurationsGetSample.js +56 -0
  55. package/dist-esm/samples-dev/serviceConfigurationsGetSample.js.map +1 -0
  56. package/dist-esm/samples-dev/serviceConfigurationsListByEndpointResourceSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/serviceConfigurationsListByEndpointResourceSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/serviceConfigurationsListByEndpointResourceSample.js +58 -0
  59. package/dist-esm/samples-dev/serviceConfigurationsListByEndpointResourceSample.js.map +1 -0
  60. package/dist-esm/samples-dev/serviceConfigurationsUpdateSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/serviceConfigurationsUpdateSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/serviceConfigurationsUpdateSample.js +41 -0
  63. package/dist-esm/samples-dev/serviceConfigurationsUpdateSample.js.map +1 -0
  64. package/dist-esm/src/hybridConnectivityManagementAPI.d.ts +20 -0
  65. package/dist-esm/src/hybridConnectivityManagementAPI.d.ts.map +1 -0
  66. package/dist-esm/src/hybridConnectivityManagementAPI.js +96 -0
  67. package/dist-esm/src/hybridConnectivityManagementAPI.js.map +1 -0
  68. package/dist-esm/src/index.d.ts +6 -0
  69. package/dist-esm/src/index.d.ts.map +1 -0
  70. package/dist-esm/src/index.js +13 -0
  71. package/dist-esm/src/index.js.map +1 -0
  72. package/dist-esm/src/models/index.d.ts +477 -0
  73. package/dist-esm/src/models/index.d.ts.map +1 -0
  74. package/dist-esm/src/models/index.js +66 -0
  75. package/dist-esm/src/models/index.js.map +1 -0
  76. package/dist-esm/src/models/mappers.d.ts +23 -0
  77. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  78. package/dist-esm/src/models/mappers.js +631 -0
  79. package/dist-esm/src/models/mappers.js.map +1 -0
  80. package/dist-esm/src/models/parameters.d.ts +17 -0
  81. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  82. package/dist-esm/src/models/parameters.js +135 -0
  83. package/dist-esm/src/models/parameters.js.map +1 -0
  84. package/dist-esm/src/operations/endpoints.d.ts +97 -0
  85. package/dist-esm/src/operations/endpoints.d.ts.map +1 -0
  86. package/dist-esm/src/operations/endpoints.js +370 -0
  87. package/dist-esm/src/operations/endpoints.js.map +1 -0
  88. package/dist-esm/src/operations/index.d.ts +4 -0
  89. package/dist-esm/src/operations/index.d.ts.map +1 -0
  90. package/dist-esm/src/operations/index.js +11 -0
  91. package/dist-esm/src/operations/index.js.map +1 -0
  92. package/dist-esm/src/operations/operations.d.ts +32 -0
  93. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  94. package/dist-esm/src/operations/operations.js +138 -0
  95. package/dist-esm/src/operations/operations.js.map +1 -0
  96. package/dist-esm/src/operations/serviceConfigurations.d.ts +79 -0
  97. package/dist-esm/src/operations/serviceConfigurations.d.ts.map +1 -0
  98. package/dist-esm/src/operations/serviceConfigurations.js +304 -0
  99. package/dist-esm/src/operations/serviceConfigurations.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/endpoints.d.ts +72 -0
  101. package/dist-esm/src/operationsInterfaces/endpoints.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/endpoints.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/endpoints.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
  105. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/index.js +11 -0
  107. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  109. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/serviceConfigurations.d.ts +52 -0
  113. package/dist-esm/src/operationsInterfaces/serviceConfigurations.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/serviceConfigurations.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/serviceConfigurations.js.map +1 -0
  116. package/dist-esm/src/pagingHelper.d.ts +13 -0
  117. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  118. package/dist-esm/src/pagingHelper.js +32 -0
  119. package/dist-esm/src/pagingHelper.js.map +1 -0
  120. package/dist-esm/test/hybridconnectivity_operations_test.spec.d.ts +4 -0
  121. package/dist-esm/test/hybridconnectivity_operations_test.spec.d.ts.map +1 -0
  122. package/dist-esm/test/hybridconnectivity_operations_test.spec.js +122 -0
  123. package/dist-esm/test/hybridconnectivity_operations_test.spec.js.map +1 -0
  124. package/package.json +122 -0
  125. package/review/arm-hybridconnectivity.api.md +388 -0
  126. package/rollup.config.js +122 -0
  127. package/src/hybridConnectivityManagementAPI.ts +144 -0
  128. package/src/index.ts +13 -0
  129. package/src/models/index.ts +552 -0
  130. package/src/models/mappers.ts +664 -0
  131. package/src/models/parameters.ts +162 -0
  132. package/src/operations/endpoints.ts +469 -0
  133. package/src/operations/index.ts +11 -0
  134. package/src/operations/operations.ts +149 -0
  135. package/src/operations/serviceConfigurations.ts +401 -0
  136. package/src/operationsInterfaces/endpoints.ts +132 -0
  137. package/src/operationsInterfaces/index.ts +11 -0
  138. package/src/operationsInterfaces/operations.ts +22 -0
  139. package/src/operationsInterfaces/serviceConfigurations.ts +98 -0
  140. package/src/pagingHelper.ts +39 -0
  141. package/tsconfig.json +33 -0
  142. package/types/arm-hybridconnectivity.d.ts +700 -0
  143. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,135 @@
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 { EndpointResource as EndpointResourceMapper, ListCredentialsRequest as ListCredentialsRequestMapper, ListIngressGatewayCredentialsRequest as ListIngressGatewayCredentialsRequestMapper, ManagedProxyRequest as ManagedProxyRequestMapper, ServiceConfigurationResource as ServiceConfigurationResourceMapper, ServiceConfigurationResourcePatch as ServiceConfigurationResourcePatchMapper } from "../models/mappers";
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 $host = {
21
+ parameterPath: "$host",
22
+ mapper: {
23
+ serializedName: "$host",
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: "2023-03-15",
35
+ isConstant: true,
36
+ serializedName: "api-version",
37
+ type: {
38
+ name: "String"
39
+ }
40
+ }
41
+ };
42
+ export const nextLink = {
43
+ parameterPath: "nextLink",
44
+ mapper: {
45
+ serializedName: "nextLink",
46
+ required: true,
47
+ type: {
48
+ name: "String"
49
+ }
50
+ },
51
+ skipEncoding: true
52
+ };
53
+ export const resourceUri = {
54
+ parameterPath: "resourceUri",
55
+ mapper: {
56
+ serializedName: "resourceUri",
57
+ required: true,
58
+ type: {
59
+ name: "String"
60
+ }
61
+ },
62
+ skipEncoding: true
63
+ };
64
+ export const endpointName = {
65
+ parameterPath: "endpointName",
66
+ mapper: {
67
+ serializedName: "endpointName",
68
+ required: true,
69
+ type: {
70
+ name: "String"
71
+ }
72
+ },
73
+ skipEncoding: true
74
+ };
75
+ export const contentType = {
76
+ parameterPath: ["options", "contentType"],
77
+ mapper: {
78
+ defaultValue: "application/json",
79
+ isConstant: true,
80
+ serializedName: "Content-Type",
81
+ type: {
82
+ name: "String"
83
+ }
84
+ }
85
+ };
86
+ export const endpointResource = {
87
+ parameterPath: "endpointResource",
88
+ mapper: EndpointResourceMapper
89
+ };
90
+ export const listCredentialsRequest = {
91
+ parameterPath: ["options", "listCredentialsRequest"],
92
+ mapper: ListCredentialsRequestMapper
93
+ };
94
+ export const expiresin = {
95
+ parameterPath: ["options", "expiresin"],
96
+ mapper: {
97
+ defaultValue: 10800,
98
+ constraints: {
99
+ InclusiveMaximum: 10800,
100
+ InclusiveMinimum: 600
101
+ },
102
+ serializedName: "expiresin",
103
+ type: {
104
+ name: "Number"
105
+ }
106
+ }
107
+ };
108
+ export const listIngressGatewayCredentialsRequest = {
109
+ parameterPath: ["options", "listIngressGatewayCredentialsRequest"],
110
+ mapper: ListIngressGatewayCredentialsRequestMapper
111
+ };
112
+ export const managedProxyRequest = {
113
+ parameterPath: "managedProxyRequest",
114
+ mapper: ManagedProxyRequestMapper
115
+ };
116
+ export const serviceConfigurationName = {
117
+ parameterPath: "serviceConfigurationName",
118
+ mapper: {
119
+ serializedName: "serviceConfigurationName",
120
+ required: true,
121
+ type: {
122
+ name: "String"
123
+ }
124
+ },
125
+ skipEncoding: true
126
+ };
127
+ export const serviceConfigurationResource = {
128
+ parameterPath: "serviceConfigurationResource",
129
+ mapper: ServiceConfigurationResourceMapper
130
+ };
131
+ export const serviceConfigurationResource1 = {
132
+ parameterPath: "serviceConfigurationResource",
133
+ mapper: ServiceConfigurationResourcePatchMapper
134
+ };
135
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,97 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Endpoints } from "../operationsInterfaces";
3
+ import { HybridConnectivityManagementAPI } from "../hybridConnectivityManagementAPI";
4
+ import { EndpointResource, EndpointsListOptionalParams, EndpointsGetOptionalParams, EndpointsGetResponse, EndpointsCreateOrUpdateOptionalParams, EndpointsCreateOrUpdateResponse, EndpointsUpdateOptionalParams, EndpointsUpdateResponse, EndpointsDeleteOptionalParams, EndpointsListCredentialsOptionalParams, EndpointsListCredentialsResponse, EndpointsListIngressGatewayCredentialsOptionalParams, EndpointsListIngressGatewayCredentialsResponse, ManagedProxyRequest, EndpointsListManagedProxyDetailsOptionalParams, EndpointsListManagedProxyDetailsResponse } from "../models";
5
+ /** Class containing Endpoints operations. */
6
+ export declare class EndpointsImpl implements Endpoints {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Endpoints class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: HybridConnectivityManagementAPI);
13
+ /**
14
+ * List of endpoints to the target resource.
15
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
16
+ * connected.
17
+ * @param options The options parameters.
18
+ */
19
+ list(resourceUri: string, options?: EndpointsListOptionalParams): PagedAsyncIterableIterator<EndpointResource>;
20
+ private listPagingPage;
21
+ private listPagingAll;
22
+ /**
23
+ * List of endpoints to the target resource.
24
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
25
+ * connected.
26
+ * @param options The options parameters.
27
+ */
28
+ private _list;
29
+ /**
30
+ * Gets the endpoint to the resource.
31
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
32
+ * connected.
33
+ * @param endpointName The endpoint name.
34
+ * @param options The options parameters.
35
+ */
36
+ get(resourceUri: string, endpointName: string, options?: EndpointsGetOptionalParams): Promise<EndpointsGetResponse>;
37
+ /**
38
+ * Create or update the endpoint to the target resource.
39
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
40
+ * connected.
41
+ * @param endpointName The endpoint name.
42
+ * @param endpointResource Endpoint details
43
+ * @param options The options parameters.
44
+ */
45
+ createOrUpdate(resourceUri: string, endpointName: string, endpointResource: EndpointResource, options?: EndpointsCreateOrUpdateOptionalParams): Promise<EndpointsCreateOrUpdateResponse>;
46
+ /**
47
+ * Update the endpoint to the target resource.
48
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
49
+ * connected.
50
+ * @param endpointName The endpoint name.
51
+ * @param endpointResource Endpoint details
52
+ * @param options The options parameters.
53
+ */
54
+ update(resourceUri: string, endpointName: string, endpointResource: EndpointResource, options?: EndpointsUpdateOptionalParams): Promise<EndpointsUpdateResponse>;
55
+ /**
56
+ * Deletes the endpoint access to the target resource.
57
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
58
+ * connected.
59
+ * @param endpointName The endpoint name.
60
+ * @param options The options parameters.
61
+ */
62
+ delete(resourceUri: string, endpointName: string, options?: EndpointsDeleteOptionalParams): Promise<void>;
63
+ /**
64
+ * Gets the endpoint access credentials to the resource.
65
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
66
+ * connected.
67
+ * @param endpointName The endpoint name.
68
+ * @param options The options parameters.
69
+ */
70
+ listCredentials(resourceUri: string, endpointName: string, options?: EndpointsListCredentialsOptionalParams): Promise<EndpointsListCredentialsResponse>;
71
+ /**
72
+ * Gets the ingress gateway endpoint credentials
73
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
74
+ * connected.
75
+ * @param endpointName The endpoint name.
76
+ * @param options The options parameters.
77
+ */
78
+ listIngressGatewayCredentials(resourceUri: string, endpointName: string, options?: EndpointsListIngressGatewayCredentialsOptionalParams): Promise<EndpointsListIngressGatewayCredentialsResponse>;
79
+ /**
80
+ * Fetches the managed proxy details
81
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
82
+ * connected.
83
+ * @param endpointName The endpoint name.
84
+ * @param managedProxyRequest Object of type ManagedProxyRequest
85
+ * @param options The options parameters.
86
+ */
87
+ listManagedProxyDetails(resourceUri: string, endpointName: string, managedProxyRequest: ManagedProxyRequest, options?: EndpointsListManagedProxyDetailsOptionalParams): Promise<EndpointsListManagedProxyDetailsResponse>;
88
+ /**
89
+ * ListNext
90
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
91
+ * connected.
92
+ * @param nextLink The nextLink from the previous successful call to the List method.
93
+ * @param options The options parameters.
94
+ */
95
+ private _listNext;
96
+ }
97
+ //# sourceMappingURL=endpoints.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../../src/operations/endpoints.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAIpD,OAAO,EAAE,+BAA+B,EAAE,MAAM,oCAAoC,CAAC;AACrF,OAAO,EACL,gBAAgB,EAEhB,2BAA2B,EAE3B,0BAA0B,EAC1B,oBAAoB,EACpB,qCAAqC,EACrC,+BAA+B,EAC/B,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC7B,sCAAsC,EACtC,gCAAgC,EAChC,oDAAoD,EACpD,8CAA8C,EAC9C,mBAAmB,EACnB,8CAA8C,EAC9C,wCAAwC,EAEzC,MAAM,WAAW,CAAC;AAGnB,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkC;IAEzD;;;OAGG;gBACS,MAAM,EAAE,+BAA+B;IAInD;;;;;OAKG;IACI,IAAI,CACT,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,gBAAgB,CAAC;YAkBhC,cAAc;YAuBd,aAAa;IAS5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;;OAMG;IACH,GAAG,CACD,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAOhC;;;;;;;OAOG;IACH,cAAc,CACZ,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAO3C;;;;;;;OAOG;IACH,MAAM,CACJ,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAOnC;;;;;;OAMG;IACH,MAAM,CACJ,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;OAMG;IACH,eAAe,CACb,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC;IAO5C;;;;;;OAMG;IACH,6BAA6B,CAC3B,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC;IAO1D;;;;;;;OAOG;IACH,uBAAuB,CACrB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,mBAAmB,EAAE,mBAAmB,EACxC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC;IAOpD;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAUlB"}
@@ -0,0 +1,370 @@
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 { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
+ import { setContinuationToken } from "../pagingHelper";
10
+ import * as coreClient from "@azure/core-client";
11
+ import * as Mappers from "../models/mappers";
12
+ import * as Parameters from "../models/parameters";
13
+ /// <reference lib="esnext.asynciterable" />
14
+ /** Class containing Endpoints operations. */
15
+ export class EndpointsImpl {
16
+ /**
17
+ * Initialize a new instance of the class Endpoints class.
18
+ * @param client Reference to the service client
19
+ */
20
+ constructor(client) {
21
+ this.client = client;
22
+ }
23
+ /**
24
+ * List of endpoints to the target resource.
25
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
26
+ * connected.
27
+ * @param options The options parameters.
28
+ */
29
+ list(resourceUri, options) {
30
+ const iter = this.listPagingAll(resourceUri, options);
31
+ return {
32
+ next() {
33
+ return iter.next();
34
+ },
35
+ [Symbol.asyncIterator]() {
36
+ return this;
37
+ },
38
+ byPage: (settings) => {
39
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
40
+ throw new Error("maxPageSize is not supported by this operation.");
41
+ }
42
+ return this.listPagingPage(resourceUri, options, settings);
43
+ }
44
+ };
45
+ }
46
+ listPagingPage(resourceUri, options, settings) {
47
+ return __asyncGenerator(this, arguments, function* listPagingPage_1() {
48
+ let result;
49
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
50
+ if (!continuationToken) {
51
+ result = yield __await(this._list(resourceUri, options));
52
+ let page = result.value || [];
53
+ continuationToken = result.nextLink;
54
+ setContinuationToken(page, continuationToken);
55
+ yield yield __await(page);
56
+ }
57
+ while (continuationToken) {
58
+ result = yield __await(this._listNext(resourceUri, continuationToken, options));
59
+ continuationToken = result.nextLink;
60
+ let page = result.value || [];
61
+ setContinuationToken(page, continuationToken);
62
+ yield yield __await(page);
63
+ }
64
+ });
65
+ }
66
+ listPagingAll(resourceUri, options) {
67
+ return __asyncGenerator(this, arguments, function* listPagingAll_1() {
68
+ var _a, e_1, _b, _c;
69
+ try {
70
+ for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceUri, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a;) {
71
+ _c = _f.value;
72
+ _d = false;
73
+ try {
74
+ const page = _c;
75
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
76
+ }
77
+ finally {
78
+ _d = true;
79
+ }
80
+ }
81
+ }
82
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
83
+ finally {
84
+ try {
85
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
86
+ }
87
+ finally { if (e_1) throw e_1.error; }
88
+ }
89
+ });
90
+ }
91
+ /**
92
+ * List of endpoints to the target resource.
93
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
94
+ * connected.
95
+ * @param options The options parameters.
96
+ */
97
+ _list(resourceUri, options) {
98
+ return this.client.sendOperationRequest({ resourceUri, options }, listOperationSpec);
99
+ }
100
+ /**
101
+ * Gets the endpoint to the resource.
102
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
103
+ * connected.
104
+ * @param endpointName The endpoint name.
105
+ * @param options The options parameters.
106
+ */
107
+ get(resourceUri, endpointName, options) {
108
+ return this.client.sendOperationRequest({ resourceUri, endpointName, options }, getOperationSpec);
109
+ }
110
+ /**
111
+ * Create or update the endpoint to the target resource.
112
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
113
+ * connected.
114
+ * @param endpointName The endpoint name.
115
+ * @param endpointResource Endpoint details
116
+ * @param options The options parameters.
117
+ */
118
+ createOrUpdate(resourceUri, endpointName, endpointResource, options) {
119
+ return this.client.sendOperationRequest({ resourceUri, endpointName, endpointResource, options }, createOrUpdateOperationSpec);
120
+ }
121
+ /**
122
+ * Update the endpoint to the target resource.
123
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
124
+ * connected.
125
+ * @param endpointName The endpoint name.
126
+ * @param endpointResource Endpoint details
127
+ * @param options The options parameters.
128
+ */
129
+ update(resourceUri, endpointName, endpointResource, options) {
130
+ return this.client.sendOperationRequest({ resourceUri, endpointName, endpointResource, options }, updateOperationSpec);
131
+ }
132
+ /**
133
+ * Deletes the endpoint access to the target resource.
134
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
135
+ * connected.
136
+ * @param endpointName The endpoint name.
137
+ * @param options The options parameters.
138
+ */
139
+ delete(resourceUri, endpointName, options) {
140
+ return this.client.sendOperationRequest({ resourceUri, endpointName, options }, deleteOperationSpec);
141
+ }
142
+ /**
143
+ * Gets the endpoint access credentials to the resource.
144
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
145
+ * connected.
146
+ * @param endpointName The endpoint name.
147
+ * @param options The options parameters.
148
+ */
149
+ listCredentials(resourceUri, endpointName, options) {
150
+ return this.client.sendOperationRequest({ resourceUri, endpointName, options }, listCredentialsOperationSpec);
151
+ }
152
+ /**
153
+ * Gets the ingress gateway endpoint credentials
154
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
155
+ * connected.
156
+ * @param endpointName The endpoint name.
157
+ * @param options The options parameters.
158
+ */
159
+ listIngressGatewayCredentials(resourceUri, endpointName, options) {
160
+ return this.client.sendOperationRequest({ resourceUri, endpointName, options }, listIngressGatewayCredentialsOperationSpec);
161
+ }
162
+ /**
163
+ * Fetches the managed proxy details
164
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
165
+ * connected.
166
+ * @param endpointName The endpoint name.
167
+ * @param managedProxyRequest Object of type ManagedProxyRequest
168
+ * @param options The options parameters.
169
+ */
170
+ listManagedProxyDetails(resourceUri, endpointName, managedProxyRequest, options) {
171
+ return this.client.sendOperationRequest({ resourceUri, endpointName, managedProxyRequest, options }, listManagedProxyDetailsOperationSpec);
172
+ }
173
+ /**
174
+ * ListNext
175
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
176
+ * connected.
177
+ * @param nextLink The nextLink from the previous successful call to the List method.
178
+ * @param options The options parameters.
179
+ */
180
+ _listNext(resourceUri, nextLink, options) {
181
+ return this.client.sendOperationRequest({ resourceUri, nextLink, options }, listNextOperationSpec);
182
+ }
183
+ }
184
+ // Operation Specifications
185
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
186
+ const listOperationSpec = {
187
+ path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints",
188
+ httpMethod: "GET",
189
+ responses: {
190
+ 200: {
191
+ bodyMapper: Mappers.EndpointsList
192
+ },
193
+ default: {
194
+ bodyMapper: Mappers.ErrorResponse
195
+ }
196
+ },
197
+ queryParameters: [Parameters.apiVersion],
198
+ urlParameters: [Parameters.$host, Parameters.resourceUri],
199
+ headerParameters: [Parameters.accept],
200
+ serializer
201
+ };
202
+ const getOperationSpec = {
203
+ path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}",
204
+ httpMethod: "GET",
205
+ responses: {
206
+ 200: {
207
+ bodyMapper: Mappers.EndpointResource
208
+ },
209
+ default: {
210
+ bodyMapper: Mappers.ErrorResponse
211
+ }
212
+ },
213
+ queryParameters: [Parameters.apiVersion],
214
+ urlParameters: [
215
+ Parameters.$host,
216
+ Parameters.resourceUri,
217
+ Parameters.endpointName
218
+ ],
219
+ headerParameters: [Parameters.accept],
220
+ serializer
221
+ };
222
+ const createOrUpdateOperationSpec = {
223
+ path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}",
224
+ httpMethod: "PUT",
225
+ responses: {
226
+ 200: {
227
+ bodyMapper: Mappers.EndpointResource
228
+ },
229
+ default: {
230
+ bodyMapper: Mappers.ErrorResponse
231
+ }
232
+ },
233
+ requestBody: Parameters.endpointResource,
234
+ queryParameters: [Parameters.apiVersion],
235
+ urlParameters: [
236
+ Parameters.$host,
237
+ Parameters.resourceUri,
238
+ Parameters.endpointName
239
+ ],
240
+ headerParameters: [Parameters.accept, Parameters.contentType],
241
+ mediaType: "json",
242
+ serializer
243
+ };
244
+ const updateOperationSpec = {
245
+ path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}",
246
+ httpMethod: "PATCH",
247
+ responses: {
248
+ 200: {
249
+ bodyMapper: Mappers.EndpointResource
250
+ },
251
+ default: {
252
+ bodyMapper: Mappers.ErrorResponse
253
+ }
254
+ },
255
+ requestBody: Parameters.endpointResource,
256
+ queryParameters: [Parameters.apiVersion],
257
+ urlParameters: [
258
+ Parameters.$host,
259
+ Parameters.resourceUri,
260
+ Parameters.endpointName
261
+ ],
262
+ headerParameters: [Parameters.accept, Parameters.contentType],
263
+ mediaType: "json",
264
+ serializer
265
+ };
266
+ const deleteOperationSpec = {
267
+ path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}",
268
+ httpMethod: "DELETE",
269
+ responses: {
270
+ 200: {},
271
+ 204: {},
272
+ default: {
273
+ bodyMapper: Mappers.ErrorResponse
274
+ }
275
+ },
276
+ queryParameters: [Parameters.apiVersion],
277
+ urlParameters: [
278
+ Parameters.$host,
279
+ Parameters.resourceUri,
280
+ Parameters.endpointName
281
+ ],
282
+ headerParameters: [Parameters.accept],
283
+ serializer
284
+ };
285
+ const listCredentialsOperationSpec = {
286
+ path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listCredentials",
287
+ httpMethod: "POST",
288
+ responses: {
289
+ 200: {
290
+ bodyMapper: Mappers.EndpointAccessResource
291
+ },
292
+ default: {
293
+ bodyMapper: Mappers.ErrorResponse
294
+ }
295
+ },
296
+ requestBody: Parameters.listCredentialsRequest,
297
+ queryParameters: [Parameters.apiVersion, Parameters.expiresin],
298
+ urlParameters: [
299
+ Parameters.$host,
300
+ Parameters.resourceUri,
301
+ Parameters.endpointName
302
+ ],
303
+ headerParameters: [Parameters.accept, Parameters.contentType],
304
+ mediaType: "json",
305
+ serializer
306
+ };
307
+ const listIngressGatewayCredentialsOperationSpec = {
308
+ path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listIngressGatewayCredentials",
309
+ httpMethod: "POST",
310
+ responses: {
311
+ 200: {
312
+ bodyMapper: Mappers.IngressGatewayResource
313
+ },
314
+ default: {
315
+ bodyMapper: Mappers.ErrorResponse
316
+ }
317
+ },
318
+ requestBody: Parameters.listIngressGatewayCredentialsRequest,
319
+ queryParameters: [Parameters.apiVersion, Parameters.expiresin],
320
+ urlParameters: [
321
+ Parameters.$host,
322
+ Parameters.resourceUri,
323
+ Parameters.endpointName
324
+ ],
325
+ headerParameters: [Parameters.accept, Parameters.contentType],
326
+ mediaType: "json",
327
+ serializer
328
+ };
329
+ const listManagedProxyDetailsOperationSpec = {
330
+ path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listManagedProxyDetails",
331
+ httpMethod: "POST",
332
+ responses: {
333
+ 200: {
334
+ bodyMapper: Mappers.ManagedProxyResource
335
+ },
336
+ default: {
337
+ bodyMapper: Mappers.ErrorResponse
338
+ }
339
+ },
340
+ requestBody: Parameters.managedProxyRequest,
341
+ queryParameters: [Parameters.apiVersion],
342
+ urlParameters: [
343
+ Parameters.$host,
344
+ Parameters.resourceUri,
345
+ Parameters.endpointName
346
+ ],
347
+ headerParameters: [Parameters.accept, Parameters.contentType],
348
+ mediaType: "json",
349
+ serializer
350
+ };
351
+ const listNextOperationSpec = {
352
+ path: "{nextLink}",
353
+ httpMethod: "GET",
354
+ responses: {
355
+ 200: {
356
+ bodyMapper: Mappers.EndpointsList
357
+ },
358
+ default: {
359
+ bodyMapper: Mappers.ErrorResponse
360
+ }
361
+ },
362
+ urlParameters: [
363
+ Parameters.$host,
364
+ Parameters.nextLink,
365
+ Parameters.resourceUri
366
+ ],
367
+ headerParameters: [Parameters.accept],
368
+ serializer
369
+ };
370
+ //# sourceMappingURL=endpoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../../src/operations/endpoints.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ export * from "./operations";
2
+ export * from "./endpoints";
3
+ export * from "./serviceConfigurations";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,11 @@
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 "./operations";
9
+ export * from "./endpoints";
10
+ export * from "./serviceConfigurations";
11
+ //# 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,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,yBAAyB,CAAC"}