Поделиться через


ArtifactSourcesCreateOrUpdateResponse type

Содержит данные ответа для операции createOrUpdate.

type ArtifactSourcesCreateOrUpdateResponse = ArtifactSource & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ArtifactSource
  }
}