VirtualMachineScaleSetVMDiagnosticRunCommandsClient Interface
public interface VirtualMachineScaleSetVMDiagnosticRunCommandsClient
An instance of this class provides access to all the operations defined in VirtualMachineScaleSetVMDiagnosticRunCommandsClient.
Method Summary
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
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:
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:
Returns:
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:
Returns:
delete
public abstract void delete(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)
The operation to delete the VMSS VM diagnostic run command.
Parameters:
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:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
get
public abstract VirtualMachineDiagnosticRunCommandInner get(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)
The operation to get the VMSS VM diagnostic run command.
Parameters:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
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:
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:
Returns:
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:
Returns: