SavingsPlanOrderModelCollection.GetIfExistsAsync 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.
Tries to get details for this resource from the service.
- Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/savingsPlanOrders/{savingsPlanOrderId}
- Operation Id: SavingsPlanOrders_GetByBillingAccount
- Default Api Version: 2024-04-01
- Resource: SavingsPlanOrderModelResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Billing.SavingsPlanOrderModelResource>> GetIfExistsAsync (string savingsPlanOrderId, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Billing.SavingsPlanOrderModelResource>>
override this.GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Billing.SavingsPlanOrderModelResource>>
Public Overridable Function GetIfExistsAsync (savingsPlanOrderId As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of SavingsPlanOrderModelResource))
Parameters
- savingsPlanOrderId
- String
Order ID of the savings plan.
- expand
- String
May be used to expand the planInformation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
savingsPlanOrderId
is an empty string, and was expected to be non-empty.
savingsPlanOrderId
is null.