@azure/arm-hybridconnectivity package
Classes
| HybridConnectivityManagementAPI |
Interfaces
| EndpointAccessResource |
The endpoint access for the target resource. |
| EndpointProperties |
Endpoint details |
| EndpointResource |
The endpoint for the target resource. |
| Endpoints |
Interface representing a Endpoints. |
| EndpointsCreateOrUpdateOptionalParams |
Optional parameters. |
| EndpointsDeleteOptionalParams |
Optional parameters. |
| EndpointsGetOptionalParams |
Optional parameters. |
| EndpointsList |
The list of endpoints. |
| EndpointsListCredentialsOptionalParams |
Optional parameters. |
| EndpointsListIngressGatewayCredentialsOptionalParams |
Optional parameters. |
| EndpointsListManagedProxyDetailsOptionalParams |
Optional parameters. |
| EndpointsListNextOptionalParams |
Optional parameters. |
| EndpointsListOptionalParams |
Optional parameters. |
| EndpointsUpdateOptionalParams |
Optional parameters. |
| ErrorAdditionalInfo |
The resource management error additional info. |
| ErrorDetail |
The error detail. |
| ErrorResponse |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). |
| HybridConnectivityManagementAPIOptionalParams |
Optional parameters. |
| IngressGatewayResource |
The ingress gateway access credentials |
| ListCredentialsRequest |
The details of the service for which credentials needs to be returned. |
| ListIngressGatewayCredentialsRequest |
Represent ListIngressGatewayCredentials Request object. |
| ManagedProxyRequest |
Represent ManageProxy Request object. |
| ManagedProxyResource |
Managed Proxy |
| Operation |
Details of a REST API operation, returned from the Resource Provider Operations API |
| OperationDisplay |
Localized display information for this particular operation. |
| OperationListResult |
A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. |
| Operations |
Interface representing a Operations. |
| OperationsListNextOptionalParams |
Optional parameters. |
| OperationsListOptionalParams |
Optional parameters. |
| ProxyResource |
The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location |
| Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
| ServiceConfigurationList |
The paginated list of serviceConfigurations |
| ServiceConfigurationResource |
The service configuration details associated with the target resource. |
| ServiceConfigurationResourcePatch |
The service details under service configuration for the target endpoint resource. |
| ServiceConfigurations |
Interface representing a ServiceConfigurations. |
| ServiceConfigurationsCreateOrupdateOptionalParams |
Optional parameters. |
| ServiceConfigurationsDeleteOptionalParams |
Optional parameters. |
| ServiceConfigurationsGetOptionalParams |
Optional parameters. |
| ServiceConfigurationsListByEndpointResourceNextOptionalParams |
Optional parameters. |
| ServiceConfigurationsListByEndpointResourceOptionalParams |
Optional parameters. |
| ServiceConfigurationsUpdateOptionalParams |
Optional parameters. |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
Type Aliases
| ActionType |
Defines values for ActionType. Known values supported by the serviceInternal |
| CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
| EndpointsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
| EndpointsGetResponse |
Contains response data for the get operation. |
| EndpointsListCredentialsResponse |
Contains response data for the listCredentials operation. |
| EndpointsListIngressGatewayCredentialsResponse |
Contains response data for the listIngressGatewayCredentials operation. |
| EndpointsListManagedProxyDetailsResponse |
Contains response data for the listManagedProxyDetails operation. |
| EndpointsListNextResponse |
Contains response data for the listNext operation. |
| EndpointsListResponse |
Contains response data for the list operation. |
| EndpointsUpdateResponse |
Contains response data for the update operation. |
| OperationsListNextResponse |
Contains response data for the listNext operation. |
| OperationsListResponse |
Contains response data for the list operation. |
| Origin |
Defines values for Origin. Known values supported by the serviceuser |
| ProvisioningState |
Defines values for ProvisioningState. Known values supported by the serviceSucceeded |
| ServiceConfigurationsCreateOrupdateResponse |
Contains response data for the createOrupdate operation. |
| ServiceConfigurationsGetResponse |
Contains response data for the get operation. |
| ServiceConfigurationsListByEndpointResourceNextResponse |
Contains response data for the listByEndpointResourceNext operation. |
| ServiceConfigurationsListByEndpointResourceResponse |
Contains response data for the listByEndpointResource operation. |
| ServiceConfigurationsUpdateResponse |
Contains response data for the update operation. |
| ServiceName |
Defines values for ServiceName. Known values supported by the serviceSSH |
| Type |
Defines values for Type. Known values supported by the servicedefault |
Enums
| KnownActionType |
Known values of ActionType that the service accepts. |
| KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
| KnownOrigin |
Known values of Origin that the service accepts. |
| KnownProvisioningState |
Known values of ProvisioningState that the service accepts. |
| KnownServiceName |
Known values of ServiceName that the service accepts. |
| KnownType |
Known values of Type that the service accepts. |
Functions
| get |
Given the last |
Function Details
getContinuationToken(unknown)
Given the last .value produced by the byPage iterator,
returns a continuation token that can be used to begin paging from
that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
An object from accessing value on the IteratorResult from a byPage iterator.
Returns
string | undefined
The continuation token that can be passed into byPage() during future calls.