ManagedPrivateEndpointConnectionState Class

  • java.lang.Object
    • com.azure.resourcemanager.dashboard.models.ManagedPrivateEndpointConnectionState

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 ManagedPrivateEndpointConnectionState fromJson(JsonReader jsonReader)

Reads an instance of ManagedPrivateEndpointConnectionState from the JsonReader.

ManagedPrivateEndpointConnectionStatus status()

Get the status property: The approval/rejection status of managed private endpoint connection.

JsonWriter 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:

the description value.

fromJson

public static ManagedPrivateEndpointConnectionState fromJson(JsonReader jsonReader)

Reads an instance of ManagedPrivateEndpointConnectionState from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedPrivateEndpointConnectionState if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ManagedPrivateEndpointConnectionState.

status

public ManagedPrivateEndpointConnectionStatus status()

Get the status property: The approval/rejection status of managed private endpoint connection.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to