Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineRunCommandUpdate
Packages that use VirtualMachineRunCommandUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineRunCommandUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type VirtualMachineRunCommandUpdateModifier and TypeMethodDescriptioncom.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.VirtualMachineRunCommandsClient.update(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand) The operation to update the run command.VirtualMachineRunCommandsClient.update(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand, com.azure.core.util.Context context) The operation to update the run command.VirtualMachineScaleSetVMRunCommandsClient.update(String resourceGroupName, String vmScaleSetName, String instanceId, String runCommandName, VirtualMachineRunCommandUpdate runCommand) The operation to update the VMSS VM run command.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.VirtualMachineRunCommandsClient.updateAsync(String resourceGroupName, String vmName, String runCommandName, VirtualMachineRunCommandUpdate runCommand) The operation to update the run command.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. -
Uses of VirtualMachineRunCommandUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineRunCommandUpdateModifier and TypeMethodDescriptionVirtualMachineRunCommandUpdate.withAsyncExecution(Boolean asyncExecution) Set the asyncExecution property: Optional.VirtualMachineRunCommandUpdate.withErrorBlobManagedIdentity(RunCommandManagedIdentity errorBlobManagedIdentity) Set the errorBlobManagedIdentity property: User-assigned managed identity that has access to errorBlobUri storage blob.VirtualMachineRunCommandUpdate.withErrorBlobUri(String errorBlobUri) Set the errorBlobUri property: Specifies the Azure storage blob where script error stream will be uploaded.VirtualMachineRunCommandUpdate.withOutputBlobManagedIdentity(RunCommandManagedIdentity outputBlobManagedIdentity) Set the outputBlobManagedIdentity property: User-assigned managed identity that has access to outputBlobUri storage blob.VirtualMachineRunCommandUpdate.withOutputBlobUri(String outputBlobUri) Set the outputBlobUri property: Specifies the Azure storage blob where script output stream will be uploaded.VirtualMachineRunCommandUpdate.withParameters(List<RunCommandInputParameter> parameters) Set the parameters property: The parameters used by the script.VirtualMachineRunCommandUpdate.withProtectedParameters(List<RunCommandInputParameter> protectedParameters) Set the protectedParameters property: The parameters used by the script.VirtualMachineRunCommandUpdate.withRunAsPassword(String runAsPassword) Set the runAsPassword property: Specifies the user account password on the VM when executing the run command.VirtualMachineRunCommandUpdate.withRunAsUser(String runAsUser) Set the runAsUser property: Specifies the user account on the VM when executing the run command.VirtualMachineRunCommandUpdate.withSource(VirtualMachineRunCommandScriptSource source) Set the source property: The source of the run command script.Set the tags property: Resource tags.VirtualMachineRunCommandUpdate.withTimeoutInSeconds(Integer timeoutInSeconds) Set the timeoutInSeconds property: The timeout in seconds to execute the run command.VirtualMachineRunCommandUpdate.withTreatFailureAsDeploymentFailure(Boolean treatFailureAsDeploymentFailure) Set the treatFailureAsDeploymentFailure property: Optional.