NetworkFabricInternetGatewayData Construtor
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.
Inicializa uma nova instância de NetworkFabricInternetGatewayData.
public NetworkFabricInternetGatewayData (Azure.Core.AzureLocation location, Azure.ResourceManager.ManagedNetworkFabric.Models.InternetGatewayType typePropertiesType, Azure.Core.ResourceIdentifier networkFabricControllerId);
new Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayData : Azure.Core.AzureLocation * Azure.ResourceManager.ManagedNetworkFabric.Models.InternetGatewayType * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayData
Public Sub New (location As AzureLocation, typePropertiesType As InternetGatewayType, networkFabricControllerId As ResourceIdentifier)
Parâmetros
- location
- AzureLocation
O local.
- typePropertiesType
- InternetGatewayType
Tipo de gateway do recurso.
- networkFabricControllerId
- ResourceIdentifier
ID de recurso do ARM do Controlador de Malha de Rede.
Exceções
networkFabricControllerId
é nulo.