次の方法で共有


VirtualMachineScaleSetVMRunCommands interface

VirtualMachineScaleSetVMRunCommands を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, string, VirtualMachineRunCommand, VirtualMachineScaleSetVMRunCommandsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, string, VirtualMachineRunCommand, VirtualMachineScaleSetVMRunCommandsCreateOrUpdateOptionalParams)

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

beginDelete(string, string, string, string, VirtualMachineScaleSetVMRunCommandsDeleteOptionalParams)

VMSS VM の実行コマンドを削除する操作。

beginDeleteAndWait(string, string, string, string, VirtualMachineScaleSetVMRunCommandsDeleteOptionalParams)

VMSS VM の実行コマンドを削除する操作。

beginUpdate(string, string, string, string, VirtualMachineRunCommandUpdate, VirtualMachineScaleSetVMRunCommandsUpdateOptionalParams)

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

beginUpdateAndWait(string, string, string, string, VirtualMachineRunCommandUpdate, VirtualMachineScaleSetVMRunCommandsUpdateOptionalParams)

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

get(string, string, string, string, VirtualMachineScaleSetVMRunCommandsGetOptionalParams)

VMSS VM の実行コマンドを取得する操作。

list(string, string, string, VirtualMachineScaleSetVMRunCommandsListOptionalParams)

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

メソッドの詳細

beginCreateOrUpdate(string, string, string, string, VirtualMachineRunCommand, VirtualMachineScaleSetVMRunCommandsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineRunCommand, options?: VirtualMachineScaleSetVMRunCommandsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineRunCommand>, VirtualMachineRunCommand>>

パラメーター

resourceGroupName

string

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

vmScaleSetName

string

VM スケール セットの名前。

instanceId

string

仮想マシンのインスタンス ID。

runCommandName

string

仮想マシンの実行コマンドの名前。

runCommand
VirtualMachineRunCommand

仮想マシンの実行コマンドの作成操作に指定されたパラメーター。

options
VirtualMachineScaleSetVMRunCommandsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<VirtualMachineRunCommand>, VirtualMachineRunCommand>>

beginCreateOrUpdateAndWait(string, string, string, string, VirtualMachineRunCommand, VirtualMachineScaleSetVMRunCommandsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineRunCommand, options?: VirtualMachineScaleSetVMRunCommandsCreateOrUpdateOptionalParams): Promise<VirtualMachineRunCommand>

パラメーター

resourceGroupName

string

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

vmScaleSetName

string

VM スケール セットの名前。

instanceId

string

仮想マシンのインスタンス ID。

runCommandName

string

仮想マシンの実行コマンドの名前。

runCommand
VirtualMachineRunCommand

仮想マシンの実行コマンドの作成操作に指定されたパラメーター。

options
VirtualMachineScaleSetVMRunCommandsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

beginDelete(string, string, string, string, VirtualMachineScaleSetVMRunCommandsDeleteOptionalParams)

VMSS VM の実行コマンドを削除する操作。

function beginDelete(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, options?: VirtualMachineScaleSetVMRunCommandsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

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

vmScaleSetName

string

VM スケール セットの名前。

instanceId

string

仮想マシンのインスタンス ID。

runCommandName

string

仮想マシンの実行コマンドの名前。

options
VirtualMachineScaleSetVMRunCommandsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, VirtualMachineScaleSetVMRunCommandsDeleteOptionalParams)

VMSS VM の実行コマンドを削除する操作。

function beginDeleteAndWait(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, options?: VirtualMachineScaleSetVMRunCommandsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

vmScaleSetName

string

VM スケール セットの名前。

instanceId

string

仮想マシンのインスタンス ID。

runCommandName

string

仮想マシンの実行コマンドの名前。

options
VirtualMachineScaleSetVMRunCommandsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, string, string, VirtualMachineRunCommandUpdate, VirtualMachineScaleSetVMRunCommandsUpdateOptionalParams)

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

function beginUpdate(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineRunCommandUpdate, options?: VirtualMachineScaleSetVMRunCommandsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineRunCommand>, VirtualMachineRunCommand>>

パラメーター

resourceGroupName

string

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

vmScaleSetName

string

VM スケール セットの名前。

instanceId

string

仮想マシンのインスタンス ID。

runCommandName

string

仮想マシンの実行コマンドの名前。

runCommand
VirtualMachineRunCommandUpdate

仮想マシンの更新実行コマンド操作に指定されたパラメーター。

options
VirtualMachineScaleSetVMRunCommandsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<VirtualMachineRunCommand>, VirtualMachineRunCommand>>

beginUpdateAndWait(string, string, string, string, VirtualMachineRunCommandUpdate, VirtualMachineScaleSetVMRunCommandsUpdateOptionalParams)

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

function beginUpdateAndWait(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineRunCommandUpdate, options?: VirtualMachineScaleSetVMRunCommandsUpdateOptionalParams): Promise<VirtualMachineRunCommand>

パラメーター

resourceGroupName

string

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

vmScaleSetName

string

VM スケール セットの名前。

instanceId

string

仮想マシンのインスタンス ID。

runCommandName

string

仮想マシンの実行コマンドの名前。

runCommand
VirtualMachineRunCommandUpdate

仮想マシンの更新実行コマンド操作に指定されたパラメーター。

options
VirtualMachineScaleSetVMRunCommandsUpdateOptionalParams

オプション パラメーター。

戻り値

get(string, string, string, string, VirtualMachineScaleSetVMRunCommandsGetOptionalParams)

VMSS VM の実行コマンドを取得する操作。

function get(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, options?: VirtualMachineScaleSetVMRunCommandsGetOptionalParams): Promise<VirtualMachineRunCommand>

パラメーター

resourceGroupName

string

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

vmScaleSetName

string

VM スケール セットの名前。

instanceId

string

仮想マシンのインスタンス ID。

runCommandName

string

仮想マシンの実行コマンドの名前。

options
VirtualMachineScaleSetVMRunCommandsGetOptionalParams

オプション パラメーター。

戻り値

list(string, string, string, VirtualMachineScaleSetVMRunCommandsListOptionalParams)

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

function list(resourceGroupName: string, vmScaleSetName: string, instanceId: string, options?: VirtualMachineScaleSetVMRunCommandsListOptionalParams): PagedAsyncIterableIterator<VirtualMachineRunCommand, VirtualMachineRunCommand[], PageSettings>

パラメーター

resourceGroupName

string

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

vmScaleSetName

string

VM スケール セットの名前。

instanceId

string

仮想マシンのインスタンス ID。

options
VirtualMachineScaleSetVMRunCommandsListOptionalParams

オプション パラメーター。

戻り値