BillingProfileCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}
  • Operation Id: BillingProfiles_Get
  • Default Api Version: 2024-04-01
  • Resource: BillingProfileResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Billing.BillingProfileResource> GetIfExists (string billingProfileName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Billing.BillingProfileResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Billing.BillingProfileResource>
Public Overridable Function GetIfExists (billingProfileName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of BillingProfileResource)

Parameters

billingProfileName
String

The ID that uniquely identifies a billing profile.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

billingProfileName is an empty string, and was expected to be non-empty.

billingProfileName is null.

Applies to