VirtualMachineScaleSetVMRunCommandsClient Interface
public interface VirtualMachineScaleSetVMRunCommandsClient
An instance of this class provides access to all the operations defined in VirtualMachineScaleSetVMRunCommandsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
The operation to create or update the VMSS VM run command.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
The operation to create or update the VMSS VM run command.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
The operation to create or update the VMSS VM run command.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
The operation to delete the VMSS VM run command.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
The operation to delete the VMSS VM run command.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
The operation to delete the VMSS VM run command.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
The operation to update the VMSS VM run command.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
The operation to update the VMSS VM run command.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
The operation to update the VMSS VM run command.
Parameters:
Returns:
createOrUpdate
public abstract VirtualMachineRunCommandInner createOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandInner runCommand)
The operation to create or update the VMSS VM run command.
Parameters:
Returns:
createOrUpdate
public abstract VirtualMachineRunCommandInner createOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandInner runCommand, Context context)
The operation to create or update the VMSS VM run command.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
The operation to create or update the VMSS VM run command.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
The operation to create or update the VMSS VM run command.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)
The operation to delete the VMSS VM 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 run command.
Parameters:
deleteAsync
public abstract Mono
The operation to delete the VMSS VM run command.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
The operation to delete the VMSS VM run command.
Parameters:
Returns:
get
public abstract VirtualMachineRunCommandInner get(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName)
The operation to get the VMSS VM run command.
Parameters:
Returns:
getAsync
public abstract Mono
The operation to get the VMSS VM run command.
Parameters:
Returns:
getWithResponse
public abstract Response
The operation to get the VMSS VM run command.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
The operation to get the VMSS VM run command.
Parameters:
Returns:
list
public abstract PagedIterable
The operation to get all run commands of an instance in Virtual Machine Scaleset.
Parameters:
Returns:
list
public abstract PagedIterable
The operation to get all run commands of an instance in Virtual Machine Scaleset.
Parameters:
Returns:
listAsync
public abstract PagedFlux
The operation to get all run commands of an instance in Virtual Machine Scaleset.
Parameters:
Returns:
listAsync
public abstract PagedFlux
The operation to get all run commands of an instance in Virtual Machine Scaleset.
Parameters:
Returns:
update
public abstract VirtualMachineRunCommandInner update(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand)
The operation to update the VMSS VM run command.
Parameters:
Returns:
update
public abstract VirtualMachineRunCommandInner update(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand, Context context)
The operation to update the VMSS VM run command.
Parameters:
Returns:
updateAsync
public abstract Mono
The operation to update the VMSS VM run command.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
The operation to update the VMSS VM run command.
Parameters:
Returns:
Applies to
Azure SDK for Java