EduInitialValue(IEnumerable<BillingTrustDomainEntry>) 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 EduInitialValue.
public EduInitialValue(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.Trust.Models.BillingTrustDomainEntry> domains);
new Azure.ResourceManager.Billing.Trust.Models.EduInitialValue : seq<Azure.ResourceManager.Billing.Trust.Models.BillingTrustDomainEntry> -> Azure.ResourceManager.Billing.Trust.Models.EduInitialValue
Public Sub New (domains As IEnumerable(Of BillingTrustDomainEntry))
Parameters
- domains
- IEnumerable<BillingTrustDomainEntry>
Per-domain entries to use when populating the education qualification rule. Only domainNames and tenantId are read from this payload; state and error on each entry are populated by the service.
Exceptions
domains is null.