ArtifactSourcesCreateOrUpdateResponse type
Zawiera dane odpowiedzi dla operacji createOrUpdate.
type ArtifactSourcesCreateOrUpdateResponse = ArtifactSource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ArtifactSource
}
}