ConfluentNetworkGatewayProperties(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.