Uses of Class
com.azure.resourcemanager.servicebus.models.PrivateLinkConnectionStatus
Packages that use PrivateLinkConnectionStatus
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of PrivateLinkConnectionStatus in com.azure.resourcemanager.servicebus.models
Fields in com.azure.resourcemanager.servicebus.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.servicebus.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.servicebus.models that return types with arguments of type PrivateLinkConnectionStatusModifier and TypeMethodDescriptionPrivateLinkConnectionStatus.values()Gets known PrivateLinkConnectionStatus values.Methods in com.azure.resourcemanager.servicebus.models with parameters of type PrivateLinkConnectionStatusModifier and TypeMethodDescriptionConnectionState.withStatus(PrivateLinkConnectionStatus status) Set the status property: Status of the connection.