SourceControlCreateOrUpdateResponse type
Contiene i dati di risposta per l'operazione createOrUpdate.
type SourceControlCreateOrUpdateResponse = SourceControl & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControl
}
}