Uses of Class
com.azure.resourcemanager.compute.fluent.models.CapacityReservationGroupInner
Packages that use CapacityReservationGroupInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of CapacityReservationGroupInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return CapacityReservationGroupInnerModifier and TypeMethodDescriptionCapacityReservationGroupsClient.createOrUpdate(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupInner parameters) The operation to create or update a capacity reservation group.CapacityReservationGroupsClient.getByResourceGroup(String resourceGroupName, String capacityReservationGroupName) The operation that retrieves information about a capacity reservation group.CapacityReservationGroupsClient.update(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupUpdate parameters) The operation to update a capacity reservation group.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type CapacityReservationGroupInnerModifier and TypeMethodDescriptionCapacityReservationGroupsClient.createOrUpdateAsync(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupInner parameters) The operation to create or update a capacity reservation group.com.azure.core.http.rest.Response<CapacityReservationGroupInner>CapacityReservationGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupInner parameters, com.azure.core.util.Context context) The operation to create or update a capacity reservation group.Mono<com.azure.core.http.rest.Response<CapacityReservationGroupInner>>CapacityReservationGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupInner parameters) The operation to create or update a capacity reservation group.CapacityReservationGroupsClient.getByResourceGroupAsync(String resourceGroupName, String capacityReservationGroupName) The operation that retrieves information about a capacity reservation group.com.azure.core.http.rest.Response<CapacityReservationGroupInner>CapacityReservationGroupsClient.getByResourceGroupWithResponse(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupInstanceViewTypes expand, com.azure.core.util.Context context) The operation that retrieves information about a capacity reservation group.Mono<com.azure.core.http.rest.Response<CapacityReservationGroupInner>>CapacityReservationGroupsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupInstanceViewTypes expand) The operation that retrieves information about a capacity reservation group.com.azure.core.http.rest.PagedIterable<CapacityReservationGroupInner>CapacityReservationGroupsClient.list()Lists all of the capacity reservation groups in the subscription.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()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) Lists all of the capacity reservation groups in the specified resource group.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) 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.CapacityReservationGroupsClient.updateAsync(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupUpdate parameters) The operation to update a capacity reservation group.com.azure.core.http.rest.Response<CapacityReservationGroupInner>CapacityReservationGroupsClient.updateWithResponse(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupUpdate parameters, com.azure.core.util.Context context) The operation to update a capacity reservation group.Mono<com.azure.core.http.rest.Response<CapacityReservationGroupInner>>CapacityReservationGroupsClient.updateWithResponseAsync(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupUpdate parameters) The operation to update a capacity reservation group.Methods in com.azure.resourcemanager.compute.fluent with parameters of type CapacityReservationGroupInnerModifier and TypeMethodDescriptionCapacityReservationGroupsClient.createOrUpdate(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupInner parameters) The operation to create or update a capacity reservation group.CapacityReservationGroupsClient.createOrUpdateAsync(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupInner parameters) The operation to create or update a capacity reservation group.com.azure.core.http.rest.Response<CapacityReservationGroupInner>CapacityReservationGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupInner parameters, com.azure.core.util.Context context) The operation to create or update a capacity reservation group.Mono<com.azure.core.http.rest.Response<CapacityReservationGroupInner>>CapacityReservationGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupInner parameters) The operation to create or update a capacity reservation group. -
Uses of CapacityReservationGroupInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CapacityReservationGroupInnerModifier and TypeMethodDescriptionCapacityReservationGroupInner.withLocation(String location) CapacityReservationGroupInner.withSharingProfile(ResourceSharingProfile sharingProfile) Set the sharingProfile property: Specifies the settings to enable sharing across subscriptions for the capacity reservation group resource.Set the zones property: Availability Zones to use for this capacity reservation group. -
Uses of CapacityReservationGroupInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CapacityReservationGroupInnerModifier and TypeMethodDescriptionCapacityReservationGroupListResult.value()Get the value property: The list of capacity reservation groups.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type CapacityReservationGroupInnerModifier and TypeMethodDescriptionCapacityReservationGroupListResult.withValue(List<CapacityReservationGroupInner> value) Set the value property: The list of capacity reservation groups.