SourceControlCreateOrUpdateResponse type
包含 createOrUpdate作的响应数据。
type SourceControlCreateOrUpdateResponse = SourceControl & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControl
}
}