Share via


ArmManagedNetworkFabricModelFactory.NetworkFabricInternetGatewayData Method

Definition

Overloads

NetworkFabricInternetGatewayData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, String, ResourceIdentifier, IPAddress, Nullable<Int32>, InternetGatewayType, ResourceIdentifier, Nullable<NetworkFabricProvisioningState>)

This constructor is added for the backward compatibility

NetworkFabricInternetGatewayData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, String, ResourceIdentifier, String, Nullable<Int32>, InternetGatewayType, ResourceIdentifier, Nullable<NetworkFabricProvisioningState>)

Initializes a new instance of NetworkFabricInternetGatewayData.

NetworkFabricInternetGatewayData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, String, ResourceIdentifier, IPAddress, Nullable<Int32>, InternetGatewayType, ResourceIdentifier, Nullable<NetworkFabricProvisioningState>)

Source:
ArmManagedNetworkFabricModelFactory.cs

This constructor is added for the backward compatibility

public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayData NetworkFabricInternetGatewayData (Azure.Core.ResourceIdentifier id, string name, Azure.Core.ResourceType resourceType, Azure.ResourceManager.Models.SystemData systemData, System.Collections.Generic.IDictionary<string,string> tags, Azure.Core.AzureLocation location, string annotation, Azure.Core.ResourceIdentifier internetGatewayRuleId, System.Net.IPAddress ipv4Address, int? port, Azure.ResourceManager.ManagedNetworkFabric.Models.InternetGatewayType typePropertiesType, Azure.Core.ResourceIdentifier networkFabricControllerId, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState);
static member NetworkFabricInternetGatewayData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.Core.ResourceIdentifier * System.Net.IPAddress * Nullable<int> * Azure.ResourceManager.ManagedNetworkFabric.Models.InternetGatewayType * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayData
Public Shared Function NetworkFabricInternetGatewayData (id As ResourceIdentifier, name As String, resourceType As ResourceType, systemData As SystemData, tags As IDictionary(Of String, String), location As AzureLocation, annotation As String, internetGatewayRuleId As ResourceIdentifier, ipv4Address As IPAddress, port As Nullable(Of Integer), typePropertiesType As InternetGatewayType, networkFabricControllerId As ResourceIdentifier, provisioningState As Nullable(Of NetworkFabricProvisioningState)) As NetworkFabricInternetGatewayData

Parameters

name
String
resourceType
ResourceType
systemData
SystemData
location
AzureLocation
annotation
String
internetGatewayRuleId
ResourceIdentifier
ipv4Address
IPAddress
port
Nullable<Int32>
typePropertiesType
InternetGatewayType
networkFabricControllerId
ResourceIdentifier

Returns

Applies to

NetworkFabricInternetGatewayData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, String, ResourceIdentifier, String, Nullable<Int32>, InternetGatewayType, ResourceIdentifier, Nullable<NetworkFabricProvisioningState>)

Source:
ArmManagedNetworkFabricModelFactory.cs

Initializes a new instance of NetworkFabricInternetGatewayData.

public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayData NetworkFabricInternetGatewayData (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.Core.ResourceIdentifier internetGatewayRuleId = default, string ipV4Address = default, int? port = default, Azure.ResourceManager.ManagedNetworkFabric.Models.InternetGatewayType typePropertiesType = default, Azure.Core.ResourceIdentifier networkFabricControllerId = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default);
static member NetworkFabricInternetGatewayData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.Core.ResourceIdentifier * string * Nullable<int> * Azure.ResourceManager.ManagedNetworkFabric.Models.InternetGatewayType * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayData
Public Shared Function NetworkFabricInternetGatewayData (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 internetGatewayRuleId As ResourceIdentifier = Nothing, Optional ipV4Address As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional typePropertiesType As InternetGatewayType = Nothing, Optional networkFabricControllerId As ResourceIdentifier = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing) As NetworkFabricInternetGatewayData

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.

internetGatewayRuleId
ResourceIdentifier

ARM Resource ID of the Internet Gateway Rule.

ipV4Address
String

IPv4 Address of Internet Gateway.

port
Nullable<Int32>

Port number of Internet Gateway.

typePropertiesType
InternetGatewayType

Gateway Type of the resource.

networkFabricControllerId
ResourceIdentifier

ARM Resource ID of the Network Fabric Controller.

provisioningState
Nullable<NetworkFabricProvisioningState>

Provisioning state of resource.

Returns

A new NetworkFabricInternetGatewayData instance for mocking.

Applies to