Aracılığıyla paylaş


ListManagementImageListsGetDetailsResponse type

getDetails işlemi için yanıt verilerini içerir.

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