| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceConnectionState |
PrivateLinkServiceConnection.privateLinkServiceConnectionState()
Get a collection of read-only information about the state of the connection to the remote resource.
|
PrivateLinkServiceConnectionState |
PrivateLinkServiceConnectionState.withActionRequired(String actionRequired)
Set a message indicating if changes on the service provider require any updates on the consumer.
|
PrivateLinkServiceConnectionState |
PrivateLinkServiceConnectionState.withDescription(String description)
Set the reason for approval/rejection of the connection.
|
PrivateLinkServiceConnectionState |
PrivateLinkServiceConnectionState.withStatus(String status)
Set indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceConnection |
PrivateLinkServiceConnection.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set a collection of read-only information about the state of the connection to the remote resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/