Aracılığıyla paylaş


DscCompilationJobCreateResponse type

Oluşturma işlemi için yanıt verilerini içerir.

type DscCompilationJobCreateResponse = DscCompilationJob & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DscCompilationJob
  }
}