Uses of Class
com.azure.resourcemanager.servicebus.models.ConnectionState
Packages that use ConnectionState
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of ConnectionState in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return ConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Details about the state of the connection.PrivateEndpointConnectionProperties.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Details about the state of the connection.Methods in com.azure.resourcemanager.servicebus.fluent.models with parameters of type ConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(ConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Details about the state of the connection.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(ConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Details about the state of the connection. -
Uses of ConnectionState in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return ConnectionStateModifier and TypeMethodDescriptionstatic ConnectionStateConnectionState.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionState from the JsonReader.ConnectionState.withDescription(String description) Set the description property: Description of the connection state.ConnectionState.withStatus(PrivateLinkConnectionStatus status) Set the status property: Status of the connection.