ArmBillingTrustModelFactory.EduInitialValue 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.EduInitialValue EduInitialValue(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.Trust.Models.BillingTrustDomainEntry> domains = default);
static member EduInitialValue : seq<Azure.ResourceManager.Billing.Trust.Models.BillingTrustDomainEntry> -> Azure.ResourceManager.Billing.Trust.Models.EduInitialValue
Public Shared Function EduInitialValue (Optional domains As IEnumerable(Of BillingTrustDomainEntry) = Nothing) As EduInitialValue
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.
Returns
A new EduInitialValue instance for mocking.