Partager via


SourceControlCreateOrUpdateResponse type

Contient des données de réponse pour l’opération createOrUpdate.

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