BillingPaymentMethodResource.CreateResourceIdentifier(String) Method

Definition

Generate the resource identifier of a BillingPaymentMethodResource instance.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier (string paymentMethodName);
static member CreateResourceIdentifier : string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (paymentMethodName As String) As ResourceIdentifier

Parameters

paymentMethodName
String

The paymentMethodName.

Returns

Applies to