ListManagementImageListsCreateResponse type
Obsahuje data odpovědi pro operaci vytvoření.
type ListManagementImageListsCreateResponse = ImageList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}