次の方法で共有


PrivateEndpointConnectionProxyResource.ValidateAsync メソッド

定義

(INTERNAL - 使用しない)プライベート エンドポイント接続プロキシ オブジェクトを検証します。

  • 要求パス/サブスクリプション/{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 です。

適用対象