مشاركة عبر


GetImageStoreRootContentResponse type

يحتوي على بيانات الاستجابة لعملية getImageStoreRootContent.

type GetImageStoreRootContentResponse = ImageStoreContent & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImageStoreContent
  }
}