| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceConnection |
PrivateLinkServiceConnection.withGroupIds(List<String> groupIds)
Set the ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.
|
PrivateLinkServiceConnection |
PrivateLinkServiceConnection.withName(String name)
Set the name of the resource that is unique within a resource group.
|
PrivateLinkServiceConnection |
PrivateLinkServiceConnection.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set a collection of read-only information about the state of the connection to the remote resource.
|
PrivateLinkServiceConnection |
PrivateLinkServiceConnection.withPrivateLinkServiceId(String privateLinkServiceId)
Set the resource id of private link service.
|
PrivateLinkServiceConnection |
PrivateLinkServiceConnection.withRequestMessage(String requestMessage)
Set a message passed to the owner of the remote resource with this connection request.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/