Class PrivateLinkConnectionApprovalRequest

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.PrivateLinkConnectionApprovalRequest

public final class PrivateLinkConnectionApprovalRequest extends Object
A request to approve or reject a private endpoint connection.
  • Constructor Details

    • PrivateLinkConnectionApprovalRequest

      public PrivateLinkConnectionApprovalRequest()
  • Method Details

    • privateLinkServiceConnectionState

      public PrivateLinkConnectionState privateLinkServiceConnectionState()
      Get the privateLinkServiceConnectionState property: The state of a private link connection.
      Returns:
      the privateLinkServiceConnectionState value.
    • withPrivateLinkServiceConnectionState

      public PrivateLinkConnectionApprovalRequest withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
      Set the privateLinkServiceConnectionState property: The state of a private link connection.
      Parameters:
      privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.
      Returns:
      the PrivateLinkConnectionApprovalRequest object itself.
    • validate

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