次の方法で共有


PrivateEndpointConnectionProxyResource.Validate メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}/validate
  • 操作IdPrivateEndpointConnectionProxies_Validate
public virtual Azure.Response Validate (Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Validate : Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyData * System.Threading.CancellationToken -> Azure.Response
override this.Validate : Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyData * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Validate (data As PrivateEndpointConnectionProxyData, Optional cancellationToken As CancellationToken = Nothing) As Response

パラメーター

data
PrivateEndpointConnectionProxyData

プライベート エンドポイント接続プロキシを作成するためのパラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

data が null です。

適用対象