Aracılığıyla paylaş


VirtualMachineScaleSetVMRunCommands interface

VirtualMachineScaleSetVMRunCommands'ı temsil eden arabirim.

Yöntemler

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

VMSS VM çalıştırma komutunu oluşturma veya güncelleştirme işlemi.

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

VMSS VM çalıştırma komutunu oluşturma veya güncelleştirme işlemi.

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

VMSS VM çalıştırma komutunu silme işlemi.

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

VMSS VM çalıştırma komutunu silme işlemi.

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

VMSS VM çalıştırma komutunu güncelleştirme işlemi.

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

VMSS VM çalıştırma komutunu güncelleştirme işlemi.

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

VMSS VM çalıştırma komutunu alma işlemi.

list(string, string, string, VirtualMachineScaleSetVMRunCommandsListOptionalParams)

Sanal Makine Ölçek Kümesi'nde bir örneğin tüm çalıştırma komutlarını alma işlemi.

Yöntem Ayrıntıları

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

VMSS VM çalıştırma komutunu oluşturma veya güncelleştirme işlemi.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

vmScaleSetName

string

VM ölçek kümesinin adı.

instanceId

string

Sanal makinenin örnek kimliği.

runCommandName

string

Sanal makine çalıştırma komutunun adı.

runCommand
VirtualMachineRunCommand

Sanal Makine ÇalıştırmaSıklam işlemine sağlanan parametreler.

Döndürülenler

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

VMSS VM çalıştırma komutunu oluşturma veya güncelleştirme işlemi.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

vmScaleSetName

string

VM ölçek kümesinin adı.

instanceId

string

Sanal makinenin örnek kimliği.

runCommandName

string

Sanal makine çalıştırma komutunun adı.

runCommand
VirtualMachineRunCommand

Sanal Makine ÇalıştırmaSıklam işlemine sağlanan parametreler.

Döndürülenler

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

VMSS VM çalıştırma komutunu silme işlemi.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

vmScaleSetName

string

VM ölçek kümesinin adı.

instanceId

string

Sanal makinenin örnek kimliği.

runCommandName

string

Sanal makine çalıştırma komutunun adı.

options
VirtualMachineScaleSetVMRunCommandsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<SimplePollerLike<OperationState<void>, void>>

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

VMSS VM çalıştırma komutunu silme işlemi.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

vmScaleSetName

string

VM ölçek kümesinin adı.

instanceId

string

Sanal makinenin örnek kimliği.

runCommandName

string

Sanal makine çalıştırma komutunun adı.

options
VirtualMachineScaleSetVMRunCommandsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

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

VMSS VM çalıştırma komutunu güncelleştirme işlemi.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

vmScaleSetName

string

VM ölçek kümesinin adı.

instanceId

string

Sanal makinenin örnek kimliği.

runCommandName

string

Sanal makine çalıştırma komutunun adı.

runCommand
VirtualMachineRunCommandUpdate

Sanal Makine Çalıştırmayı GüncelleştirCommand işlemine sağlanan parametreler.

options
VirtualMachineScaleSetVMRunCommandsUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

VMSS VM çalıştırma komutunu güncelleştirme işlemi.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

vmScaleSetName

string

VM ölçek kümesinin adı.

instanceId

string

Sanal makinenin örnek kimliği.

runCommandName

string

Sanal makine çalıştırma komutunun adı.

runCommand
VirtualMachineRunCommandUpdate

Sanal Makine Çalıştırmayı GüncelleştirCommand işlemine sağlanan parametreler.

options
VirtualMachineScaleSetVMRunCommandsUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

VMSS VM çalıştırma komutunu alma işlemi.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

vmScaleSetName

string

VM ölçek kümesinin adı.

instanceId

string

Sanal makinenin örnek kimliği.

runCommandName

string

Sanal makine çalıştırma komutunun adı.

options
VirtualMachineScaleSetVMRunCommandsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

list(string, string, string, VirtualMachineScaleSetVMRunCommandsListOptionalParams)

Sanal Makine Ölçek Kümesi'nde bir örneğin tüm çalıştırma komutlarını alma işlemi.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

vmScaleSetName

string

VM ölçek kümesinin adı.

instanceId

string

Sanal makinenin örnek kimliği.

options
VirtualMachineScaleSetVMRunCommandsListOptionalParams

Seçenekler parametreleri.

Döndürülenler