Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.PrivateEndpointConnectionProperties
Packages that use PrivateEndpointConnectionProperties
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
-
Uses of PrivateEndpointConnectionProperties in com.azure.resourcemanager.servicebus.fluent.models
Classes in com.azure.resourcemanager.servicebus.fluent.models that implement interfaces with type arguments of type PrivateEndpointConnectionPropertiesModifier and TypeClassDescriptionfinal classProperties of the private endpoint connection resource.Methods in com.azure.resourcemanager.servicebus.fluent.models that return PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionProperties from the JsonReader.PrivateEndpointConnectionProperties.withPrivateEndpoint(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: The Private Endpoint resource for this Connection.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(ConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Details about the state of the connection.PrivateEndpointConnectionProperties.withProvisioningState(EndPointProvisioningState provisioningState) Set the provisioningState property: Provisioning state of the Private Endpoint Connection.