ConfluentAccessPointProperties Class
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.
Access Point Properties.
public class ConfluentAccessPointProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.ConfluentAccessPointProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.ConfluentAccessPointProperties>
type ConfluentAccessPointProperties = class
interface IJsonModel<ConfluentAccessPointProperties>
interface IPersistableModel<ConfluentAccessPointProperties>
Public Class ConfluentAccessPointProperties
Implements IJsonModel(Of ConfluentAccessPointProperties), IPersistableModel(Of ConfluentAccessPointProperties)
- Inheritance
-
ConfluentAccessPointProperties
- Implements
Constructors
| Name | Description |
|---|---|
| ConfluentAccessPointProperties(String, String, VNetInjectionDetails) |
Initializes a new instance of ConfluentAccessPointProperties. |
Properties
| Name | Description |
|---|---|
| AccessPointName |
Display name of the access point. |
| Dictionary |
Additional properties for extensibility. |
| EgressRoutes |
IP ranges to route through your virtual network instead of Confluent's default path. Required for Kafka clients in peered VNets or on-premises networks (e.g., 10.0.0.0/8, 172.16.0.0/12). |
| Metadata |
Metadata of the record. |
| ProvisioningState |
Provisioning state of the access point. |
| Region |
The cloud service provider region for the access point. |
| VnetInjection |
VNet injection target (LiftrBase standard model). Contains the virtual network resource ID and the delegated subnet resource ID. |