Share via


MockableBillingArmClient.GetBillingCustomerPolicyResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a BillingCustomerPolicyResource object.

Applies to