Skip to content

azureO365GetAzureHostType

Retrieves the AzureHostType of the account.

Returns

GetAzureHostTypeResp!

Sample

query {
  azureO365GetAzureHostType {
    hostType
  }
}
{}
{
  "data": {
    "azureO365GetAzureHostType": {
      "hostType": "CUSTOMER_HOST"
    }
  }
}