ConnectionsOperations interface
연결 작업을 나타내는 인터페이스입니다.
속성
| get | 연결 자격 증명을 채우지 않고 이름으로 연결 가져오기 |
| get |
프로젝트에 대한 기본 연결 가져오기 |
| get |
연결 자격 증명과 함께 이름으로 연결 가져오기 |
| list | 연결 자격 증명을 채우지 않고 프로젝트의 모든 연결을 나열합니다. |
속성 세부 정보
get
연결 자격 증명을 채우지 않고 이름으로 연결 가져오기
get: (name: string, includeCredentials?: boolean, options?: ConnectionsGetOptionalParams) => Promise<Connection>
속성 값
(name: string, includeCredentials?: boolean, options?: ConnectionsGetOptionalParams) => Promise<Connection>
getDefault
프로젝트에 대한 기본 연결 가져오기
getDefault: (connectionType: ConnectionType, includeCredentials?: boolean) => Promise<Connection>
속성 값
(connectionType: ConnectionType, includeCredentials?: boolean) => Promise<Connection>
getWithCredentials
연결 자격 증명과 함께 이름으로 연결 가져오기
getWithCredentials: (name: string, options?: ConnectionsGetWithCredentialsOptionalParams) => Promise<Connection>
속성 값
(name: string, options?: ConnectionsGetWithCredentialsOptionalParams) => Promise<Connection>
list
연결 자격 증명을 채우지 않고 프로젝트의 모든 연결을 나열합니다.
list: (options?: ConnectionsListOptionalParams) => PagedAsyncIterableIterator<Connection, Connection[], PageSettings>
속성 값
(options?: ConnectionsListOptionalParams) => PagedAsyncIterableIterator<Connection, Connection[], PageSettings>