ArmManagedNetworkFabricModelFactory.NetworkFabricInternetGatewayData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NetworkFabricInternetGatewayData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, String, ResourceIdentifier, IPAddress, Nullable<Int32>, InternetGatewayType, ResourceIdentifier, Nullable<NetworkFabricProvisioningState>) |
Esse construtor é adicionado para compatibilidade com versões anteriores |
NetworkFabricInternetGatewayData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, String, ResourceIdentifier, String, Nullable<Int32>, InternetGatewayType, ResourceIdentifier, Nullable<NetworkFabricProvisioningState>) |
Inicializa uma nova instância de NetworkFabricInternetGatewayData. |
NetworkFabricInternetGatewayData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, String, ResourceIdentifier, IPAddress, Nullable<Int32>, InternetGatewayType, ResourceIdentifier, Nullable<NetworkFabricProvisioningState>)
Esse construtor é adicionado para compatibilidade com versões anteriores
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
Parâmetros
- name
- String
- resourceType
- ResourceType
- systemData
- SystemData
- tags
- IDictionary<String,String>
- location
- AzureLocation
- annotation
- String
- internetGatewayRuleId
- ResourceIdentifier
- ipv4Address
- IPAddress
- typePropertiesType
- InternetGatewayType
- networkFabricControllerId
- ResourceIdentifier
- provisioningState
- Nullable<NetworkFabricProvisioningState>
Retornos
Aplica-se a
NetworkFabricInternetGatewayData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, String, ResourceIdentifier, String, Nullable<Int32>, InternetGatewayType, ResourceIdentifier, Nullable<NetworkFabricProvisioningState>)
Inicializa uma nova instância de 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
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- tags
- IDictionary<String,String>
As marcas.
- location
- AzureLocation
O local.
- annotation
- String
Descrição da configuração do comutador.
- internetGatewayRuleId
- ResourceIdentifier
ID de recurso do ARM da Regra do Gateway de Internet.
- ipV4Address
- String
Endereço IPv4 do Gateway de Internet.
- typePropertiesType
- InternetGatewayType
Tipo de gateway do recurso.
- networkFabricControllerId
- ResourceIdentifier
ID de recurso do ARM do Controlador de Malha de Rede.
- provisioningState
- Nullable<NetworkFabricProvisioningState>
Estado de provisionamento do recurso.
Retornos
Uma nova NetworkFabricInternetGatewayData instância para simulação.