MockableBillingArmClient.GetBillingProductResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a BillingProductResource object.

Applies to