MockableBillingArmClient.GetBillingInvoiceResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a BillingInvoiceResource object.

Applies to