共用方式為


ListManagementImageListsDeleteMethodResponse type

包含 deleteMethod 作業的回應資料。

type ListManagementImageListsDeleteMethodResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}