Delen via


ArtifactSourcesCreateOrUpdateResponse type

Bevat antwoordgegevens voor de bewerking createOrUpdate.

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