ArmNetworkModelFactory.VirtualWanData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of VirtualWanData.
public static Azure.ResourceManager.Network.VirtualWanData VirtualWanData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ETag? etag = default, bool? disableVpnEncryption = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> virtualHubs = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> vpnSites = default, bool? allowBranchToBranchTraffic = default, bool? allowVnetToVnetTraffic = default, Azure.ResourceManager.Network.Models.OfficeTrafficCategory? office365LocalBreakoutCategory = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, string virtualWanType = default);
static member VirtualWanData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ETag> * Nullable<bool> * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> * Nullable<bool> * Nullable<bool> * Nullable<Azure.ResourceManager.Network.Models.OfficeTrafficCategory> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * string -> Azure.ResourceManager.Network.VirtualWanData
Public Shared Function VirtualWanData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional disableVpnEncryption As Nullable(Of Boolean) = Nothing, Optional virtualHubs As IEnumerable(Of WritableSubResource) = Nothing, Optional vpnSites As IEnumerable(Of WritableSubResource) = Nothing, Optional allowBranchToBranchTraffic As Nullable(Of Boolean) = Nothing, Optional allowVnetToVnetTraffic As Nullable(Of Boolean) = Nothing, Optional office365LocalBreakoutCategory As Nullable(Of OfficeTrafficCategory) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional virtualWanType As String = Nothing) As VirtualWanData
Parameters
Resource ID.
- name
- String
Resource name.
- resourceType
- Nullable<ResourceType>
Resource type.
- location
- Nullable<AzureLocation>
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- virtualHubs
- IEnumerable<WritableSubResource>
List of VirtualHubs in the VirtualWAN.
- vpnSites
- IEnumerable<WritableSubResource>
List of VpnSites in the VirtualWAN.
- office365LocalBreakoutCategory
- Nullable<OfficeTrafficCategory>
The office local breakout category.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the virtual WAN resource.
- virtualWanType
- String
The type of the VirtualWAN.
Returns
A new VirtualWanData instance for mocking.
Applies to
Azure SDK for .NET