Uses of Class
com.azure.resourcemanager.compute.models.ExpandTypesForGetCapacityReservationGroups
-
Packages that use ExpandTypesForGetCapacityReservationGroups 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 ExpandTypesForGetCapacityReservationGroups in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type ExpandTypesForGetCapacityReservationGroups Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<CapacityReservationGroupInner>CapacityReservationGroupsClient. list(ExpandTypesForGetCapacityReservationGroups expand, com.azure.core.util.Context context)Lists all of the capacity reservation groups in the subscription.com.azure.core.http.rest.PagedFlux<CapacityReservationGroupInner>CapacityReservationGroupsClient. listAsync(ExpandTypesForGetCapacityReservationGroups expand)Lists all of the capacity reservation groups in the subscription.com.azure.core.http.rest.PagedIterable<CapacityReservationGroupInner>CapacityReservationGroupsClient. listByResourceGroup(String resourceGroupName, ExpandTypesForGetCapacityReservationGroups expand, com.azure.core.util.Context context)Lists all of the capacity reservation groups in the specified resource group.com.azure.core.http.rest.PagedFlux<CapacityReservationGroupInner>CapacityReservationGroupsClient. listByResourceGroupAsync(String resourceGroupName, ExpandTypesForGetCapacityReservationGroups expand)Lists all of the capacity reservation groups in the specified resource group. -
Uses of ExpandTypesForGetCapacityReservationGroups in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ExpandTypesForGetCapacityReservationGroups Modifier and Type Field Description static ExpandTypesForGetCapacityReservationGroupsExpandTypesForGetCapacityReservationGroups. VIRTUAL_MACHINE_SCALE_SET_VMS_REFStatic value virtualMachineScaleSetVMs/$ref for ExpandTypesForGetCapacityReservationGroups.static ExpandTypesForGetCapacityReservationGroupsExpandTypesForGetCapacityReservationGroups. VIRTUAL_MACHINES_REFStatic value virtualMachines/$ref for ExpandTypesForGetCapacityReservationGroups.Methods in com.azure.resourcemanager.compute.models that return ExpandTypesForGetCapacityReservationGroups Modifier and Type Method Description static ExpandTypesForGetCapacityReservationGroupsExpandTypesForGetCapacityReservationGroups. fromString(String name)Creates or finds a ExpandTypesForGetCapacityReservationGroups from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ExpandTypesForGetCapacityReservationGroups Modifier and Type Method Description static Collection<ExpandTypesForGetCapacityReservationGroups>ExpandTypesForGetCapacityReservationGroups. values()
-