Class ManagedPrivateEndpointConnectionState

java.lang.Object
com.azure.analytics.synapse.managedprivateendpoints.models.ManagedPrivateEndpointConnectionState

public final class ManagedPrivateEndpointConnectionState extends Object
The connection state of a managed private endpoint.
  • Constructor Details

    • ManagedPrivateEndpointConnectionState

      public ManagedPrivateEndpointConnectionState()
  • Method Details

    • getStatus

      public String getStatus()
      Get the status property: The approval status.
      Returns:
      the status value.
    • getDescription

      public String getDescription()
      Get the description property: The managed private endpoint description.
      Returns:
      the description value.
    • setDescription

      public ManagedPrivateEndpointConnectionState setDescription(String description)
      Set the description property: The managed private endpoint description.
      Parameters:
      description - the description value to set.
      Returns:
      the ManagedPrivateEndpointConnectionState object itself.
    • getActionsRequired

      public String getActionsRequired()
      Get the actionsRequired property: The actions required on the managed private endpoint.
      Returns:
      the actionsRequired value.
    • setActionsRequired

      public ManagedPrivateEndpointConnectionState setActionsRequired(String actionsRequired)
      Set the actionsRequired property: The actions required on the managed private endpoint.
      Parameters:
      actionsRequired - the actionsRequired value to set.
      Returns:
      the ManagedPrivateEndpointConnectionState object itself.