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
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetVMInstanceViewInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetVMInner.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.withDisks(List<DiskInstanceView> disks) Set the disks property: The disks information.VirtualMachineScaleSetVMInstanceViewInner.withExtensions(List<VirtualMachineExtensionInstanceView> extensions) Set the extensions property: The extensions information.VirtualMachineScaleSetVMInstanceViewInner.withMaintenanceRedeployStatus(MaintenanceRedeployStatus maintenanceRedeployStatus) Set the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual 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.