Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineRunCommandProperties
Packages that use VirtualMachineRunCommandProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineRunCommandProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineRunCommandPropertiesModifier and TypeMethodDescriptionVirtualMachineRunCommandProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineRunCommandProperties from the JsonReader.VirtualMachineRunCommandProperties.withAsyncExecution(Boolean asyncExecution) Set the asyncExecution property: Optional.VirtualMachineRunCommandProperties.withErrorBlobManagedIdentity(RunCommandManagedIdentity errorBlobManagedIdentity) Set the errorBlobManagedIdentity property: User-assigned managed identity that has access to errorBlobUri storage blob.VirtualMachineRunCommandProperties.withErrorBlobUri(String errorBlobUri) Set the errorBlobUri property: Specifies the Azure storage blob where script error stream will be uploaded.VirtualMachineRunCommandProperties.withOutputBlobManagedIdentity(RunCommandManagedIdentity outputBlobManagedIdentity) Set the outputBlobManagedIdentity property: User-assigned managed identity that has access to outputBlobUri storage blob.VirtualMachineRunCommandProperties.withOutputBlobUri(String outputBlobUri) Set the outputBlobUri property: Specifies the Azure storage blob where script output stream will be uploaded.VirtualMachineRunCommandProperties.withParameters(List<RunCommandInputParameter> parameters) Set the parameters property: The parameters used by the script.VirtualMachineRunCommandProperties.withProtectedParameters(List<RunCommandInputParameter> protectedParameters) Set the protectedParameters property: The parameters used by the script.VirtualMachineRunCommandProperties.withRunAsPassword(String runAsPassword) Set the runAsPassword property: Specifies the user account password on the VM when executing the run command.VirtualMachineRunCommandProperties.withRunAsUser(String runAsUser) Set the runAsUser property: Specifies the user account on the VM when executing the run command.VirtualMachineRunCommandProperties.withSource(VirtualMachineRunCommandScriptSource source) Set the source property: The source of the run command script.VirtualMachineRunCommandProperties.withTimeoutInSeconds(Integer timeoutInSeconds) Set the timeoutInSeconds property: The timeout in seconds to execute the run command.VirtualMachineRunCommandProperties.withTreatFailureAsDeploymentFailure(Boolean treatFailureAsDeploymentFailure) Set the treatFailureAsDeploymentFailure property: Optional.