Skip to content

azureO365GetAzureHostType

GetAzureHostType returns the Azure host type for an account. If no license is specified, it returns the default host type. If an exoclusterID is specified, it returns the host type of the exocluster.

Returns

GetAzureHostTypeResp!

Sample

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