GetCustomModelResponse type
包含 getCustomModel 作業的回應資料。
type GetCustomModelResponse = ModelResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModelResult
}
}
包含 getCustomModel 作業的回應資料。
type GetCustomModelResponse = ModelResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModelResult
}
}