Class PrivateLinkConnectionApprovalRequestResource


  • public final class PrivateLinkConnectionApprovalRequestResource
    extends ProxyOnlyResource
    Private Endpoint Connection Approval ARM resource.
    • Constructor Detail

      • PrivateLinkConnectionApprovalRequestResource

        public PrivateLinkConnectionApprovalRequestResource()
    • Method Detail

      • privateLinkServiceConnectionState

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

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