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
options パラメーター。
戻り値
Promise<SearchGetSchemaResponse>