@azure/arm-hybridconnectivity 1.0.0-beta.1 → 1.0.0
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 +2 -2
- package/README.md +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/hybridConnectivityManagementAPI.js +1 -1
- package/dist-esm/src/hybridConnectivityManagementAPI.js.map +1 -1
- package/package.json +2 -2
- package/src/hybridConnectivityManagementAPI.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Release History
|
|
2
|
-
|
|
3
|
-
## 1.0.0
|
|
2
|
+
|
|
3
|
+
## 1.0.0 (2023-09-11)
|
|
4
4
|
|
|
5
5
|
The package of @azure/arm-hybridconnectivity is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ REST API for Hybrid Connectivity
|
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hybridconnectivity/arm-hybridconnectivity) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-hybridconnectivity) |
|
|
9
|
-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-hybridconnectivity
|
|
9
|
+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-hybridconnectivity) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|
|
@@ -63,8 +63,8 @@ const client = new HybridConnectivityManagementAPI(new DefaultAzureCredential())
|
|
|
63
63
|
// const client = new HybridConnectivityManagementAPI(credential);
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
-
### JavaScript Bundle
|
|
67
66
|
|
|
67
|
+
### JavaScript Bundle
|
|
68
68
|
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
|
|
69
69
|
|
|
70
70
|
## Key concepts
|
package/dist/index.js
CHANGED
|
@@ -1738,7 +1738,7 @@ class HybridConnectivityManagementAPI extends coreClient__namespace.ServiceClien
|
|
|
1738
1738
|
requestContentType: "application/json; charset=utf-8",
|
|
1739
1739
|
credential: credentials
|
|
1740
1740
|
};
|
|
1741
|
-
const packageDetails = `azsdk-js-arm-hybridconnectivity/1.0.0
|
|
1741
|
+
const packageDetails = `azsdk-js-arm-hybridconnectivity/1.0.0`;
|
|
1742
1742
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
1743
1743
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
1744
1744
|
: `${packageDetails}`;
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/pagingHelper.ts","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/operations/endpoints.ts","../src/operations/serviceConfigurations.ts","../src/hybridConnectivityManagementAPI.ts"],"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 interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\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 * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The list of endpoints. */\nexport interface EndpointsList {\n /** The link used to get the next page of endpoints list. */\n nextLink?: string;\n /** The list of endpoint. */\n value?: EndpointResource[];\n}\n\n/** Endpoint details */\nexport interface EndpointProperties {\n /** The type of endpoint. */\n type: Type;\n /** The resource Id of the connectivity endpoint (optional). */\n resourceId?: string;\n /**\n * The resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The paginated list of serviceConfigurations */\nexport interface ServiceConfigurationList {\n /** The list of service configuration */\n value?: ServiceConfigurationResource[];\n /** The link to fetch the next page of connected cluster */\n nextLink?: string;\n}\n\n/** The service details under service configuration for the target endpoint resource. */\nexport interface ServiceConfigurationResourcePatch {\n /** The port on which service is enabled. */\n port?: number;\n}\n\n/** The details of the service for which credentials needs to be returned. */\nexport interface ListCredentialsRequest {\n /** The name of the service. If not provided, the request will by pass the generation of service configuration token */\n serviceName?: ServiceName;\n}\n\n/** The endpoint access for the target resource. */\nexport interface EndpointAccessResource {\n /** The namespace name. */\n namespaceName?: string;\n /** The suffix domain name of relay namespace. */\n namespaceNameSuffix?: string;\n /** Azure Relay hybrid connection name for the resource. */\n hybridConnectionName?: string;\n /**\n * Access key for hybrid connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessKey?: string;\n /** The expiration of access key in unix time. */\n expiresOn?: number;\n /** The token to access the enabled service. */\n serviceConfigurationToken?: string;\n}\n\n/** Represent ListIngressGatewayCredentials Request object. */\nexport interface ListIngressGatewayCredentialsRequest {\n /** The name of the service. */\n serviceName?: ServiceName;\n}\n\n/** The ingress gateway access credentials */\nexport interface IngressGatewayResource {\n /** The ingress hostname. */\n hostname?: string;\n /** The arc ingress gateway server app id. */\n serverId?: string;\n /** The target resource home tenant id. */\n tenantId?: string;\n /** The namespace name. */\n namespaceName?: string;\n /** The suffix domain name of relay namespace. */\n namespaceNameSuffix?: string;\n /** Azure Relay hybrid connection name for the resource. */\n hybridConnectionName?: string;\n /**\n * Access key for hybrid connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessKey?: string;\n /** The expiration of access key in unix time. */\n expiresOn?: number;\n /** The token to access the enabled service. */\n serviceConfigurationToken?: string;\n}\n\n/** Represent ManageProxy Request object. */\nexport interface ManagedProxyRequest {\n /** The name of the service. */\n service: string;\n /** The target host name. */\n hostname?: string;\n /** The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed. */\n serviceName?: ServiceName;\n}\n\n/** Managed Proxy */\nexport interface ManagedProxyResource {\n /** The short lived proxy name. */\n proxy: string;\n /** The expiration time of short lived proxy name in unix epoch. */\n expiresOn: number;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The endpoint for the target resource. */\nexport interface EndpointResource extends ProxyResource {\n /** The endpoint properties. */\n properties?: EndpointProperties;\n}\n\n/** The service configuration details associated with the target resource. */\nexport interface ServiceConfigurationResource extends ProxyResource {\n /** Name of the service. */\n serviceName?: ServiceName;\n /** The resource Id of the connectivity endpoint (optional). */\n resourceId?: string;\n /** The port on which service is enabled. */\n port?: number;\n /**\n * The resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** Default */\n Default = \"default\",\n /** Custom */\n Custom = \"custom\"\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default** \\\n * **custom**\n */\nexport type Type = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ServiceName} that the service accepts. */\nexport enum KnownServiceName {\n /** SSH */\n SSH = \"SSH\",\n /** WAC */\n WAC = \"WAC\"\n}\n\n/**\n * Defines values for ServiceName. \\\n * {@link KnownServiceName} can be used interchangeably with ServiceName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SSH** \\\n * **WAC**\n */\nexport type ServiceName = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Updating** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface EndpointsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type EndpointsListResponse = EndpointsList;\n\n/** Optional parameters. */\nexport interface EndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EndpointsGetResponse = EndpointResource;\n\n/** Optional parameters. */\nexport interface EndpointsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EndpointsCreateOrUpdateResponse = EndpointResource;\n\n/** Optional parameters. */\nexport interface EndpointsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type EndpointsUpdateResponse = EndpointResource;\n\n/** Optional parameters. */\nexport interface EndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface EndpointsListCredentialsOptionalParams\n extends coreClient.OperationOptions {\n /** Object of type ListCredentialsRequest */\n listCredentialsRequest?: ListCredentialsRequest;\n /** The is how long the endpoint access token is valid (in seconds). */\n expiresin?: number;\n}\n\n/** Contains response data for the listCredentials operation. */\nexport type EndpointsListCredentialsResponse = EndpointAccessResource;\n\n/** Optional parameters. */\nexport interface EndpointsListIngressGatewayCredentialsOptionalParams\n extends coreClient.OperationOptions {\n /** The is how long the endpoint access token is valid (in seconds). */\n expiresin?: number;\n /** Object of type ListIngressGatewayCredentialsRequest */\n listIngressGatewayCredentialsRequest?: ListIngressGatewayCredentialsRequest;\n}\n\n/** Contains response data for the listIngressGatewayCredentials operation. */\nexport type EndpointsListIngressGatewayCredentialsResponse = IngressGatewayResource;\n\n/** Optional parameters. */\nexport interface EndpointsListManagedProxyDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listManagedProxyDetails operation. */\nexport type EndpointsListManagedProxyDetailsResponse = ManagedProxyResource;\n\n/** Optional parameters. */\nexport interface EndpointsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type EndpointsListNextResponse = EndpointsList;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsListByEndpointResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpointResource operation. */\nexport type ServiceConfigurationsListByEndpointResourceResponse = ServiceConfigurationList;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServiceConfigurationsGetResponse = ServiceConfigurationResource;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsCreateOrupdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrupdate operation. */\nexport type ServiceConfigurationsCreateOrupdateResponse = ServiceConfigurationResource;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ServiceConfigurationsUpdateResponse = ServiceConfigurationResource;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsListByEndpointResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpointResourceNext operation. */\nexport type ServiceConfigurationsListByEndpointResourceNextResponse = ServiceConfigurationList;\n\n/** Optional parameters. */\nexport interface HybridConnectivityManagementAPIOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const EndpointsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EndpointProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointProperties\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\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 systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ServiceConfigurationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceConfigurationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceConfigurationResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceConfigurationResourcePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceConfigurationResourcePatch\",\n modelProperties: {\n port: {\n serializedName: \"properties.port\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ListCredentialsRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListCredentialsRequest\",\n modelProperties: {\n serviceName: {\n serializedName: \"serviceName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EndpointAccessResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointAccessResource\",\n modelProperties: {\n namespaceName: {\n constraints: {\n MaxLength: 200,\n MinLength: 1\n },\n serializedName: \"relay.namespaceName\",\n type: {\n name: \"String\"\n }\n },\n namespaceNameSuffix: {\n constraints: {\n MaxLength: 100,\n MinLength: 1\n },\n serializedName: \"relay.namespaceNameSuffix\",\n type: {\n name: \"String\"\n }\n },\n hybridConnectionName: {\n serializedName: \"relay.hybridConnectionName\",\n type: {\n name: \"String\"\n }\n },\n accessKey: {\n serializedName: \"relay.accessKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expiresOn: {\n serializedName: \"relay.expiresOn\",\n type: {\n name: \"Number\"\n }\n },\n serviceConfigurationToken: {\n serializedName: \"relay.serviceConfigurationToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListIngressGatewayCredentialsRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListIngressGatewayCredentialsRequest\",\n modelProperties: {\n serviceName: {\n serializedName: \"serviceName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IngressGatewayResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngressGatewayResource\",\n modelProperties: {\n hostname: {\n serializedName: \"ingress.hostname\",\n type: {\n name: \"String\"\n }\n },\n serverId: {\n serializedName: \"ingress.aadProfile.serverId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"ingress.aadProfile.tenantId\",\n type: {\n name: \"String\"\n }\n },\n namespaceName: {\n constraints: {\n MaxLength: 200,\n MinLength: 1\n },\n serializedName: \"relay.namespaceName\",\n type: {\n name: \"String\"\n }\n },\n namespaceNameSuffix: {\n constraints: {\n MaxLength: 100,\n MinLength: 1\n },\n serializedName: \"relay.namespaceNameSuffix\",\n type: {\n name: \"String\"\n }\n },\n hybridConnectionName: {\n serializedName: \"relay.hybridConnectionName\",\n type: {\n name: \"String\"\n }\n },\n accessKey: {\n serializedName: \"relay.accessKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expiresOn: {\n serializedName: \"relay.expiresOn\",\n type: {\n name: \"Number\"\n }\n },\n serviceConfigurationToken: {\n serializedName: \"relay.serviceConfigurationToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedProxyRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedProxyRequest\",\n modelProperties: {\n service: {\n serializedName: \"service\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n hostname: {\n serializedName: \"hostname\",\n type: {\n name: \"String\"\n }\n },\n serviceName: {\n serializedName: \"serviceName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedProxyResource\",\n modelProperties: {\n proxy: {\n serializedName: \"proxy\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n expiresOn: {\n serializedName: \"expiresOn\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const EndpointResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"EndpointProperties\"\n }\n }\n }\n }\n};\n\nexport const ServiceConfigurationResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceConfigurationResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n serviceName: {\n serializedName: \"properties.serviceName\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"properties.port\",\n type: {\n name: \"Number\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n EndpointResource as EndpointResourceMapper,\n ListCredentialsRequest as ListCredentialsRequestMapper,\n ListIngressGatewayCredentialsRequest as ListIngressGatewayCredentialsRequestMapper,\n ManagedProxyRequest as ManagedProxyRequestMapper,\n ServiceConfigurationResource as ServiceConfigurationResourceMapper,\n ServiceConfigurationResourcePatch as ServiceConfigurationResourcePatchMapper\n} from \"../models/mappers\";\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 $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\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: \"2023-03-15\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\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\nexport const resourceUri: OperationURLParameter = {\n parameterPath: \"resourceUri\",\n mapper: {\n serializedName: \"resourceUri\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const endpointName: OperationURLParameter = {\n parameterPath: \"endpointName\",\n mapper: {\n serializedName: \"endpointName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\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 endpointResource: OperationParameter = {\n parameterPath: \"endpointResource\",\n mapper: EndpointResourceMapper\n};\n\nexport const listCredentialsRequest: OperationParameter = {\n parameterPath: [\"options\", \"listCredentialsRequest\"],\n mapper: ListCredentialsRequestMapper\n};\n\nexport const expiresin: OperationQueryParameter = {\n parameterPath: [\"options\", \"expiresin\"],\n mapper: {\n defaultValue: 10800,\n constraints: {\n InclusiveMaximum: 10800,\n InclusiveMinimum: 600\n },\n serializedName: \"expiresin\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const listIngressGatewayCredentialsRequest: OperationParameter = {\n parameterPath: [\"options\", \"listIngressGatewayCredentialsRequest\"],\n mapper: ListIngressGatewayCredentialsRequestMapper\n};\n\nexport const managedProxyRequest: OperationParameter = {\n parameterPath: \"managedProxyRequest\",\n mapper: ManagedProxyRequestMapper\n};\n\nexport const serviceConfigurationName: OperationURLParameter = {\n parameterPath: \"serviceConfigurationName\",\n mapper: {\n serializedName: \"serviceConfigurationName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const serviceConfigurationResource: OperationParameter = {\n parameterPath: \"serviceConfigurationResource\",\n mapper: ServiceConfigurationResourceMapper\n};\n\nexport const serviceConfigurationResource1: OperationParameter = {\n parameterPath: \"serviceConfigurationResource\",\n mapper: ServiceConfigurationResourcePatchMapper\n};\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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HybridConnectivityManagementAPI } from \"../hybridConnectivityManagementAPI\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: HybridConnectivityManagementAPI;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: HybridConnectivityManagementAPI) {\n this.client = client;\n }\n\n /**\n * Lists the available Hybrid Connectivity REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists the available Hybrid Connectivity REST API operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.HybridConnectivity/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { Endpoints } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HybridConnectivityManagementAPI } from \"../hybridConnectivityManagementAPI\";\nimport {\n EndpointResource,\n EndpointsListNextOptionalParams,\n EndpointsListOptionalParams,\n EndpointsListResponse,\n EndpointsGetOptionalParams,\n EndpointsGetResponse,\n EndpointsCreateOrUpdateOptionalParams,\n EndpointsCreateOrUpdateResponse,\n EndpointsUpdateOptionalParams,\n EndpointsUpdateResponse,\n EndpointsDeleteOptionalParams,\n EndpointsListCredentialsOptionalParams,\n EndpointsListCredentialsResponse,\n EndpointsListIngressGatewayCredentialsOptionalParams,\n EndpointsListIngressGatewayCredentialsResponse,\n ManagedProxyRequest,\n EndpointsListManagedProxyDetailsOptionalParams,\n EndpointsListManagedProxyDetailsResponse,\n EndpointsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Endpoints operations. */\nexport class EndpointsImpl implements Endpoints {\n private readonly client: HybridConnectivityManagementAPI;\n\n /**\n * Initialize a new instance of the class Endpoints class.\n * @param client Reference to the service client\n */\n constructor(client: HybridConnectivityManagementAPI) {\n this.client = client;\n }\n\n /**\n * List of endpoints to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n public list(\n resourceUri: string,\n options?: EndpointsListOptionalParams\n ): PagedAsyncIterableIterator<EndpointResource> {\n const iter = this.listPagingAll(resourceUri, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(resourceUri, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n resourceUri: string,\n options?: EndpointsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<EndpointResource[]> {\n let result: EndpointsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceUri, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(resourceUri, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n resourceUri: string,\n options?: EndpointsListOptionalParams\n ): AsyncIterableIterator<EndpointResource> {\n for await (const page of this.listPagingPage(resourceUri, options)) {\n yield* page;\n }\n }\n\n /**\n * List of endpoints to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n private _list(\n resourceUri: string,\n options?: EndpointsListOptionalParams\n ): Promise<EndpointsListResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, options },\n listOperationSpec\n );\n }\n\n /**\n * Gets the endpoint to the resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n get(\n resourceUri: string,\n endpointName: string,\n options?: EndpointsGetOptionalParams\n ): Promise<EndpointsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or update the endpoint to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param endpointResource Endpoint details\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceUri: string,\n endpointName: string,\n endpointResource: EndpointResource,\n options?: EndpointsCreateOrUpdateOptionalParams\n ): Promise<EndpointsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, endpointResource, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update the endpoint to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param endpointResource Endpoint details\n * @param options The options parameters.\n */\n update(\n resourceUri: string,\n endpointName: string,\n endpointResource: EndpointResource,\n options?: EndpointsUpdateOptionalParams\n ): Promise<EndpointsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, endpointResource, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the endpoint access to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n delete(\n resourceUri: string,\n endpointName: string,\n options?: EndpointsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets the endpoint access credentials to the resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n listCredentials(\n resourceUri: string,\n endpointName: string,\n options?: EndpointsListCredentialsOptionalParams\n ): Promise<EndpointsListCredentialsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n listCredentialsOperationSpec\n );\n }\n\n /**\n * Gets the ingress gateway endpoint credentials\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n listIngressGatewayCredentials(\n resourceUri: string,\n endpointName: string,\n options?: EndpointsListIngressGatewayCredentialsOptionalParams\n ): Promise<EndpointsListIngressGatewayCredentialsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n listIngressGatewayCredentialsOperationSpec\n );\n }\n\n /**\n * Fetches the managed proxy details\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param managedProxyRequest Object of type ManagedProxyRequest\n * @param options The options parameters.\n */\n listManagedProxyDetails(\n resourceUri: string,\n endpointName: string,\n managedProxyRequest: ManagedProxyRequest,\n options?: EndpointsListManagedProxyDetailsOptionalParams\n ): Promise<EndpointsListManagedProxyDetailsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, managedProxyRequest, options },\n listManagedProxyDetailsOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceUri: string,\n nextLink: string,\n options?: EndpointsListNextOptionalParams\n ): Promise<EndpointsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceUri],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.endpointResource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.endpointResource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listCredentialsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listCredentials\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointAccessResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.listCredentialsRequest,\n queryParameters: [Parameters.apiVersion, Parameters.expiresin],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listIngressGatewayCredentialsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listIngressGatewayCredentials\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.IngressGatewayResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.listIngressGatewayCredentialsRequest,\n queryParameters: [Parameters.apiVersion, Parameters.expiresin],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listManagedProxyDetailsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listManagedProxyDetails\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedProxyResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.managedProxyRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceUri\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { ServiceConfigurations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HybridConnectivityManagementAPI } from \"../hybridConnectivityManagementAPI\";\nimport {\n ServiceConfigurationResource,\n ServiceConfigurationsListByEndpointResourceNextOptionalParams,\n ServiceConfigurationsListByEndpointResourceOptionalParams,\n ServiceConfigurationsListByEndpointResourceResponse,\n ServiceConfigurationsGetOptionalParams,\n ServiceConfigurationsGetResponse,\n ServiceConfigurationsCreateOrupdateOptionalParams,\n ServiceConfigurationsCreateOrupdateResponse,\n ServiceConfigurationResourcePatch,\n ServiceConfigurationsUpdateOptionalParams,\n ServiceConfigurationsUpdateResponse,\n ServiceConfigurationsDeleteOptionalParams,\n ServiceConfigurationsListByEndpointResourceNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ServiceConfigurations operations. */\nexport class ServiceConfigurationsImpl implements ServiceConfigurations {\n private readonly client: HybridConnectivityManagementAPI;\n\n /**\n * Initialize a new instance of the class ServiceConfigurations class.\n * @param client Reference to the service client\n */\n constructor(client: HybridConnectivityManagementAPI) {\n this.client = client;\n }\n\n /**\n * API to enumerate registered services in service configurations under a Endpoint Resource\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n public listByEndpointResource(\n resourceUri: string,\n endpointName: string,\n options?: ServiceConfigurationsListByEndpointResourceOptionalParams\n ): PagedAsyncIterableIterator<ServiceConfigurationResource> {\n const iter = this.listByEndpointResourcePagingAll(\n resourceUri,\n endpointName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByEndpointResourcePagingPage(\n resourceUri,\n endpointName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByEndpointResourcePagingPage(\n resourceUri: string,\n endpointName: string,\n options?: ServiceConfigurationsListByEndpointResourceOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ServiceConfigurationResource[]> {\n let result: ServiceConfigurationsListByEndpointResourceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByEndpointResource(\n resourceUri,\n endpointName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByEndpointResourceNext(\n resourceUri,\n endpointName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByEndpointResourcePagingAll(\n resourceUri: string,\n endpointName: string,\n options?: ServiceConfigurationsListByEndpointResourceOptionalParams\n ): AsyncIterableIterator<ServiceConfigurationResource> {\n for await (const page of this.listByEndpointResourcePagingPage(\n resourceUri,\n endpointName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * API to enumerate registered services in service configurations under a Endpoint Resource\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n private _listByEndpointResource(\n resourceUri: string,\n endpointName: string,\n options?: ServiceConfigurationsListByEndpointResourceOptionalParams\n ): Promise<ServiceConfigurationsListByEndpointResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n listByEndpointResourceOperationSpec\n );\n }\n\n /**\n * Gets the details about the service to the resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param serviceConfigurationName The service name.\n * @param options The options parameters.\n */\n get(\n resourceUri: string,\n endpointName: string,\n serviceConfigurationName: string,\n options?: ServiceConfigurationsGetOptionalParams\n ): Promise<ServiceConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, serviceConfigurationName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or update a service in serviceConfiguration for the endpoint resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param serviceConfigurationName The service name.\n * @param serviceConfigurationResource Service details\n * @param options The options parameters.\n */\n createOrupdate(\n resourceUri: string,\n endpointName: string,\n serviceConfigurationName: string,\n serviceConfigurationResource: ServiceConfigurationResource,\n options?: ServiceConfigurationsCreateOrupdateOptionalParams\n ): Promise<ServiceConfigurationsCreateOrupdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceUri,\n endpointName,\n serviceConfigurationName,\n serviceConfigurationResource,\n options\n },\n createOrupdateOperationSpec\n );\n }\n\n /**\n * Update the service details in the service configurations of the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param serviceConfigurationName The service name.\n * @param serviceConfigurationResource Service details\n * @param options The options parameters.\n */\n update(\n resourceUri: string,\n endpointName: string,\n serviceConfigurationName: string,\n serviceConfigurationResource: ServiceConfigurationResourcePatch,\n options?: ServiceConfigurationsUpdateOptionalParams\n ): Promise<ServiceConfigurationsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceUri,\n endpointName,\n serviceConfigurationName,\n serviceConfigurationResource,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the service details to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param serviceConfigurationName The service name.\n * @param options The options parameters.\n */\n delete(\n resourceUri: string,\n endpointName: string,\n serviceConfigurationName: string,\n options?: ServiceConfigurationsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, serviceConfigurationName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListByEndpointResourceNext\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param nextLink The nextLink from the previous successful call to the ListByEndpointResource method.\n * @param options The options parameters.\n */\n private _listByEndpointResourceNext(\n resourceUri: string,\n endpointName: string,\n nextLink: string,\n options?: ServiceConfigurationsListByEndpointResourceNextOptionalParams\n ): Promise<ServiceConfigurationsListByEndpointResourceNextResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, nextLink, options },\n listByEndpointResourceNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByEndpointResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceConfigurationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceConfigurationResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName,\n Parameters.serviceConfigurationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrupdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceConfigurationResource\n },\n 201: {\n bodyMapper: Mappers.ServiceConfigurationResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.serviceConfigurationResource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName,\n Parameters.serviceConfigurationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceConfigurationResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.serviceConfigurationResource1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName,\n Parameters.serviceConfigurationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName,\n Parameters.serviceConfigurationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByEndpointResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceConfigurationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\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 * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n EndpointsImpl,\n ServiceConfigurationsImpl\n} from \"./operations\";\nimport {\n Operations,\n Endpoints,\n ServiceConfigurations\n} from \"./operationsInterfaces\";\nimport { HybridConnectivityManagementAPIOptionalParams } from \"./models\";\n\nexport class HybridConnectivityManagementAPI extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the HybridConnectivityManagementAPI class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n options?: HybridConnectivityManagementAPIOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: HybridConnectivityManagementAPIOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-hybridconnectivity/1.0.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2023-03-15\";\n this.operations = new OperationsImpl(this);\n this.endpoints = new EndpointsImpl(this);\n this.serviceConfigurations = new ServiceConfigurationsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n endpoints: Endpoints;\n serviceConfigurations: ServiceConfigurations;\n}\n"],"names":["KnownOrigin","KnownActionType","KnownType","KnownCreatedByType","KnownServiceName","KnownProvisioningState","EndpointResourceMapper","ListCredentialsRequestMapper","ListIngressGatewayCredentialsRequestMapper","ManagedProxyRequestMapper","ServiceConfigurationResourceMapper","ServiceConfigurationResourcePatchMapper","__await","__asyncValues","__asyncDelegator","listOperationSpec","listNextOperationSpec","serializer","coreClient","Mappers.OperationListResult","Mappers.ErrorResponse","Parameters.apiVersion","Parameters.$host","Parameters.accept","Parameters.nextLink","getOperationSpec","updateOperationSpec","deleteOperationSpec","Mappers.EndpointsList","Parameters.resourceUri","Mappers.EndpointResource","Parameters.endpointName","Parameters.endpointResource","Parameters.contentType","Mappers.EndpointAccessResource","Parameters.listCredentialsRequest","Parameters.expiresin","Mappers.IngressGatewayResource","Parameters.listIngressGatewayCredentialsRequest","Mappers.ManagedProxyResource","Parameters.managedProxyRequest","Mappers.ServiceConfigurationList","Mappers.ServiceConfigurationResource","Parameters.serviceConfigurationName","Parameters.serviceConfigurationResource","Parameters.serviceConfigurationResource1","coreRestPipeline"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/pagingHelper.ts","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/operations/endpoints.ts","../src/operations/serviceConfigurations.ts","../src/hybridConnectivityManagementAPI.ts"],"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 interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\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 * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The list of endpoints. */\nexport interface EndpointsList {\n /** The link used to get the next page of endpoints list. */\n nextLink?: string;\n /** The list of endpoint. */\n value?: EndpointResource[];\n}\n\n/** Endpoint details */\nexport interface EndpointProperties {\n /** The type of endpoint. */\n type: Type;\n /** The resource Id of the connectivity endpoint (optional). */\n resourceId?: string;\n /**\n * The resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The paginated list of serviceConfigurations */\nexport interface ServiceConfigurationList {\n /** The list of service configuration */\n value?: ServiceConfigurationResource[];\n /** The link to fetch the next page of connected cluster */\n nextLink?: string;\n}\n\n/** The service details under service configuration for the target endpoint resource. */\nexport interface ServiceConfigurationResourcePatch {\n /** The port on which service is enabled. */\n port?: number;\n}\n\n/** The details of the service for which credentials needs to be returned. */\nexport interface ListCredentialsRequest {\n /** The name of the service. If not provided, the request will by pass the generation of service configuration token */\n serviceName?: ServiceName;\n}\n\n/** The endpoint access for the target resource. */\nexport interface EndpointAccessResource {\n /** The namespace name. */\n namespaceName?: string;\n /** The suffix domain name of relay namespace. */\n namespaceNameSuffix?: string;\n /** Azure Relay hybrid connection name for the resource. */\n hybridConnectionName?: string;\n /**\n * Access key for hybrid connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessKey?: string;\n /** The expiration of access key in unix time. */\n expiresOn?: number;\n /** The token to access the enabled service. */\n serviceConfigurationToken?: string;\n}\n\n/** Represent ListIngressGatewayCredentials Request object. */\nexport interface ListIngressGatewayCredentialsRequest {\n /** The name of the service. */\n serviceName?: ServiceName;\n}\n\n/** The ingress gateway access credentials */\nexport interface IngressGatewayResource {\n /** The ingress hostname. */\n hostname?: string;\n /** The arc ingress gateway server app id. */\n serverId?: string;\n /** The target resource home tenant id. */\n tenantId?: string;\n /** The namespace name. */\n namespaceName?: string;\n /** The suffix domain name of relay namespace. */\n namespaceNameSuffix?: string;\n /** Azure Relay hybrid connection name for the resource. */\n hybridConnectionName?: string;\n /**\n * Access key for hybrid connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessKey?: string;\n /** The expiration of access key in unix time. */\n expiresOn?: number;\n /** The token to access the enabled service. */\n serviceConfigurationToken?: string;\n}\n\n/** Represent ManageProxy Request object. */\nexport interface ManagedProxyRequest {\n /** The name of the service. */\n service: string;\n /** The target host name. */\n hostname?: string;\n /** The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed. */\n serviceName?: ServiceName;\n}\n\n/** Managed Proxy */\nexport interface ManagedProxyResource {\n /** The short lived proxy name. */\n proxy: string;\n /** The expiration time of short lived proxy name in unix epoch. */\n expiresOn: number;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The endpoint for the target resource. */\nexport interface EndpointResource extends ProxyResource {\n /** The endpoint properties. */\n properties?: EndpointProperties;\n}\n\n/** The service configuration details associated with the target resource. */\nexport interface ServiceConfigurationResource extends ProxyResource {\n /** Name of the service. */\n serviceName?: ServiceName;\n /** The resource Id of the connectivity endpoint (optional). */\n resourceId?: string;\n /** The port on which service is enabled. */\n port?: number;\n /**\n * The resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** Default */\n Default = \"default\",\n /** Custom */\n Custom = \"custom\"\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default** \\\n * **custom**\n */\nexport type Type = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ServiceName} that the service accepts. */\nexport enum KnownServiceName {\n /** SSH */\n SSH = \"SSH\",\n /** WAC */\n WAC = \"WAC\"\n}\n\n/**\n * Defines values for ServiceName. \\\n * {@link KnownServiceName} can be used interchangeably with ServiceName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SSH** \\\n * **WAC**\n */\nexport type ServiceName = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Updating** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface EndpointsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type EndpointsListResponse = EndpointsList;\n\n/** Optional parameters. */\nexport interface EndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EndpointsGetResponse = EndpointResource;\n\n/** Optional parameters. */\nexport interface EndpointsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EndpointsCreateOrUpdateResponse = EndpointResource;\n\n/** Optional parameters. */\nexport interface EndpointsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type EndpointsUpdateResponse = EndpointResource;\n\n/** Optional parameters. */\nexport interface EndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface EndpointsListCredentialsOptionalParams\n extends coreClient.OperationOptions {\n /** Object of type ListCredentialsRequest */\n listCredentialsRequest?: ListCredentialsRequest;\n /** The is how long the endpoint access token is valid (in seconds). */\n expiresin?: number;\n}\n\n/** Contains response data for the listCredentials operation. */\nexport type EndpointsListCredentialsResponse = EndpointAccessResource;\n\n/** Optional parameters. */\nexport interface EndpointsListIngressGatewayCredentialsOptionalParams\n extends coreClient.OperationOptions {\n /** The is how long the endpoint access token is valid (in seconds). */\n expiresin?: number;\n /** Object of type ListIngressGatewayCredentialsRequest */\n listIngressGatewayCredentialsRequest?: ListIngressGatewayCredentialsRequest;\n}\n\n/** Contains response data for the listIngressGatewayCredentials operation. */\nexport type EndpointsListIngressGatewayCredentialsResponse = IngressGatewayResource;\n\n/** Optional parameters. */\nexport interface EndpointsListManagedProxyDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listManagedProxyDetails operation. */\nexport type EndpointsListManagedProxyDetailsResponse = ManagedProxyResource;\n\n/** Optional parameters. */\nexport interface EndpointsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type EndpointsListNextResponse = EndpointsList;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsListByEndpointResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpointResource operation. */\nexport type ServiceConfigurationsListByEndpointResourceResponse = ServiceConfigurationList;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServiceConfigurationsGetResponse = ServiceConfigurationResource;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsCreateOrupdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrupdate operation. */\nexport type ServiceConfigurationsCreateOrupdateResponse = ServiceConfigurationResource;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ServiceConfigurationsUpdateResponse = ServiceConfigurationResource;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsListByEndpointResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpointResourceNext operation. */\nexport type ServiceConfigurationsListByEndpointResourceNextResponse = ServiceConfigurationList;\n\n/** Optional parameters. */\nexport interface HybridConnectivityManagementAPIOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const EndpointsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EndpointProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointProperties\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\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 systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ServiceConfigurationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceConfigurationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceConfigurationResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceConfigurationResourcePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceConfigurationResourcePatch\",\n modelProperties: {\n port: {\n serializedName: \"properties.port\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ListCredentialsRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListCredentialsRequest\",\n modelProperties: {\n serviceName: {\n serializedName: \"serviceName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EndpointAccessResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointAccessResource\",\n modelProperties: {\n namespaceName: {\n constraints: {\n MaxLength: 200,\n MinLength: 1\n },\n serializedName: \"relay.namespaceName\",\n type: {\n name: \"String\"\n }\n },\n namespaceNameSuffix: {\n constraints: {\n MaxLength: 100,\n MinLength: 1\n },\n serializedName: \"relay.namespaceNameSuffix\",\n type: {\n name: \"String\"\n }\n },\n hybridConnectionName: {\n serializedName: \"relay.hybridConnectionName\",\n type: {\n name: \"String\"\n }\n },\n accessKey: {\n serializedName: \"relay.accessKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expiresOn: {\n serializedName: \"relay.expiresOn\",\n type: {\n name: \"Number\"\n }\n },\n serviceConfigurationToken: {\n serializedName: \"relay.serviceConfigurationToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListIngressGatewayCredentialsRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListIngressGatewayCredentialsRequest\",\n modelProperties: {\n serviceName: {\n serializedName: \"serviceName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IngressGatewayResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngressGatewayResource\",\n modelProperties: {\n hostname: {\n serializedName: \"ingress.hostname\",\n type: {\n name: \"String\"\n }\n },\n serverId: {\n serializedName: \"ingress.aadProfile.serverId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"ingress.aadProfile.tenantId\",\n type: {\n name: \"String\"\n }\n },\n namespaceName: {\n constraints: {\n MaxLength: 200,\n MinLength: 1\n },\n serializedName: \"relay.namespaceName\",\n type: {\n name: \"String\"\n }\n },\n namespaceNameSuffix: {\n constraints: {\n MaxLength: 100,\n MinLength: 1\n },\n serializedName: \"relay.namespaceNameSuffix\",\n type: {\n name: \"String\"\n }\n },\n hybridConnectionName: {\n serializedName: \"relay.hybridConnectionName\",\n type: {\n name: \"String\"\n }\n },\n accessKey: {\n serializedName: \"relay.accessKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expiresOn: {\n serializedName: \"relay.expiresOn\",\n type: {\n name: \"Number\"\n }\n },\n serviceConfigurationToken: {\n serializedName: \"relay.serviceConfigurationToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedProxyRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedProxyRequest\",\n modelProperties: {\n service: {\n serializedName: \"service\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n hostname: {\n serializedName: \"hostname\",\n type: {\n name: \"String\"\n }\n },\n serviceName: {\n serializedName: \"serviceName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedProxyResource\",\n modelProperties: {\n proxy: {\n serializedName: \"proxy\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n expiresOn: {\n serializedName: \"expiresOn\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const EndpointResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"EndpointProperties\"\n }\n }\n }\n }\n};\n\nexport const ServiceConfigurationResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceConfigurationResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n serviceName: {\n serializedName: \"properties.serviceName\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"properties.port\",\n type: {\n name: \"Number\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n EndpointResource as EndpointResourceMapper,\n ListCredentialsRequest as ListCredentialsRequestMapper,\n ListIngressGatewayCredentialsRequest as ListIngressGatewayCredentialsRequestMapper,\n ManagedProxyRequest as ManagedProxyRequestMapper,\n ServiceConfigurationResource as ServiceConfigurationResourceMapper,\n ServiceConfigurationResourcePatch as ServiceConfigurationResourcePatchMapper\n} from \"../models/mappers\";\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 $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\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: \"2023-03-15\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\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\nexport const resourceUri: OperationURLParameter = {\n parameterPath: \"resourceUri\",\n mapper: {\n serializedName: \"resourceUri\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const endpointName: OperationURLParameter = {\n parameterPath: \"endpointName\",\n mapper: {\n serializedName: \"endpointName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\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 endpointResource: OperationParameter = {\n parameterPath: \"endpointResource\",\n mapper: EndpointResourceMapper\n};\n\nexport const listCredentialsRequest: OperationParameter = {\n parameterPath: [\"options\", \"listCredentialsRequest\"],\n mapper: ListCredentialsRequestMapper\n};\n\nexport const expiresin: OperationQueryParameter = {\n parameterPath: [\"options\", \"expiresin\"],\n mapper: {\n defaultValue: 10800,\n constraints: {\n InclusiveMaximum: 10800,\n InclusiveMinimum: 600\n },\n serializedName: \"expiresin\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const listIngressGatewayCredentialsRequest: OperationParameter = {\n parameterPath: [\"options\", \"listIngressGatewayCredentialsRequest\"],\n mapper: ListIngressGatewayCredentialsRequestMapper\n};\n\nexport const managedProxyRequest: OperationParameter = {\n parameterPath: \"managedProxyRequest\",\n mapper: ManagedProxyRequestMapper\n};\n\nexport const serviceConfigurationName: OperationURLParameter = {\n parameterPath: \"serviceConfigurationName\",\n mapper: {\n serializedName: \"serviceConfigurationName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const serviceConfigurationResource: OperationParameter = {\n parameterPath: \"serviceConfigurationResource\",\n mapper: ServiceConfigurationResourceMapper\n};\n\nexport const serviceConfigurationResource1: OperationParameter = {\n parameterPath: \"serviceConfigurationResource\",\n mapper: ServiceConfigurationResourcePatchMapper\n};\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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HybridConnectivityManagementAPI } from \"../hybridConnectivityManagementAPI\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: HybridConnectivityManagementAPI;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: HybridConnectivityManagementAPI) {\n this.client = client;\n }\n\n /**\n * Lists the available Hybrid Connectivity REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists the available Hybrid Connectivity REST API operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.HybridConnectivity/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { Endpoints } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HybridConnectivityManagementAPI } from \"../hybridConnectivityManagementAPI\";\nimport {\n EndpointResource,\n EndpointsListNextOptionalParams,\n EndpointsListOptionalParams,\n EndpointsListResponse,\n EndpointsGetOptionalParams,\n EndpointsGetResponse,\n EndpointsCreateOrUpdateOptionalParams,\n EndpointsCreateOrUpdateResponse,\n EndpointsUpdateOptionalParams,\n EndpointsUpdateResponse,\n EndpointsDeleteOptionalParams,\n EndpointsListCredentialsOptionalParams,\n EndpointsListCredentialsResponse,\n EndpointsListIngressGatewayCredentialsOptionalParams,\n EndpointsListIngressGatewayCredentialsResponse,\n ManagedProxyRequest,\n EndpointsListManagedProxyDetailsOptionalParams,\n EndpointsListManagedProxyDetailsResponse,\n EndpointsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Endpoints operations. */\nexport class EndpointsImpl implements Endpoints {\n private readonly client: HybridConnectivityManagementAPI;\n\n /**\n * Initialize a new instance of the class Endpoints class.\n * @param client Reference to the service client\n */\n constructor(client: HybridConnectivityManagementAPI) {\n this.client = client;\n }\n\n /**\n * List of endpoints to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n public list(\n resourceUri: string,\n options?: EndpointsListOptionalParams\n ): PagedAsyncIterableIterator<EndpointResource> {\n const iter = this.listPagingAll(resourceUri, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(resourceUri, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n resourceUri: string,\n options?: EndpointsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<EndpointResource[]> {\n let result: EndpointsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceUri, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(resourceUri, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n resourceUri: string,\n options?: EndpointsListOptionalParams\n ): AsyncIterableIterator<EndpointResource> {\n for await (const page of this.listPagingPage(resourceUri, options)) {\n yield* page;\n }\n }\n\n /**\n * List of endpoints to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n private _list(\n resourceUri: string,\n options?: EndpointsListOptionalParams\n ): Promise<EndpointsListResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, options },\n listOperationSpec\n );\n }\n\n /**\n * Gets the endpoint to the resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n get(\n resourceUri: string,\n endpointName: string,\n options?: EndpointsGetOptionalParams\n ): Promise<EndpointsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or update the endpoint to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param endpointResource Endpoint details\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceUri: string,\n endpointName: string,\n endpointResource: EndpointResource,\n options?: EndpointsCreateOrUpdateOptionalParams\n ): Promise<EndpointsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, endpointResource, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update the endpoint to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param endpointResource Endpoint details\n * @param options The options parameters.\n */\n update(\n resourceUri: string,\n endpointName: string,\n endpointResource: EndpointResource,\n options?: EndpointsUpdateOptionalParams\n ): Promise<EndpointsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, endpointResource, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the endpoint access to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n delete(\n resourceUri: string,\n endpointName: string,\n options?: EndpointsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets the endpoint access credentials to the resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n listCredentials(\n resourceUri: string,\n endpointName: string,\n options?: EndpointsListCredentialsOptionalParams\n ): Promise<EndpointsListCredentialsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n listCredentialsOperationSpec\n );\n }\n\n /**\n * Gets the ingress gateway endpoint credentials\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n listIngressGatewayCredentials(\n resourceUri: string,\n endpointName: string,\n options?: EndpointsListIngressGatewayCredentialsOptionalParams\n ): Promise<EndpointsListIngressGatewayCredentialsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n listIngressGatewayCredentialsOperationSpec\n );\n }\n\n /**\n * Fetches the managed proxy details\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param managedProxyRequest Object of type ManagedProxyRequest\n * @param options The options parameters.\n */\n listManagedProxyDetails(\n resourceUri: string,\n endpointName: string,\n managedProxyRequest: ManagedProxyRequest,\n options?: EndpointsListManagedProxyDetailsOptionalParams\n ): Promise<EndpointsListManagedProxyDetailsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, managedProxyRequest, options },\n listManagedProxyDetailsOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceUri: string,\n nextLink: string,\n options?: EndpointsListNextOptionalParams\n ): Promise<EndpointsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceUri],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.endpointResource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.endpointResource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listCredentialsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listCredentials\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointAccessResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.listCredentialsRequest,\n queryParameters: [Parameters.apiVersion, Parameters.expiresin],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listIngressGatewayCredentialsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listIngressGatewayCredentials\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.IngressGatewayResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.listIngressGatewayCredentialsRequest,\n queryParameters: [Parameters.apiVersion, Parameters.expiresin],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listManagedProxyDetailsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listManagedProxyDetails\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedProxyResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.managedProxyRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceUri\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { ServiceConfigurations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HybridConnectivityManagementAPI } from \"../hybridConnectivityManagementAPI\";\nimport {\n ServiceConfigurationResource,\n ServiceConfigurationsListByEndpointResourceNextOptionalParams,\n ServiceConfigurationsListByEndpointResourceOptionalParams,\n ServiceConfigurationsListByEndpointResourceResponse,\n ServiceConfigurationsGetOptionalParams,\n ServiceConfigurationsGetResponse,\n ServiceConfigurationsCreateOrupdateOptionalParams,\n ServiceConfigurationsCreateOrupdateResponse,\n ServiceConfigurationResourcePatch,\n ServiceConfigurationsUpdateOptionalParams,\n ServiceConfigurationsUpdateResponse,\n ServiceConfigurationsDeleteOptionalParams,\n ServiceConfigurationsListByEndpointResourceNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ServiceConfigurations operations. */\nexport class ServiceConfigurationsImpl implements ServiceConfigurations {\n private readonly client: HybridConnectivityManagementAPI;\n\n /**\n * Initialize a new instance of the class ServiceConfigurations class.\n * @param client Reference to the service client\n */\n constructor(client: HybridConnectivityManagementAPI) {\n this.client = client;\n }\n\n /**\n * API to enumerate registered services in service configurations under a Endpoint Resource\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n public listByEndpointResource(\n resourceUri: string,\n endpointName: string,\n options?: ServiceConfigurationsListByEndpointResourceOptionalParams\n ): PagedAsyncIterableIterator<ServiceConfigurationResource> {\n const iter = this.listByEndpointResourcePagingAll(\n resourceUri,\n endpointName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByEndpointResourcePagingPage(\n resourceUri,\n endpointName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByEndpointResourcePagingPage(\n resourceUri: string,\n endpointName: string,\n options?: ServiceConfigurationsListByEndpointResourceOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ServiceConfigurationResource[]> {\n let result: ServiceConfigurationsListByEndpointResourceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByEndpointResource(\n resourceUri,\n endpointName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByEndpointResourceNext(\n resourceUri,\n endpointName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByEndpointResourcePagingAll(\n resourceUri: string,\n endpointName: string,\n options?: ServiceConfigurationsListByEndpointResourceOptionalParams\n ): AsyncIterableIterator<ServiceConfigurationResource> {\n for await (const page of this.listByEndpointResourcePagingPage(\n resourceUri,\n endpointName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * API to enumerate registered services in service configurations under a Endpoint Resource\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n private _listByEndpointResource(\n resourceUri: string,\n endpointName: string,\n options?: ServiceConfigurationsListByEndpointResourceOptionalParams\n ): Promise<ServiceConfigurationsListByEndpointResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n listByEndpointResourceOperationSpec\n );\n }\n\n /**\n * Gets the details about the service to the resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param serviceConfigurationName The service name.\n * @param options The options parameters.\n */\n get(\n resourceUri: string,\n endpointName: string,\n serviceConfigurationName: string,\n options?: ServiceConfigurationsGetOptionalParams\n ): Promise<ServiceConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, serviceConfigurationName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or update a service in serviceConfiguration for the endpoint resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param serviceConfigurationName The service name.\n * @param serviceConfigurationResource Service details\n * @param options The options parameters.\n */\n createOrupdate(\n resourceUri: string,\n endpointName: string,\n serviceConfigurationName: string,\n serviceConfigurationResource: ServiceConfigurationResource,\n options?: ServiceConfigurationsCreateOrupdateOptionalParams\n ): Promise<ServiceConfigurationsCreateOrupdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceUri,\n endpointName,\n serviceConfigurationName,\n serviceConfigurationResource,\n options\n },\n createOrupdateOperationSpec\n );\n }\n\n /**\n * Update the service details in the service configurations of the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param serviceConfigurationName The service name.\n * @param serviceConfigurationResource Service details\n * @param options The options parameters.\n */\n update(\n resourceUri: string,\n endpointName: string,\n serviceConfigurationName: string,\n serviceConfigurationResource: ServiceConfigurationResourcePatch,\n options?: ServiceConfigurationsUpdateOptionalParams\n ): Promise<ServiceConfigurationsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceUri,\n endpointName,\n serviceConfigurationName,\n serviceConfigurationResource,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the service details to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param serviceConfigurationName The service name.\n * @param options The options parameters.\n */\n delete(\n resourceUri: string,\n endpointName: string,\n serviceConfigurationName: string,\n options?: ServiceConfigurationsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, serviceConfigurationName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListByEndpointResourceNext\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param nextLink The nextLink from the previous successful call to the ListByEndpointResource method.\n * @param options The options parameters.\n */\n private _listByEndpointResourceNext(\n resourceUri: string,\n endpointName: string,\n nextLink: string,\n options?: ServiceConfigurationsListByEndpointResourceNextOptionalParams\n ): Promise<ServiceConfigurationsListByEndpointResourceNextResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, nextLink, options },\n listByEndpointResourceNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByEndpointResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceConfigurationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceConfigurationResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName,\n Parameters.serviceConfigurationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrupdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceConfigurationResource\n },\n 201: {\n bodyMapper: Mappers.ServiceConfigurationResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.serviceConfigurationResource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName,\n Parameters.serviceConfigurationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceConfigurationResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.serviceConfigurationResource1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName,\n Parameters.serviceConfigurationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName,\n Parameters.serviceConfigurationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByEndpointResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceConfigurationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\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 * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n EndpointsImpl,\n ServiceConfigurationsImpl\n} from \"./operations\";\nimport {\n Operations,\n Endpoints,\n ServiceConfigurations\n} from \"./operationsInterfaces\";\nimport { HybridConnectivityManagementAPIOptionalParams } from \"./models\";\n\nexport class HybridConnectivityManagementAPI extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the HybridConnectivityManagementAPI class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n options?: HybridConnectivityManagementAPIOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: HybridConnectivityManagementAPIOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-hybridconnectivity/1.0.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2023-03-15\";\n this.operations = new OperationsImpl(this);\n this.endpoints = new EndpointsImpl(this);\n this.serviceConfigurations = new ServiceConfigurationsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n endpoints: Endpoints;\n serviceConfigurations: ServiceConfigurations;\n}\n"],"names":["KnownOrigin","KnownActionType","KnownType","KnownCreatedByType","KnownServiceName","KnownProvisioningState","EndpointResourceMapper","ListCredentialsRequestMapper","ListIngressGatewayCredentialsRequestMapper","ManagedProxyRequestMapper","ServiceConfigurationResourceMapper","ServiceConfigurationResourcePatchMapper","__await","__asyncValues","__asyncDelegator","listOperationSpec","listNextOperationSpec","serializer","coreClient","Mappers.OperationListResult","Mappers.ErrorResponse","Parameters.apiVersion","Parameters.$host","Parameters.accept","Parameters.nextLink","getOperationSpec","updateOperationSpec","deleteOperationSpec","Mappers.EndpointsList","Parameters.resourceUri","Mappers.EndpointResource","Parameters.endpointName","Parameters.endpointResource","Parameters.contentType","Mappers.EndpointAccessResource","Parameters.listCredentialsRequest","Parameters.expiresin","Mappers.IngressGatewayResource","Parameters.listIngressGatewayCredentialsRequest","Mappers.ManagedProxyResource","Parameters.managedProxyRequest","Mappers.ServiceConfigurationList","Mappers.ServiceConfigurationResource","Parameters.serviceConfigurationName","Parameters.serviceConfigurationResource","Parameters.serviceConfigurationResource1","coreRestPipeline"],"mappings":"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"}
|
package/dist/index.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib=require("tslib"),coreClient=require("@azure/core-client"),coreRestPipeline=require("@azure/core-rest-pipeline");function _interopNamespace(t){var i;return t&&t.__esModule?t:(i=Object.create(null),t&&Object.keys(t).forEach(function(e){var r;"default"!==e&&(r=Object.getOwnPropertyDescriptor(t,e),Object.defineProperty(i,e,r.get?r:{enumerable:!0,get:function(){return t[e]}}))}),i.default=t,Object.freeze(i))}var coreClient__namespace=_interopNamespace(coreClient),coreRestPipeline__namespace=_interopNamespace(coreRestPipeline);const pageMap=new WeakMap;function getContinuationToken(e){return"object"!=typeof e||null===e||null==(e=pageMap.get(e))?void 0:e.continuationToken}function setContinuationToken(e,r){var t;"object"==typeof e&&null!==e&&r&&((t=null!=(t=pageMap.get(e))?t:{}).continuationToken=r,pageMap.set(e,t))}exports.KnownOrigin=void 0,function(e){e.User="user",e.System="system",e.UserSystem="user,system"}(exports.KnownOrigin||(exports.KnownOrigin={})),exports.KnownActionType=void 0,(exports.KnownActionType||(exports.KnownActionType={})).Internal="Internal",exports.KnownType=void 0,function(e){e.Default="default",e.Custom="custom"}(exports.KnownType||(exports.KnownType={})),exports.KnownCreatedByType=void 0,function(e){e.User="User",e.Application="Application",e.ManagedIdentity="ManagedIdentity",e.Key="Key"}(exports.KnownCreatedByType||(exports.KnownCreatedByType={})),exports.KnownServiceName=void 0,function(e){e.SSH="SSH",e.WAC="WAC"}(exports.KnownServiceName||(exports.KnownServiceName={})),exports.KnownProvisioningState=void 0,function(e){e.Succeeded="Succeeded",e.Creating="Creating",e.Updating="Updating",e.Failed="Failed",e.Canceled="Canceled"}(exports.KnownProvisioningState||(exports.KnownProvisioningState={}));const OperationListResult={type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},Operation={type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",readOnly:!0,type:{name:"String"}},isDataAction:{serializedName:"isDataAction",readOnly:!0,type:{name:"Boolean"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},origin:{serializedName:"origin",readOnly:!0,type:{name:"String"}},actionType:{serializedName:"actionType",readOnly:!0,type:{name:"String"}}}}},OperationDisplay={type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",readOnly:!0,type:{name:"String"}},resource:{serializedName:"resource",readOnly:!0,type:{name:"String"}},operation:{serializedName:"operation",readOnly:!0,type:{name:"String"}},description:{serializedName:"description",readOnly:!0,type:{name:"String"}}}}},ErrorResponse={type:{name:"Composite",className:"ErrorResponse",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorDetail"}}}}},ErrorDetail={type:{name:"Composite",className:"ErrorDetail",modelProperties:{code:{serializedName:"code",readOnly:!0,type:{name:"String"}},message:{serializedName:"message",readOnly:!0,type:{name:"String"}},target:{serializedName:"target",readOnly:!0,type:{name:"String"}},details:{serializedName:"details",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDetail"}}}},additionalInfo:{serializedName:"additionalInfo",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorAdditionalInfo"}}}}}}},ErrorAdditionalInfo={type:{name:"Composite",className:"ErrorAdditionalInfo",modelProperties:{type:{serializedName:"type",readOnly:!0,type:{name:"String"}},info:{serializedName:"info",readOnly:!0,type:{name:"Dictionary",value:{type:{name:"any"}}}}}}},EndpointsList={type:{name:"Composite",className:"EndpointsList",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"EndpointResource"}}}}}}},EndpointProperties={type:{name:"Composite",className:"EndpointProperties",modelProperties:{type:{serializedName:"type",required:!0,type:{name:"String"}},resourceId:{serializedName:"resourceId",type:{name:"String"}},provisioningState:{serializedName:"provisioningState",readOnly:!0,type:{name:"String"}}}}},Resource={type:{name:"Composite",className:"Resource",modelProperties:{id:{serializedName:"id",readOnly:!0,type:{name:"String"}},name:{serializedName:"name",readOnly:!0,type:{name:"String"}},type:{serializedName:"type",readOnly:!0,type:{name:"String"}},systemData:{serializedName:"systemData",type:{name:"Composite",className:"SystemData"}}}}},SystemData={type:{name:"Composite",className:"SystemData",modelProperties:{createdBy:{serializedName:"createdBy",type:{name:"String"}},createdByType:{serializedName:"createdByType",type:{name:"String"}},createdAt:{serializedName:"createdAt",type:{name:"DateTime"}},lastModifiedBy:{serializedName:"lastModifiedBy",type:{name:"String"}},lastModifiedByType:{serializedName:"lastModifiedByType",type:{name:"String"}},lastModifiedAt:{serializedName:"lastModifiedAt",type:{name:"DateTime"}}}}},ServiceConfigurationList={type:{name:"Composite",className:"ServiceConfigurationList",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"ServiceConfigurationResource"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},ServiceConfigurationResourcePatch={type:{name:"Composite",className:"ServiceConfigurationResourcePatch",modelProperties:{port:{serializedName:"properties.port",type:{name:"Number"}}}}},ListCredentialsRequest={type:{name:"Composite",className:"ListCredentialsRequest",modelProperties:{serviceName:{serializedName:"serviceName",type:{name:"String"}}}}},EndpointAccessResource={type:{name:"Composite",className:"EndpointAccessResource",modelProperties:{namespaceName:{constraints:{MaxLength:200,MinLength:1},serializedName:"relay.namespaceName",type:{name:"String"}},namespaceNameSuffix:{constraints:{MaxLength:100,MinLength:1},serializedName:"relay.namespaceNameSuffix",type:{name:"String"}},hybridConnectionName:{serializedName:"relay.hybridConnectionName",type:{name:"String"}},accessKey:{serializedName:"relay.accessKey",readOnly:!0,type:{name:"String"}},expiresOn:{serializedName:"relay.expiresOn",type:{name:"Number"}},serviceConfigurationToken:{serializedName:"relay.serviceConfigurationToken",type:{name:"String"}}}}},ListIngressGatewayCredentialsRequest={type:{name:"Composite",className:"ListIngressGatewayCredentialsRequest",modelProperties:{serviceName:{serializedName:"serviceName",type:{name:"String"}}}}},IngressGatewayResource={type:{name:"Composite",className:"IngressGatewayResource",modelProperties:{hostname:{serializedName:"ingress.hostname",type:{name:"String"}},serverId:{serializedName:"ingress.aadProfile.serverId",type:{name:"String"}},tenantId:{serializedName:"ingress.aadProfile.tenantId",type:{name:"String"}},namespaceName:{constraints:{MaxLength:200,MinLength:1},serializedName:"relay.namespaceName",type:{name:"String"}},namespaceNameSuffix:{constraints:{MaxLength:100,MinLength:1},serializedName:"relay.namespaceNameSuffix",type:{name:"String"}},hybridConnectionName:{serializedName:"relay.hybridConnectionName",type:{name:"String"}},accessKey:{serializedName:"relay.accessKey",readOnly:!0,type:{name:"String"}},expiresOn:{serializedName:"relay.expiresOn",type:{name:"Number"}},serviceConfigurationToken:{serializedName:"relay.serviceConfigurationToken",type:{name:"String"}}}}},ManagedProxyRequest={type:{name:"Composite",className:"ManagedProxyRequest",modelProperties:{service:{serializedName:"service",required:!0,type:{name:"String"}},hostname:{serializedName:"hostname",type:{name:"String"}},serviceName:{serializedName:"serviceName",type:{name:"String"}}}}},ManagedProxyResource={type:{name:"Composite",className:"ManagedProxyResource",modelProperties:{proxy:{serializedName:"proxy",required:!0,type:{name:"String"}},expiresOn:{serializedName:"expiresOn",required:!0,type:{name:"Number"}}}}},ProxyResource={type:{name:"Composite",className:"ProxyResource",modelProperties:Object.assign({},Resource.type.modelProperties)}},EndpointResource={type:{name:"Composite",className:"EndpointResource",modelProperties:Object.assign(Object.assign({},ProxyResource.type.modelProperties),{properties:{serializedName:"properties",type:{name:"Composite",className:"EndpointProperties"}}})}},ServiceConfigurationResource={type:{name:"Composite",className:"ServiceConfigurationResource",modelProperties:Object.assign(Object.assign({},ProxyResource.type.modelProperties),{serviceName:{serializedName:"properties.serviceName",type:{name:"String"}},resourceId:{serializedName:"properties.resourceId",type:{name:"String"}},port:{serializedName:"properties.port",type:{name:"Number"}},provisioningState:{serializedName:"properties.provisioningState",readOnly:!0,type:{name:"String"}}})}};var Mappers=Object.freeze({__proto__:null,OperationListResult:OperationListResult,Operation:Operation,OperationDisplay:OperationDisplay,ErrorResponse:ErrorResponse,ErrorDetail:ErrorDetail,ErrorAdditionalInfo:ErrorAdditionalInfo,EndpointsList:EndpointsList,EndpointProperties:EndpointProperties,Resource:Resource,SystemData:SystemData,ServiceConfigurationList:ServiceConfigurationList,ServiceConfigurationResourcePatch:ServiceConfigurationResourcePatch,ListCredentialsRequest:ListCredentialsRequest,EndpointAccessResource:EndpointAccessResource,ListIngressGatewayCredentialsRequest:ListIngressGatewayCredentialsRequest,IngressGatewayResource:IngressGatewayResource,ManagedProxyRequest:ManagedProxyRequest,ManagedProxyResource:ManagedProxyResource,ProxyResource:ProxyResource,EndpointResource:EndpointResource,ServiceConfigurationResource:ServiceConfigurationResource});const accept={parameterPath:"accept",mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Accept",type:{name:"String"}}},$host={parameterPath:"$host",mapper:{serializedName:"$host",required:!0,type:{name:"String"}},skipEncoding:!0},apiVersion={parameterPath:"apiVersion",mapper:{defaultValue:"2023-03-15",isConstant:!0,serializedName:"api-version",type:{name:"String"}}},nextLink={parameterPath:"nextLink",mapper:{serializedName:"nextLink",required:!0,type:{name:"String"}},skipEncoding:!0},resourceUri={parameterPath:"resourceUri",mapper:{serializedName:"resourceUri",required:!0,type:{name:"String"}},skipEncoding:!0},endpointName={parameterPath:"endpointName",mapper:{serializedName:"endpointName",required:!0,type:{name:"String"}},skipEncoding:!0},contentType={parameterPath:["options","contentType"],mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Content-Type",type:{name:"String"}}},endpointResource={parameterPath:"endpointResource",mapper:EndpointResource},listCredentialsRequest={parameterPath:["options","listCredentialsRequest"],mapper:ListCredentialsRequest},expiresin={parameterPath:["options","expiresin"],mapper:{defaultValue:10800,constraints:{InclusiveMaximum:10800,InclusiveMinimum:600},serializedName:"expiresin",type:{name:"Number"}}},listIngressGatewayCredentialsRequest={parameterPath:["options","listIngressGatewayCredentialsRequest"],mapper:ListIngressGatewayCredentialsRequest},managedProxyRequest={parameterPath:"managedProxyRequest",mapper:ManagedProxyRequest},serviceConfigurationName={parameterPath:"serviceConfigurationName",mapper:{serializedName:"serviceConfigurationName",required:!0,type:{name:"String"}},skipEncoding:!0},serviceConfigurationResource={parameterPath:"serviceConfigurationResource",mapper:ServiceConfigurationResource},serviceConfigurationResource1={parameterPath:"serviceConfigurationResource",mapper:ServiceConfigurationResourcePatch};class OperationsImpl{constructor(e){this.client=e}list(r){const e=this.listPagingAll(r);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listPagingPage(r,e)}}}listPagingPage(a,n){return tslib.__asyncGenerator(this,arguments,function*(){let e,r=null==n?void 0:n.continuationToken;var t;for(r||(setContinuationToken(t=(e=yield tslib.__await(this._list(a))).value||[],r=e.nextLink),yield yield tslib.__await(t));r;){e=yield tslib.__await(this._listNext(r,a)),r=e.nextLink;var i=e.value||[];setContinuationToken(i,r),yield yield tslib.__await(i)}})}listPagingAll(o){return tslib.__asyncGenerator(this,arguments,function*(){var e,r,t,i;try{for(var a,n=!0,s=tslib.__asyncValues(this.listPagingPage(o));!(e=(a=yield tslib.__await(s.next())).done);){i=a.value,n=!1;try{yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}finally{n=!0}}}catch(e){r={error:e}}finally{try{n||e||!(t=s.return)||(yield tslib.__await(t.call(s)))}finally{if(r)throw r.error}}})}_list(e){return this.client.sendOperationRequest({options:e},listOperationSpec$1)}_listNext(e,r){return this.client.sendOperationRequest({nextLink:e,options:r},listNextOperationSpec$1)}}const serializer$2=coreClient__namespace.createSerializer(Mappers,!1),listOperationSpec$1={path:"/providers/Microsoft.HybridConnectivity/operations",httpMethod:"GET",responses:{200:{bodyMapper:OperationListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host],headerParameters:[accept],serializer:serializer$2},listNextOperationSpec$1={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:OperationListResult},default:{bodyMapper:ErrorResponse}},urlParameters:[$host,nextLink],headerParameters:[accept],serializer:serializer$2};class EndpointsImpl{constructor(e){this.client=e}list(r,t){const e=this.listPagingAll(r,t);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listPagingPage(r,t,e)}}}listPagingPage(a,n,s){return tslib.__asyncGenerator(this,arguments,function*(){let e,r=null==s?void 0:s.continuationToken;var t;for(r||(setContinuationToken(t=(e=yield tslib.__await(this._list(a,n))).value||[],r=e.nextLink),yield yield tslib.__await(t));r;){e=yield tslib.__await(this._listNext(a,r,n)),r=e.nextLink;var i=e.value||[];setContinuationToken(i,r),yield yield tslib.__await(i)}})}listPagingAll(o,p){return tslib.__asyncGenerator(this,arguments,function*(){var e,r,t,i;try{for(var a,n=!0,s=tslib.__asyncValues(this.listPagingPage(o,p));!(e=(a=yield tslib.__await(s.next())).done);){i=a.value,n=!1;try{yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}finally{n=!0}}}catch(e){r={error:e}}finally{try{n||e||!(t=s.return)||(yield tslib.__await(t.call(s)))}finally{if(r)throw r.error}}})}_list(e,r){return this.client.sendOperationRequest({resourceUri:e,options:r},listOperationSpec)}get(e,r,t){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,options:t},getOperationSpec$1)}createOrUpdate(e,r,t,i){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,endpointResource:t,options:i},createOrUpdateOperationSpec)}update(e,r,t,i){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,endpointResource:t,options:i},updateOperationSpec$1)}delete(e,r,t){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,options:t},deleteOperationSpec$1)}listCredentials(e,r,t){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,options:t},listCredentialsOperationSpec)}listIngressGatewayCredentials(e,r,t){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,options:t},listIngressGatewayCredentialsOperationSpec)}listManagedProxyDetails(e,r,t,i){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,managedProxyRequest:t,options:i},listManagedProxyDetailsOperationSpec)}_listNext(e,r,t){return this.client.sendOperationRequest({resourceUri:e,nextLink:r,options:t},listNextOperationSpec)}}const serializer$1=coreClient__namespace.createSerializer(Mappers,!1),listOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints",httpMethod:"GET",responses:{200:{bodyMapper:EndpointsList},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceUri],headerParameters:[accept],serializer:serializer$1},getOperationSpec$1={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}",httpMethod:"GET",responses:{200:{bodyMapper:EndpointResource},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept],serializer:serializer$1},createOrUpdateOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}",httpMethod:"PUT",responses:{200:{bodyMapper:EndpointResource},default:{bodyMapper:ErrorResponse}},requestBody:endpointResource,queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$1},updateOperationSpec$1={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}",httpMethod:"PATCH",responses:{200:{bodyMapper:EndpointResource},default:{bodyMapper:ErrorResponse}},requestBody:endpointResource,queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$1},deleteOperationSpec$1={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}",httpMethod:"DELETE",responses:{200:{},204:{},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept],serializer:serializer$1},listCredentialsOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listCredentials",httpMethod:"POST",responses:{200:{bodyMapper:EndpointAccessResource},default:{bodyMapper:ErrorResponse}},requestBody:listCredentialsRequest,queryParameters:[apiVersion,expiresin],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$1},listIngressGatewayCredentialsOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listIngressGatewayCredentials",httpMethod:"POST",responses:{200:{bodyMapper:IngressGatewayResource},default:{bodyMapper:ErrorResponse}},requestBody:listIngressGatewayCredentialsRequest,queryParameters:[apiVersion,expiresin],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$1},listManagedProxyDetailsOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listManagedProxyDetails",httpMethod:"POST",responses:{200:{bodyMapper:ManagedProxyResource},default:{bodyMapper:ErrorResponse}},requestBody:managedProxyRequest,queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$1},listNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:EndpointsList},default:{bodyMapper:ErrorResponse}},urlParameters:[$host,nextLink,resourceUri],headerParameters:[accept],serializer:serializer$1};class ServiceConfigurationsImpl{constructor(e){this.client=e}listByEndpointResource(r,t,i){const e=this.listByEndpointResourcePagingAll(r,t,i);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listByEndpointResourcePagingPage(r,t,i,e)}}}listByEndpointResourcePagingPage(a,n,s,o){return tslib.__asyncGenerator(this,arguments,function*(){let e,r=null==o?void 0:o.continuationToken;var t;for(r||(setContinuationToken(t=(e=yield tslib.__await(this._listByEndpointResource(a,n,s))).value||[],r=e.nextLink),yield yield tslib.__await(t));r;){e=yield tslib.__await(this._listByEndpointResourceNext(a,n,r,s)),r=e.nextLink;var i=e.value||[];setContinuationToken(i,r),yield yield tslib.__await(i)}})}listByEndpointResourcePagingAll(o,p,l){return tslib.__asyncGenerator(this,arguments,function*(){var e,r,t,i;try{for(var a,n=!0,s=tslib.__asyncValues(this.listByEndpointResourcePagingPage(o,p,l));!(e=(a=yield tslib.__await(s.next())).done);){i=a.value,n=!1;try{yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}finally{n=!0}}}catch(e){r={error:e}}finally{try{n||e||!(t=s.return)||(yield tslib.__await(t.call(s)))}finally{if(r)throw r.error}}})}_listByEndpointResource(e,r,t){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,options:t},listByEndpointResourceOperationSpec)}get(e,r,t,i){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,serviceConfigurationName:t,options:i},getOperationSpec)}createOrupdate(e,r,t,i,a){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,serviceConfigurationName:t,serviceConfigurationResource:i,options:a},createOrupdateOperationSpec)}update(e,r,t,i,a){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,serviceConfigurationName:t,serviceConfigurationResource:i,options:a},updateOperationSpec)}delete(e,r,t,i){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,serviceConfigurationName:t,options:i},deleteOperationSpec)}_listByEndpointResourceNext(e,r,t,i){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,nextLink:t,options:i},listByEndpointResourceNextOperationSpec)}}const serializer=coreClient__namespace.createSerializer(Mappers,!1),listByEndpointResourceOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations",httpMethod:"GET",responses:{200:{bodyMapper:ServiceConfigurationList},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept],serializer:serializer},getOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}",httpMethod:"GET",responses:{200:{bodyMapper:ServiceConfigurationResource},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName,serviceConfigurationName],headerParameters:[accept],serializer:serializer},createOrupdateOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}",httpMethod:"PUT",responses:{200:{bodyMapper:ServiceConfigurationResource},201:{bodyMapper:ServiceConfigurationResource},default:{bodyMapper:ErrorResponse}},requestBody:serviceConfigurationResource,queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName,serviceConfigurationName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer},updateOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}",httpMethod:"PATCH",responses:{200:{bodyMapper:ServiceConfigurationResource},default:{bodyMapper:ErrorResponse}},requestBody:serviceConfigurationResource1,queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName,serviceConfigurationName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer},deleteOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}",httpMethod:"DELETE",responses:{200:{},204:{},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName,serviceConfigurationName],headerParameters:[accept],serializer:serializer},listByEndpointResourceNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:ServiceConfigurationList},default:{bodyMapper:ErrorResponse}},urlParameters:[$host,nextLink,resourceUri,endpointName],headerParameters:[accept],serializer:serializer};class HybridConnectivityManagementAPI extends coreClient__namespace.ServiceClient{constructor(e,r){if(void 0===e)throw new Error("'credentials' cannot be null");var t,i="azsdk-js-arm-hybridconnectivity/1.0.0-beta.1",i=(r=r||{}).userAgentOptions&&r.userAgentOptions.userAgentPrefix?r.userAgentOptions.userAgentPrefix+" "+i:i,i=Object.assign(Object.assign(Object.assign({},{requestContentType:"application/json; charset=utf-8",credential:e}),r),{userAgentOptions:{userAgentPrefix:i},endpoint:null!=(i=null!=(i=r.endpoint)?i:r.baseUri)?i:"https://management.azure.com"});super(i);let a=!1;null!=r&&r.pipeline&&0<r.pipeline.getOrderedPolicies().length&&(t=r.pipeline.getOrderedPolicies(),a=t.some(e=>e.name===coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName)),r&&r.pipeline&&0!=r.pipeline.getOrderedPolicies().length&&a||(this.pipeline.removePolicy({name:coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName}),this.pipeline.addPolicy(coreRestPipeline__namespace.bearerTokenAuthenticationPolicy({credential:e,scopes:null!=(t=i.credentialScopes)?t:i.endpoint+"/.default",challengeCallbacks:{authorizeRequestOnChallenge:coreClient__namespace.authorizeRequestOnClaimChallenge}}))),this.$host=r.$host||"https://management.azure.com",this.apiVersion=r.apiVersion||"2023-03-15",this.operations=new OperationsImpl(this),this.endpoints=new EndpointsImpl(this),this.serviceConfigurations=new ServiceConfigurationsImpl(this),this.addCustomApiVersionPolicy(r.apiVersion)}addCustomApiVersionPolicy(a){a&&this.pipeline.addPolicy({name:"CustomApiVersionPolicy",sendRequest(t,i){return tslib.__awaiter(this,void 0,void 0,function*(){var e,r=t.url.split("?");return 1<r.length&&(e=r[1].split("&").map(e=>-1<e.indexOf("api-version")?"api-version="+a:e),t.url=r[0]+"?"+e.join("&")),i(t)})}})}}exports.HybridConnectivityManagementAPI=HybridConnectivityManagementAPI,exports.getContinuationToken=getContinuationToken;
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib=require("tslib"),coreClient=require("@azure/core-client"),coreRestPipeline=require("@azure/core-rest-pipeline");function _interopNamespace(t){var i;return t&&t.__esModule?t:(i=Object.create(null),t&&Object.keys(t).forEach(function(e){var r;"default"!==e&&(r=Object.getOwnPropertyDescriptor(t,e),Object.defineProperty(i,e,r.get?r:{enumerable:!0,get:function(){return t[e]}}))}),i.default=t,Object.freeze(i))}var coreClient__namespace=_interopNamespace(coreClient),coreRestPipeline__namespace=_interopNamespace(coreRestPipeline);const pageMap=new WeakMap;function getContinuationToken(e){return"object"!=typeof e||null===e||null==(e=pageMap.get(e))?void 0:e.continuationToken}function setContinuationToken(e,r){var t;"object"==typeof e&&null!==e&&r&&((t=null!=(t=pageMap.get(e))?t:{}).continuationToken=r,pageMap.set(e,t))}exports.KnownOrigin=void 0,function(e){e.User="user",e.System="system",e.UserSystem="user,system"}(exports.KnownOrigin||(exports.KnownOrigin={})),exports.KnownActionType=void 0,(exports.KnownActionType||(exports.KnownActionType={})).Internal="Internal",exports.KnownType=void 0,function(e){e.Default="default",e.Custom="custom"}(exports.KnownType||(exports.KnownType={})),exports.KnownCreatedByType=void 0,function(e){e.User="User",e.Application="Application",e.ManagedIdentity="ManagedIdentity",e.Key="Key"}(exports.KnownCreatedByType||(exports.KnownCreatedByType={})),exports.KnownServiceName=void 0,function(e){e.SSH="SSH",e.WAC="WAC"}(exports.KnownServiceName||(exports.KnownServiceName={})),exports.KnownProvisioningState=void 0,function(e){e.Succeeded="Succeeded",e.Creating="Creating",e.Updating="Updating",e.Failed="Failed",e.Canceled="Canceled"}(exports.KnownProvisioningState||(exports.KnownProvisioningState={}));const OperationListResult={type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},Operation={type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",readOnly:!0,type:{name:"String"}},isDataAction:{serializedName:"isDataAction",readOnly:!0,type:{name:"Boolean"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},origin:{serializedName:"origin",readOnly:!0,type:{name:"String"}},actionType:{serializedName:"actionType",readOnly:!0,type:{name:"String"}}}}},OperationDisplay={type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",readOnly:!0,type:{name:"String"}},resource:{serializedName:"resource",readOnly:!0,type:{name:"String"}},operation:{serializedName:"operation",readOnly:!0,type:{name:"String"}},description:{serializedName:"description",readOnly:!0,type:{name:"String"}}}}},ErrorResponse={type:{name:"Composite",className:"ErrorResponse",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorDetail"}}}}},ErrorDetail={type:{name:"Composite",className:"ErrorDetail",modelProperties:{code:{serializedName:"code",readOnly:!0,type:{name:"String"}},message:{serializedName:"message",readOnly:!0,type:{name:"String"}},target:{serializedName:"target",readOnly:!0,type:{name:"String"}},details:{serializedName:"details",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDetail"}}}},additionalInfo:{serializedName:"additionalInfo",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorAdditionalInfo"}}}}}}},ErrorAdditionalInfo={type:{name:"Composite",className:"ErrorAdditionalInfo",modelProperties:{type:{serializedName:"type",readOnly:!0,type:{name:"String"}},info:{serializedName:"info",readOnly:!0,type:{name:"Dictionary",value:{type:{name:"any"}}}}}}},EndpointsList={type:{name:"Composite",className:"EndpointsList",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"EndpointResource"}}}}}}},EndpointProperties={type:{name:"Composite",className:"EndpointProperties",modelProperties:{type:{serializedName:"type",required:!0,type:{name:"String"}},resourceId:{serializedName:"resourceId",type:{name:"String"}},provisioningState:{serializedName:"provisioningState",readOnly:!0,type:{name:"String"}}}}},Resource={type:{name:"Composite",className:"Resource",modelProperties:{id:{serializedName:"id",readOnly:!0,type:{name:"String"}},name:{serializedName:"name",readOnly:!0,type:{name:"String"}},type:{serializedName:"type",readOnly:!0,type:{name:"String"}},systemData:{serializedName:"systemData",type:{name:"Composite",className:"SystemData"}}}}},SystemData={type:{name:"Composite",className:"SystemData",modelProperties:{createdBy:{serializedName:"createdBy",type:{name:"String"}},createdByType:{serializedName:"createdByType",type:{name:"String"}},createdAt:{serializedName:"createdAt",type:{name:"DateTime"}},lastModifiedBy:{serializedName:"lastModifiedBy",type:{name:"String"}},lastModifiedByType:{serializedName:"lastModifiedByType",type:{name:"String"}},lastModifiedAt:{serializedName:"lastModifiedAt",type:{name:"DateTime"}}}}},ServiceConfigurationList={type:{name:"Composite",className:"ServiceConfigurationList",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"ServiceConfigurationResource"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},ServiceConfigurationResourcePatch={type:{name:"Composite",className:"ServiceConfigurationResourcePatch",modelProperties:{port:{serializedName:"properties.port",type:{name:"Number"}}}}},ListCredentialsRequest={type:{name:"Composite",className:"ListCredentialsRequest",modelProperties:{serviceName:{serializedName:"serviceName",type:{name:"String"}}}}},EndpointAccessResource={type:{name:"Composite",className:"EndpointAccessResource",modelProperties:{namespaceName:{constraints:{MaxLength:200,MinLength:1},serializedName:"relay.namespaceName",type:{name:"String"}},namespaceNameSuffix:{constraints:{MaxLength:100,MinLength:1},serializedName:"relay.namespaceNameSuffix",type:{name:"String"}},hybridConnectionName:{serializedName:"relay.hybridConnectionName",type:{name:"String"}},accessKey:{serializedName:"relay.accessKey",readOnly:!0,type:{name:"String"}},expiresOn:{serializedName:"relay.expiresOn",type:{name:"Number"}},serviceConfigurationToken:{serializedName:"relay.serviceConfigurationToken",type:{name:"String"}}}}},ListIngressGatewayCredentialsRequest={type:{name:"Composite",className:"ListIngressGatewayCredentialsRequest",modelProperties:{serviceName:{serializedName:"serviceName",type:{name:"String"}}}}},IngressGatewayResource={type:{name:"Composite",className:"IngressGatewayResource",modelProperties:{hostname:{serializedName:"ingress.hostname",type:{name:"String"}},serverId:{serializedName:"ingress.aadProfile.serverId",type:{name:"String"}},tenantId:{serializedName:"ingress.aadProfile.tenantId",type:{name:"String"}},namespaceName:{constraints:{MaxLength:200,MinLength:1},serializedName:"relay.namespaceName",type:{name:"String"}},namespaceNameSuffix:{constraints:{MaxLength:100,MinLength:1},serializedName:"relay.namespaceNameSuffix",type:{name:"String"}},hybridConnectionName:{serializedName:"relay.hybridConnectionName",type:{name:"String"}},accessKey:{serializedName:"relay.accessKey",readOnly:!0,type:{name:"String"}},expiresOn:{serializedName:"relay.expiresOn",type:{name:"Number"}},serviceConfigurationToken:{serializedName:"relay.serviceConfigurationToken",type:{name:"String"}}}}},ManagedProxyRequest={type:{name:"Composite",className:"ManagedProxyRequest",modelProperties:{service:{serializedName:"service",required:!0,type:{name:"String"}},hostname:{serializedName:"hostname",type:{name:"String"}},serviceName:{serializedName:"serviceName",type:{name:"String"}}}}},ManagedProxyResource={type:{name:"Composite",className:"ManagedProxyResource",modelProperties:{proxy:{serializedName:"proxy",required:!0,type:{name:"String"}},expiresOn:{serializedName:"expiresOn",required:!0,type:{name:"Number"}}}}},ProxyResource={type:{name:"Composite",className:"ProxyResource",modelProperties:Object.assign({},Resource.type.modelProperties)}},EndpointResource={type:{name:"Composite",className:"EndpointResource",modelProperties:Object.assign(Object.assign({},ProxyResource.type.modelProperties),{properties:{serializedName:"properties",type:{name:"Composite",className:"EndpointProperties"}}})}},ServiceConfigurationResource={type:{name:"Composite",className:"ServiceConfigurationResource",modelProperties:Object.assign(Object.assign({},ProxyResource.type.modelProperties),{serviceName:{serializedName:"properties.serviceName",type:{name:"String"}},resourceId:{serializedName:"properties.resourceId",type:{name:"String"}},port:{serializedName:"properties.port",type:{name:"Number"}},provisioningState:{serializedName:"properties.provisioningState",readOnly:!0,type:{name:"String"}}})}};var Mappers=Object.freeze({__proto__:null,OperationListResult:OperationListResult,Operation:Operation,OperationDisplay:OperationDisplay,ErrorResponse:ErrorResponse,ErrorDetail:ErrorDetail,ErrorAdditionalInfo:ErrorAdditionalInfo,EndpointsList:EndpointsList,EndpointProperties:EndpointProperties,Resource:Resource,SystemData:SystemData,ServiceConfigurationList:ServiceConfigurationList,ServiceConfigurationResourcePatch:ServiceConfigurationResourcePatch,ListCredentialsRequest:ListCredentialsRequest,EndpointAccessResource:EndpointAccessResource,ListIngressGatewayCredentialsRequest:ListIngressGatewayCredentialsRequest,IngressGatewayResource:IngressGatewayResource,ManagedProxyRequest:ManagedProxyRequest,ManagedProxyResource:ManagedProxyResource,ProxyResource:ProxyResource,EndpointResource:EndpointResource,ServiceConfigurationResource:ServiceConfigurationResource});const accept={parameterPath:"accept",mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Accept",type:{name:"String"}}},$host={parameterPath:"$host",mapper:{serializedName:"$host",required:!0,type:{name:"String"}},skipEncoding:!0},apiVersion={parameterPath:"apiVersion",mapper:{defaultValue:"2023-03-15",isConstant:!0,serializedName:"api-version",type:{name:"String"}}},nextLink={parameterPath:"nextLink",mapper:{serializedName:"nextLink",required:!0,type:{name:"String"}},skipEncoding:!0},resourceUri={parameterPath:"resourceUri",mapper:{serializedName:"resourceUri",required:!0,type:{name:"String"}},skipEncoding:!0},endpointName={parameterPath:"endpointName",mapper:{serializedName:"endpointName",required:!0,type:{name:"String"}},skipEncoding:!0},contentType={parameterPath:["options","contentType"],mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Content-Type",type:{name:"String"}}},endpointResource={parameterPath:"endpointResource",mapper:EndpointResource},listCredentialsRequest={parameterPath:["options","listCredentialsRequest"],mapper:ListCredentialsRequest},expiresin={parameterPath:["options","expiresin"],mapper:{defaultValue:10800,constraints:{InclusiveMaximum:10800,InclusiveMinimum:600},serializedName:"expiresin",type:{name:"Number"}}},listIngressGatewayCredentialsRequest={parameterPath:["options","listIngressGatewayCredentialsRequest"],mapper:ListIngressGatewayCredentialsRequest},managedProxyRequest={parameterPath:"managedProxyRequest",mapper:ManagedProxyRequest},serviceConfigurationName={parameterPath:"serviceConfigurationName",mapper:{serializedName:"serviceConfigurationName",required:!0,type:{name:"String"}},skipEncoding:!0},serviceConfigurationResource={parameterPath:"serviceConfigurationResource",mapper:ServiceConfigurationResource},serviceConfigurationResource1={parameterPath:"serviceConfigurationResource",mapper:ServiceConfigurationResourcePatch};class OperationsImpl{constructor(e){this.client=e}list(r){const e=this.listPagingAll(r);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listPagingPage(r,e)}}}listPagingPage(a,n){return tslib.__asyncGenerator(this,arguments,function*(){let e,r=null==n?void 0:n.continuationToken;var t;for(r||(setContinuationToken(t=(e=yield tslib.__await(this._list(a))).value||[],r=e.nextLink),yield yield tslib.__await(t));r;){e=yield tslib.__await(this._listNext(r,a)),r=e.nextLink;var i=e.value||[];setContinuationToken(i,r),yield yield tslib.__await(i)}})}listPagingAll(o){return tslib.__asyncGenerator(this,arguments,function*(){var e,r,t,i;try{for(var a,n=!0,s=tslib.__asyncValues(this.listPagingPage(o));!(e=(a=yield tslib.__await(s.next())).done);){i=a.value,n=!1;try{yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}finally{n=!0}}}catch(e){r={error:e}}finally{try{n||e||!(t=s.return)||(yield tslib.__await(t.call(s)))}finally{if(r)throw r.error}}})}_list(e){return this.client.sendOperationRequest({options:e},listOperationSpec$1)}_listNext(e,r){return this.client.sendOperationRequest({nextLink:e,options:r},listNextOperationSpec$1)}}const serializer$2=coreClient__namespace.createSerializer(Mappers,!1),listOperationSpec$1={path:"/providers/Microsoft.HybridConnectivity/operations",httpMethod:"GET",responses:{200:{bodyMapper:OperationListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host],headerParameters:[accept],serializer:serializer$2},listNextOperationSpec$1={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:OperationListResult},default:{bodyMapper:ErrorResponse}},urlParameters:[$host,nextLink],headerParameters:[accept],serializer:serializer$2};class EndpointsImpl{constructor(e){this.client=e}list(r,t){const e=this.listPagingAll(r,t);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listPagingPage(r,t,e)}}}listPagingPage(a,n,s){return tslib.__asyncGenerator(this,arguments,function*(){let e,r=null==s?void 0:s.continuationToken;var t;for(r||(setContinuationToken(t=(e=yield tslib.__await(this._list(a,n))).value||[],r=e.nextLink),yield yield tslib.__await(t));r;){e=yield tslib.__await(this._listNext(a,r,n)),r=e.nextLink;var i=e.value||[];setContinuationToken(i,r),yield yield tslib.__await(i)}})}listPagingAll(o,p){return tslib.__asyncGenerator(this,arguments,function*(){var e,r,t,i;try{for(var a,n=!0,s=tslib.__asyncValues(this.listPagingPage(o,p));!(e=(a=yield tslib.__await(s.next())).done);){i=a.value,n=!1;try{yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}finally{n=!0}}}catch(e){r={error:e}}finally{try{n||e||!(t=s.return)||(yield tslib.__await(t.call(s)))}finally{if(r)throw r.error}}})}_list(e,r){return this.client.sendOperationRequest({resourceUri:e,options:r},listOperationSpec)}get(e,r,t){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,options:t},getOperationSpec$1)}createOrUpdate(e,r,t,i){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,endpointResource:t,options:i},createOrUpdateOperationSpec)}update(e,r,t,i){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,endpointResource:t,options:i},updateOperationSpec$1)}delete(e,r,t){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,options:t},deleteOperationSpec$1)}listCredentials(e,r,t){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,options:t},listCredentialsOperationSpec)}listIngressGatewayCredentials(e,r,t){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,options:t},listIngressGatewayCredentialsOperationSpec)}listManagedProxyDetails(e,r,t,i){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,managedProxyRequest:t,options:i},listManagedProxyDetailsOperationSpec)}_listNext(e,r,t){return this.client.sendOperationRequest({resourceUri:e,nextLink:r,options:t},listNextOperationSpec)}}const serializer$1=coreClient__namespace.createSerializer(Mappers,!1),listOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints",httpMethod:"GET",responses:{200:{bodyMapper:EndpointsList},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceUri],headerParameters:[accept],serializer:serializer$1},getOperationSpec$1={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}",httpMethod:"GET",responses:{200:{bodyMapper:EndpointResource},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept],serializer:serializer$1},createOrUpdateOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}",httpMethod:"PUT",responses:{200:{bodyMapper:EndpointResource},default:{bodyMapper:ErrorResponse}},requestBody:endpointResource,queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$1},updateOperationSpec$1={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}",httpMethod:"PATCH",responses:{200:{bodyMapper:EndpointResource},default:{bodyMapper:ErrorResponse}},requestBody:endpointResource,queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$1},deleteOperationSpec$1={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}",httpMethod:"DELETE",responses:{200:{},204:{},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept],serializer:serializer$1},listCredentialsOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listCredentials",httpMethod:"POST",responses:{200:{bodyMapper:EndpointAccessResource},default:{bodyMapper:ErrorResponse}},requestBody:listCredentialsRequest,queryParameters:[apiVersion,expiresin],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$1},listIngressGatewayCredentialsOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listIngressGatewayCredentials",httpMethod:"POST",responses:{200:{bodyMapper:IngressGatewayResource},default:{bodyMapper:ErrorResponse}},requestBody:listIngressGatewayCredentialsRequest,queryParameters:[apiVersion,expiresin],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$1},listManagedProxyDetailsOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listManagedProxyDetails",httpMethod:"POST",responses:{200:{bodyMapper:ManagedProxyResource},default:{bodyMapper:ErrorResponse}},requestBody:managedProxyRequest,queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$1},listNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:EndpointsList},default:{bodyMapper:ErrorResponse}},urlParameters:[$host,nextLink,resourceUri],headerParameters:[accept],serializer:serializer$1};class ServiceConfigurationsImpl{constructor(e){this.client=e}listByEndpointResource(r,t,i){const e=this.listByEndpointResourcePagingAll(r,t,i);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listByEndpointResourcePagingPage(r,t,i,e)}}}listByEndpointResourcePagingPage(a,n,s,o){return tslib.__asyncGenerator(this,arguments,function*(){let e,r=null==o?void 0:o.continuationToken;var t;for(r||(setContinuationToken(t=(e=yield tslib.__await(this._listByEndpointResource(a,n,s))).value||[],r=e.nextLink),yield yield tslib.__await(t));r;){e=yield tslib.__await(this._listByEndpointResourceNext(a,n,r,s)),r=e.nextLink;var i=e.value||[];setContinuationToken(i,r),yield yield tslib.__await(i)}})}listByEndpointResourcePagingAll(o,p,l){return tslib.__asyncGenerator(this,arguments,function*(){var e,r,t,i;try{for(var a,n=!0,s=tslib.__asyncValues(this.listByEndpointResourcePagingPage(o,p,l));!(e=(a=yield tslib.__await(s.next())).done);){i=a.value,n=!1;try{yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}finally{n=!0}}}catch(e){r={error:e}}finally{try{n||e||!(t=s.return)||(yield tslib.__await(t.call(s)))}finally{if(r)throw r.error}}})}_listByEndpointResource(e,r,t){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,options:t},listByEndpointResourceOperationSpec)}get(e,r,t,i){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,serviceConfigurationName:t,options:i},getOperationSpec)}createOrupdate(e,r,t,i,a){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,serviceConfigurationName:t,serviceConfigurationResource:i,options:a},createOrupdateOperationSpec)}update(e,r,t,i,a){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,serviceConfigurationName:t,serviceConfigurationResource:i,options:a},updateOperationSpec)}delete(e,r,t,i){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,serviceConfigurationName:t,options:i},deleteOperationSpec)}_listByEndpointResourceNext(e,r,t,i){return this.client.sendOperationRequest({resourceUri:e,endpointName:r,nextLink:t,options:i},listByEndpointResourceNextOperationSpec)}}const serializer=coreClient__namespace.createSerializer(Mappers,!1),listByEndpointResourceOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations",httpMethod:"GET",responses:{200:{bodyMapper:ServiceConfigurationList},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName],headerParameters:[accept],serializer:serializer},getOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}",httpMethod:"GET",responses:{200:{bodyMapper:ServiceConfigurationResource},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName,serviceConfigurationName],headerParameters:[accept],serializer:serializer},createOrupdateOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}",httpMethod:"PUT",responses:{200:{bodyMapper:ServiceConfigurationResource},201:{bodyMapper:ServiceConfigurationResource},default:{bodyMapper:ErrorResponse}},requestBody:serviceConfigurationResource,queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName,serviceConfigurationName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer},updateOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}",httpMethod:"PATCH",responses:{200:{bodyMapper:ServiceConfigurationResource},default:{bodyMapper:ErrorResponse}},requestBody:serviceConfigurationResource1,queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName,serviceConfigurationName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer},deleteOperationSpec={path:"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}",httpMethod:"DELETE",responses:{200:{},204:{},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceUri,endpointName,serviceConfigurationName],headerParameters:[accept],serializer:serializer},listByEndpointResourceNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:ServiceConfigurationList},default:{bodyMapper:ErrorResponse}},urlParameters:[$host,nextLink,resourceUri,endpointName],headerParameters:[accept],serializer:serializer};class HybridConnectivityManagementAPI extends coreClient__namespace.ServiceClient{constructor(e,r){if(void 0===e)throw new Error("'credentials' cannot be null");var t,i="azsdk-js-arm-hybridconnectivity/1.0.0",i=(r=r||{}).userAgentOptions&&r.userAgentOptions.userAgentPrefix?r.userAgentOptions.userAgentPrefix+" "+i:i,i=Object.assign(Object.assign(Object.assign({},{requestContentType:"application/json; charset=utf-8",credential:e}),r),{userAgentOptions:{userAgentPrefix:i},endpoint:null!=(i=null!=(i=r.endpoint)?i:r.baseUri)?i:"https://management.azure.com"});super(i);let a=!1;null!=r&&r.pipeline&&0<r.pipeline.getOrderedPolicies().length&&(t=r.pipeline.getOrderedPolicies(),a=t.some(e=>e.name===coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName)),r&&r.pipeline&&0!=r.pipeline.getOrderedPolicies().length&&a||(this.pipeline.removePolicy({name:coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName}),this.pipeline.addPolicy(coreRestPipeline__namespace.bearerTokenAuthenticationPolicy({credential:e,scopes:null!=(t=i.credentialScopes)?t:i.endpoint+"/.default",challengeCallbacks:{authorizeRequestOnChallenge:coreClient__namespace.authorizeRequestOnClaimChallenge}}))),this.$host=r.$host||"https://management.azure.com",this.apiVersion=r.apiVersion||"2023-03-15",this.operations=new OperationsImpl(this),this.endpoints=new EndpointsImpl(this),this.serviceConfigurations=new ServiceConfigurationsImpl(this),this.addCustomApiVersionPolicy(r.apiVersion)}addCustomApiVersionPolicy(a){a&&this.pipeline.addPolicy({name:"CustomApiVersionPolicy",sendRequest(t,i){return tslib.__awaiter(this,void 0,void 0,function*(){var e,r=t.url.split("?");return 1<r.length&&(e=r[1].split("&").map(e=>-1<e.indexOf("api-version")?"api-version="+a:e),t.url=r[0]+"?"+e.join("&")),i(t)})}})}}exports.HybridConnectivityManagementAPI=HybridConnectivityManagementAPI,exports.getContinuationToken=getContinuationToken;
|
package/dist/index.min.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/pagingHelper.ts","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/operations/endpoints.ts","../src/operations/serviceConfigurations.ts","../src/hybridConnectivityManagementAPI.ts"],"names":["pageMap","WeakMap","getContinuationToken","page","_a","get","continuationToken","setContinuationToken","pageInfo","set","KnownOrigin","KnownActionType","KnownType","KnownCreatedByType","KnownServiceName","KnownProvisioningState","OperationListResult","type","name","className","modelProperties","value","serializedName","readOnly","element","nextLink","Operation","isDataAction","display","origin","actionType","OperationDisplay","provider","resource","operation","description","ErrorResponse","error","ErrorDetail","code","message","target","details","additionalInfo","ErrorAdditionalInfo","info","EndpointsList","EndpointProperties","required","resourceId","provisioningState","Resource","id","systemData","SystemData","createdBy","createdByType","createdAt","lastModifiedBy","lastModifiedByType","lastModifiedAt","ServiceConfigurationList","ServiceConfigurationResourcePatch","port","ListCredentialsRequest","serviceName","EndpointAccessResource","namespaceName","constraints","MaxLength","MinLength","namespaceNameSuffix","hybridConnectionName","accessKey","expiresOn","serviceConfigurationToken","ListIngressGatewayCredentialsRequest","IngressGatewayResource","hostname","serverId","tenantId","ManagedProxyRequest","service","ManagedProxyResource","proxy","ProxyResource","Object","assign","EndpointResource","properties","ServiceConfigurationResource","accept","parameterPath","mapper","defaultValue","isConstant","$host","skipEncoding","apiVersion","resourceUri","endpointName","contentType","endpointResource","EndpointResourceMapper","listCredentialsRequest","ListCredentialsRequestMapper","expiresin","InclusiveMaximum","InclusiveMinimum","listIngressGatewayCredentialsRequest","ListIngressGatewayCredentialsRequestMapper","managedProxyRequest","ManagedProxyRequestMapper","serviceConfigurationName","serviceConfigurationResource","ServiceConfigurationResourceMapper","serviceConfigurationResource1","ServiceConfigurationResourcePatchMapper","OperationsImpl","constructor","client","this","list","options","iter","listPagingAll","next","Symbol","asyncIterator","byPage","settings","maxPageSize","Error","listPagingPage","let","result","yield","tslib","__await","_list","_listNext","_f","_d","_e","__asyncValues","done","_c","__asyncDelegator","sendOperationRequest","listOperationSpec","listNextOperationSpec","serializer","coreClient","createSerializer","Mappers","path","httpMethod","responses","200","bodyMapper","Mappers.OperationListResult","default","Mappers.ErrorResponse","queryParameters","Parameters.apiVersion","urlParameters","Parameters.$host","headerParameters","Parameters.accept","Parameters.nextLink","EndpointsImpl","getOperationSpec","createOrUpdate","createOrUpdateOperationSpec","update","updateOperationSpec","delete","deleteOperationSpec","listCredentials","listCredentialsOperationSpec","listIngressGatewayCredentials","listIngressGatewayCredentialsOperationSpec","listManagedProxyDetails","listManagedProxyDetailsOperationSpec","Mappers.EndpointsList","Parameters.resourceUri","Mappers.EndpointResource","Parameters.endpointName","requestBody","Parameters.endpointResource","Parameters.contentType","mediaType","204","Mappers.EndpointAccessResource","Parameters.listCredentialsRequest","Parameters.expiresin","Mappers.IngressGatewayResource","Parameters.listIngressGatewayCredentialsRequest","Mappers.ManagedProxyResource","Parameters.managedProxyRequest","ServiceConfigurationsImpl","listByEndpointResource","listByEndpointResourcePagingAll","listByEndpointResourcePagingPage","_listByEndpointResource","_listByEndpointResourceNext","listByEndpointResourceOperationSpec","createOrupdate","createOrupdateOperationSpec","listByEndpointResourceNextOperationSpec","Mappers.ServiceConfigurationList","Mappers.ServiceConfigurationResource","Parameters.serviceConfigurationName","201","Parameters.serviceConfigurationResource","Parameters.serviceConfigurationResource1","HybridConnectivityManagementAPI","ServiceClient","credentials","undefined","pipelinePolicies","packageDetails","userAgentPrefix","userAgentOptions","optionsWithDefaults","requestContentType","credential","endpoint","_b","baseUri","super","bearerTokenAuthenticationPolicyFound","pipeline","getOrderedPolicies","length","some","pipelinePolicy","coreRestPipeline","bearerTokenAuthenticationPolicyName","removePolicy","addPolicy","bearerTokenAuthenticationPolicy","scopes","credentialScopes","challengeCallbacks","authorizeRequestOnChallenge","authorizeRequestOnClaimChallenge","operations","endpoints","serviceConfigurations","addCustomApiVersionPolicy","sendRequest","request","newParams","param","url","split","map","item","indexOf","join"],"mappings":"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,CACJC,KAAM,YACNC,UAAW,WACXC,gBAAiB,CACfgC,GAAI,CACF9B,eAAgB,KAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDA,KAAM,CACJI,eAAgB,OAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDD,KAAM,CACJK,eAAgB,OAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDmC,WAAY,CACV/B,eAAgB,aAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,YACZ,CACF,CACF,CACF,C,EAGUmC,WAAyC,CACpDrC,KAAM,CACJC,KAAM,YACNC,UAAW,aACXC,gBAAiB,CACfmC,UAAW,CACTjC,eAAgB,YAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDsC,cAAe,CACblC,eAAgB,gBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDuC,UAAW,CACTnC,eAAgB,YAChBL,KAAM,CACJC,KAAM,UACP,CACF,EACDwC,eAAgB,CACdpC,eAAgB,iBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDyC,mBAAoB,CAClBrC,eAAgB,qBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD0C,eAAgB,CACdtC,eAAgB,iBAChBL,KAAM,CACJC,KAAM,UACP,CACF,CACF,CACF,C,EAGU2C,yBAAuD,CAClE5C,KAAM,CACJC,KAAM,YACNC,UAAW,2BACXC,gBAAiB,CACfC,MAAO,CACLC,eAAgB,QAChBL,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,8BACZ,CACF,CACF,CACF,EACDM,SAAU,CACRH,eAAgB,WAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU4C,kCAAgE,CAC3E7C,KAAM,CACJC,KAAM,YACNC,UAAW,oCACXC,gBAAiB,CACf2C,KAAM,CACJzC,eAAgB,kBAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU8C,uBAAqD,CAChE/C,KAAM,CACJC,KAAM,YACNC,UAAW,yBACXC,gBAAiB,CACf6C,YAAa,CACX3C,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUgD,uBAAqD,CAChEjD,KAAM,CACJC,KAAM,YACNC,UAAW,yBACXC,gBAAiB,CACf+C,cAAe,CACbC,YAAa,CACXC,UAAW,IACXC,UAAW,CACZ,EACDhD,eAAgB,sBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDqD,oBAAqB,CACnBH,YAAa,CACXC,UAAW,IACXC,UAAW,CACZ,EACDhD,eAAgB,4BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDsD,qBAAsB,CACpBlD,eAAgB,6BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDuD,UAAW,CACTnD,eAAgB,kBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDwD,UAAW,CACTpD,eAAgB,kBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDyD,0BAA2B,CACzBrD,eAAgB,kCAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU0D,qCAAmE,CAC9E3D,KAAM,CACJC,KAAM,YACNC,UAAW,uCACXC,gBAAiB,CACf6C,YAAa,CACX3C,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU2D,uBAAqD,CAChE5D,KAAM,CACJC,KAAM,YACNC,UAAW,yBACXC,gBAAiB,CACf0D,SAAU,CACRxD,eAAgB,mBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD6D,SAAU,CACRzD,eAAgB,8BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD8D,SAAU,CACR1D,eAAgB,8BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDiD,cAAe,CACbC,YAAa,CACXC,UAAW,IACXC,UAAW,CACZ,EACDhD,eAAgB,sBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDqD,oBAAqB,CACnBH,YAAa,CACXC,UAAW,IACXC,UAAW,CACZ,EACDhD,eAAgB,4BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDsD,qBAAsB,CACpBlD,eAAg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"}
|
|
1
|
+
{"version":3,"sources":["../src/pagingHelper.ts","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/operations/endpoints.ts","../src/operations/serviceConfigurations.ts","../src/hybridConnectivityManagementAPI.ts"],"names":["pageMap","WeakMap","getContinuationToken","page","_a","get","continuationToken","setContinuationToken","pageInfo","set","KnownOrigin","KnownActionType","KnownType","KnownCreatedByType","KnownServiceName","KnownProvisioningState","OperationListResult","type","name","className","modelProperties","value","serializedName","readOnly","element","nextLink","Operation","isDataAction","display","origin","actionType","OperationDisplay","provider","resource","operation","description","ErrorResponse","error","ErrorDetail","code","message","target","details","additionalInfo","ErrorAdditionalInfo","info","EndpointsList","EndpointProperties","required","resourceId","provisioningState","Resource","id","systemData","SystemData","createdBy","createdByType","createdAt","lastModifiedBy","lastModifiedByType","lastModifiedAt","ServiceConfigurationList","ServiceConfigurationResourcePatch","port","ListCredentialsRequest","serviceName","EndpointAccessResource","namespaceName","constraints","MaxLength","MinLength","namespaceNameSuffix","hybridConnectionName","accessKey","expiresOn","serviceConfigurationToken","ListIngressGatewayCredentialsRequest","IngressGatewayResource","hostname","serverId","tenantId","ManagedProxyRequest","service","ManagedProxyResource","proxy","ProxyResource","Object","assign","EndpointResource","properties","ServiceConfigurationResource","accept","parameterPath","mapper","defaultValue","isConstant","$host","skipEncoding","apiVersion","resourceUri","endpointName","contentType","endpointResource","EndpointResourceMapper","listCredentialsRequest","ListCredentialsRequestMapper","expiresin","InclusiveMaximum","InclusiveMinimum","listIngressGatewayCredentialsRequest","ListIngressGatewayCredentialsRequestMapper","managedProxyRequest","ManagedProxyRequestMapper","serviceConfigurationName","serviceConfigurationResource","ServiceConfigurationResourceMapper","serviceConfigurationResource1","ServiceConfigurationResourcePatchMapper","OperationsImpl","constructor","client","this","list","options","iter","listPagingAll","next","Symbol","asyncIterator","byPage","settings","maxPageSize","Error","listPagingPage","let","result","yield","tslib","__await","_list","_listNext","_f","_d","_e","__asyncValues","done","_c","__asyncDelegator","sendOperationRequest","listOperationSpec","listNextOperationSpec","serializer","coreClient","createSerializer","Mappers","path","httpMethod","responses","200","bodyMapper","Mappers.OperationListResult","default","Mappers.ErrorResponse","queryParameters","Parameters.apiVersion","urlParameters","Parameters.$host","headerParameters","Parameters.accept","Parameters.nextLink","EndpointsImpl","getOperationSpec","createOrUpdate","createOrUpdateOperationSpec","update","updateOperationSpec","delete","deleteOperationSpec","listCredentials","listCredentialsOperationSpec","listIngressGatewayCredentials","listIngressGatewayCredentialsOperationSpec","listManagedProxyDetails","listManagedProxyDetailsOperationSpec","Mappers.EndpointsList","Parameters.resourceUri","Mappers.EndpointResource","Parameters.endpointName","requestBody","Parameters.endpointResource","Parameters.contentType","mediaType","204","Mappers.EndpointAccessResource","Parameters.listCredentialsRequest","Parameters.expiresin","Mappers.IngressGatewayResource","Parameters.listIngressGatewayCredentialsRequest","Mappers.ManagedProxyResource","Parameters.managedProxyRequest","ServiceConfigurationsImpl","listByEndpointResource","listByEndpointResourcePagingAll","listByEndpointResourcePagingPage","_listByEndpointResource","_listByEndpointResourceNext","listByEndpointResourceOperationSpec","createOrupdate","createOrupdateOperationSpec","listByEndpointResourceNextOperationSpec","Mappers.ServiceConfigurationList","Mappers.ServiceConfigurationResource","Parameters.serviceConfigurationName","201","Parameters.serviceConfigurationResource","Parameters.serviceConfigurationResource1","HybridConnectivityManagementAPI","ServiceClient","credentials","undefined","pipelinePolicies","packageDetails","userAgentPrefix","userAgentOptions","optionsWithDefaults","requestContentType","credential","endpoint","_b","baseUri","super","bearerTokenAuthenticationPolicyFound","pipeline","getOrderedPolicies","length","some","pipelinePolicy","coreRestPipeline","bearerTokenAuthenticationPolicyName","removePolicy","addPolicy","bearerTokenAuthenticationPolicy","scopes","credentialScopes","challengeCallbacks","authorizeRequestOnChallenge","authorizeRequestOnClaimChallenge","operations","endpoints","serviceConfigurations","addCustomApiVersionPolicy","sendRequest","request","newParams","param","url","split","map","item","indexOf","join"],"mappings":"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,CACJC,KAAM,YACNC,UAAW,WACXC,gBAAiB,CACfgC,GAAI,CACF9B,eAAgB,KAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDA,KAAM,CACJI,eAAgB,OAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDD,KAAM,CACJK,eAAgB,OAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDmC,WAAY,CACV/B,eAAgB,aAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,YACZ,CACF,CACF,CACF,C,EAGUmC,WAAyC,CACpDrC,KAAM,CACJC,KAAM,YACNC,UAAW,aACXC,gBAAiB,CACfmC,UAAW,CACTjC,eAAgB,YAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDsC,cAAe,CACblC,eAAgB,gBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDuC,UAAW,CACTnC,eAAgB,YAChBL,KAAM,CACJC,KAAM,UACP,CACF,EACDwC,eAAgB,CACdpC,eAAgB,iBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDyC,mBAAoB,CAClBrC,eAAgB,qBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD0C,eAAgB,CACdtC,eAAgB,iBAChBL,KAAM,CACJC,KAAM,UACP,CACF,CACF,CACF,C,EAGU2C,yBAAuD,CAClE5C,KAAM,CACJC,KAAM,YACNC,UAAW,2BACXC,gBAAiB,CACfC,MAAO,CACLC,eAAgB,QAChBL,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,8BACZ,CACF,CACF,CACF,EACDM,SAAU,CACRH,eAAgB,WAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU4C,kCAAgE,CAC3E7C,KAAM,CACJC,KAAM,YACNC,UAAW,oCACXC,gBAAiB,CACf2C,KAAM,CACJzC,eAAgB,kBAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU8C,uBAAqD,CAChE/C,KAAM,CACJC,KAAM,YACNC,UAAW,yBACXC,gBAAiB,CACf6C,YAAa,CACX3C,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUgD,uBAAqD,CAChEjD,KAAM,CACJC,KAAM,YACNC,UAAW,yBACXC,gBAAiB,CACf+C,cAAe,CACbC,YAAa,CACXC,UAAW,IACXC,UAAW,CACZ,EACDhD,eAAgB,sBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDqD,oBAAqB,CACnBH,YAAa,CACXC,UAAW,IACXC,UAAW,CACZ,EACDhD,eAAgB,4BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDsD,qBAAsB,CACpBlD,eAAgB,6BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDuD,UAAW,CACTnD,eAAgB,kBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDwD,UAAW,CACTpD,eAAgB,kBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDyD,0BAA2B,CACzBrD,eAAgB,kCAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU0D,qCAAmE,CAC9E3D,KAAM,CACJC,KAAM,YACNC,UAAW,uCACXC,gBAAiB,CACf6C,YAAa,CACX3C,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU2D,uBAAqD,CAChE5D,KAAM,CACJC,KAAM,YACNC,UAAW,yBACXC,gBAAiB,CACf0D,SAAU,CACRxD,eAAgB,mBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD6D,SAAU,CACRzD,eAAgB,8BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD8D,SAAU,CACR1D,eAAgB,8BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDiD,cAAe,CACbC,YAAa,CACXC,UAAW,IACXC,UAAW,CACZ,EACDhD,eAAgB,sBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDqD,oBAAqB,CACnBH,YAAa,CACXC,UAAW,IACXC,UAAW,CACZ,EACDhD,eAAgB,4BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDsD,qBAAsB,CACpBlD,eAAg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"}
|
|
@@ -28,7 +28,7 @@ export class HybridConnectivityManagementAPI extends coreClient.ServiceClient {
|
|
|
28
28
|
requestContentType: "application/json; charset=utf-8",
|
|
29
29
|
credential: credentials
|
|
30
30
|
};
|
|
31
|
-
const packageDetails = `azsdk-js-arm-hybridconnectivity/1.0.0
|
|
31
|
+
const packageDetails = `azsdk-js-arm-hybridconnectivity/1.0.0`;
|
|
32
32
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
33
33
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
34
34
|
: `${packageDetails}`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hybridConnectivityManagementAPI.js","sourceRoot":"","sources":["../../src/hybridConnectivityManagementAPI.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAO9D,OAAO,EACL,cAAc,EACd,aAAa,EACb,yBAAyB,EAC1B,MAAM,cAAc,CAAC;AAQtB,MAAM,OAAO,+BAAgC,SAAQ,UAAU,CAAC,aAAa;IAI3E;;;;OAIG;IACH,YACE,WAAqC,EACrC,OAAuD;;QAEvD,IAAI,WAAW,KAAK,SAAS,EAAE;YAC7B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;SACjD;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,MAAM,QAAQ,GAAkD;YAC9D,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,
|
|
1
|
+
{"version":3,"file":"hybridConnectivityManagementAPI.js","sourceRoot":"","sources":["../../src/hybridConnectivityManagementAPI.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for HybridConnectivityManagementAPI.",
|
|
6
|
-
"version": "1.0.0
|
|
6
|
+
"version": "1.0.0",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=14.0.0"
|
|
9
9
|
},
|
|
@@ -119,4 +119,4 @@
|
|
|
119
119
|
"disableDocsMs": true,
|
|
120
120
|
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-hybridconnectivity?view=azure-node-preview"
|
|
121
121
|
}
|
|
122
|
-
}
|
|
122
|
+
}
|
|
@@ -52,7 +52,7 @@ export class HybridConnectivityManagementAPI extends coreClient.ServiceClient {
|
|
|
52
52
|
credential: credentials
|
|
53
53
|
};
|
|
54
54
|
|
|
55
|
-
const packageDetails = `azsdk-js-arm-hybridconnectivity/1.0.0
|
|
55
|
+
const packageDetails = `azsdk-js-arm-hybridconnectivity/1.0.0`;
|
|
56
56
|
const userAgentPrefix =
|
|
57
57
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
58
58
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|