ArmBillingModelFactory.BillingRegistrationNumber 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.
Initializes a new instance of BillingRegistrationNumber.
public static Azure.ResourceManager.Billing.Models.BillingRegistrationNumber BillingRegistrationNumber (string id = default, bool? isRequired = default, System.Collections.Generic.IEnumerable<string> registrationNumberType = default);
static member BillingRegistrationNumber : string * Nullable<bool> * seq<string> -> Azure.ResourceManager.Billing.Models.BillingRegistrationNumber
Public Shared Function BillingRegistrationNumber (Optional id As String = Nothing, Optional isRequired As Nullable(Of Boolean) = Nothing, Optional registrationNumberType As IEnumerable(Of String) = Nothing) As BillingRegistrationNumber
Parameters
- id
- String
The unique identification number of the organization linked with the billing account.
Identifies if the registration number is required for the billing account.
- registrationNumberType
- IEnumerable<String>
The types of registration number allowed based on the country of the billing account.
Returns
A new BillingRegistrationNumber instance for mocking.