Aracılığıyla paylaş


ListManagementImageListsRefreshIndexMethodResponse type

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

type ListManagementImageListsRefreshIndexMethodResponse = RefreshIndex & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RefreshIndex
  }
}