IAzureADManagement.GetMSOSubscriptionInfo Method ()
Retrieves subscription information about a Microsoft online account.
Namespace: Microsoft.WindowsServerSolutions.WebApi.Management
Assembly: Wssg.WebApi.AzureADManagement (in Wssg.WebApi.AzureADManagement.dll)
Syntax
[OperationContractAttribute]
[WebGetAttribute(UriTemplate = "msoSubscriptionInfo")]
MSOTenantInformation GetMSOSubscriptionInfo()
[OperationContractAttribute]
[WebGetAttribute(UriTemplate = "msoSubscriptionInfo")]
MSOTenantInformation^ GetMSOSubscriptionInfo()
<OperationContractAttribute>
<WebGetAttribute(UriTemplate := "msoSubscriptionInfo")>
Function GetMSOSubscriptionInfo As MSOTenantInformation
Return Value
Type: Microsoft.WindowsServerSolutions.AzureADObjectModel.MSOTenantInformation
Returns MSOTenantInformation.
See Also
IAzureADManagement Interface
Microsoft.WindowsServerSolutions.WebApi.Management Namespace
Return to top