Virtual Wans - Create Or Update

Creates a VirtualWAN resource if it doesn't exist else updates the existing VirtualWAN.

PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualWans/{VirtualWANName}?api-version=2023-09-01

URI Parameters

Name In Required Type Description
resourceGroupName
path True

string

The resource group name of the VirtualWan.

subscriptionId
path True

string

The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

VirtualWANName
path True

string

The name of the VirtualWAN being created or updated.

api-version
query True

string

Client API version.

Request Body

Name Required Type Description
location True

string

Resource location.

id

string

Resource ID.

properties.allowBranchToBranchTraffic

boolean

True if branch to branch traffic is allowed.

properties.allowVnetToVnetTraffic

boolean

True if Vnet to Vnet traffic is allowed.

properties.disableVpnEncryption

boolean

Vpn encryption to be disabled or not.

properties.type

string

The type of the VirtualWAN.

tags

object

Resource tags.

Responses

Name Type Description
200 OK

VirtualWAN

Request successful. Returns the details of the VirtualWAN created or updated.

201 Created

VirtualWAN

Create successful. The operation returns the resulting VirtualWAN resource.

Other Status Codes

CloudError

Error response describing why the operation failed.

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

VirtualWANCreate

Sample Request

PUT https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualWans/wan1?api-version=2023-09-01

{
  "location": "West US",
  "tags": {
    "key1": "value1"
  },
  "properties": {
    "disableVpnEncryption": false,
    "type": "Basic"
  }
}

Sample Response

{
  "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualWANs/wan1",
  "etag": "w/\\00000000-0000-0000-0000-000000000000\\",
  "location": "West US",
  "name": "wan1",
  "type": "Microsoft.Network/virtualWANs",
  "tags": {
    "key1": "value1"
  },
  "properties": {
    "provisioningState": "Succeeded",
    "disableVpnEncryption": false,
    "virtualHubs": [
      "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1",
      "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub2"
    ],
    "vpnSites": [
      "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite1",
      "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite2"
    ],
    "type": "Basic"
  }
}
{
  "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualWANs/wan1",
  "etag": "w/\\00000000-0000-0000-0000-000000000000\\",
  "location": "West US",
  "name": "wan1",
  "type": "Microsoft.Network/virtualWANs",
  "tags": {
    "key1": "value1"
  },
  "properties": {
    "provisioningState": "Succeeded",
    "disableVpnEncryption": false,
    "virtualHubs": [
      "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1",
      "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub2"
    ],
    "vpnSites": [
      "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite1",
      "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite2"
    ],
    "type": "Basic"
  }
}

Definitions

Name Description
CloudError

An error response from the service.

CloudErrorBody

An error response from the service.

OfficeTrafficCategory

The office traffic category.

ProvisioningState

The current provisioning state.

SubResource

Reference to another subresource.

VirtualWAN

VirtualWAN Resource.

CloudError

An error response from the service.

Name Type Description
error

CloudErrorBody

Cloud error body.

CloudErrorBody

An error response from the service.

Name Type Description
code

string

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

details

CloudErrorBody[]

A list of additional details about the error.

message

string

A message describing the error, intended to be suitable for display in a user interface.

target

string

The target of the particular error. For example, the name of the property in error.

OfficeTrafficCategory

The office traffic category.

Name Type Description
All

string

None

string

Optimize

string

OptimizeAndAllow

string

ProvisioningState

The current provisioning state.

Name Type Description
Deleting

string

Failed

string

Succeeded

string

Updating

string

SubResource

Reference to another subresource.

Name Type Description
id

string

Resource ID.

VirtualWAN

VirtualWAN Resource.

Name Type Description
etag

string

A unique read-only string that changes whenever the resource is updated.

id

string

Resource ID.

location

string

Resource location.

name

string

Resource name.

properties.allowBranchToBranchTraffic

boolean

True if branch to branch traffic is allowed.

properties.allowVnetToVnetTraffic

boolean

True if Vnet to Vnet traffic is allowed.

properties.disableVpnEncryption

boolean

Vpn encryption to be disabled or not.

properties.office365LocalBreakoutCategory

OfficeTrafficCategory

The office local breakout category.

properties.provisioningState

ProvisioningState

The provisioning state of the virtual WAN resource.

properties.type

string

The type of the VirtualWAN.

properties.virtualHubs

SubResource[]

List of VirtualHubs in the VirtualWAN.

properties.vpnSites

SubResource[]

List of VpnSites in the VirtualWAN.

tags

object

Resource tags.

type

string

Resource type.