Udostępnij za pośrednictwem


BillingBenefitsSavingsPlanOrderAliasCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrderAliases/{savingsPlanOrderAliasName}
  • Operation Id: SavingsPlanOrderAlias_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanOrderAliasResource>> GetIfExistsAsync (string savingsPlanOrderAliasName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanOrderAliasResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanOrderAliasResource>>
Public Overridable Function GetIfExistsAsync (savingsPlanOrderAliasName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of BillingBenefitsSavingsPlanOrderAliasResource))

Parameters

savingsPlanOrderAliasName
String

Name of the savings plan order alias.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

savingsPlanOrderAliasName is null.

Applies to