次の方法で共有


HybridComputeMachineResource.InstallPatches メソッド

定義

Azure のハイブリッド マシン ID にパッチをインストールする操作。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{name}/installPatches
  • 操作IdMachines_InstallPatches
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesResult> InstallPatches (Azure.WaitUntil waitUntil, Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member InstallPatches : Azure.WaitUntil * Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesResult>
override this.InstallPatches : Azure.WaitUntil * Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesResult>
Public Overridable Function InstallPatches (waitUntil As WaitUntil, content As MachineInstallPatchesContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MachineInstallPatchesResult)

パラメーター

waitUntil
WaitUntil

Completed メソッドが、サービスで実行時間の長い操作が完了するまで戻るまで待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

content
MachineInstallPatchesContent

API によって直接受信される InstallPatches の入力。

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象