PrivateLinkConnectionState Class

  • java.lang.Object
    • com.azure.resourcemanager.streamanalytics.models.PrivateLinkConnectionState

public final class PrivateLinkConnectionState

A collection of read-only information about the state of the connection to the private remote resource.

Constructor Summary

Constructor Description
PrivateLinkConnectionState()

Creates an instance of PrivateLinkConnectionState class.

Method Summary

Modifier and Type Method and Description
String actionsRequired()

Get the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.

String description()

Get the description property: The reason for approval/rejection of the connection.

String status()

Get the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote resource/service.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

PrivateLinkConnectionState

public PrivateLinkConnectionState()

Creates an instance of PrivateLinkConnectionState class.

Method Details

actionsRequired

public String actionsRequired()

Get the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.

Returns:

the actionsRequired value.

description

public String description()

Get the description property: The reason for approval/rejection of the connection.

Returns:

the description value.

status

public String status()

Get the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote resource/service.

Returns:

the status value.

validate

public void validate()

Validates the instance.

Applies to