Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineRunCommandInstanceView
Packages that use VirtualMachineRunCommandInstanceView
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineRunCommandInstanceView in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineRunCommandInstanceViewModifier and TypeMethodDescriptionVirtualMachineRunCommandInner.instanceView()Get the instanceView property: The virtual machine run command instance view.VirtualMachineRunCommandProperties.instanceView()Get the instanceView property: The virtual machine run command instance view. -
Uses of VirtualMachineRunCommandInstanceView in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineRunCommandInstanceViewModifier and TypeClassDescriptionfinal classThe instance view of a virtual machine run command.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineRunCommandInstanceViewModifier and TypeMethodDescriptionVirtualMachineRunCommandInstanceView.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineRunCommandInstanceView from the JsonReader.VirtualMachineRunCommandUpdate.instanceView()Get the instanceView property: The virtual machine run command instance view.VirtualMachineRunCommandInstanceView.withEndTime(OffsetDateTime endTime) Set the endTime property: Script end time.Set the error property: Script error stream.VirtualMachineRunCommandInstanceView.withExecutionMessage(String executionMessage) Set the executionMessage property: Communicate script configuration errors or execution messages.VirtualMachineRunCommandInstanceView.withExecutionState(ExecutionState executionState) Set the executionState property: Script execution status.VirtualMachineRunCommandInstanceView.withExitCode(Integer exitCode) Set the exitCode property: Exit code returned from script execution.VirtualMachineRunCommandInstanceView.withOutput(String output) Set the output property: Script output stream.VirtualMachineRunCommandInstanceView.withStartTime(OffsetDateTime startTime) Set the startTime property: Script start time.VirtualMachineRunCommandInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.