MockableConsumptionArmClient.GetBillingAccountConsumptionResource 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.
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.
public virtual Azure.ResourceManager.Consumption.BillingAccountConsumptionResource GetBillingAccountConsumptionResource (Azure.Core.ResourceIdentifier id);
abstract member GetBillingAccountConsumptionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Consumption.BillingAccountConsumptionResource
override this.GetBillingAccountConsumptionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Consumption.BillingAccountConsumptionResource
Public Overridable Function GetBillingAccountConsumptionResource (id As ResourceIdentifier) As BillingAccountConsumptionResource
Parameters
The resource ID of the resource to get.
Returns
Returns a BillingAccountConsumptionResource object.
Applies to
Azure SDK for .NET