Uses of Class
com.azure.resourcemanager.compute.models.CapacityReservationInstanceViewTypes
Packages that use CapacityReservationInstanceViewTypes
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of CapacityReservationInstanceViewTypes in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type CapacityReservationInstanceViewTypesModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<CapacityReservationInner> CapacityReservationsClient.getWithResponse(String resourceGroupName, String capacityReservationGroupName, String capacityReservationName, CapacityReservationInstanceViewTypes expand, com.azure.core.util.Context context) The operation that retrieves information about the capacity reservation.Mono<com.azure.core.http.rest.Response<CapacityReservationInner>> CapacityReservationsClient.getWithResponseAsync(String resourceGroupName, String capacityReservationGroupName, String capacityReservationName, CapacityReservationInstanceViewTypes expand) The operation that retrieves information about the capacity reservation. -
Uses of CapacityReservationInstanceViewTypes in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type CapacityReservationInstanceViewTypes in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classDefines values for CapacityReservationInstanceViewTypes.Fields in com.azure.resourcemanager.compute.models declared as CapacityReservationInstanceViewTypesModifier and TypeFieldDescriptionstatic final CapacityReservationInstanceViewTypesCapacityReservationInstanceViewTypes.INSTANCE_VIEWStatic value instanceView for CapacityReservationInstanceViewTypes.Methods in com.azure.resourcemanager.compute.models that return CapacityReservationInstanceViewTypesModifier and TypeMethodDescriptionCapacityReservationInstanceViewTypes.fromString(String name) Creates or finds a CapacityReservationInstanceViewTypes from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CapacityReservationInstanceViewTypesModifier and TypeMethodDescriptionCapacityReservationInstanceViewTypes.values()Gets known CapacityReservationInstanceViewTypes values.