Aracılığıyla paylaş


SourceControlUpdateResponse type

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

type SourceControlUpdateResponse = SourceControl & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SourceControl
  }
}