Dela via


BillingBenefitsSavingsPlanOrderCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}
  • Operation Id: SavingsPlanOrder_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanOrderResource> GetIfExists (string savingsPlanOrderId, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanOrderResource>
override this.GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanOrderResource>
Public Overridable Function GetIfExists (savingsPlanOrderId As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of BillingBenefitsSavingsPlanOrderResource)

Parameters

savingsPlanOrderId
String

Order ID of the savings plan.

expand
String

May be used to expand the detail information of some properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

savingsPlanOrderId is null.

Applies to