VirtualMachineRunCommandsClient Interface
public interface VirtualMachineRunCommandsClient
An instance of this class provides access to all the operations defined in VirtualMachineRunCommandsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<VirtualMachineRunCommandInner>,VirtualMachineRunCommandInner> beginCreateOrUpdate(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandInner runCommand)
The operation to create or update the run command.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<VirtualMachineRunCommandInner>,VirtualMachineRunCommandInner> beginCreateOrUpdate(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandInner runCommand, Context context)
The operation to create or update the run command.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<VirtualMachineRunCommandInner>,VirtualMachineRunCommandInner> beginCreateOrUpdateAsync(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandInner runCommand)
The operation to create or update the run command.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String vmName, String runCommandName)
The operation to delete the 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 run command.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String vmName, String runCommandName)
The operation to delete the run command.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<VirtualMachineRunCommandInner>,VirtualMachineRunCommandInner> beginUpdate(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand)
The operation to update the run command.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<VirtualMachineRunCommandInner>,VirtualMachineRunCommandInner> beginUpdate(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand, Context context)
The operation to update the run command.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux<PollResult<VirtualMachineRunCommandInner>,VirtualMachineRunCommandInner> beginUpdateAsync(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand)
The operation to update the run command.
Parameters:
Returns:
createOrUpdate
public abstract VirtualMachineRunCommandInner createOrUpdate(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandInner runCommand)
The operation to create or update the run command.
Parameters:
Returns:
createOrUpdate
public abstract VirtualMachineRunCommandInner createOrUpdate(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandInner runCommand, Context context)
The operation to create or update the run command.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<VirtualMachineRunCommandInner> createOrUpdateAsync(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandInner runCommand)
The operation to create or update the run command.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandInner runCommand)
The operation to create or update the run command.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String vmName, String runCommandName)
The operation to delete the run command.
Parameters:
delete
public abstract void delete(String resourceGroupName, String vmName, String runCommandName, Context context)
The operation to delete the run command.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String vmName, String runCommandName)
The operation to delete the run command.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String vmName, String runCommandName)
The operation to delete the run command.
Parameters:
Returns:
get
public abstract RunCommandDocumentInner get(String location, String commandId)
Gets specific run command for a subscription in a location.
Parameters:
Returns:
getAsync
public abstract Mono<RunCommandDocumentInner> getAsync(String location, String commandId)
Gets specific run command for a subscription in a location.
Parameters:
Returns:
getByVirtualMachine
public abstract VirtualMachineRunCommandInner getByVirtualMachine(String resourceGroupName, String vmName, String runCommandName)
The operation to get the run command.
Parameters:
Returns:
getByVirtualMachineAsync
public abstract Mono<VirtualMachineRunCommandInner> getByVirtualMachineAsync(String resourceGroupName, String vmName, String runCommandName)
The operation to get the run command.
Parameters:
Returns:
getByVirtualMachineWithResponse
public abstract Response<VirtualMachineRunCommandInner> getByVirtualMachineWithResponse(String resourceGroupName, String vmName, String runCommandName, String expand, Context context)
The operation to get the run command.
Parameters:
Returns:
getByVirtualMachineWithResponseAsync
public abstract Mono<Response<VirtualMachineRunCommandInner>> getByVirtualMachineWithResponseAsync(String resourceGroupName, String vmName, String runCommandName, String expand)
The operation to get the run command.
Parameters:
Returns:
getWithResponse
public abstract Response<RunCommandDocumentInner> getWithResponse(String location, String commandId, Context context)
Gets specific run command for a subscription in a location.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<RunCommandDocumentInner>> getWithResponseAsync(String location, String commandId)
Gets specific run command for a subscription in a location.
Parameters:
Returns:
list
public abstract PagedIterable<RunCommandDocumentBaseInner> list(String location)
Lists all available run commands for a subscription in a location.
Parameters:
Returns:
list
public abstract PagedIterable<RunCommandDocumentBaseInner> list(String location, Context context)
Lists all available run commands for a subscription in a location.
Parameters:
Returns:
listAsync
public abstract PagedFlux<RunCommandDocumentBaseInner> listAsync(String location)
Lists all available run commands for a subscription in a location.
Parameters:
Returns:
listByVirtualMachine
public abstract PagedIterable<VirtualMachineRunCommandInner> listByVirtualMachine(String resourceGroupName, String vmName)
The operation to get all run commands of a Virtual Machine.
Parameters:
Returns:
listByVirtualMachine
public abstract PagedIterable<VirtualMachineRunCommandInner> listByVirtualMachine(String resourceGroupName, String vmName, String expand, Context context)
The operation to get all run commands of a Virtual Machine.
Parameters:
Returns:
listByVirtualMachineAsync
public abstract PagedFlux<VirtualMachineRunCommandInner> listByVirtualMachineAsync(String resourceGroupName, String vmName)
The operation to get all run commands of a Virtual Machine.
Parameters:
Returns:
listByVirtualMachineAsync
public abstract PagedFlux<VirtualMachineRunCommandInner> listByVirtualMachineAsync(String resourceGroupName, String vmName, String expand)
The operation to get all run commands of a Virtual Machine.
Parameters:
Returns:
update
public abstract VirtualMachineRunCommandInner update(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand)
The operation to update the run command.
Parameters:
Returns:
update
public abstract VirtualMachineRunCommandInner update(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand, Context context)
The operation to update the run command.
Parameters:
Returns:
updateAsync
public abstract Mono<VirtualMachineRunCommandInner> updateAsync(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand)
The operation to update the 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 run command.
Parameters:
Returns: