次の方法で共有


EndpointResource.Update(EndpointResourceData, CancellationToken) メソッド

定義

エンドポイントをターゲット リソースに更新します。

  • 要求パス/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • 操作IdEndpoints_Update
public virtual Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource> Update (Azure.ResourceManager.HybridConnectivity.EndpointResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.HybridConnectivity.EndpointResourceData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource>
override this.Update : Azure.ResourceManager.HybridConnectivity.EndpointResourceData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource>
Public Overridable Function Update (data As EndpointResourceData, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EndpointResource)

パラメーター

data
EndpointResourceData

エンドポイントの詳細。

cancellationToken
CancellationToken

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

戻り値

例外

data が null です。

適用対象