|
1 | 1 | /** |
2 | 2 | * API Gateway API |
3 | | - * API for the API Gateway service. Use this API to manage gateways, deployments, and related items. |
| 3 | + * API for the API Gateway service. Use this API to manage gateways, deployments, and related items. |
4 | 4 | For more information, see |
5 | | -[Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm). |
| 5 | +[Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm). |
6 | 6 |
|
7 | 7 | * OpenAPI spec version: 20190501 |
8 | 8 | * |
@@ -55,6 +55,13 @@ export class DeploymentClient { |
55 | 55 | } |
56 | 56 | } |
57 | 57 |
|
| 58 | + /** |
| 59 | + * Get the endpoint that is being used to call (ex, https://www.example.com). |
| 60 | + */ |
| 61 | + public get endpoint() { |
| 62 | + return this._endpoint; |
| 63 | + } |
| 64 | + |
58 | 65 | /** |
59 | 66 | * Sets the endpoint to call (ex, https://www.example.com). |
60 | 67 | * @param endpoint The endpoint of the service. |
@@ -554,6 +561,13 @@ export class GatewayClient { |
554 | 561 | } |
555 | 562 | } |
556 | 563 |
|
| 564 | + /** |
| 565 | + * Get the endpoint that is being used to call (ex, https://www.example.com). |
| 566 | + */ |
| 567 | + public get endpoint() { |
| 568 | + return this._endpoint; |
| 569 | + } |
| 570 | + |
557 | 571 | /** |
558 | 572 | * Sets the endpoint to call (ex, https://www.example.com). |
559 | 573 | * @param endpoint The endpoint of the service. |
@@ -1051,6 +1065,13 @@ export class WorkRequestsClient { |
1051 | 1065 | } |
1052 | 1066 | } |
1053 | 1067 |
|
| 1068 | + /** |
| 1069 | + * Get the endpoint that is being used to call (ex, https://www.example.com). |
| 1070 | + */ |
| 1071 | + public get endpoint() { |
| 1072 | + return this._endpoint; |
| 1073 | + } |
| 1074 | + |
1054 | 1075 | /** |
1055 | 1076 | * Sets the endpoint to call (ex, https://www.example.com). |
1056 | 1077 | * @param endpoint The endpoint of the service. |
|
0 commit comments