| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceConnection |
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.
|
PrivateLinkServiceConnection |
PrivateLinkServiceConnection.withId(String id) |
PrivateLinkServiceConnection |
PrivateLinkServiceConnection.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
PrivateLinkServiceConnection |
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 |
PrivateLinkServiceConnection.withPrivateLinkServiceId(String privateLinkServiceId)
Set the privateLinkServiceId property: The resource id of private link service.
|
PrivateLinkServiceConnection |
PrivateLinkServiceConnection.withRequestMessage(String requestMessage)
Set the requestMessage property: A message passed to the owner of the remote resource with this connection
request.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.