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(Azure.Core.ResourceIdentifier id, string name, Azure.Core.ResourceType resourceType, Azure.ResourceManager.Models.SystemData systemData, System.Collections.Generic.IEnumerable<string> associatedInboundConnections, System.Collections.Generic.IEnumerable<string> associatedOutboundConnections, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.RouteMapRule> rules, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState, Azure.ETag? eTag);
static member RouteMapData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * seq<string> * seq<string> * seq<Azure.ResourceManager.Network.Models.RouteMapRule> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.RouteMapData
Public Shared Function RouteMapData (id As ResourceIdentifier, name As String, resourceType As ResourceType, systemData As SystemData, associatedInboundConnections As IEnumerable(Of String), associatedOutboundConnections As IEnumerable(Of String), rules As IEnumerable(Of RouteMapRule), provisioningState As Nullable(Of NetworkProvisioningState), eTag As Nullable(Of ETag)) As RouteMapData
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- 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.