MockableConsumptionArmClient.GetBillingCustomerConsumptionResource 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 BillingCustomerConsumptionResource along with the instance operations that can be performed on it but with no data. You can use Azure.ResourceManager.Consumption.BillingCustomerConsumptionResource.CreateResourceIdentifier(System.String,System.String) to create a BillingCustomerConsumptionResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.Consumption.BillingCustomerConsumptionResource GetBillingCustomerConsumptionResource (Azure.Core.ResourceIdentifier id);
abstract member GetBillingCustomerConsumptionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Consumption.BillingCustomerConsumptionResource
override this.GetBillingCustomerConsumptionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Consumption.BillingCustomerConsumptionResource
Public Overridable Function GetBillingCustomerConsumptionResource (id As ResourceIdentifier) As BillingCustomerConsumptionResource
Parameters
The resource ID of the resource to get.
Returns
Returns a BillingCustomerConsumptionResource object.
Applies to
Azure SDK for .NET