StorageMoverAgentResource.Update メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エージェント リソースを作成または更新します。
- 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/agents/{agentName}
- 操作IdAgents_Update
public virtual Azure.Response<Azure.ResourceManager.StorageMover.StorageMoverAgentResource> Update (Azure.ResourceManager.StorageMover.Models.StorageMoverAgentPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.StorageMover.Models.StorageMoverAgentPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageMover.StorageMoverAgentResource>
override this.Update : Azure.ResourceManager.StorageMover.Models.StorageMoverAgentPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageMover.StorageMoverAgentResource>
Public Overridable Function Update (patch As StorageMoverAgentPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StorageMoverAgentResource)
パラメーター
- patch
- StorageMoverAgentPatch
使用する StorageMoverAgentPatch。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
patch
が null です。