Class PrivateLinkServiceConnectionState

java.lang.Object
com.microsoft.azure.management.batch.PrivateLinkServiceConnectionState

public class PrivateLinkServiceConnectionState extends Object
The private link service connection state of the private endpoint connection.
  • Constructor Details

    • PrivateLinkServiceConnectionState

      public PrivateLinkServiceConnectionState()
  • Method Details

    • status

      Get possible values include: 'Approved', 'Pending', 'Rejected', 'Disconnected'.
      Returns:
      the status value
    • withStatus

      Set possible values include: 'Approved', 'Pending', 'Rejected', 'Disconnected'.
      Parameters:
      status - the status value to set
      Returns:
      the PrivateLinkServiceConnectionState object itself.
    • description

      public String description()
      Get the description value.
      Returns:
      the description value
    • withDescription

      public PrivateLinkServiceConnectionState withDescription(String description)
      Set the description value.
      Parameters:
      description - the description value to set
      Returns:
      the PrivateLinkServiceConnectionState object itself.
    • actionRequired

      public String actionRequired()
      Get the actionRequired value.
      Returns:
      the actionRequired value