Share via


ArmNetworkModelFactory.RouteMapData Method

Definition

Initializes a new instance of RouteMapData.

public static Azure.ResourceManager.Network.RouteMapData RouteMapData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ETag? etag = default, System.Collections.Generic.IEnumerable<string> associatedInboundConnections = default, System.Collections.Generic.IEnumerable<string> associatedOutboundConnections = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.RouteMapRule> rules = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member RouteMapData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ETag> * seq<string> * seq<string> * seq<Azure.ResourceManager.Network.Models.RouteMapRule> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.RouteMapData
Public Shared Function RouteMapData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional associatedInboundConnections As IEnumerable(Of String) = Nothing, Optional associatedOutboundConnections As IEnumerable(Of String) = Nothing, Optional rules As IEnumerable(Of RouteMapRule) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As RouteMapData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

etag
Nullable<ETag>

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

associatedInboundConnections
IEnumerable<String>

List of connections which have this RoutMap associated for inbound traffic.

associatedOutboundConnections
IEnumerable<String>

List of connections which have this RoutMap associated for outbound traffic.

rules
IEnumerable<RouteMapRule>

List of RouteMap rules to be applied.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the RouteMap resource.

Returns

A new RouteMapData instance for mocking.

Applies to