VirtualMachineScaleSetVMDiagnosticRunCommandsClient Interface

public interface VirtualMachineScaleSetVMDiagnosticRunCommandsClient

An instance of this class provides access to all the operations defined in VirtualMachineScaleSetVMDiagnosticRunCommandsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<Void>,Void> beginCreateOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)

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

abstract SyncPoller<PollResult<Void>,Void> beginCreateOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand, Context context)

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

abstract PollerFlux<PollResult<Void>,Void> beginCreateOrUpdateAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)

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

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to delete the VMSS VM diagnostic run command.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, Context context)

The operation to delete the VMSS VM diagnostic run command.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to delete the VMSS VM diagnostic run command.

abstract SyncPoller<PollResult<Void>,Void> beginUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand)

The operation to update the VMSS VM diagnostic run command.

abstract SyncPoller<PollResult<Void>,Void> beginUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand, Context context)

The operation to update the VMSS VM diagnostic run command.

abstract PollerFlux<PollResult<Void>,Void> beginUpdateAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand)

The operation to update the VMSS VM diagnostic run command.

abstract void createOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)

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

abstract void createOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand, Context context)

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

abstract reactor.core.publisher.Mono<Void> createOrUpdateAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)

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

abstract reactor.core.publisher.Mono<Response<reactor.core.publisher.Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)

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

abstract void delete(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to delete the VMSS VM diagnostic run command.

abstract void delete(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, Context context)

The operation to delete the VMSS VM diagnostic run command.

abstract reactor.core.publisher.Mono<Void> deleteAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to delete the VMSS VM diagnostic run command.

abstract reactor.core.publisher.Mono<Response<reactor.core.publisher.Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to delete the VMSS VM diagnostic run command.

abstract PagedIterable<VirtualMachineDiagnosticRunCommandInner> diagnosticList(String resourceGroupName, String vmScaleSetName, String instanceId)

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

abstract PagedIterable<VirtualMachineDiagnosticRunCommandInner> diagnosticList(String resourceGroupName, String vmScaleSetName, String instanceId, String expand, Context context)

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

abstract PagedFlux<VirtualMachineDiagnosticRunCommandInner> diagnosticListAsync(String resourceGroupName, String vmScaleSetName, String instanceId)

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

abstract PagedFlux<VirtualMachineDiagnosticRunCommandInner> diagnosticListAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String expand)

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

abstract VirtualMachineDiagnosticRunCommandInner get(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to get the VMSS VM diagnostic run command.

abstract reactor.core.publisher.Mono<VirtualMachineDiagnosticRunCommandInner> getAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to get the VMSS VM diagnostic run command.

abstract Response<VirtualMachineDiagnosticRunCommandInner> getWithResponse(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, String expand, Context context)

The operation to get the VMSS VM diagnostic run command.

abstract reactor.core.publisher.Mono<Response<VirtualMachineDiagnosticRunCommandInner>> getWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, String expand)

The operation to get the VMSS VM diagnostic run command.

abstract void update(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand)

The operation to update the VMSS VM diagnostic run command.

abstract void update(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand, Context context)

The operation to update the VMSS VM diagnostic run command.

abstract reactor.core.publisher.Mono<Void> updateAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand)

The operation to update the VMSS VM diagnostic run command.

abstract reactor.core.publisher.Mono<Response<reactor.core.publisher.Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand)

The operation to update the VMSS VM diagnostic run command.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<Void>,Void> beginCreateOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Parameters supplied to the Create Virtual Machine Diagnostic RunCommand operation.

Returns:

the SyncPoller<T,U> for polling of describes a Virtual Machine diagnostic run command.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<Void>,Void> beginCreateOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand, Context context)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Parameters supplied to the Create Virtual Machine Diagnostic RunCommand operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of describes a Virtual Machine diagnostic run command.

beginCreateOrUpdateAsync

public abstract PollerFlux<PollResult<Void>,Void> beginCreateOrUpdateAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Parameters supplied to the Create Virtual Machine Diagnostic RunCommand operation.

Returns:

the PollerFlux<T,U> for polling of describes a Virtual Machine diagnostic run command.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to delete the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, Context context)

The operation to delete the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to delete the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginUpdate

public abstract SyncPoller<PollResult<Void>,Void> beginUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand)

The operation to update the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Resource create parameters.

Returns:

the SyncPoller<T,U> for polling of describes a Virtual Machine diagnostic run command.

beginUpdate

public abstract SyncPoller<PollResult<Void>,Void> beginUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand, Context context)

The operation to update the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Resource create parameters.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of describes a Virtual Machine diagnostic run command.

beginUpdateAsync

public abstract PollerFlux<PollResult<Void>,Void> beginUpdateAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand)

The operation to update the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Resource create parameters.

Returns:

the PollerFlux<T,U> for polling of describes a Virtual Machine diagnostic run command.

createOrUpdate

public abstract void createOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Parameters supplied to the Create Virtual Machine Diagnostic RunCommand operation.

createOrUpdate

public abstract void createOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand, Context context)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Parameters supplied to the Create Virtual Machine Diagnostic RunCommand operation.
context - The context to associate with this operation.

createOrUpdateAsync

public abstract Mono<Void> createOrUpdateAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Parameters supplied to the Create Virtual Machine Diagnostic RunCommand operation.

Returns:

describes a Virtual Machine diagnostic run command on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Parameters supplied to the Create Virtual Machine Diagnostic RunCommand operation.

Returns:

describes a Virtual Machine diagnostic run command along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to delete the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.

delete

public abstract void delete(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, Context context)

The operation to delete the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
context - The context to associate with this operation.

deleteAsync

public abstract Mono<Void> deleteAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to delete the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to delete the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.

Returns:

the Response<T> on successful completion of Mono.

diagnosticList

public abstract PagedIterable<VirtualMachineDiagnosticRunCommandInner> diagnosticList(String resourceGroupName, String vmScaleSetName, String instanceId)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.

Returns:

the List diagnostic run command operation response as paginated response with PagedIterable<T>.

diagnosticList

public abstract PagedIterable<VirtualMachineDiagnosticRunCommandInner> diagnosticList(String resourceGroupName, String vmScaleSetName, String instanceId, String expand, Context context)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
expand - The expand expression to apply on the operation.
context - The context to associate with this operation.

Returns:

the List diagnostic run command operation response as paginated response with PagedIterable<T>.

diagnosticListAsync

public abstract PagedFlux<VirtualMachineDiagnosticRunCommandInner> diagnosticListAsync(String resourceGroupName, String vmScaleSetName, String instanceId)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.

Returns:

the List diagnostic run command operation response as paginated response with PagedFlux<T>.

diagnosticListAsync

public abstract PagedFlux<VirtualMachineDiagnosticRunCommandInner> diagnosticListAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String expand)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
expand - The expand expression to apply on the operation.

Returns:

the List diagnostic run command operation response as paginated response with PagedFlux<T>.

get

public abstract VirtualMachineDiagnosticRunCommandInner get(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to get the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.

Returns:

describes a Virtual Machine diagnostic run command.

getAsync

public abstract Mono<VirtualMachineDiagnosticRunCommandInner> getAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)

The operation to get the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.

Returns:

describes a Virtual Machine diagnostic run command on successful completion of Mono.

getWithResponse

public abstract Response<VirtualMachineDiagnosticRunCommandInner> getWithResponse(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, String expand, Context context)

The operation to get the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
expand - The expand expression to apply on the operation.
context - The context to associate with this operation.

Returns:

describes a Virtual Machine diagnostic run command along with Response<T>.

getWithResponseAsync

public abstract Mono<Response<VirtualMachineDiagnosticRunCommandInner>> getWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, String expand)

The operation to get the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
expand - The expand expression to apply on the operation.

Returns:

describes a Virtual Machine diagnostic run command along with Response<T> on successful completion of Mono.

update

public abstract void update(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand)

The operation to update the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Resource create parameters.

update

public abstract void update(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand, Context context)

The operation to update the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Resource create parameters.
context - The context to associate with this operation.

updateAsync

public abstract Mono<Void> updateAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand)

The operation to update the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Resource create parameters.

Returns:

describes a Virtual Machine diagnostic run command on successful completion of Mono.

updateWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand)

The operation to update the VMSS VM diagnostic run command.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vmScaleSetName - The name of the VirtualMachineScaleSet.
instanceId - The name of the VirtualMachineScaleSetVM.
runCommandName - The name of the VirtualMachineDiagnosticRunCommand.
runCommand - Resource create parameters.

Returns:

describes a Virtual Machine diagnostic run command along with Response<T> on successful completion of Mono.

Applies to