CollectionResultModel<TenantNetworkCompatibilityModel>
A collection of items.
Properties
Name | Description | Additional information |
---|---|---|
Href | See Hypermedia. |
Type: String |
RelatedActions | See Hypermedia. |
Type: Array of RelationModel |
Count | Number of items in the returned collection. See Object Counts. |
Type: Number |
TotalMatchingFilter | The total number of items that matched the specified filter. This may be larger than the number of items returned, if the caller specified "take" and/or "skip" parameters. See Object Counts. |
Type: Number |
Items | The items. |
Type: Array of TenantNetworkCompatibilityModel |
Sample
application/json
Sample:
{ "Count": 1, "TotalMatchingFilter": 1, "Items": [ { "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" ] } ] }