SourceControlCreateOrUpdateResponse type
包含 createOrUpdate 作業的響應數據。
type SourceControlCreateOrUpdateResponse = SourceControl & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControl
}
}