Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineInstanceViewInner
Packages that use VirtualMachineInstanceViewInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineInstanceViewInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return VirtualMachineInstanceViewInnerModifier and TypeMethodDescriptionVirtualMachinesClient.instanceView(String resourceGroupName, String vmName) Retrieves information about the run-time state of a virtual machine.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VirtualMachineInstanceViewInnerModifier and TypeMethodDescriptionVirtualMachinesClient.instanceViewAsync(String resourceGroupName, String vmName) Retrieves information about the run-time state of a virtual machine.com.azure.core.http.rest.Response<VirtualMachineInstanceViewInner> VirtualMachinesClient.instanceViewWithResponse(String resourceGroupName, String vmName, com.azure.core.util.Context context) Retrieves information about the run-time state of a virtual machine.Mono<com.azure.core.http.rest.Response<VirtualMachineInstanceViewInner>> VirtualMachinesClient.instanceViewWithResponseAsync(String resourceGroupName, String vmName) Retrieves information about the run-time state of a virtual machine. -
Uses of VirtualMachineInstanceViewInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineInstanceViewInnerModifier and TypeMethodDescriptionVirtualMachineInstanceViewInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineInstanceViewInner from the JsonReader.VirtualMachineInner.instanceView()Get the instanceView property: The virtual machine instance view.VirtualMachinePropertiesInner.instanceView()Get the instanceView property: The virtual machine instance view.VirtualMachineUpdateInner.instanceView()Get the instanceView property: The virtual machine instance view.VirtualMachineInstanceViewInner.withBootDiagnostics(BootDiagnosticsInstanceView bootDiagnostics) Set the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.VirtualMachineInstanceViewInner.withComputerName(String computerName) Set the computerName property: The computer name assigned to the virtual machine.VirtualMachineInstanceViewInner.withDisks(List<DiskInstanceView> disks) Set the disks property: The virtual machine disk information.VirtualMachineInstanceViewInner.withExtensions(List<VirtualMachineExtensionInstanceView> extensions) Set the extensions property: The extensions information.VirtualMachineInstanceViewInner.withHyperVGeneration(HyperVGenerationType hyperVGeneration) Set the hyperVGeneration property: Specifies the HyperVGeneration Type associated with a resource.VirtualMachineInstanceViewInner.withMaintenanceRedeployStatus(MaintenanceRedeployStatus maintenanceRedeployStatus) Set the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.VirtualMachineInstanceViewInner.withOsName(String osName) Set the osName property: The Operating System running on the virtual machine.VirtualMachineInstanceViewInner.withOsVersion(String osVersion) Set the osVersion property: The version of Operating System running on the virtual machine.VirtualMachineInstanceViewInner.withPatchStatus(VirtualMachinePatchStatus patchStatus) Set the patchStatus property: [Preview Feature] The status of virtual machine patch operations.VirtualMachineInstanceViewInner.withPlatformFaultDomain(Integer platformFaultDomain) Set the platformFaultDomain property: Specifies the fault domain of the virtual machine.VirtualMachineInstanceViewInner.withPlatformUpdateDomain(Integer platformUpdateDomain) Set the platformUpdateDomain property: Specifies the update domain of the virtual machine.VirtualMachineInstanceViewInner.withRdpThumbPrint(String rdpThumbPrint) Set the rdpThumbPrint property: The Remote desktop certificate thumbprint.VirtualMachineInstanceViewInner.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.VirtualMachineInstanceViewInner.withVmAgent(VirtualMachineAgentInstanceView vmAgent) Set the vmAgent property: The VM Agent running on the virtual machine.