Interface PrivateEndpoint.PrivateLinkServiceConnection

All Superinterfaces:
ChildResource<PrivateEndpoint>, HasInnerModel<PrivateLinkServiceConnection>, HasName, HasParent<PrivateEndpoint>, Indexable
Enclosing interface:
PrivateEndpoint

public static interface PrivateEndpoint.PrivateLinkServiceConnection extends HasInnerModel<PrivateLinkServiceConnection>, ChildResource<PrivateEndpoint>
A client-side representation of a private link service connection.
  • Method Details

    • state

      Gets the state of the connection.
      Returns:
      the state of the connection.
    • privateLinkResourceId

      String privateLinkResourceId()
      Gets the resource ID that this connection connects to.
      Returns:
      the resource ID that this connection connects to.
    • subResourceNames

      List<PrivateLinkSubResourceName> subResourceNames()
      Gets the collection of sub resource names.
      Returns:
      the collection of sub resource names.
    • requestMessage

      String requestMessage()
      Gets the request message.
      Returns:
      the request message.
    • provisioningState

      ProvisioningState provisioningState()
      Gets the provisioning state.
      Returns:
      the provisioning state.
    • isManualApproval

      boolean isManualApproval()
      Checks whether connection is manual approval.
      Returns:
      whether connection is manual approval.