次の方法で共有


VirtualMachineScaleSetVMRunCommandsOperationsExtensions クラス

定義

VirtualMachineScaleSetVMRunCommandsOperations の拡張メソッド。

public static class VirtualMachineScaleSetVMRunCommandsOperationsExtensions
type VirtualMachineScaleSetVMRunCommandsOperationsExtensions = class
Public Module VirtualMachineScaleSetVMRunCommandsOperationsExtensions
継承
VirtualMachineScaleSetVMRunCommandsOperationsExtensions

メソッド

BeginCreateOrUpdate(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommand)

VMSS VM の実行コマンドを作成または更新する操作。

BeginCreateOrUpdateAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommand, CancellationToken)

VMSS VM の実行コマンドを作成または更新する操作。

BeginDelete(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String)

VMSS VM run コマンドを削除する操作。

BeginDeleteAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, CancellationToken)

VMSS VM run コマンドを削除する操作。

BeginUpdate(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommandUpdate)

VMSS VM run コマンドを更新する操作。

BeginUpdateAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommandUpdate, CancellationToken)

VMSS VM run コマンドを更新する操作。

CreateOrUpdate(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommand)

VMSS VM の実行コマンドを作成または更新する操作。

CreateOrUpdateAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommand, CancellationToken)

VMSS VM の実行コマンドを作成または更新する操作。

Delete(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String)

VMSS VM run コマンドを削除する操作。

DeleteAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, CancellationToken)

VMSS VM run コマンドを削除する操作。

Get(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, String)

VMSS VM run コマンドを取得する操作。

GetAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, String, CancellationToken)

VMSS VM run コマンドを取得する操作。

List(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String)

仮想マシン スケールセット内のインスタンスのすべての実行コマンドを取得する操作。

ListAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, CancellationToken)

仮想マシン スケールセット内のインスタンスのすべての実行コマンドを取得する操作。

ListNext(IVirtualMachineScaleSetVMRunCommandsOperations, String)

仮想マシン スケールセット内のインスタンスのすべての実行コマンドを取得する操作。

ListNextAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, CancellationToken)

仮想マシン スケールセット内のインスタンスのすべての実行コマンドを取得する操作。

Update(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommandUpdate)

VMSS VM run コマンドを更新する操作。

UpdateAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommandUpdate, CancellationToken)

VMSS VM run コマンドを更新する操作。

適用対象