Sdílet prostřednictvím


ListManagementImageListsCreateResponse type

Obsahuje data odpovědí pro operaci vytvoření.

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