ArmBillingTrustModelFactory.BillingTrustExternalId(String, String) Method

Definition

public static Azure.ResourceManager.Billing.Trust.Models.BillingTrustExternalId BillingTrustExternalId(string type = default, string value = default);
static member BillingTrustExternalId : string * string -> Azure.ResourceManager.Billing.Trust.Models.BillingTrustExternalId
Public Shared Function BillingTrustExternalId (Optional type As String = Nothing, Optional value As String = Nothing) As BillingTrustExternalId

Parameters

type
String

Identifier type. Currently DUNS is supported.

value
String

Identifier value (e.g. the DUNS number string).

Returns

A new BillingTrustExternalId instance for mocking.

Applies to