Language

ConfluentNetworkGatewayProperties(String, String) Constructor

Definition

Initializes a new instance of ConfluentNetworkGatewayProperties.

public ConfluentNetworkGatewayProperties(string networkGatewayName, string region);
new Azure.ResourceManager.Confluent.Models.ConfluentNetworkGatewayProperties : string * string -> Azure.ResourceManager.Confluent.Models.ConfluentNetworkGatewayProperties
Public Sub New (networkGatewayName As String, region As String)

Parameters

networkGatewayName
String

Display name of the network gateway.

region
String

The cloud service provider region for the network gateway.

Exceptions

networkGatewayName or region is null.

Applies to