ProgramEnrollmentDomainGroup Class
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.
A group of edu domains scoped to an Entra tenant.
public class ProgramEnrollmentDomainGroup : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProgramEnrollment.Models.ProgramEnrollmentDomainGroup>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProgramEnrollment.Models.ProgramEnrollmentDomainGroup>
type ProgramEnrollmentDomainGroup = class
interface IJsonModel<ProgramEnrollmentDomainGroup>
interface IPersistableModel<ProgramEnrollmentDomainGroup>
Public Class ProgramEnrollmentDomainGroup
Implements IJsonModel(Of ProgramEnrollmentDomainGroup), IPersistableModel(Of ProgramEnrollmentDomainGroup)
- Inheritance
-
ProgramEnrollmentDomainGroup
- Implements
Constructors
| Name | Description |
|---|---|
| ProgramEnrollmentDomainGroup(IEnumerable<String>) |
Initializes a new instance of ProgramEnrollmentDomainGroup. |
Properties
| Name | Description |
|---|---|
| DomainNames |
The edu domain names in this group. |
| FailureReason |
Failure detail when state is Failed or ActionRequired. Omitted otherwise. |
| State |
The assessment state of this domain group. |
| TenantId |
The Entra tenant ID that owns these domains. Defaults to the caller's tenant if omitted. |