com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineRunCommandInner>,VirtualMachineRunCommandInner> |
VirtualMachineRunCommandsClient.beginUpdate(String resourceGroupName,
String vmName,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand) |
The operation to update the run command.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineRunCommandInner>,VirtualMachineRunCommandInner> |
VirtualMachineRunCommandsClient.beginUpdate(String resourceGroupName,
String vmName,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand,
com.azure.core.util.Context context) |
The operation to update the run command.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineRunCommandInner>,VirtualMachineRunCommandInner> |
VirtualMachineScaleSetVMRunCommandsClient.beginUpdate(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand) |
The operation to update the VMSS VM run command.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineRunCommandInner>,VirtualMachineRunCommandInner> |
VirtualMachineScaleSetVMRunCommandsClient.beginUpdate(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand,
com.azure.core.util.Context context) |
The operation to update the VMSS VM run command.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineRunCommandInner>,VirtualMachineRunCommandInner> |
VirtualMachineRunCommandsClient.beginUpdateAsync(String resourceGroupName,
String vmName,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand) |
The operation to update the run command.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineRunCommandInner>,VirtualMachineRunCommandInner> |
VirtualMachineScaleSetVMRunCommandsClient.beginUpdateAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand) |
The operation to update the VMSS VM run command.
|
VirtualMachineRunCommandInner |
VirtualMachineRunCommandsClient.update(String resourceGroupName,
String vmName,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand) |
The operation to update the run command.
|
VirtualMachineRunCommandInner |
VirtualMachineRunCommandsClient.update(String resourceGroupName,
String vmName,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand,
com.azure.core.util.Context context) |
The operation to update the run command.
|
VirtualMachineRunCommandInner |
VirtualMachineScaleSetVMRunCommandsClient.update(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand) |
The operation to update the VMSS VM run command.
|
VirtualMachineRunCommandInner |
VirtualMachineScaleSetVMRunCommandsClient.update(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand,
com.azure.core.util.Context context) |
The operation to update the VMSS VM run command.
|
Mono<VirtualMachineRunCommandInner> |
VirtualMachineRunCommandsClient.updateAsync(String resourceGroupName,
String vmName,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand) |
The operation to update the run command.
|
Mono<VirtualMachineRunCommandInner> |
VirtualMachineScaleSetVMRunCommandsClient.updateAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand) |
The operation to update the VMSS VM run command.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
VirtualMachineRunCommandsClient.updateWithResponseAsync(String resourceGroupName,
String vmName,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand) |
The operation to update the run command.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
VirtualMachineScaleSetVMRunCommandsClient.updateWithResponseAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String runCommandName,
VirtualMachineRunCommandUpdate runCommand) |
The operation to update the VMSS VM run command.
|