Aracılığıyla paylaş


Python2PackageUpdateResponse type

Güncelleştirme işlemi için yanıt verilerini içerir.

type Python2PackageUpdateResponse = Module & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Module }
}