GetCustomModelsResponse type
包含 getCustomModels 作業的回應資料。
type GetCustomModelsResponse = ModelsResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModelsResult
}
}
包含 getCustomModels 作業的回應資料。
type GetCustomModelsResponse = ModelsResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModelsResult
}
}