VirtualMachineDiagnosticRunCommandsClient Interface
public interface VirtualMachineDiagnosticRunCommandsClient
An instance of this class provides access to all the operations defined in VirtualMachineDiagnosticRunCommandsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<Void>,Void> beginCreateOrUpdate(String resourceGroupName, String vmName, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)
The operation to create or update the diagnostic run command.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<Void>,Void> beginCreateOrUpdate(String resourceGroupName, String vmName, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand, Context context)
The operation to create or update the diagnostic run command.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<Void>,Void> beginCreateOrUpdateAsync(String resourceGroupName, String vmName, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)
The operation to create or update the diagnostic run command.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String vmName, String runCommandName)
The operation to delete the diagnostic run command.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String vmName, String runCommandName, Context context)
The operation to delete the diagnostic run command.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String vmName, String runCommandName)
The operation to delete the diagnostic run command.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<Void>,Void> beginUpdate(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand)
The operation to update the diagnostic run command.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<Void>,Void> beginUpdate(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand, Context context)
The operation to update the diagnostic run command.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux<PollResult<Void>,Void> beginUpdateAsync(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand)
The operation to update the diagnostic run command.
Parameters:
Returns:
createOrUpdate
public abstract void createOrUpdate(String resourceGroupName, String vmName, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)
The operation to create or update the diagnostic run command.
Parameters:
createOrUpdate
public abstract void createOrUpdate(String resourceGroupName, String vmName, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand, Context context)
The operation to create or update the diagnostic run command.
Parameters:
createOrUpdateAsync
public abstract Mono<Void> createOrUpdateAsync(String resourceGroupName, String vmName, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)
The operation to create or update the diagnostic run command.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vmName, String runCommandName, VirtualMachineDiagnosticRunCommandInner runCommand)
The operation to create or update the diagnostic run command.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String vmName, String runCommandName)
The operation to delete the diagnostic run command.
Parameters:
delete
public abstract void delete(String resourceGroupName, String vmName, String runCommandName, Context context)
The operation to delete the diagnostic run command.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String vmName, String runCommandName)
The operation to delete the diagnostic run command.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String vmName, String runCommandName)
The operation to delete the diagnostic run command.
Parameters:
Returns:
diagnosticListByVirtualMachine
public abstract PagedIterable<VirtualMachineDiagnosticRunCommandInner> diagnosticListByVirtualMachine(String resourceGroupName, String vmName)
The operation to get all diagnostic run commands of a Virtual Machine.
Parameters:
Returns:
diagnosticListByVirtualMachine
public abstract PagedIterable<VirtualMachineDiagnosticRunCommandInner> diagnosticListByVirtualMachine(String resourceGroupName, String vmName, String expand, Context context)
The operation to get all diagnostic run commands of a Virtual Machine.
Parameters:
Returns:
diagnosticListByVirtualMachineAsync
public abstract PagedFlux<VirtualMachineDiagnosticRunCommandInner> diagnosticListByVirtualMachineAsync(String resourceGroupName, String vmName)
The operation to get all diagnostic run commands of a Virtual Machine.
Parameters:
Returns:
diagnosticListByVirtualMachineAsync
public abstract PagedFlux<VirtualMachineDiagnosticRunCommandInner> diagnosticListByVirtualMachineAsync(String resourceGroupName, String vmName, String expand)
The operation to get all diagnostic run commands of a Virtual Machine.
Parameters:
Returns:
getByVirtualMachine
public abstract VirtualMachineDiagnosticRunCommandInner getByVirtualMachine(String resourceGroupName, String vmName, String runCommandName)
The operation to get the diagnostic run command.
Parameters:
Returns:
getByVirtualMachineAsync
public abstract Mono<VirtualMachineDiagnosticRunCommandInner> getByVirtualMachineAsync(String resourceGroupName, String vmName, String runCommandName)
The operation to get the diagnostic run command.
Parameters:
Returns:
getByVirtualMachineWithResponse
public abstract Response<VirtualMachineDiagnosticRunCommandInner> getByVirtualMachineWithResponse(String resourceGroupName, String vmName, String runCommandName, String expand, Context context)
The operation to get the diagnostic run command.
Parameters:
Returns:
getByVirtualMachineWithResponseAsync
public abstract Mono<Response<VirtualMachineDiagnosticRunCommandInner>> getByVirtualMachineWithResponseAsync(String resourceGroupName, String vmName, String runCommandName, String expand)
The operation to get the diagnostic run command.
Parameters:
Returns:
update
public abstract void update(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand)
The operation to update the diagnostic run command.
Parameters:
update
public abstract void update(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand, Context context)
The operation to update the diagnostic run command.
Parameters:
updateAsync
public abstract Mono<Void> updateAsync(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand)
The operation to update the diagnostic run command.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand)
The operation to update the diagnostic run command.
Parameters:
Returns: