Uses of Class
com.azure.resourcemanager.compute.models.ExpandTypesForGetCapacityReservationGroups
Packages that use ExpandTypesForGetCapacityReservationGroups
Package
Description
Package containing the service clients for ComputeManagementClient.
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 ExpandTypesForGetCapacityReservationGroupsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<CapacityReservationGroupInner> CapacityReservationGroupsClient.list(ExpandTypesForGetCapacityReservationGroups expand, ResourceIdOptionsForGetCapacityReservationGroups resourceIdsOnly, 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, ResourceIdOptionsForGetCapacityReservationGroups resourceIdsOnly) 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
Subclasses with type arguments of type ExpandTypesForGetCapacityReservationGroups in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classDefines values for ExpandTypesForGetCapacityReservationGroups.Fields in com.azure.resourcemanager.compute.models declared as ExpandTypesForGetCapacityReservationGroupsModifier and TypeFieldDescriptionstatic final ExpandTypesForGetCapacityReservationGroupsExpandTypesForGetCapacityReservationGroups.VIRTUAL_MACHINE_SCALE_SET_VMS_REFStatic value virtualMachineScaleSetVMs/$ref for ExpandTypesForGetCapacityReservationGroups.static final ExpandTypesForGetCapacityReservationGroupsExpandTypesForGetCapacityReservationGroups.VIRTUAL_MACHINES_REFStatic value virtualMachines/$ref for ExpandTypesForGetCapacityReservationGroups.Methods in com.azure.resourcemanager.compute.models that return ExpandTypesForGetCapacityReservationGroupsModifier and TypeMethodDescriptionExpandTypesForGetCapacityReservationGroups.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 ExpandTypesForGetCapacityReservationGroupsModifier and TypeMethodDescriptionExpandTypesForGetCapacityReservationGroups.values()Gets known ExpandTypesForGetCapacityReservationGroups values.