你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
@azure/arm-hybridconnectivity package
类
HybridConnectivityManagementAPI |
接口
类型别名
ActionType |
定义 ActionType 的值。 服务支持的已知值内部 |
CreatedByType |
定义 CreatedByType 的值。 服务支持的已知值用户 |
EndpointsCreateOrUpdateResponse |
包含 createOrUpdate 操作的响应数据。 |
EndpointsGetResponse |
包含获取操作的响应数据。 |
EndpointsListCredentialsResponse |
包含 listCredentials 操作的响应数据。 |
EndpointsListIngressGatewayCredentialsResponse |
包含 listIngressGatewayCredentials 操作的响应数据。 |
EndpointsListManagedProxyDetailsResponse |
包含 listManagedProxyDetails 操作的响应数据。 |
EndpointsListNextResponse |
包含 listNext 操作的响应数据。 |
EndpointsListResponse |
包含列表操作的响应数据。 |
EndpointsUpdateResponse |
包含更新操作的响应数据。 |
OperationsListNextResponse |
包含 listNext 操作的响应数据。 |
OperationsListResponse |
包含列表操作的响应数据。 |
Origin |
定义 Origin 的值。 服务支持的已知值user |
ProvisioningState |
定义 ProvisioningState 的值。 服务支持的已知值成功 |
ServiceConfigurationsCreateOrupdateResponse |
包含 createOrupdate 操作的响应数据。 |
ServiceConfigurationsGetResponse |
包含获取操作的响应数据。 |
ServiceConfigurationsListByEndpointResourceNextResponse |
包含 listByEndpointResourceNext 操作的响应数据。 |
ServiceConfigurationsListByEndpointResourceResponse |
包含 listByEndpointResource 操作的响应数据。 |
ServiceConfigurationsUpdateResponse |
包含更新操作的响应数据。 |
ServiceName |
定义 ServiceName 的值。 服务支持的已知值SSH |
Type |
定义 Type 的值。 服务支持的已知值default |
枚举
KnownActionType |
服务接受的 ActionType 的已知值。 |
KnownCreatedByType |
服务接受的 CreatedByType 的已知值。 |
KnownOrigin |
服务接受的 Origin 的已知值。 |
KnownProvisioningState |
服务接受的 ProvisioningState 的已知值。 |
KnownServiceName |
服务接受的 ServiceName 的已知值。 |
KnownType |
服务接受的 Type 的已知值。 |
函数
get |
给定迭代器生成的 |
函数详细信息
getContinuationToken(unknown)
给定迭代器生成的byPage
最后.value
一个,将返回一个可用于稍后从该点开始分页的延续标记。
function getContinuationToken(page: unknown): string | undefined
参数
- page
-
unknown
从迭代器访问 value
IteratorResult byPage
的对象。
返回
string | undefined
在将来调用期间可以传递到 byPage () 的延续标记。