Aracılığıyla paylaş


ArtifactSourcesGetResponse type

Alma işlemi için yanıt verilerini içerir.

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