다음을 통해 공유


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)

Virtual Machine Scaleset에서 인스턴스의 모든 실행 명령을 가져오는 작업입니다.

메서드 세부 정보

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

Virtual Machine RunCommand 만들기 작업에 제공된 매개 변수입니다.

반환

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

Virtual Machine RunCommand 만들기 작업에 제공된 매개 변수입니다.

반환

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

Virtual Machine RunCommand 업데이트 작업에 제공된 매개 변수입니다.

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

Virtual Machine RunCommand 업데이트 작업에 제공된 매개 변수입니다.

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)

Virtual Machine Scaleset에서 인스턴스의 모든 실행 명령을 가져오는 작업입니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

vmScaleSetName

string

VM 확장 집합의 이름입니다.

instanceId

string

가상 머신의 인스턴스 ID입니다.

options
VirtualMachineScaleSetVMRunCommandsListOptionalParams

옵션 매개 변수입니다.

반환