Class PrivateEndpointConnectionRequestStatus

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

public final class PrivateEndpointConnectionRequestStatus extends Object
Contains the private endpoint connection requests status.
  • Constructor Details

    • PrivateEndpointConnectionRequestStatus

      public PrivateEndpointConnectionRequestStatus()
      Creates an instance of PrivateEndpointConnectionRequestStatus class.
  • Method Details

    • privateLinkServiceId

      public String privateLinkServiceId()
      Get the privateLinkServiceId property: Resource id for which the private endpoint is created.
      Returns:
      the privateLinkServiceId value.
    • privateEndpointConnectionName

      public String privateEndpointConnectionName()
      Get the privateEndpointConnectionName property: The connection name for the private endpoint.
      Returns:
      the privateEndpointConnectionName value.
    • status

      public String status()
      Get the status property: Status of this private endpoint connection.
      Returns:
      the status value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.