Language

ConfluentAccessPointProperties(String, String, VNetInjectionDetails) Constructor

Definition

Initializes a new instance of ConfluentAccessPointProperties.

public ConfluentAccessPointProperties(string accessPointName, string region, Azure.ResourceManager.Confluent.Models.VNetInjectionDetails vnetInjection);
new Azure.ResourceManager.Confluent.Models.ConfluentAccessPointProperties : string * string * Azure.ResourceManager.Confluent.Models.VNetInjectionDetails -> Azure.ResourceManager.Confluent.Models.ConfluentAccessPointProperties
Public Sub New (accessPointName As String, region As String, vnetInjection As VNetInjectionDetails)

Parameters

accessPointName
String

Display name of the access point.

region
String

The cloud service provider region for the access point.

vnetInjection
VNetInjectionDetails

VNet injection target (LiftrBase standard model). Contains the virtual network resource ID and the delegated subnet resource ID.

Exceptions

accessPointName, region or vnetInjection is null.

Applies to