Share via


ArmManagedNetworkFabricModelFactory.NetworkFabricInternetGatewayRuleData Method

Definition

Initializes a new instance of NetworkFabricInternetGatewayRuleData.

public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayRuleData NetworkFabricInternetGatewayRuleData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string annotation = default, Azure.ResourceManager.ManagedNetworkFabric.Models.InternetGatewayRules ruleProperties = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> internetGatewayIds = default);
static member NetworkFabricInternetGatewayRuleData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.ResourceManager.ManagedNetworkFabric.Models.InternetGatewayRules * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> * seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayRuleData
Public Shared Function NetworkFabricInternetGatewayRuleData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional annotation As String = Nothing, Optional ruleProperties As InternetGatewayRules = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing, Optional internetGatewayIds As IEnumerable(Of ResourceIdentifier) = Nothing) As NetworkFabricInternetGatewayRuleData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

annotation
String

Switch configuration description.

ruleProperties
InternetGatewayRules

Rules for the InternetGateways.

provisioningState
Nullable<NetworkFabricProvisioningState>

Provisioning state of the resource.

internetGatewayIds
IEnumerable<ResourceIdentifier>

List of Internet Gateway resource Id.

Returns

A new NetworkFabricInternetGatewayRuleData instance for mocking.

Applies to