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

PrivateEndpointConnectionProxies interface

表示 PrivateEndpointConnectionProxies 的接口。

方法

beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)

(内部 - 请勿使用)创建或更新与设备更新帐户关联的指定专用终结点连接代理资源。

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)

(内部 - 请勿使用)创建或更新与设备更新帐户关联的指定专用终结点连接代理资源。

beginDelete(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)

(内部 - 请勿使用)删除与设备更新帐户关联的指定专用终结点连接代理。

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)

(内部 - 请勿使用)删除与设备更新帐户关联的指定专用终结点连接代理。

get(string, string, string, PrivateEndpointConnectionProxiesGetOptionalParams)

(内部 - 请勿使用)获取与设备更新帐户关联的指定专用终结点连接代理。

listByAccount(string, string, PrivateEndpointConnectionProxiesListByAccountOptionalParams)

(内部 - 请勿使用)列出设备更新帐户中的所有专用终结点连接代理。

updatePrivateEndpointProperties(string, string, string, PrivateEndpointUpdate, PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams)

(内部 - 请勿使用)更新专用终结点连接代理对象中的专用终结点。

validate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesValidateOptionalParams)

(内部 - 请勿使用)验证专用终结点连接代理对象。

方法详细信息

beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)

(内部 - 请勿使用)创建或更新与设备更新帐户关联的指定专用终结点连接代理资源。

function beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionProxy>, PrivateEndpointConnectionProxy>>

参数

resourceGroupName

string

资源组名称。

accountName

string

帐户名称。

privateEndpointConnectionProxyId

string

专用终结点连接代理对象的 ID。

privateEndpointConnectionProxy
PrivateEndpointConnectionProxy

用于创建专用终结点连接代理的参数。

返回

Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnectionProxy>, PrivateEndpointConnectionProxy>>

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)

(内部 - 请勿使用)创建或更新与设备更新帐户关联的指定专用终结点连接代理资源。

function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionProxy>

参数

resourceGroupName

string

资源组名称。

accountName

string

帐户名称。

privateEndpointConnectionProxyId

string

专用终结点连接代理对象的 ID。

privateEndpointConnectionProxy
PrivateEndpointConnectionProxy

用于创建专用终结点连接代理的参数。

返回

beginDelete(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)

(内部 - 请勿使用)删除与设备更新帐户关联的指定专用终结点连接代理。

function beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

参数

resourceGroupName

string

资源组名称。

accountName

string

帐户名称。

privateEndpointConnectionProxyId

string

专用终结点连接代理对象的 ID。

返回

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)

(内部 - 请勿使用)删除与设备更新帐户关联的指定专用终结点连接代理。

function beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组名称。

accountName

string

帐户名称。

privateEndpointConnectionProxyId

string

专用终结点连接代理对象的 ID。

返回

Promise<void>

get(string, string, string, PrivateEndpointConnectionProxiesGetOptionalParams)

(内部 - 请勿使用)获取与设备更新帐户关联的指定专用终结点连接代理。

function get(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesGetOptionalParams): Promise<PrivateEndpointConnectionProxy>

参数

resourceGroupName

string

资源组名称。

accountName

string

帐户名称。

privateEndpointConnectionProxyId

string

专用终结点连接代理对象的 ID。

返回

listByAccount(string, string, PrivateEndpointConnectionProxiesListByAccountOptionalParams)

(内部 - 请勿使用)列出设备更新帐户中的所有专用终结点连接代理。

function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionProxiesListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxy[], PageSettings>

参数

resourceGroupName

string

资源组名称。

accountName

string

帐户名称。

返回

updatePrivateEndpointProperties(string, string, string, PrivateEndpointUpdate, PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams)

(内部 - 请勿使用)更新专用终结点连接代理对象中的专用终结点。

function updatePrivateEndpointProperties(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointUpdate: PrivateEndpointUpdate, options?: PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组名称。

accountName

string

帐户名称。

privateEndpointConnectionProxyId

string

专用终结点连接代理对象的 ID。

privateEndpointUpdate
PrivateEndpointUpdate

用于更新专用终结点连接代理的参数。

返回

Promise<void>

validate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesValidateOptionalParams)

(内部 - 请勿使用)验证专用终结点连接代理对象。

function validate(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesValidateOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组名称。

accountName

string

帐户名称。

privateEndpointConnectionProxyId

string

专用终结点连接代理对象的 ID。

privateEndpointConnectionProxy
PrivateEndpointConnectionProxy

用于创建专用终结点连接代理的参数。

返回

Promise<void>