ArmBillingTrustModelFactory.BillingTrustExternalId(String, String) Method
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.
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.