appcenter-cli
Version:
Command line tool for Visual Studio App Center
24 lines (21 loc) • 681 B
text/typescript
/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/
import {
SharedconnectionConnectionsOptionalParams,
SharedconnectionConnectionsResponse
} from "../models";
/** Interface representing a Sharedconnection. */
export interface Sharedconnection {
/**
* Gets all service connections of the service type for GDPR export.
* @param options The options parameters.
*/
connections(
options?: SharedconnectionConnectionsOptionalParams
): Promise<SharedconnectionConnectionsResponse>;
}