次の方法で共有


VirtualMachinesOperationsExtensions.BeginAssessPatchesAsync メソッド

定義

VM 上のパッチを評価します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner> BeginAssessPatchesAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, System.Threading.CancellationToken cancellationToken = default);
static member BeginAssessPatchesAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachinesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner>
<Extension()>
Public Function BeginAssessPatchesAsync (operations As IVirtualMachinesOperations, resourceGroupName As String, vmName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualMachineAssessPatchesResultInner)

パラメーター

operations
IVirtualMachinesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

vmName
String

仮想マシンの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象