public class PrivateLinkServiceConnectionState extends Object
| Constructor and Description |
|---|
PrivateLinkServiceConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionRequired()
Get a message indicating if changes on the service provider require any updates on the consumer.
|
String |
description()
Get the reason for approval/rejection of the connection.
|
PrivateEndpointServiceConnectionStatus |
status()
Get indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
PrivateLinkServiceConnectionState |
withActionRequired(String actionRequired)
Set a message indicating if changes on the service provider require any updates on the consumer.
|
PrivateLinkServiceConnectionState |
withDescription(String description)
Set the reason for approval/rejection of the connection.
|
PrivateLinkServiceConnectionState |
withStatus(PrivateEndpointServiceConnectionStatus status)
Set indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
public PrivateEndpointServiceConnectionStatus status()
public PrivateLinkServiceConnectionState withStatus(PrivateEndpointServiceConnectionStatus status)
status - the status value to setpublic String description()
public PrivateLinkServiceConnectionState withDescription(String description)
description - the description value to setpublic String actionRequired()
public PrivateLinkServiceConnectionState withActionRequired(String actionRequired)
actionRequired - the actionRequired value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/