Aracılığıyla paylaş


ListManagementImageListsDeleteMethodResponse type

deleteMethod işleminin yanıt verilerini içerir.

type ListManagementImageListsDeleteMethodResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}