SchemaOperations interface
SchemaOperations를 나타내는 인터페이스입니다.
메서드
get(string, string, Schema |
지정된 작업 영역에 대한 스키마를 가져옵니다. |
메서드 세부 정보
get(string, string, SchemaGetOptionalParams)
지정된 작업 영역에 대한 스키마를 가져옵니다.
function get(resourceGroupName: string, workspaceName: string, options?: SchemaGetOptionalParams): Promise<SearchGetSchemaResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- workspaceName
-
string
작업 영역의 이름
- options
- SchemaGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<SearchGetSchemaResponse>