你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

@azure/arm-hybridconnectivity package

HybridConnectivityManagementAPI

接口

EndpointAccessResource

目标资源的终结点访问。

EndpointProperties

终结点详细信息

EndpointResource

目标资源的终结点。

Endpoints

表示终结点的接口。

EndpointsCreateOrUpdateOptionalParams

可选参数。

EndpointsDeleteOptionalParams

可选参数。

EndpointsGetOptionalParams

可选参数。

EndpointsList

终结点列表。

EndpointsListCredentialsOptionalParams

可选参数。

EndpointsListIngressGatewayCredentialsOptionalParams

可选参数。

EndpointsListManagedProxyDetailsOptionalParams

可选参数。

EndpointsListNextOptionalParams

可选参数。

EndpointsListOptionalParams

可选参数。

EndpointsUpdateOptionalParams

可选参数。

ErrorAdditionalInfo

资源管理错误附加信息。

ErrorDetail

错误详细信息。

ErrorResponse

所有 Azure 资源管理器 API 的常见错误响应,以返回失败作的错误详细信息。 (这也遵循 OData 错误响应格式)。

HybridConnectivityManagementAPIOptionalParams

可选参数。

IngressGatewayResource

入口网关访问凭据

ListCredentialsRequest

需要为其返回凭据的服务的详细信息。

ListIngressGatewayCredentialsRequest

表示 ListIngressGatewayCredentials Request 对象。

ManagedProxyRequest

表示 ManageProxy Request 对象。

ManagedProxyResource

托管代理

Operation

从资源提供程序作 API 返回的 REST API作的详细信息

OperationDisplay

此特定作的本地化显示信息。

OperationListResult

Azure 资源提供程序支持的 REST API作列表。 它包含用于获取下一组结果的 URL 链接。

Operations

表示作的接口。

OperationsListNextOptionalParams

可选参数。

OperationsListOptionalParams

可选参数。

ProxyResource

Azure 资源管理器代理资源的资源模型定义。 它不具有标记和位置

Resource

所有 Azure 资源管理器资源的响应中返回的常见字段

ServiceConfigurationList

serviceConfigurations 的分页列表

ServiceConfigurationResource

与目标资源关联的服务配置详细信息。

ServiceConfigurationResourcePatch

目标终结点资源的服务配置下的服务详细信息。

ServiceConfigurations

表示 ServiceConfigurations 的接口。

ServiceConfigurationsCreateOrupdateOptionalParams

可选参数。

ServiceConfigurationsDeleteOptionalParams

可选参数。

ServiceConfigurationsGetOptionalParams

可选参数。

ServiceConfigurationsListByEndpointResourceNextOptionalParams

可选参数。

ServiceConfigurationsListByEndpointResourceOptionalParams

可选参数。

ServiceConfigurationsUpdateOptionalParams

可选参数。

SystemData

与创建和上次修改资源相关的元数据。

类型别名

ActionType

定义 ActionType 的值。
KnownActionType 可与 ActionType 互换使用,此枚举包含服务支持的已知值。

服务支持的已知值

内部

CreatedByType

定义 CreatedByType 的值。
KnownCreatedByType 可与 CreatedByType 互换使用,此枚举包含服务支持的已知值。

服务支持的已知值

用户
应用程序
ManagedIdentity
密钥

EndpointsCreateOrUpdateResponse

包含 createOrUpdate作的响应数据。

EndpointsGetResponse

包含获取作的响应数据。

EndpointsListCredentialsResponse

包含 listCredentials作的响应数据。

EndpointsListIngressGatewayCredentialsResponse

包含 listIngressGatewayCredentials作的响应数据。

EndpointsListManagedProxyDetailsResponse

包含 listManagedProxyDetails作的响应数据。

EndpointsListNextResponse

包含 listNext作的响应数据。

EndpointsListResponse

包含列表作的响应数据。

EndpointsUpdateResponse

包含更新作的响应数据。

OperationsListNextResponse

包含 listNext作的响应数据。

OperationsListResponse

包含列表作的响应数据。

Origin

定义 Origin 的值。
KnownOrigin 可与 Origin 互换使用,此枚举包含服务支持的已知值。

服务支持的已知值

用户
系统
用户,系统

ProvisioningState

定义 ProvisioningState 的值。
KnownProvisioningState 可与 ProvisioningState 互换,此枚举包含服务支持的已知值。

服务支持的已知值

已成功
创建
更新
失败
已取消

ServiceConfigurationsCreateOrupdateResponse

包含 createOrupdate作的响应数据。

ServiceConfigurationsGetResponse

包含获取作的响应数据。

ServiceConfigurationsListByEndpointResourceNextResponse

包含 listByEndpointResourceNext作的响应数据。

ServiceConfigurationsListByEndpointResourceResponse

包含 listByEndpointResource作的响应数据。

ServiceConfigurationsUpdateResponse

包含更新作的响应数据。

ServiceName

定义 ServiceName 的值。
KnownServiceName 可与 ServiceName 互换使用,此枚举包含服务支持的已知值。

服务支持的已知值

SSH
WAC

Type

定义 Type 的值。
KnownType 可与 Type 互换使用,此枚举包含服务支持的已知值。

服务支持的已知值

默认
自定义

枚举

KnownActionType

服务的 ActionType 已知值。

KnownCreatedByType

服务的 CreatedByType 的已知值

KnownOrigin

服务的 Origin 的已知值

KnownProvisioningState

服务的 ProvisioningState 的已知值。

KnownServiceName

服务接受的 ServiceName 已知值。

KnownType

服务的 类型 的已知值。

函数

getContinuationToken(unknown)

给定由 byPage 迭代器生成的最后一个 .value,返回一个延续标记,该标记可用于稍后开始分页。

函数详细信息

getContinuationToken(unknown)

给定由 byPage 迭代器生成的最后一个 .value,返回一个延续标记,该标记可用于稍后开始分页。

function getContinuationToken(page: unknown): string | undefined

参数

page

unknown

byPage 迭代器访问 IteratorResult 上的 value 的对象。

返回

string | undefined

可在将来调用期间传递到 byPage() 的延续标记。