Class PrivateLinkServiceConnectionState

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

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

    • PrivateLinkServiceConnectionState

      public PrivateLinkServiceConnectionState()
  • Method Details

    • status

      public ConnectionStatus status()
      Get the private link service connection status. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'.
      Returns:
      the status value
    • withStatus

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

      public String description()
      Get the private link service connection description.
      Returns:
      the description value
    • withDescription

      public PrivateLinkServiceConnectionState withDescription(String description)
      Set the private link service connection description.
      Parameters:
      description - the description value to set
      Returns:
      the PrivateLinkServiceConnectionState object itself.