PrivateEndpointConnectionRequestStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.PrivateEndpointConnectionRequestStatus

Implements

public final class PrivateEndpointConnectionRequestStatus
implements JsonSerializable<PrivateEndpointConnectionRequestStatus>

Contains the private endpoint connection requests status.

Constructor Summary

Constructor Description
PrivateEndpointConnectionRequestStatus()

Creates an instance of PrivateEndpointConnectionRequestStatus class.

Method Summary

Modifier and Type Method and Description
static PrivateEndpointConnectionRequestStatus fromJson(JsonReader jsonReader)

Reads an instance of PrivateEndpointConnectionRequestStatus from the JsonReader.

String privateEndpointConnectionName()

Get the privateEndpointConnectionName property: The connection name for the private endpoint.

String privateLinkServiceId()

Get the privateLinkServiceId property: Resource id for which the private endpoint is created.

String status()

Get the status property: Status of this private endpoint connection.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionRequestStatus

public PrivateEndpointConnectionRequestStatus()

Creates an instance of PrivateEndpointConnectionRequestStatus class.

Method Details

fromJson

public static PrivateEndpointConnectionRequestStatus fromJson(JsonReader jsonReader)

Reads an instance of PrivateEndpointConnectionRequestStatus from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of PrivateEndpointConnectionRequestStatus 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 PrivateEndpointConnectionRequestStatus.

privateEndpointConnectionName

public String privateEndpointConnectionName()

Get the privateEndpointConnectionName property: The connection name for the private endpoint.

Returns:

the privateEndpointConnectionName value.

privateLinkServiceId

public String privateLinkServiceId()

Get the privateLinkServiceId property: Resource id for which the private endpoint is created.

Returns:

the privateLinkServiceId value.

status

public String status()

Get the status property: Status of this 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