Freigeben über


SourceControlCreateOrUpdateResponse type

Enthält Antwortdaten für den createOrUpdate-Vorgang.

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