public final class ManagedPrivateEndpointConnectionState extends Object
| Constructor and Description |
|---|
ManagedPrivateEndpointConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionsRequired()
Get the actionsRequired property: The actions required on the managed private endpoint.
|
String |
getDescription()
Get the description property: The managed private endpoint description.
|
String |
getStatus()
Get the status property: The approval status.
|
ManagedPrivateEndpointConnectionState |
setActionsRequired(String actionsRequired)
Set the actionsRequired property: The actions required on the managed private endpoint.
|
ManagedPrivateEndpointConnectionState |
setDescription(String description)
Set the description property: The managed private endpoint description.
|
public ManagedPrivateEndpointConnectionState()
public String getStatus()
public String getDescription()
public ManagedPrivateEndpointConnectionState setDescription(String description)
description - the description value to set.public String getActionsRequired()
public ManagedPrivateEndpointConnectionState setActionsRequired(String actionsRequired)
actionsRequired - the actionsRequired value to set.Copyright © 2021 Microsoft Corporation. All rights reserved.