Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetVMInstanceViewInner
Packages that use VirtualMachineScaleSetVMInstanceViewInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetVMInstanceViewInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return VirtualMachineScaleSetVMInstanceViewInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetVMsClient.getInstanceView(String resourceGroupName, String vmScaleSetName, String instanceId) Gets the status of a virtual machine from a VM scale set.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VirtualMachineScaleSetVMInstanceViewInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetVMsClient.getInstanceViewAsync(String resourceGroupName, String vmScaleSetName, String instanceId) Gets the status of a virtual machine from a VM scale set.com.azure.core.http.rest.Response<VirtualMachineScaleSetVMInstanceViewInner> VirtualMachineScaleSetVMsClient.getInstanceViewWithResponse(String resourceGroupName, String vmScaleSetName, String instanceId, com.azure.core.util.Context context) Gets the status of a virtual machine from a VM scale set.Mono<com.azure.core.http.rest.Response<VirtualMachineScaleSetVMInstanceViewInner>> VirtualMachineScaleSetVMsClient.getInstanceViewWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId) Gets the status of a virtual machine from a VM scale set. -
Uses of VirtualMachineScaleSetVMInstanceViewInner in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type VirtualMachineScaleSetVMInstanceViewInnerModifier and TypeClassDescriptionfinal classThe instance view of a virtual machine scale set VM.Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetVMInstanceViewInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetVMInstanceViewInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetVMInstanceViewInner from the JsonReader.VirtualMachineScaleSetVMInner.instanceView()Get the instanceView property: The virtual machine instance view.VirtualMachineScaleSetVMPropertiesInner.instanceView()Get the instanceView property: The virtual machine instance view.VirtualMachineScaleSetVMInstanceViewInner.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.VirtualMachineScaleSetVMInstanceViewInner.withComputerName(String computerName) Set the computerName property: Specifies the host OS name of the virtual machine.VirtualMachineScaleSetVMInstanceViewInner.withDisks(List<DiskInstanceView> disks) Set the disks property: The disks information.VirtualMachineScaleSetVMInstanceViewInner.withExtensions(List<VirtualMachineExtensionInstanceView> extensions) Set the extensions property: The extensions information.VirtualMachineScaleSetVMInstanceViewInner.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine [V1, V2].VirtualMachineScaleSetVMInstanceViewInner.withMaintenanceRedeployStatus(MaintenanceRedeployStatus maintenanceRedeployStatus) Set the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.VirtualMachineScaleSetVMInstanceViewInner.withOsName(String osName) Set the osName property: The Operating System running on the hybrid machine.VirtualMachineScaleSetVMInstanceViewInner.withOsVersion(String osVersion) Set the osVersion property: The version of Operating System running on the hybrid machine.VirtualMachineScaleSetVMInstanceViewInner.withPlacementGroupId(String placementGroupId) Set the placementGroupId property: The placement group in which the VM is running.VirtualMachineScaleSetVMInstanceViewInner.withPlatformFaultDomain(Integer platformFaultDomain) Set the platformFaultDomain property: The Fault Domain count.VirtualMachineScaleSetVMInstanceViewInner.withPlatformUpdateDomain(Integer platformUpdateDomain) Set the platformUpdateDomain property: The Update Domain count.VirtualMachineScaleSetVMInstanceViewInner.withRdpThumbPrint(String rdpThumbPrint) Set the rdpThumbPrint property: The Remote desktop certificate thumbprint.VirtualMachineScaleSetVMInstanceViewInner.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.VirtualMachineScaleSetVMInstanceViewInner.withVmAgent(VirtualMachineAgentInstanceView vmAgent) Set the vmAgent property: The VM Agent running on the virtual machine.