ArmBillingModelFactory.BillingPaymentMethodData メソッド

定義

BillingPaymentMethodData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.Billing.BillingPaymentMethodData BillingPaymentMethodData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Billing.Models.PaymentMethodFamily? family = default, string paymentMethodType = default, string accountHolderName = default, string expiration = default, string lastFourDigits = default, string displayName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.Models.PaymentMethodLogo> logos = default, Azure.ResourceManager.Billing.Models.PaymentMethodStatus? status = default);
static member BillingPaymentMethodData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Billing.Models.PaymentMethodFamily> * string * string * string * string * string * seq<Azure.ResourceManager.Billing.Models.PaymentMethodLogo> * Nullable<Azure.ResourceManager.Billing.Models.PaymentMethodStatus> -> Azure.ResourceManager.Billing.BillingPaymentMethodData
Public Shared Function BillingPaymentMethodData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional family As Nullable(Of PaymentMethodFamily) = Nothing, Optional paymentMethodType As String = Nothing, Optional accountHolderName As String = Nothing, Optional expiration As String = Nothing, Optional lastFourDigits As String = Nothing, Optional displayName As String = Nothing, Optional logos As IEnumerable(Of PaymentMethodLogo) = Nothing, Optional status As Nullable(Of PaymentMethodStatus) = Nothing) As BillingPaymentMethodData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

family
Nullable<PaymentMethodFamily>

支払い方法のファミリ。

paymentMethodType
String

支払い方法の種類。

accountHolderName
String

支払い方法のアカウント所有者名。 これは、ファミリ CreditCard を使用した支払い方法でのみサポートされます。

expiration
String

支払い方法の有効期限の月と年。 これは、ファミリ CreditCard を使用した支払い方法でのみサポートされます。

lastFourDigits
String

支払い方法の最後の 4 桁。

displayName
String

支払い方法の表示名。

logos
IEnumerable<PaymentMethodLogo>

支払い方法のロゴの一覧。

status
Nullable<PaymentMethodStatus>

支払い方法の状態。

戻り値

モック作成用の新しい BillingPaymentMethodData インスタンス。

適用対象