VirtualMachineScaleSetVMDiagnosticRunCommandsOperations interface

Interface representing a VirtualMachineScaleSetVMDiagnosticRunCommands operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

The operation to create or update the VMSS VM diagnostic run command.

delete

The operation to delete the VMSS VM diagnostic run command.

diagnosticList

The operation to get all diagnostic run commands of an instance in Virtual Machine Scaleset.

get

The operation to get the VMSS VM diagnostic run command.

update

The operation to update the VMSS VM diagnostic run command.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineDiagnosticRunCommand, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineDiagnosticRunCommand, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineDiagnosticRunCommand, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsCreateOrUpdateOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineDiagnosticRunCommand, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsCreateOrUpdateOptionalParams) => Promise<void>

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

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

Property Value

(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsDeleteOptionalParams) => Promise<void>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineRunCommandUpdate, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineRunCommandUpdate, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineRunCommandUpdate, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsUpdateOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineRunCommandUpdate, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsUpdateOptionalParams) => Promise<void>

createOrUpdate

The operation to create or update the VMSS VM diagnostic run command.

createOrUpdate: (resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineDiagnosticRunCommand, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsCreateOrUpdateOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineDiagnosticRunCommand, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsCreateOrUpdateOptionalParams) => PollerLike<OperationState<void>, void>

delete

The operation to delete the VMSS VM diagnostic run command.

delete: (resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

diagnosticList

The operation to get all diagnostic run commands of an instance in Virtual Machine Scaleset.

diagnosticList: (resourceGroupName: string, vmScaleSetName: string, instanceId: string, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsDiagnosticListOptionalParams) => PagedAsyncIterableIterator<VirtualMachineDiagnosticRunCommand, VirtualMachineDiagnosticRunCommand[], PageSettings>

Property Value

(resourceGroupName: string, vmScaleSetName: string, instanceId: string, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsDiagnosticListOptionalParams) => PagedAsyncIterableIterator<VirtualMachineDiagnosticRunCommand, VirtualMachineDiagnosticRunCommand[], PageSettings>

get

The operation to get the VMSS VM diagnostic run command.

get: (resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsGetOptionalParams) => Promise<VirtualMachineDiagnosticRunCommand>

Property Value

(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsGetOptionalParams) => Promise<VirtualMachineDiagnosticRunCommand>

update

The operation to update the VMSS VM diagnostic run command.

update: (resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineRunCommandUpdate, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsUpdateOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string, runCommand: VirtualMachineRunCommandUpdate, options?: VirtualMachineScaleSetVMDiagnosticRunCommandsUpdateOptionalParams) => PollerLike<OperationState<void>, void>