SharedNetworkCompatibilityModel

Details about compatibility of a compute resource with the ability to provision shared session machines.

Properties

NameDescription Additional information
Href

See Hypermedia.

Type: String

RelatedActions

See Hypermedia.

Type: Array of RelationModel

RequiredDeliveryGroupNetworks

List of networks required to provison shared session machines.

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 shared session machines.

Type: Array of String

Sample

application/json

Sample:
{
  "Href": "[api:ComputeResources(ab32f043-4682-4953-8dea-a0489b839f80)/SharedNetworkCompatibility]",
  "RequiredDeliveryGroupNetworks": [
    "Shared Delivery Group Management Network"
  ],
  "MissingDeliveryGroupNetworks": [
    "Shared Delivery Group Management Network"
  ]
}