ArmNetworkModelFactory.RouteMapData 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.
public static Azure.ResourceManager.Network.RouteMapData RouteMapData(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, string name = default, Azure.ETag? eTag = default);
static member RouteMapData : seq<string> * seq<string> * seq<Azure.ResourceManager.Network.Models.RouteMapRule> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * string * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.RouteMapData
Public Shared Function RouteMapData (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, Optional name As String = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As RouteMapData
Parameters
- 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.
- name
- String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
Returns
A new RouteMapData instance for mocking.