Share via


MockableBillingArmClient.GetBillingPaymentMethodLinkResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a BillingPaymentMethodLinkResource object.

Applies to