ArmBillingTrustModelFactory.BusinessVerificationRulePatchProperties 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.BusinessVerificationRulePatchProperties BusinessVerificationRulePatchProperties(Azure.ResourceManager.Billing.Trust.Models.BillingTrustExternalId externalId = default, System.Collections.Generic.IEnumerable<Uri> supplementalDocuments = default);
static member BusinessVerificationRulePatchProperties : Azure.ResourceManager.Billing.Trust.Models.BillingTrustExternalId * seq<Uri> -> Azure.ResourceManager.Billing.Trust.Models.BusinessVerificationRulePatchProperties
Public Shared Function BusinessVerificationRulePatchProperties (Optional externalId As BillingTrustExternalId = Nothing, Optional supplementalDocuments As IEnumerable(Of Uri) = Nothing) As BusinessVerificationRulePatchProperties
Parameters
- externalId
- BillingTrustExternalId
Optional external-registry identifier (e.g. DUNS) used to disambiguate ambiguous verification matches.
- supplementalDocuments
- IEnumerable<Uri>
References to supplemental documents (businessVerification rules only; only settable while evaluationState is pending or actionRequired).
Returns
A new BusinessVerificationRulePatchProperties instance for mocking.