Interface PrivateEndpoint.UpdateStages.WithManualPrivateLinkServiceConnections

  • All Known Subinterfaces:
    PrivateEndpoint.Update
    Enclosing interface:
    PrivateEndpoint.UpdateStages

    public static interface PrivateEndpoint.UpdateStages.WithManualPrivateLinkServiceConnections
    The stage of the PrivateEndpoint update allowing to specify manualPrivateLinkServiceConnections.
    • Method Detail

      • withManualPrivateLinkServiceConnections

        PrivateEndpoint.Update withManualPrivateLinkServiceConnections​(List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections)
        Specifies the manualPrivateLinkServiceConnections property: A list of connections to the remote resource. Immutable after it is set..
        Parameters:
        manualPrivateLinkServiceConnections - A list of connections to the remote resource. Immutable after it is set.
        Returns:
        the next definition stage.