Aracılığıyla paylaş


ModelPatchClosedListResponse type

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

type ModelPatchClosedListResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}