ภาษา

ArmNetworkModelFactory.RouteMapData Method

Definition

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

id
ResourceIdentifier

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.

eTag
Nullable<ETag>

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

Returns

A new RouteMapData instance for mocking.

Applies to