File tree Expand file tree Collapse file tree 6 files changed +109
-1
lines changed
specification/network/resource-manager/Microsoft.Network/stable/2020-11-01 Expand file tree Collapse file tree 6 files changed +109
-1
lines changed Original file line number Diff line number Diff line change 10351035 "readOnly" : true ,
10361036 "type" : " string" ,
10371037 "description" : " A unique read-only string that changes whenever the resource is updated."
1038+ },
1039+ "type" : {
1040+ "type" : " string" ,
1041+ "description" : " Resource type."
10381042 }
10391043 },
10401044 "allOf" : [
11531157 "readOnly" : true ,
11541158 "$ref" : " ./network.json#/definitions/ProvisioningState" ,
11551159 "description" : " The provisioning state of the network interface resource."
1160+ },
1161+ "nicType" : {
1162+ "type" : " string" ,
1163+ "description" : " Type of Network Interface resource." ,
1164+ "enum" : [
1165+ " Standard" ,
1166+ " Elastic"
1167+ ],
1168+ "x-ms-enum" : {
1169+ "name" : " NetworkInterfaceNicType" ,
1170+ "modelAsString" : true
1171+ }
1172+ },
1173+ "privateLinkService" : {
1174+ "$ref" : " ./privateLinkService.json#/definitions/PrivateLinkService" ,
1175+ "description" : " Privatelinkservice of the network interface resource."
1176+ },
1177+ "migrationPhase" : {
1178+ "type" : " string" ,
1179+ "description" : " Migration phase of Network Interface resource." ,
1180+ "enum" : [
1181+ " None" ,
1182+ " Prepare" ,
1183+ " Commit" ,
1184+ " Abort" ,
1185+ " Committed"
1186+ ],
1187+ "x-ms-enum" : {
1188+ "name" : " NetworkInterfaceMigrationPhase" ,
1189+ "modelAsString" : true
1190+ }
11561191 }
11571192 },
11581193 "description" : " NetworkInterface properties."
14851520 },
14861521 "privateIPAllocationMethod" : {
14871522 "$ref" : " ./network.json#/definitions/IPAllocationMethod" ,
1488- "description" : " The private IP address allocation method."
1523+ "description" : " The private IP address allocation method." ,
1524+ "default" : " Dynamic"
14891525 },
14901526 "subnet" : {
14911527 "$ref" : " ./virtualNetwork.json#/definitions/Subnet" ,
Original file line number Diff line number Diff line change 854854 "resourceName" : {
855855 "type" : " string" ,
856856 "description" : " The name of the service and resource."
857+ },
858+ "displayName" : {
859+ "type" : " string" ,
860+ "description" : " Display name of the resource."
857861 }
858862 },
859863 "description" : " The information of an AvailablePrivateEndpointType."
Original file line number Diff line number Diff line change 444444 "readOnly" : true ,
445445 "$ref" : " ./network.json#/definitions/ProvisioningState" ,
446446 "description" : " The provisioning state of the public IP address resource."
447+ },
448+ "servicePublicIPAddress" : {
449+ "$ref" : " #/definitions/PublicIPAddress" ,
450+ "description" : " The service public IP address of the public IP address resource."
451+ },
452+ "natGateway" : {
453+ "$ref" : " ./natGateway.json#/definitions/NatGateway" ,
454+ "description" : " The NatGateway for the Public IP address."
455+ },
456+ "migrationPhase" : {
457+ "type" : " string" ,
458+ "description" : " Migration phase of Public IP Address." ,
459+ "enum" : [
460+ " None" ,
461+ " Prepare" ,
462+ " Commit" ,
463+ " Abort" ,
464+ " Committed"
465+ ],
466+ "x-ms-enum" : {
467+ "name" : " PublicIPAddressMigrationPhase" ,
468+ "modelAsString" : true
469+ }
470+ },
471+ "linkedPublicIPAddress" : {
472+ "$ref" : " #/definitions/PublicIPAddress" ,
473+ "description" : " The linked public IP address of the public IP address resource."
447474 }
448475 },
449476 "description" : " Public IP address properties."
Original file line number Diff line number Diff line change 437437 "readOnly" : true ,
438438 "$ref" : " ./network.json#/definitions/ProvisioningState" ,
439439 "description" : " The provisioning state of the public IP prefix resource."
440+ },
441+ "natGateway" : {
442+ "$ref" : " ./natGateway.json#/definitions/NatGateway" ,
443+ "description" : " NatGateway of Public IP Prefix."
440444 }
441445 },
442446 "description" : " Public IP prefix properties."
Original file line number Diff line number Diff line change 163163 },
164164 "readOnly" : true ,
165165 "description" : " The list of IP address prefixes."
166+ },
167+ "state" : {
168+ "type" : " string" ,
169+ "readOnly" : true ,
170+ "description" : " The state of the service tag."
166171 }
167172 },
168173 "description" : " Properties of the service tag information."
Original file line number Diff line number Diff line change 13821382 "readOnly" : true ,
13831383 "type" : " string" ,
13841384 "description" : " A unique read-only string that changes whenever the resource is updated."
1385+ },
1386+ "type" : {
1387+ "type" : " string" ,
1388+ "description" : " Resource type."
13851389 }
13861390 },
13871391 "allOf" : [
15191523 "name" : " VirtualNetworkPrivateLinkServiceNetworkPolicies" ,
15201524 "modelAsString" : true
15211525 }
1526+ },
1527+ "applicationGatewayIpConfigurations" : {
1528+ "type" : " array" ,
1529+ "items" : {
1530+ "$ref" : " ./applicationGateway.json#/definitions/ApplicationGatewayIPConfiguration"
1531+ },
1532+ "description" : " Application gateway IP configurations of virtual network resource."
15221533 }
15231534 },
15241535 "description" : " Properties of the subnet."
15921603 "readOnly" : true ,
15931604 "$ref" : " ./network.json#/definitions/ProvisioningState" ,
15941605 "description" : " The provisioning state of the virtual network peering resource."
1606+ },
1607+ "doNotVerifyRemoteGateways" : {
1608+ "type" : " boolean" ,
1609+ "description" : " If we need to verify the provisioning state of the remote gateway."
1610+ },
1611+ "resourceGuid" : {
1612+ "readOnly" : true ,
1613+ "type" : " string" ,
1614+ "description" : " The resourceGuid property of the Virtual Network peering resource."
15951615 }
15961616 },
15971617 "description" : " Properties of the virtual network peering."
16111631 "readOnly" : true ,
16121632 "type" : " string" ,
16131633 "description" : " A unique read-only string that changes whenever the resource is updated."
1634+ },
1635+ "type" : {
1636+ "type" : " string" ,
1637+ "description" : " Resource type."
16141638 }
16151639 },
16161640 "allOf" : [
16351659 "readOnly" : true ,
16361660 "type" : " string" ,
16371661 "description" : " A unique read-only string that changes whenever the resource is updated."
1662+ },
1663+ "type" : {
1664+ "type" : " string" ,
1665+ "description" : " Resource type."
16381666 }
16391667 },
16401668 "allOf" : [
18671895 "type" : " string"
18681896 },
18691897 "description" : " Contains other available private IP addresses if the asked for address is taken."
1898+ },
1899+ "isPlatformReserved" : {
1900+ "type" : " boolean" ,
1901+ "description" : " Private IP address platform reserved."
18701902 }
18711903 },
18721904 "description" : " Response for CheckIPAddressAvailability API service call."
You can’t perform that action at this time.
0 commit comments