ArmProgramEnrollmentModelFactory.ProgramEnrollmentDomainGroup 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.ProgramEnrollment.Models.ProgramEnrollmentDomainGroup ProgramEnrollmentDomainGroup(System.Collections.Generic.IEnumerable<string> domainNames = default, Guid? tenantId = default, Azure.ResourceManager.ProgramEnrollment.Models.ProgramEnrollmentDomainGroupState? state = default, Azure.ResponseError failureReason = default);
static member ProgramEnrollmentDomainGroup : seq<string> * Nullable<Guid> * Nullable<Azure.ResourceManager.ProgramEnrollment.Models.ProgramEnrollmentDomainGroupState> * Azure.ResponseError -> Azure.ResourceManager.ProgramEnrollment.Models.ProgramEnrollmentDomainGroup
Public Shared Function ProgramEnrollmentDomainGroup (Optional domainNames As IEnumerable(Of String) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional state As Nullable(Of ProgramEnrollmentDomainGroupState) = Nothing, Optional failureReason As ResponseError = Nothing) As ProgramEnrollmentDomainGroup
Parameters
- domainNames
- IEnumerable<String>
The edu domain names in this group.
The Entra tenant ID that owns these domains. Defaults to the caller's tenant if omitted.
The assessment state of this domain group.
- failureReason
- ResponseError
Failure detail when state is Failed or ActionRequired. Omitted otherwise.
Returns
A new ProgramEnrollmentDomainGroup instance for mocking.