次の方法で共有


NetworkFabricInternetGatewayData コンストラクター

定義

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)

パラメーター

location
AzureLocation

場所。

typePropertiesType
InternetGatewayType

リソースのゲートウェイの種類。

networkFabricControllerId
ResourceIdentifier

Network Fabric コントローラーの ARM リソース ID。

例外

networkFabricControllerId が null です。

適用対象