Skip to content

Commit c19659d

Browse files
author
Rupali Vohra
committed
Adding linkedResourceType and hostedWorkloads to nic
1 parent 9dcba8f commit c19659d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/networkInterface.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,18 @@
958958
"type": "boolean",
959959
"description": "Indicates whether IP forwarding is enabled on this network interface."
960960
},
961+
"hostedWorkloads": {
962+
"type": "array",
963+
"items": {
964+
"type": "string"
965+
},
966+
"readOnly": true,
967+
"description": "A list of references to linked BareMetal resources"
968+
},
969+
"linkedResourceType": {
970+
"type": "string",
971+
"description": "The type of resource to be linked to this network interface"
972+
},
961973
"resourceGuid": {
962974
"type": "string",
963975
"description": "The resource GUID property of the network interface resource."

0 commit comments

Comments
 (0)