BillingTrustExternalId(String, String) Constructor

Definition

Initializes a new instance of BillingTrustExternalId.

public BillingTrustExternalId(string type, string value);
new Azure.ResourceManager.Billing.Trust.Models.BillingTrustExternalId : string * string -> Azure.ResourceManager.Billing.Trust.Models.BillingTrustExternalId
Public Sub New (type As String, value As String)

Parameters

type
String

Identifier type. Currently DUNS is supported.

value
String

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

Exceptions

type or value is null.

Applies to