ArtifactSourcesGetResponse type
Содержит данные ответа для операции получения.
type ArtifactSourcesGetResponse = ArtifactSource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ArtifactSource
}
}