MockableBillingArmClient.GetBillingAgreementResource Method

Definition

Gets an object representing a BillingAgreementResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a BillingAgreementResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Billing.BillingAgreementResource GetBillingAgreementResource (Azure.Core.ResourceIdentifier id);
abstract member GetBillingAgreementResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Billing.BillingAgreementResource
override this.GetBillingAgreementResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Billing.BillingAgreementResource
Public Overridable Function GetBillingAgreementResource (id As ResourceIdentifier) As BillingAgreementResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a BillingAgreementResource object.

Applies to