ReservationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.Reservations.
public static class ReservationsExtensions
type ReservationsExtensions = class
Public Module ReservationsExtensions
- Inheritance
-
ReservationsExtensions
Methods
CalculateReservationExchange(TenantResource, WaitUntil, CalculateExchangeContent, CancellationToken) |
Calculates price for exchanging
|
CalculateReservationExchangeAsync(TenantResource, WaitUntil, CalculateExchangeContent, CancellationToken) |
Calculates price for exchanging
|
CalculateReservationOrder(TenantResource, ReservationPurchaseContent, CancellationToken) |
Calculate price for placing a
|
CalculateReservationOrderAsync(TenantResource, ReservationPurchaseContent, CancellationToken) |
Calculate price for placing a
|
Exchange(TenantResource, WaitUntil, ExchangeContent, CancellationToken) |
Returns one or more
|
ExchangeAsync(TenantResource, WaitUntil, ExchangeContent, CancellationToken) |
Returns one or more
|
GetAllReservationQuota(SubscriptionResource, String, AzureLocation) |
Gets a collection of ReservationQuotaResources in the SubscriptionResource. MockingTo mock this method, please mock GetAllReservationQuota(String, AzureLocation) instead. |
GetAppliedReservations(SubscriptionResource, CancellationToken) |
Get applicable
|
GetAppliedReservationsAsync(SubscriptionResource, CancellationToken) |
Get applicable
|
GetCatalog(SubscriptionResource, String, Nullable<AzureLocation>, String, String, String, CancellationToken) |
Get the regions and skus that are available for RI purchase for the specified Azure subscription.
|
GetCatalog(SubscriptionResource, SubscriptionResourceGetCatalogOptions, CancellationToken) |
Get the regions and skus that are available for RI purchase for the specified Azure subscription.
|
GetCatalogAsync(SubscriptionResource, String, Nullable<AzureLocation>, String, String, String, CancellationToken) |
Get the regions and skus that are available for RI purchase for the specified Azure subscription.
|
GetCatalogAsync(SubscriptionResource, SubscriptionResourceGetCatalogOptions, CancellationToken) |
Get the regions and skus that are available for RI purchase for the specified Azure subscription.
|
GetQuotaRequestDetail(SubscriptionResource, String, AzureLocation, Guid, CancellationToken) |
For the specified Azure region (location), get the details and status of the quota request by the quota request ID for the resources of the resource provider. The PUT request for the quota (service limit) returns a response with the requestId parameter.
|
GetQuotaRequestDetailAsync(SubscriptionResource, String, AzureLocation, Guid, CancellationToken) |
For the specified Azure region (location), get the details and status of the quota request by the quota request ID for the resources of the resource provider. The PUT request for the quota (service limit) returns a response with the requestId parameter.
|
GetQuotaRequestDetailResource(ArmClient, ResourceIdentifier) |
Gets an object representing a QuotaRequestDetailResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, AzureLocation, Guid) to create a QuotaRequestDetailResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetQuotaRequestDetailResource(ResourceIdentifier) instead. |
GetQuotaRequestDetails(SubscriptionResource, String, AzureLocation) |
Gets a collection of QuotaRequestDetailResources in the SubscriptionResource. MockingTo mock this method, please mock GetQuotaRequestDetails(String, AzureLocation) instead. |
GetReservationDetailResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ReservationDetailResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(Guid, Guid) to create a ReservationDetailResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetReservationDetailResource(ResourceIdentifier) instead. |
GetReservationDetails(TenantResource, String, String, String, Nullable<Single>, String, Nullable<Single>, CancellationToken) |
List the reservations and the roll up counts of reservations group by provisioning states that the user has access to in the current tenant.
|
GetReservationDetails(TenantResource, TenantResourceGetReservationDetailsOptions, CancellationToken) |
List the reservations and the roll up counts of reservations group by provisioning states that the user has access to in the current tenant.
|
GetReservationDetailsAsync(TenantResource, String, String, String, Nullable<Single>, String, Nullable<Single>, CancellationToken) |
List the reservations and the roll up counts of reservations group by provisioning states that the user has access to in the current tenant.
|
GetReservationDetailsAsync(TenantResource, TenantResourceGetReservationDetailsOptions, CancellationToken) |
List the reservations and the roll up counts of reservations group by provisioning states that the user has access to in the current tenant.
|
GetReservationOrder(TenantResource, Guid, String, CancellationToken) |
Get the details of the
|
GetReservationOrderAsync(TenantResource, Guid, String, CancellationToken) |
Get the details of the
|
GetReservationOrderResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ReservationOrderResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(Guid) to create a ReservationOrderResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetReservationOrderResource(ResourceIdentifier) instead. |
GetReservationOrders(TenantResource) |
Gets a collection of ReservationOrderResources in the TenantResource. MockingTo mock this method, please mock GetReservationOrders() instead. |
GetReservationQuota(SubscriptionResource, String, AzureLocation, String, CancellationToken) |
Get the current quota (service limit) and usage of a resource. You can use the response from the GET operation to submit quota update request.
|
GetReservationQuotaAsync(SubscriptionResource, String, AzureLocation, String, CancellationToken) |
Get the current quota (service limit) and usage of a resource. You can use the response from the GET operation to submit quota update request.
|
GetReservationQuotaResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ReservationQuotaResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, AzureLocation, String) to create a ReservationQuotaResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetReservationQuotaResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET