Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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