public class PrivateLinkServiceConnectionState extends Object
| Constructor and Description |
|---|
PrivateLinkServiceConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionsRequired()
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.
|
String |
status()
Get indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
PrivateLinkServiceConnectionState |
withActionsRequired(String actionsRequired)
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(String status)
Set indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
public String status()
public PrivateLinkServiceConnectionState withStatus(String status)
status - the status value to setpublic String description()
public PrivateLinkServiceConnectionState withDescription(String description)
description - the description value to setpublic String actionsRequired()
public PrivateLinkServiceConnectionState withActionsRequired(String actionsRequired)
actionsRequired - the actionsRequired 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.
*/