Virtual Networks - Create Or Update
Create or replace an existing virtual network. This operation can take a while to complete.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks/{name}?api-version=2018-09-15
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
lab
|
path | True |
string |
The name of the lab. |
|
name
|
path | True |
string |
The name of the VirtualNetwork |
|
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
|
subscription
|
path | True |
string minLength: 1 |
The ID of the target subscription. |
|
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Request Body
| Name | Type | Description |
|---|---|---|
| location |
string |
The location of the resource. |
| properties.allowedSubnets |
Subnet[] |
The allowed subnets of the virtual network. |
| properties.description |
string |
The description of the virtual network. |
| properties.externalProviderResourceId |
string |
The Microsoft.Network resource identifier of the virtual network. |
| properties.subnetOverrides |
The subnet overrides of the virtual network. |
|
| tags |
object |
The tags of the resource. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Resource 'VirtualNetwork' update operation succeeded |
|
| 201 Created |
Resource 'VirtualNetwork' create operation succeeded Headers
|
|
| Other Status Codes |
An unexpected error response. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
VirtualNetworks_CreateOrUpdate
Sample request
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks/{virtualNetworkName}?api-version=2018-09-15
{
"properties": {
"allowedSubnets": [
{
"allowPublicIp": "Allow",
"labSubnetName": "{virtualNetworkName}Subnet",
"resourceId": "/subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{virtualNetworkName}Subnet"
}
]
},
"location": "{location}",
"tags": {
"tagName1": "tagValue1"
}
}
Sample response
{
"name": "{virtualNetworkName}",
"type": "Microsoft.DevTestLab/labs/virtualNetworks",
"id": "/subscriptions/{subscriptionId}/resourcegroups/resourceGroupName/providers/microsoft.devtestlab/labs/{labName}/virtualnetworks/{virtualNetworkName}",
"properties": {
"createdDate": "2018-10-01T13:01:44.6005134-07:00",
"provisioningState": "Creating",
"uniqueIdentifier": "{uniqueIdentifier}"
},
"tags": {
"tagName1": "tagValue1"
}
}
{
"name": "{virtualNetworkName}",
"type": "Microsoft.DevTestLab/labs/virtualNetworks",
"id": "/subscriptions/{subscriptionId}/resourcegroups/resourceGroupName/providers/microsoft.devtestlab/labs/{labName}/virtualnetworks/{virtualNetworkName}",
"properties": {
"createdDate": "2018-10-01T13:01:44.6005134-07:00",
"provisioningState": "Creating",
"uniqueIdentifier": "{uniqueIdentifier}"
},
"tags": {
"tagName1": "tagValue1"
}
}
Definitions
| Name | Description |
|---|---|
|
Error |
The resource management error additional info. |
|
Error |
The error detail. |
|
Error |
Error response |
|
External |
Subnet information as returned by the Microsoft.Network API. |
| Port |
Properties of a network port. |
| Subnet |
Subnet information. |
|
Subnet |
Property overrides on a subnet of a virtual network. |
|
Subnet |
Configuration for public IP address sharing. |
|
Transport |
The transport protocol for the endpoint. |
|
Usage |
The permission policy of the subnet for allowing public IP addresses (i.e. Allow, Deny)). |
|
Virtual |
A virtual network. |
ErrorAdditionalInfo
The resource management error additional info.
| Name | Type | Description |
|---|---|---|
| info |
object |
The additional info. |
| type |
string |
The additional info type. |
ErrorDetail
The error detail.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
The error additional info. |
|
| code |
string |
The error code. |
| details |
The error details. |
|
| message |
string |
The error message. |
| target |
string |
The error target. |
ErrorResponse
Error response
| Name | Type | Description |
|---|---|---|
| error |
The error object. |
ExternalSubnet
Subnet information as returned by the Microsoft.Network API.
| Name | Type | Description |
|---|---|---|
| id |
string |
Gets or sets the identifier. |
| name |
string |
Gets or sets the name. |
Port
Properties of a network port.
| Name | Type | Description |
|---|---|---|
| backendPort |
integer (int32) |
Backend port of the target virtual machine. |
| transportProtocol |
Protocol type of the port. |
Subnet
Subnet information.
| Name | Type | Description |
|---|---|---|
| allowPublicIp |
The permission policy of the subnet for allowing public IP addresses (i.e. Allow, Deny)). |
|
| labSubnetName |
string |
The name of the subnet as seen in the lab. |
| resourceId |
string |
The resource ID of the subnet. |
SubnetOverride
Property overrides on a subnet of a virtual network.
| Name | Type | Description |
|---|---|---|
| labSubnetName |
string |
The name given to the subnet within the lab. |
| resourceId |
string |
The resource ID of the subnet. |
| sharedPublicIpAddressConfiguration |
Properties that virtual machines on this subnet will share. |
|
| useInVmCreationPermission |
Indicates whether this subnet can be used during virtual machine creation (i.e. Allow, Deny). |
|
| usePublicIpAddressPermission |
Indicates whether public IP addresses can be assigned to virtual machines on this subnet (i.e. Allow, Deny). |
|
| virtualNetworkPoolName |
string |
The virtual network pool associated with this subnet. |
SubnetSharedPublicIpAddressConfiguration
Configuration for public IP address sharing.
| Name | Type | Description |
|---|---|---|
| allowedPorts |
Port[] |
Backend ports that virtual machines on this subnet are allowed to expose |
TransportProtocol
The transport protocol for the endpoint.
| Value | Description |
|---|---|
| Tcp | |
| Udp |
UsagePermissionType
The permission policy of the subnet for allowing public IP addresses (i.e. Allow, Deny)).
| Value | Description |
|---|---|
| Default | |
| Deny | |
| Allow |
VirtualNetwork
A virtual network.
| Name | Type | Description |
|---|---|---|
| id |
string |
The identifier of the resource. |
| location |
string |
The location of the resource. |
| name |
string |
The name of the resource. |
| properties.allowedSubnets |
Subnet[] |
The allowed subnets of the virtual network. |
| properties.createdDate |
string (date-time) |
The creation date of the virtual network. |
| properties.description |
string |
The description of the virtual network. |
| properties.externalProviderResourceId |
string |
The Microsoft.Network resource identifier of the virtual network. |
| properties.externalSubnets |
The external subnet properties. |
|
| properties.provisioningState |
string |
The provisioning status of the resource. |
| properties.subnetOverrides |
The subnet overrides of the virtual network. |
|
| properties.uniqueIdentifier |
string |
The unique immutable identifier of a resource (Guid). |
| tags |
object |
The tags of the resource. |
| type |
string |
The type of the resource. |