Uses of Class
com.microsoft.azure.management.network.PrivateLinkServiceConnection
Packages that use PrivateLinkServiceConnection
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of PrivateLinkServiceConnection in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return PrivateLinkServiceConnectionModifier and TypeMethodDescriptionPrivateLinkServiceConnection.withGroupIds
(List<String> groupIds) Set the ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.Set the name of the resource that is unique within a resource group.PrivateLinkServiceConnection.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set a collection of read-only information about the state of the connection to the remote resource.PrivateLinkServiceConnection.withPrivateLinkServiceId
(String privateLinkServiceId) Set the resource id of private link service.PrivateLinkServiceConnection.withRequestMessage
(String requestMessage) Set a message passed to the owner of the remote resource with this connection request.