Uses of Class
com.azure.resourcemanager.compute.models.CapacityReservationInstanceViewTypes
-
Packages that use CapacityReservationInstanceViewTypes Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 CapacityReservationInstanceViewTypes Modifier and Type Method Description Mono<CapacityReservationInner>CapacityReservationsClient. getAsync(String resourceGroupName, String capacityReservationGroupName, String capacityReservationName, CapacityReservationInstanceViewTypes expand)The operation that retrieves information about the capacity reservation.com.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
Fields in com.azure.resourcemanager.compute.models declared as CapacityReservationInstanceViewTypes Modifier and Type Field Description static CapacityReservationInstanceViewTypesCapacityReservationInstanceViewTypes. INSTANCE_VIEWStatic value instanceView for CapacityReservationInstanceViewTypes.Methods in com.azure.resourcemanager.compute.models that return CapacityReservationInstanceViewTypes Modifier and Type Method Description static CapacityReservationInstanceViewTypesCapacityReservationInstanceViewTypes. 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 CapacityReservationInstanceViewTypes Modifier and Type Method Description static Collection<CapacityReservationInstanceViewTypes>CapacityReservationInstanceViewTypes. values()
-