ManagedPrivateEndpointConnectionState Class
- java.
lang. Object - com.
azure. resourcemanager. dashboard. models. ManagedPrivateEndpointConnectionState
- com.
Implements
public final class ManagedPrivateEndpointConnectionState
implements JsonSerializable<ManagedPrivateEndpointConnectionState>
The state of managed private endpoint connection.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: Gets or sets the reason for approval/rejection of the connection. |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Managed |
status()
Get the status property: The approval/rejection status of managed private endpoint connection. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
description
public String description()
Get the description property: Gets or sets the reason for approval/rejection of the connection.
Returns:
fromJson
public static ManagedPrivateEndpointConnectionState fromJson(JsonReader jsonReader)
Reads an instance of ManagedPrivateEndpointConnectionState from the JsonReader.
Parameters:
Returns:
Throws:
status
public ManagedPrivateEndpointConnectionStatus status()
Get the status property: The approval/rejection status of managed private endpoint connection.
Returns:
toJson
validate
public void validate()
Validates the instance.