Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetInstanceViewInner
Packages that use VirtualMachineScaleSetInstanceViewInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetInstanceViewInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return VirtualMachineScaleSetInstanceViewInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetsClient.getInstanceView(String resourceGroupName, String vmScaleSetName) Gets the status of a VM scale set instance.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VirtualMachineScaleSetInstanceViewInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetsClient.getInstanceViewAsync(String resourceGroupName, String vmScaleSetName) Gets the status of a VM scale set instance.com.azure.core.http.rest.Response<VirtualMachineScaleSetInstanceViewInner> VirtualMachineScaleSetsClient.getInstanceViewWithResponse(String resourceGroupName, String vmScaleSetName, com.azure.core.util.Context context) Gets the status of a VM scale set instance.Mono<com.azure.core.http.rest.Response<VirtualMachineScaleSetInstanceViewInner>> VirtualMachineScaleSetsClient.getInstanceViewWithResponseAsync(String resourceGroupName, String vmScaleSetName) Gets the status of a VM scale set instance. -
Uses of VirtualMachineScaleSetInstanceViewInner in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type VirtualMachineScaleSetInstanceViewInnerModifier and TypeClassDescriptionfinal classThe instance view of a virtual machine scale set.Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetInstanceViewInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetInstanceViewInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetInstanceViewInner from the JsonReader.VirtualMachineScaleSetInstanceViewInner.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.