Uses of Class
com.azure.resourcemanager.network.models.PrivateLinkServiceConnection
Packages that use PrivateLinkServiceConnection
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PrivateLinkServiceConnection in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type PrivateLinkServiceConnectionModifier and TypeMethodDescriptionPrivateEndpointInner.manualPrivateLinkServiceConnections()Get the manualPrivateLinkServiceConnections property: A grouping of information about the connection to the remote resource.PrivateEndpointPropertiesInner.manualPrivateLinkServiceConnections()Get the manualPrivateLinkServiceConnections property: A grouping of information about the connection to the remote resource.PrivateEndpointInner.privateLinkServiceConnections()Get the privateLinkServiceConnections property: A grouping of information about the connection to the remote resource.PrivateEndpointPropertiesInner.privateLinkServiceConnections()Get the privateLinkServiceConnections property: A grouping of information about the connection to the remote resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type PrivateLinkServiceConnectionModifier and TypeMethodDescriptionPrivateEndpointInner.withManualPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections) Set the manualPrivateLinkServiceConnections property: A grouping of information about the connection to the remote resource.PrivateEndpointPropertiesInner.withManualPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections) Set the manualPrivateLinkServiceConnections property: A grouping of information about the connection to the remote resource.PrivateEndpointInner.withPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> privateLinkServiceConnections) Set the privateLinkServiceConnections property: A grouping of information about the connection to the remote resource.PrivateEndpointPropertiesInner.withPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> privateLinkServiceConnections) Set the privateLinkServiceConnections property: A grouping of information about the connection to the remote resource. -
Uses of PrivateLinkServiceConnection in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PrivateLinkServiceConnectionModifier and TypeMethodDescriptionstatic PrivateLinkServiceConnectionPrivateLinkServiceConnection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceConnection from the JsonReader.PrivateLinkServiceConnection.withGroupIds(List<String> groupIds) Set the groupIds property: The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.Set the name property: The name of the resource that is unique within a resource group.PrivateLinkServiceConnection.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of read-only information about the state of the connection to the remote resource.PrivateLinkServiceConnection.withPrivateLinkServiceId(String privateLinkServiceId) Set the privateLinkServiceId property: The resource id of private link service.PrivateLinkServiceConnection.withRequestMessage(String requestMessage) Set the requestMessage property: A message passed to the owner of the remote resource with this connection request.