ConsumptionExtensions.GetBillingAccountConsumptionResource Method

Definition

Gets an object representing a BillingAccountConsumptionResource along with the instance operations that can be performed on it but with no data. You can use Azure.ResourceManager.Consumption.BillingAccountConsumptionResource.CreateResourceIdentifier(System.String) to create a BillingAccountConsumptionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetBillingAccountConsumptionResource(ResourceIdentifier) instead.

public static Azure.ResourceManager.Consumption.BillingAccountConsumptionResource GetBillingAccountConsumptionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetBillingAccountConsumptionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Consumption.BillingAccountConsumptionResource
<Extension()>
Public Function GetBillingAccountConsumptionResource (client As ArmClient, id As ResourceIdentifier) As BillingAccountConsumptionResource

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a BillingAccountConsumptionResource object.

Exceptions

client is null.

Applies to