BillingTrustExternalId(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.