次の方法で共有


ListManagementImageListsCreateResponse type

作成操作の応答データが含まれています。

type ListManagementImageListsCreateResponse = ImageList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}