Package version:

Interface GlobalParameterListResponse

A list of Global parameters.

interface GlobalParameterListResponse {
    nextLink?: string;
    value: GlobalParameterResource[];
}

Properties

Properties

nextLink?: string

The link to the next page of results, if any remaining results exist.

List of global parameters.