TenantNetworkCompatibilityModel

Details about whether a compute resource is compatible with provisioning machines for a specific tenant.

Properties

NameDescription Additional information
Tenant

The tenant.

Type: ReferenceModel

UsesSharedDeliveryGroupNetworks

If true, the tenant is using the shared delivery group network(s) for private session machines. If false, the tenant is using isolated network(s) for private session machines.

Type: Boolean

RequiredDeliveryGroupNetworks

List of the networks required to provision private session machines for the tenant.

Type: Array of String

MissingDeliveryGroupNetworks

List of networks from RequiredDeliveryGroupNetworks which do not exist on the compute resource. If this list is not empty, the compute resource cannot be used to provision private session machines for the tenant.

Type: Array of String

Sample

application/json

Sample:
{
  "Tenant": {
    "Href": "[api:Tenants(91ade655-feb5-47d3-9585-a5827ad50132)]",
    "Name": "Tenant 1",
    "Id": "91ade655-feb5-47d3-9585-a5827ad50132"
  },
  "RequiredDeliveryGroupNetworks": [
    "tenant 1 network"
  ],
  "MissingDeliveryGroupNetworks": [
    "tenant 1 network"
  ]
}