Uses of Class
com.azure.resourcemanager.network.models.PrivateLinkServiceConnection
-
Packages that use PrivateLinkServiceConnection Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 PrivateLinkServiceConnection Modifier and Type Method Description List<PrivateLinkServiceConnection>PrivateEndpointInner. manualPrivateLinkServiceConnections()Get the manualPrivateLinkServiceConnections property: A grouping of information about the connection to the remote resource.List<PrivateLinkServiceConnection>PrivateEndpointPropertiesInner. manualPrivateLinkServiceConnections()Get the manualPrivateLinkServiceConnections property: A grouping of information about the connection to the remote resource.List<PrivateLinkServiceConnection>PrivateEndpointInner. privateLinkServiceConnections()Get the privateLinkServiceConnections property: A grouping of information about the connection to the remote resource.List<PrivateLinkServiceConnection>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 PrivateLinkServiceConnection Modifier and Type Method Description PrivateEndpointInnerPrivateEndpointInner. withManualPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections)Set the manualPrivateLinkServiceConnections property: A grouping of information about the connection to the remote resource.PrivateEndpointPropertiesInnerPrivateEndpointPropertiesInner. withManualPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections)Set the manualPrivateLinkServiceConnections property: A grouping of information about the connection to the remote resource.PrivateEndpointInnerPrivateEndpointInner. withPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> privateLinkServiceConnections)Set the privateLinkServiceConnections property: A grouping of information about the connection to the remote resource.PrivateEndpointPropertiesInnerPrivateEndpointPropertiesInner. 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 PrivateLinkServiceConnection Modifier and Type Method Description PrivateLinkServiceConnectionPrivateLinkServiceConnection. 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.PrivateLinkServiceConnectionPrivateLinkServiceConnection. withId(String id)PrivateLinkServiceConnectionPrivateLinkServiceConnection. withName(String name)Set the name property: The name of the resource that is unique within a resource group.PrivateLinkServiceConnectionPrivateLinkServiceConnection. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: A collection of read-only information about the state of the connection to the remote resource.PrivateLinkServiceConnectionPrivateLinkServiceConnection. withPrivateLinkServiceId(String privateLinkServiceId)Set the privateLinkServiceId property: The resource id of private link service.PrivateLinkServiceConnectionPrivateLinkServiceConnection. withRequestMessage(String requestMessage)Set the requestMessage property: A message passed to the owner of the remote resource with this connection request.
-