ConfluentAccessPointProperties(String, String, VNetInjectionDetails) 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 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.