Databricks SDK for JavaScript
    Preparing search index...

    Interface ListNetworkConnectivityConfigsResponse

    The network connectivity configuration list was successfully retrieved.

    interface ListNetworkConnectivityConfigsResponse {
        items?: NetworkConnectivityConfig[];
        nextPageToken?: string;
    }
    Index

    Properties

    nextPageToken?: string

    A token that can be used to get the next page of results. If null, there are no more results to show.