Uses of Enum
com.azure.resourcemanager.compute.models.InstanceViewTypes
Packages that use InstanceViewTypes
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of InstanceViewTypes in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type InstanceViewTypesModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DedicatedHostGroupInner>DedicatedHostGroupsClient.getByResourceGroupWithResponse(String resourceGroupName, String hostGroupName, InstanceViewTypes expand, com.azure.core.util.Context context) Retrieves information about a dedicated host group.com.azure.core.http.rest.Response<VirtualMachineInner>VirtualMachinesClient.getByResourceGroupWithResponse(String resourceGroupName, String vmName, InstanceViewTypes expand, com.azure.core.util.Context context) Retrieves information about the model view or the instance view of a virtual machine.Mono<com.azure.core.http.rest.Response<DedicatedHostGroupInner>>DedicatedHostGroupsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String hostGroupName, InstanceViewTypes expand) Retrieves information about a dedicated host group.Mono<com.azure.core.http.rest.Response<VirtualMachineInner>>VirtualMachinesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String vmName, InstanceViewTypes expand) Retrieves information about the model view or the instance view of a virtual machine.com.azure.core.http.rest.Response<RoleInstanceInner>CloudServiceRoleInstancesClient.getWithResponse(String roleInstanceName, String resourceGroupName, String cloudServiceName, InstanceViewTypes expand, com.azure.core.util.Context context) Gets a role instance from a cloud service.com.azure.core.http.rest.Response<DedicatedHostInner>DedicatedHostsClient.getWithResponse(String resourceGroupName, String hostGroupName, String hostname, InstanceViewTypes expand, com.azure.core.util.Context context) Retrieves information about a dedicated host.com.azure.core.http.rest.Response<VirtualMachineScaleSetVMInner>VirtualMachineScaleSetVMsClient.getWithResponse(String resourceGroupName, String vmScaleSetName, String instanceId, InstanceViewTypes expand, com.azure.core.util.Context context) Gets a virtual machine from a VM scale set.Mono<com.azure.core.http.rest.Response<RoleInstanceInner>>CloudServiceRoleInstancesClient.getWithResponseAsync(String roleInstanceName, String resourceGroupName, String cloudServiceName, InstanceViewTypes expand) Gets a role instance from a cloud service.Mono<com.azure.core.http.rest.Response<DedicatedHostInner>>DedicatedHostsClient.getWithResponseAsync(String resourceGroupName, String hostGroupName, String hostname, InstanceViewTypes expand) Retrieves information about a dedicated host.Mono<com.azure.core.http.rest.Response<VirtualMachineScaleSetVMInner>>VirtualMachineScaleSetVMsClient.getWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, InstanceViewTypes expand) Gets a virtual machine from a VM scale set.com.azure.core.http.rest.PagedIterable<RoleInstanceInner>CloudServiceRoleInstancesClient.list(String resourceGroupName, String cloudServiceName, InstanceViewTypes expand, com.azure.core.util.Context context) Gets the list of all role instances in a cloud service.com.azure.core.http.rest.PagedFlux<RoleInstanceInner>CloudServiceRoleInstancesClient.listAsync(String resourceGroupName, String cloudServiceName, InstanceViewTypes expand) Gets the list of all role instances in a cloud service. -
Uses of InstanceViewTypes in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return InstanceViewTypesModifier and TypeMethodDescriptionstatic InstanceViewTypesInstanceViewTypes.fromString(String value) Parses a serialized value to a InstanceViewTypes instance.static InstanceViewTypesReturns the enum constant of this type with the specified name.static InstanceViewTypes[]InstanceViewTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.