MockableBillingBenefitsResourceGroupResource.GetDiscountAsync Method
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.
Get discount at resource group level
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BillingBenefits/discounts/{discountName}.
- Operation Id. : Discounts_Get.
- Default Api Version. : 2025-12-01-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BillingBenefits.DiscountResource>> GetDiscountAsync(string discountName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDiscountAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BillingBenefits.DiscountResource>>
override this.GetDiscountAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BillingBenefits.DiscountResource>>
Public Overridable Function GetDiscountAsync (discountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DiscountResource))
Parameters
- discountName
- String
Name of the discount.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
discountName is null.
discountName is an empty string, and was expected to be non-empty.