BillingTrustExternalId Class
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.
External-registry identifier (e.g. DUNS) used to disambiguate ambiguous verification matches.
public class BillingTrustExternalId : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Trust.Models.BillingTrustExternalId>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Trust.Models.BillingTrustExternalId>
type BillingTrustExternalId = class
interface IJsonModel<BillingTrustExternalId>
interface IPersistableModel<BillingTrustExternalId>
Public Class BillingTrustExternalId
Implements IJsonModel(Of BillingTrustExternalId), IPersistableModel(Of BillingTrustExternalId)
- Inheritance
-
BillingTrustExternalId
- Implements
Constructors
| Name | Description |
|---|---|
| BillingTrustExternalId(String, String) |
Initializes a new instance of BillingTrustExternalId. |
Properties
| Name | Description |
|---|---|
| Type |
Identifier type. Currently |
| Value |
Identifier value (e.g. the DUNS number string). |