Uses of Class
com.azure.resourcemanager.eventhubs.models.PrivateLinkConnectionStatus
Packages that use PrivateLinkConnectionStatus
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of PrivateLinkConnectionStatus in com.azure.resourcemanager.eventhubs.models
Fields in com.azure.resourcemanager.eventhubs.models declared as PrivateLinkConnectionStatusModifier and TypeFieldDescriptionstatic final PrivateLinkConnectionStatusPrivateLinkConnectionStatus.APPROVEDStatic value Approved for PrivateLinkConnectionStatus.static final PrivateLinkConnectionStatusPrivateLinkConnectionStatus.DISCONNECTEDStatic value Disconnected for PrivateLinkConnectionStatus.static final PrivateLinkConnectionStatusPrivateLinkConnectionStatus.PENDINGStatic value Pending for PrivateLinkConnectionStatus.static final PrivateLinkConnectionStatusPrivateLinkConnectionStatus.REJECTEDStatic value Rejected for PrivateLinkConnectionStatus.Methods in com.azure.resourcemanager.eventhubs.models that return PrivateLinkConnectionStatusModifier and TypeMethodDescriptionstatic PrivateLinkConnectionStatusPrivateLinkConnectionStatus.fromString(String name) Creates or finds a PrivateLinkConnectionStatus from its string representation.ConnectionState.status()Get the status property: Status of the connection.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type PrivateLinkConnectionStatusMethods in com.azure.resourcemanager.eventhubs.models with parameters of type PrivateLinkConnectionStatusModifier and TypeMethodDescriptionConnectionState.withStatus(PrivateLinkConnectionStatus status) Set the status property: Status of the connection.