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

PrivateEndpointConnectionProxyResource.ValidateAsync 方法

定义

(INTERNAL - DO NOT USE) 验证专用终结点连接代理对象。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}/validate
  • 操作IdPrivateEndpointConnectionProxies_Validate
public virtual System.Threading.Tasks.Task<Azure.Response> ValidateAsync (Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyData data, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateAsync : Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.ValidateAsync : Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function ValidateAsync (data As PrivateEndpointConnectionProxyData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

参数

data
PrivateEndpointConnectionProxyData

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

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

data 为 null。

适用于