Partager via


IAzureADManagement.GetAcceptedMSODomains Method ()

 

Retrieves all accepted Microsoft online domains.

Namespace:   Microsoft.WindowsServerSolutions.WebApi.Management
Assembly:  Wssg.WebApi.AzureADManagement (in Wssg.WebApi.AzureADManagement.dll)

Syntax

[OperationContractAttribute]
[WebGetAttribute(UriTemplate = "msoDomains")]
MSODomain[] GetAcceptedMSODomains()
[OperationContractAttribute]
[WebGetAttribute(UriTemplate = "msoDomains")]
array<MSODomain^>^ GetAcceptedMSODomains()
<OperationContractAttribute>
<WebGetAttribute(UriTemplate := "msoDomains")>
Function GetAcceptedMSODomains As MSODomain()

Return Value

Type: Microsoft.WindowsServerSolutions.AzureADObjectModel.MSODomain[]

Returns MSODomain.

See Also

IAzureADManagement Interface
Microsoft.WindowsServerSolutions.WebApi.Management Namespace

Return to top